Browse Source

缺陷:FWHL-67

hella_online_20250109
赵雪冰 4 months ago
parent
commit
3979e477a7
  1. 18
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingMain/demandforecastingMain.data.ts
  2. 16
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

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

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

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

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

Loading…
Cancel
Save