|
|
@ -261,6 +261,26 @@ export const DeliverRequestMain = useCrudSchemas( |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '客户订单号', |
|
|
|
field: 'customerOrderNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
search: { |
|
|
|
component: 'Input', |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
isForm: true, |
|
|
|
form: { |
|
|
|
component: 'Input', |
|
|
|
componentProps: { |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '客户发货单号', |
|
|
|
field: 'customerDeliverNumber', |
|
|
@ -819,26 +839,7 @@ export const DeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '客户订单号', |
|
|
|
field: 'customerOrderNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
search: { |
|
|
|
component: 'Input', |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
isForm: true, |
|
|
|
form: { |
|
|
|
component: 'Input', |
|
|
|
componentProps: { |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '品番', |
|
|
|
field: 'itemCode', |
|
|
|