|
|
@ -792,6 +792,28 @@ export const PurchasePlanDetail = useCrudSchemas( |
|
|
|
tableForm: { |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '箱数', |
|
|
|
field: 'boxQty', |
|
|
|
sort: 'custom', |
|
|
|
sortSearchDefault: 9, |
|
|
|
sortTableDefault: 21, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
|
min: 0, |
|
|
|
precision: 0 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 0, |
|
|
|
precision: 0 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '计划采购数量', |
|
|
@ -986,28 +1008,7 @@ export const PurchasePlanDetail = useCrudSchemas( |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '箱数', |
|
|
|
field: 'boxQty', |
|
|
|
sort: 'custom', |
|
|
|
sortSearchDefault: 9, |
|
|
|
sortTableDefault: 21, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
type: 'InputNumber', |
|
|
|
min: 0, |
|
|
|
precision: 0 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 0, |
|
|
|
precision: 0 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// {
|
|
|
|
// label: '订单数量',
|
|
|
|