From f44a7d61121e8184d541871c67b38a55e6eefb7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 1 Apr 2023 23:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E6=89=B9=E6=AC=A1=E5=95=86=E5=93=81?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/components/jeecgbiz/modal/JSelectBatchModal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} ],