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