Browse Source

缺陷:FWHL-185暂时隐藏字段

hella_online_20250109
赵雪冰 4 weeks ago
parent
commit
883aa5f659
  1. 32
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts
  2. 32
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

32
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts

@ -362,22 +362,22 @@ export const DemandforecastingMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
{ // {
label: '先前累计需求', // label: '先前累计需求',
field: 'schdPcrQty', // field: 'schdPcrQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
} // }
}, // },
{ // {
label: '累计收货量', // label: '累计收货量',
field: 'schdCumrcQty', // field: 'schdCumrcQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
} // }
}, // },
{ {
label: '到货日期', label: '到货日期',
field: 'dueDate', field: 'dueDate',

32
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

@ -148,22 +148,22 @@ export const DemandforecastingMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
{ // {
label: '先前累计需求', // label: '先前累计需求',
field: 'schdPcrQty', // field: 'schdPcrQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
} // }
}, // },
{ // {
label: '累计收货量', // label: '累计收货量',
field: 'schdCumrcQty', // field: 'schdCumrcQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
} // }
}, // },
{ {
label: '到货日期', label: '到货日期',
field: 'dueDate', field: 'dueDate',

Loading…
Cancel
Save