|
|
@ -25,7 +25,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
isSearch: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '任务单号', |
|
|
@ -74,7 +74,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
isForm: true, |
|
|
|
isSearch: true, |
|
|
|
isSearch: false, |
|
|
|
search: { |
|
|
|
component: 'Input', |
|
|
|
componentProps: { |
|
|
@ -88,20 +88,20 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '状态', |
|
|
|
field: 'status', |
|
|
|
dictType: DICT_TYPE.REQUEST_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
isSearch: false, |
|
|
|
isTable: false, |
|
|
|
isForm: false, |
|
|
|
isDetail: false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '状态',
|
|
|
|
// field: 'status',
|
|
|
|
// dictType: DICT_TYPE.REQUEST_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isSearch: false,
|
|
|
|
// isTable: false,
|
|
|
|
// isForm: false,
|
|
|
|
// isDetail: false,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '客户代码', |
|
|
|
field: 'customerCode', |
|
|
@ -130,7 +130,8 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable: false |
|
|
|
isTable: true, |
|
|
|
isSearch:true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '承运商', |
|
|
|