| | |
| | | <el-form-item label="品类编码" prop="unitCode"> |
| | | <el-input v-model="searchForm.unitCode" placeholder="请输入品类编码" @keypress.enter.native="search"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="客户类型编码" prop="siteCode"> |
| | | <el-input v-model="searchForm.siteCode" placeholder="请输入客户类型编码" @keypress.enter.native="search"></el-input> |
| | | </el-form-item> |
| | | <section> |
| | | <el-button type="primary" @click="search">搜索</el-button> |
| | | <el-button type="primary" :loading="isWorking.export" v-permissions="['business:shop:exportExcel']" @click="exportExcel">导出</el-button> |
| | |
| | | </el-form> |
| | | <!-- 表格和分页 --> |
| | | <template v-slot:table-wrap> |
| | | <ul class="toolbar" v-permissions="['business:shop:create', 'business:shop:delete']"> |
| | | <!-- <ul class="toolbar" v-permissions="['business:shop:create', 'business:shop:delete']"> |
| | | <li><el-button type="primary" @click="$refs.operaShopWindow.open('新建志邦组织信息表')" icon="el-icon-plus" v-permissions="['business:shop:create']">新建</el-button></li> |
| | | <li><el-button @click="deleteByIdInBatch" icon="el-icon-delete" v-permissions="['business:shop:delete']">删除</el-button></li> |
| | | </ul> |
| | | </ul>--> |
| | | <el-table |
| | | v-loading="isWorking.search" |
| | | :data="tableData.list" |
| | |
| | | provinceName: '', |
| | | cityName: '', |
| | | areaName: '', |
| | | unitCode: '' |
| | | unitCode: '', |
| | | siteCode:'' |
| | | } |
| | | } |
| | | }, |