|
@ -86,6 +86,17 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
}, |
|
|
}, |
|
|
isSearch: true |
|
|
isSearch: true |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '发货类型', |
|
|
|
|
|
field: 'deliverType', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: true, |
|
|
|
|
|
dictType: DICT_TYPE.DELIVER_TYPE, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '客户月台代码', |
|
|
label: '客户月台代码', |
|
|
field: 'customerDockCode', |
|
|
field: 'customerDockCode', |
|
|