From c6dcf9068cbec6931b7a6d02e3afb076c4f744d1 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 4 Feb 2026 15:17:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BA=93=E6=88=BF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=90=84=E5=BC=B9=E7=AA=97=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BlWarehouseMaterialInfo.data.ts | 9 +- .../BlWarehouseMaterialInfoList.vue | 2 +- .../BlWarehouseMaterialInfoListModal.vue | 109 +++++++++--------- .../NuWarehouseMaterialCrkInfoList.vue | 2 +- .../NuWarehouseMaterialCrkInfoListModal.vue | 2 +- .../components/CheckWuliaoForm.vue | 2 +- .../components/CheckWuliaoModal.vue | 2 +- .../components/CkfzrModal.vue | 2 +- .../components/DelWuliaoForm.vue | 2 +- .../components/DelWuliaoModal.vue | 2 +- 10 files changed, 68 insertions(+), 66 deletions(-) diff --git a/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfo.data.ts b/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfo.data.ts index 0b9e89a..1a53893 100644 --- a/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfo.data.ts +++ b/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfo.data.ts @@ -178,17 +178,20 @@ export const columns4: BasicColumn[] = [ { title: '库存数量', align: "center", - dataIndex: 'kcsl' + dataIndex: 'kcsl', + width:90 }, { title: '物料上限', align: "center", - dataIndex: 'upperLimit' + dataIndex: 'upperLimit', + width:90 }, { title: '物料下限', align: "center", - dataIndex: 'lowerLimit' + dataIndex: 'lowerLimit', + width:90 }, ]; diff --git a/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfoList.vue b/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfoList.vue index f84a2f5..b023f7a 100644 --- a/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfoList.vue +++ b/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfoList.vue @@ -151,7 +151,7 @@ const labelCol = reactive({ xs: 24, sm: 4, xl: 6, - xxl: 6 + xxl: 7 }); const wrapperCol = reactive({ xs: 24, diff --git a/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfoListModal.vue b/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfoListModal.vue index 51745f4..eb7eccd 100644 --- a/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfoListModal.vue +++ b/src/views/invoicing/warehouseMaterialInfo/BlWarehouseMaterialInfoListModal.vue @@ -1,9 +1,8 @@