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] =?UTF-8?q?=E7=BC=BA=E9=99=B7=EF=BC=9AFWHL-183,FWHL-196?= 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',