|
@ -821,10 +821,20 @@ export const PurchasePlanDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isTableForm: false, |
|
|
isTableForm: true, |
|
|
isForm: false, |
|
|
isForm: true, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
tableForm: { |
|
|
|
|
|
type: 'Select', |
|
|
|
|
|
disabled:true, |
|
|
|
|
|
}, |
|
|
sortTableDefault:13, |
|
|
sortTableDefault:13, |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '受入地', |
|
|
label: '受入地', |
|
|
field: 'receivedLocation', |
|
|
field: 'receivedLocation', |
|
@ -832,8 +842,17 @@ export const PurchasePlanDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isTableForm: false, |
|
|
isTableForm: true, |
|
|
isForm: false, |
|
|
isForm: true, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
tableForm: { |
|
|
|
|
|
type: 'Select', |
|
|
|
|
|
disabled:true, |
|
|
|
|
|
}, |
|
|
sortTableDefault:14, |
|
|
sortTableDefault:14, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|