|
|
@ -220,26 +220,6 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
sortDetailDefault: 4, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '便次', |
|
|
|
field: 'deliNo', |
|
|
|
sort: 'custom', |
|
|
|
sortTableDefault: 4, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 1, |
|
|
|
disabled: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
detail: { |
|
|
|
sortDetailDefault: 4, |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '要求到货时间', |
|
|
|
field: 'arriveTime', |
|
|
@ -264,6 +244,25 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '便次', |
|
|
|
field: 'deliNo', |
|
|
|
sort: 'custom', |
|
|
|
sortTableDefault: 4, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
min: 1, |
|
|
|
disabled: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
detail: { |
|
|
|
sortDetailDefault: 4, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '订单号', |
|
|
|
field: 'poNumber', |
|
|
|