|
|
@ -279,6 +279,17 @@ export const PurchasePlanMain = useCrudSchemas( |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '班次', |
|
|
|
field: 'xxxxx', |
|
|
|
sort: 'custom', |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
sortTableDefault: 14, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '收货人', |
|
|
|
field: 'contacts', |
|
|
@ -461,7 +472,7 @@ export const PurchasePlanMain = useCrudSchemas( |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
formatter: dateFormatter, |
|
|
|
sortTableDefault: 13, |
|
|
|
sortTableDefault: 15, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
|
}, |
|
|
|