|
|
@ -584,7 +584,9 @@ const pointLabel = async () => { |
|
|
|
// printQty:item.printQty, |
|
|
|
// } |
|
|
|
// }) |
|
|
|
const obj = { |
|
|
|
labelPointFormRef.value.formLoading = true |
|
|
|
try { |
|
|
|
const obj = { |
|
|
|
itemCode:detatableData1.value[0].itemCode, |
|
|
|
batch:detatableData1.value[0].batch, |
|
|
|
printQty:detatableData1.value[0].printQty, |
|
|
@ -613,6 +615,10 @@ const pointLabel = async () => { |
|
|
|
console.log(err) |
|
|
|
message.error('创建标签失败') |
|
|
|
}) |
|
|
|
} finally { |
|
|
|
labelPointFormRef.value.formLoading = false |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
/** 初始化 **/ |
|
|
|
onMounted(async () => { |
|
|
|