|
|
@ -57,6 +57,18 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
isTable: true, |
|
|
|
isDetail: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货类型', |
|
|
|
field: 'businessType', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isTable: true, |
|
|
|
dictType: DICT_TYPE.DELIVER_METHOD, |
|
|
|
dictClass: 'string', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '客户发货单号',
|
|
|
|
// field: 'customerDeliverNumber',
|
|
|
@ -111,18 +123,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货类型', |
|
|
|
field: 'deliverType', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
dictType: DICT_TYPE.DELIVER_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
label: '客户月台代码', |
|
|
|
field: 'customerDockCode', |
|
|
|