|
@ -739,7 +739,7 @@ const searchTableSuccess1 = async (formField, searchField, val, formRef, type, r |
|
|
} |
|
|
} |
|
|
// 打印协定品采购件 |
|
|
// 打印协定品采购件 |
|
|
if (arrayTool.length>0) { |
|
|
if (arrayTool.length>0) { |
|
|
await PackageApi.getPrintingLableId({packingNumbers:array.map(item1=>item1.number)}).then(res => { |
|
|
await PackageApi.getPrintingLableId({packingNumbers:arrayTool.map(item1=>item1.number)}).then(res => { |
|
|
console.log(res) |
|
|
console.log(res) |
|
|
window.open(BASE_URL + '/jmreport/view/1028102732077142016?token=' + getAccessToken()+'&id=' + res) |
|
|
window.open(BASE_URL + '/jmreport/view/1028102732077142016?token=' + getAccessToken()+'&id=' + res) |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|