|
@ -658,14 +658,14 @@ export const DeliverPlanDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
min: 0, |
|
|
min: 0, |
|
|
max:9999, |
|
|
max:999999, |
|
|
// precision: 6
|
|
|
// precision: 6
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
type: 'InputNumber', |
|
|
type: 'InputNumber', |
|
|
min: 0, |
|
|
min: 0, |
|
|
max:9999, |
|
|
max:999999, |
|
|
// precision: 6
|
|
|
// precision: 6
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -968,14 +968,14 @@ export const DeliverPlanDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
component: 'InputNumber', |
|
|
component: 'InputNumber', |
|
|
componentProps: { |
|
|
componentProps: { |
|
|
min: 0, |
|
|
min: 0, |
|
|
max:9999, |
|
|
max:999999, |
|
|
// precision: 6
|
|
|
// precision: 6
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
type: 'InputNumber', |
|
|
type: 'InputNumber', |
|
|
min: 0, |
|
|
min: 0, |
|
|
max:9999, |
|
|
max:999999, |
|
|
// precision: 6
|
|
|
// precision: 6
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|