|
@ -359,7 +359,7 @@ const formsSuccess = async (formType,data) => { |
|
|
const labelType = ref('') // 标签类别 采购还是制造等 |
|
|
const labelType = ref('') // 标签类别 采购还是制造等 |
|
|
const handlePoint = async (row) => { |
|
|
const handlePoint = async (row) => { |
|
|
console.log(row.packingNumber,445555555555555); |
|
|
console.log(row.packingNumber,445555555555555); |
|
|
PackageApi.batchPrintingLable([row.number]).then(res => { |
|
|
PackageApi.batchPrintingLables([row.number]).then(res => { |
|
|
console.log('批量打印res',res); |
|
|
console.log('批量打印res',res); |
|
|
if(res.zzLabel){ |
|
|
if(res.zzLabel){ |
|
|
//制造标签 |
|
|
//制造标签 |
|
|