|
|
@ -25,6 +25,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
isSearch: false |
|
|
|
}, |
|
|
|
{ |
|
|
@ -33,7 +34,8 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
} |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '发货记录单号', |
|
|
@ -54,7 +56,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
table: { |
|
|
|
width: 180 |
|
|
|
}, |
|
|
|
isTable: true, |
|
|
|
isTable: false, |
|
|
|
isDetail: true |
|
|
|
}, |
|
|
|
{ |
|
|
@ -332,7 +334,7 @@ export const DeliverRecordMain = useCrudSchemas( |
|
|
|
isTable: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '业务类型', |
|
|
|
label: '发货类型', |
|
|
|
field: 'businessType', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -590,6 +592,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '包装规格', |
|
|
@ -656,6 +659,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable: false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '从库位', |
|
|
|