|
|
@ -97,26 +97,26 @@ export const DeliverJobMain = useCrudSchemas( |
|
|
|
}, |
|
|
|
isTable: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '客户订单号', |
|
|
|
field: 'customerOrderNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
search: { |
|
|
|
component: 'Input', |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
isForm: true, |
|
|
|
form: { |
|
|
|
component: 'Input', |
|
|
|
componentProps: { |
|
|
|
// {
|
|
|
|
// label: '客户订单号',
|
|
|
|
// field: 'customerOrderNumber',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 180
|
|
|
|
// },
|
|
|
|
// isSearch: true,
|
|
|
|
// search: {
|
|
|
|
// component: 'Input',
|
|
|
|
// },
|
|
|
|
// isTable: true,
|
|
|
|
// isForm: true,
|
|
|
|
// form: {
|
|
|
|
// component: 'Input',
|
|
|
|
// componentProps: {
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '承运商', |
|
|
@ -824,6 +824,27 @@ export const DeliverJobDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '客户订单号', |
|
|
|
field: 'customerOrderNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
search: { |
|
|
|
component: 'Input', |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
isForm: true, |
|
|
|
form: { |
|
|
|
component: 'Input', |
|
|
|
componentProps: { |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '在途库位', |
|
|
|
field: 'onTheWayLocationCode', |
|
|
|