|
|
@ -97,7 +97,7 @@ export const Callmaterials = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '叫料包装数量', |
|
|
|
field: 'qty', |
|
|
|
field: 'callmaterialQty', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 120 |
|
|
@ -114,7 +114,7 @@ export const Callmaterials = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '包装数量', |
|
|
|
field: 'callmaterialQty', |
|
|
|
field: 'qty', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 120 |
|
|
@ -138,6 +138,7 @@ export const Callmaterials = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
form: { |
|
|
|
component: 'InputNumber', |
|
|
|
componentProps: { |
|
|
|
disabled: true, |
|
|
|
style: {width:'100%'}, |
|
|
|
min: 0, |
|
|
|
precision: 6 |
|
|
|