|
|
|
@ -302,7 +302,7 @@ import {
|
|
|
|
|
add, |
|
|
|
|
update, |
|
|
|
|
getPrintTemplate, |
|
|
|
|
getDownloadTrayCode, |
|
|
|
|
postDownPdf, |
|
|
|
|
disable, |
|
|
|
|
addable, |
|
|
|
|
vacants, |
|
|
|
@ -649,7 +649,7 @@ const handleDownLoadTrayCode = async () => {
|
|
|
|
|
} |
|
|
|
|
let qr = details.selectionList.map(item => item.id).join(','); |
|
|
|
|
console.log(qr); |
|
|
|
|
const res = await getDownloadTrayCode(qr); |
|
|
|
|
const res = await postDownPdf(qr); |
|
|
|
|
console.log(res); |
|
|
|
|
const { status, data } = res; |
|
|
|
|
if (status !== 200) return; |
|
|
|
|