|
|
@ -243,6 +243,16 @@ export const PurchasePlanMain = useCrudSchemas( |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '预测版本', |
|
|
|
field: 'activeVersion', |
|
|
|
isTable: true, |
|
|
|
isForm: false, |
|
|
|
sortTableDefault: 13, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '收货人', |
|
|
|
field: 'contacts', |
|
|
@ -705,6 +715,9 @@ export const PurchasePlanDetail = useCrudSchemas( |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
disabled: true |
|
|
|
}, |
|
|
|
sortTableDefault: 7, |
|
|
|
isTableForm: true, |
|
|
|
isForm: true, |
|
|
@ -721,9 +734,12 @@ export const PurchasePlanDetail = useCrudSchemas( |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
tableForm: { |
|
|
|
disabled: true |
|
|
|
}, |
|
|
|
isTableForm: true, |
|
|
|
isForm: true, |
|
|
|
isTable: true |
|
|
|
isTable: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '受入号', |
|
|
|