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',