From 09e8a3a68638ea38afd0de3032bb3da37df01672 Mon Sep 17 00:00:00 2001 From: chenfang <1057876684@qq.com> Date: Thu, 9 Jan 2025 14:37:17 +0800 Subject: [PATCH 1/3] =?UTF-8?q?scp=E8=8B=B1=E6=96=87=E8=A6=81=E8=B4=A7?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E4=BF=AE=E6=94=B9=E6=93=8D=E4=BD=9C=E5=88=97?= =?UTF-8?q?250-290?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index 4c9ecfdc7..86505b3bb 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -474,7 +474,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ isDetail: false, isForm: false, table: { - width: 250, + width: 290, fixed: 'right' } } From 883aa5f6593c3b51435f6427b9373be3cac9c3dd Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Fri, 10 Jan 2025 10:48:52 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=BC=BA=E9=99=B7:FWHL-185=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E9=9A=90=E8=97=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandforecastingMain.data.ts | 32 +++++++++---------- .../demandforecastingMain.data.ts | 32 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts index add355672..d4bfebb9b 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts @@ -362,22 +362,22 @@ export const DemandforecastingMain = useCrudSchemas(reactive([ } } }, - { - label: '先前累计需求', - field: 'schdPcrQty', - sort: 'custom', - table: { - width: 150 - } - }, - { - label: '累计收货量', - field: 'schdCumrcQty', - sort: 'custom', - table: { - width: 150 - } - }, + // { + // label: '先前累计需求', + // field: 'schdPcrQty', + // sort: 'custom', + // table: { + // width: 150 + // } + // }, + // { + // label: '累计收货量', + // field: 'schdCumrcQty', + // sort: 'custom', + // table: { + // width: 150 + // } + // }, { label: '到货日期', field: 'dueDate', diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts index 93893d78c..6e8ce0db3 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts @@ -148,22 +148,22 @@ export const DemandforecastingMain = useCrudSchemas(reactive([ } } }, - { - label: '先前累计需求', - field: 'schdPcrQty', - sort: 'custom', - table: { - width: 150 - } - }, - { - label: '累计收货量', - field: 'schdCumrcQty', - sort: 'custom', - table: { - width: 150 - } - }, + // { + // label: '先前累计需求', + // field: 'schdPcrQty', + // sort: 'custom', + // table: { + // width: 150 + // } + // }, + // { + // label: '累计收货量', + // field: 'schdCumrcQty', + // sort: 'custom', + // table: { + // width: 150 + // } + // }, { label: '到货日期', field: 'dueDate', From 1913eb1299e5d9e591b7965e0448a1ab62d000ba Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 14 Jan 2025 10:14:30 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=BC=BA=E9=99=B7=EF=BC=9AFWHL-183,FWHL-19?= =?UTF-8?q?6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandforecastingMain.data.ts | 32 +++++++++---------- .../demandforecastingMain.data.ts | 32 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts index d4bfebb9b..add355672 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts @@ -362,22 +362,22 @@ export const DemandforecastingMain = useCrudSchemas(reactive([ } } }, - // { - // label: '先前累计需求', - // field: 'schdPcrQty', - // sort: 'custom', - // table: { - // width: 150 - // } - // }, - // { - // label: '累计收货量', - // field: 'schdCumrcQty', - // sort: 'custom', - // table: { - // width: 150 - // } - // }, + { + label: '先前累计需求', + field: 'schdPcrQty', + sort: 'custom', + table: { + width: 150 + } + }, + { + label: '累计收货量', + field: 'schdCumrcQty', + sort: 'custom', + table: { + width: 150 + } + }, { label: '到货日期', field: 'dueDate', diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts index 6e8ce0db3..93893d78c 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts @@ -148,22 +148,22 @@ export const DemandforecastingMain = useCrudSchemas(reactive([ } } }, - // { - // label: '先前累计需求', - // field: 'schdPcrQty', - // sort: 'custom', - // table: { - // width: 150 - // } - // }, - // { - // label: '累计收货量', - // field: 'schdCumrcQty', - // sort: 'custom', - // table: { - // width: 150 - // } - // }, + { + label: '先前累计需求', + field: 'schdPcrQty', + sort: 'custom', + table: { + width: 150 + } + }, + { + label: '累计收货量', + field: 'schdCumrcQty', + sort: 'custom', + table: { + width: 150 + } + }, { label: '到货日期', field: 'dueDate',