|
@ -221,6 +221,21 @@ export const PurchasePlanMain = useCrudSchemas( |
|
|
dateFormat:'YYYY-MM-DD' |
|
|
dateFormat:'YYYY-MM-DD' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '便次', |
|
|
|
|
|
field: 'deliNo', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
sortTableDefault: 5, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
form: { |
|
|
|
|
|
component: 'InputNumber', |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
min: 1, |
|
|
|
|
|
}, |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '采购订单类型', |
|
|
label: '采购订单类型', |
|
|
field: 'type', |
|
|
field: 'type', |
|
@ -336,21 +351,7 @@ export const PurchasePlanMain = useCrudSchemas( |
|
|
sortSearchDefault: 4, |
|
|
sortSearchDefault: 4, |
|
|
isSearch: true |
|
|
isSearch: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '便次', |
|
|
|
|
|
field: 'deliNo', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
sortTableDefault: 13, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
form: { |
|
|
|
|
|
component: 'InputNumber', |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
min: 1, |
|
|
|
|
|
}, |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|