|
@ -252,6 +252,7 @@ const handleSelectionPoint = async ()=>{ |
|
|
console.log('批量打印',rows.join(',')) |
|
|
console.log('批量打印',rows.join(',')) |
|
|
await PackageApi.batchPrintingLable(rows.join(',')).then(res => { |
|
|
await PackageApi.batchPrintingLable(rows.join(',')).then(res => { |
|
|
console.log(res) |
|
|
console.log(res) |
|
|
|
|
|
window.open(src.value+'&relateNumber='+res) |
|
|
message.success('创建标签成功') |
|
|
message.success('创建标签成功') |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
console.log(err) |
|
|
console.log(err) |
|
|