Browse Source

缺陷:FWHL-183,FWHL-196

hella_online_20250109
赵雪冰 4 weeks ago
parent
commit
1913eb1299
  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: '先前累计需求',
// 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',

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

@ -148,22 +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: '先前累计需求',
field: 'schdPcrQty',
sort: 'custom',
table: {
width: 150
}
},
{
label: '累计收货量',
field: 'schdCumrcQty',
sort: 'custom',
table: {
width: 150
}
},
{
label: '到货日期',
field: 'dueDate',

Loading…
Cancel
Save