|
@ -229,6 +229,7 @@ export const PurchasePlanMain = useCrudSchemas( |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
|
|
|
isTable:false, |
|
|
form: { |
|
|
form: { |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
|
componentProps: { |
|
|
componentProps: { |
|
@ -662,7 +663,7 @@ export const PurchasePlanDetail = useCrudSchemas( |
|
|
sortTableDefault: 3, |
|
|
sortTableDefault: 3, |
|
|
isTableForm: false, |
|
|
isTableForm: false, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
isTable: true, |
|
|
isTable: false, |
|
|
isDetail:false |
|
|
isDetail:false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|