|
@ -446,7 +446,7 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '采购计量单位', |
|
|
label: '替代计量单位', |
|
|
field: 'purchaseUom', |
|
|
field: 'purchaseUom', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
dictType: DICT_TYPE.UOM, |
|
|
dictType: DICT_TYPE.UOM, |
|
@ -458,15 +458,15 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '采购数量', |
|
|
label: '替代数量', |
|
|
field: 'purchaseQty', |
|
|
field: 'purchaseQty', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '采购标包数量', |
|
|
// label: '采购标包数量',
|
|
|
field: 'purchaseStdQty', |
|
|
// field: 'purchaseStdQty',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '转换率', |
|
|
label: '转换率', |
|
|
field: 'convertRate', |
|
|
field: 'convertRate', |
|
@ -592,5 +592,10 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
width: 150 |
|
|
width: 150 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '操作', |
|
|
|
|
|
field: 'aaa', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
])) |
|
|
])) |
|
|