diff --git a/jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue b/jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue index 885c57d2..c9f9f733 100644 --- a/jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue +++ b/jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue @@ -58,7 +58,7 @@ props: ['rows', 'multi', 'barCode'], data() { return { - modalWidth: 1000, + modalWidth: 1100, queryParam: { name: "", depotItemId: '', @@ -80,6 +80,7 @@ {dataIndex: 'name', title: '名称', width: 100, ellipsis:true}, {dataIndex: 'standard', title: '规格', width: 80, ellipsis:true}, {dataIndex: 'model', title: '型号', width: 80, ellipsis:true}, + {dataIndex: 'commodityUnit', title: '单位', width: 60, ellipsis:true}, {dataIndex: 'expirationDateStr', title: '有效期至', width: 80}, {dataIndex: 'totalNum', title: '库存', width: 80} ],