| | |
| | | hasDelete: false, |
| | | viewText: '明细', |
| | | hasExport: true, |
| | | hasOperation: false, |
| | | exportUrl: 'flower/v2/statistic-analysis/flower-material/export', |
| | | exportText: '导出', |
| | | onResetView: (row) => { |
| | |
| | | { label: '注册手机号', prop: 'loginName', minWidth: '120px' }, |
| | | { label: '联系方式', prop: 'contactTel', minWidth: '120px' }, |
| | | { label: '所属集货站', prop: 'stationName', minWidth: '120px' }, |
| | | { label: '品类', prop: 'categoryName', minWidth: '120px' }, |
| | | // { label: '品类', prop: 'categoryName', minWidth: '120px' }, |
| | | { label: '品类', prop: 'parentCategoryName', minWidth: '120px' }, |
| | | |
| | | { label: '商品名称', prop: 'flowerName', minWidth: 150, }, |
| | | { label: '等级', prop: 'flowerLevelStr', minWidth: 80 }, |
| | | { label: '商品规格', prop: 'flowerUnit', minWidth: 80 }, |
| | |
| | | span: 24, |
| | | searchImmediately: true, |
| | | }, |
| | | { ...getSupplierListWithIdConfig(), label: '供应商' }, |
| | | // { ...getSupplierListWithIdConfig(), label: '供应商' }, |
| | | { label: '供应商名称', id: 'supplierName', type: 'input' }, |
| | | { label: '供应商ID', id: 'supplierId', type: 'input' }, |
| | | { label: '注册手机号', id: 'loginName', type: 'input' }, |
| | | { label: '联系方式', id: 'contactTel',type: 'input'}, |
| | | { |
| | |
| | | }, |
| | | }, |
| | | { |
| | | label: '等级:', |
| | | label: '等级', |
| | | id: 'flowerLevel', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | |
| | | }, |
| | | |
| | | }, |
| | | { |
| | | label: '排序字段', |
| | | id: 'orderField', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | | code: 'FLOWER_MATERIAL_FIELD', |
| | | // multiple: true, |
| | | clearable: true, |
| | | filterable: true, |
| | | style: 'width:100%', |
| | | }, |
| | | |
| | | }, |
| | | { |
| | | label: '排序方式', |
| | | id: 'orderType', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | | code: 'ORDER_BY', |
| | | // multiple: true, |
| | | clearable: true, |
| | | filterable: true, |
| | | style: 'width:100%', |
| | | }, |
| | | |
| | | }, |
| | | |
| | | ], |
| | | }, |