@ -645,6 +645,8 @@ const getGenerateLabelList=async(row)=>{
item.packUnit= obj.packUnit
item.packQty = obj.packQty
}
item.secondPackUnit= ''
item.secondPackQty = ''
})
@ -1628,6 +1628,8 @@ export const SupplierdeliverRequestDetailLabel = useCrudSchemas(reactive<CrudSch
},
tableForm: {
type: 'Select',
labelField: 'packName',
valueField: 'packUnit',
initOptions: [{
label: '',
value: ''
@ -1657,6 +1659,8 @@ export const SupplierdeliverRequestDetailLabel = useCrudSchemas(reactive<CrudSch