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