Commit 01b22adb0f0429405417db12644f0bcadd714fbf
1 parent
6d88d199
页面显示优化
Signed-off-by: TanYibin <5491541@qq.com>
Showing
1 changed file
with
2 additions
and
7 deletions
ant-design-vue-jeecg/src/views/system/stocktaking/modules/CycleCountDetailModal.vue
... | ... | @@ -145,19 +145,14 @@ export default { |
145 | 145 | ], |
146 | 146 | detailColumns: [ |
147 | 147 | {title: '货主', align: "center", dataIndex: 'companyCode', scopedSlots: {customRender: 'companyCode'}}, |
148 | - {title: '容器编码', align: "center", dataIndex: 'containerCode'}, | |
149 | 148 | {title: '库位编码', align: "center", dataIndex: 'locationCode'}, |
149 | + {title: '容器编码', align: "center", dataIndex: 'containerCode'}, | |
150 | 150 | {title: '物料编码', align: "center", dataIndex: 'materialCode'}, |
151 | 151 | {title: '物料名称', align: "center", dataIndex: 'materialName'}, |
152 | 152 | {title: '物料规格', align: "center", dataIndex: 'materialSpec'}, |
153 | 153 | {title: '物料单位', align: "center", dataIndex: 'materialUnit'}, |
154 | 154 | {title: '数量', align: "center", dataIndex: 'qty'}, |
155 | - { | |
156 | - title: '库存状态', | |
157 | - align: "center", | |
158 | - dataIndex: 'inventoryStatus_dictText', | |
159 | - scopedSlots: {customRender: 'inventoryStatus_dictText'} | |
160 | - }, | |
155 | + {title: '库存状态', align: "center", dataIndex: 'inventoryStatus_dictText', scopedSlots: {customRender: 'inventoryStatus_dictText'}}, | |
161 | 156 | {title: '批次', align: "center", dataIndex: 'batch'}, |
162 | 157 | {title: '入库日期', align: "center", dataIndex: 'receiptDate'} |
163 | 158 | ], |
... | ... |