Commit c2b61bdc authored by zhoutong's avatar zhoutong

【出货管理】提单补料 下载提单确认件无内容显示

parent 93529e7a
...@@ -150,6 +150,7 @@ export function getBoxLadingBillPdf(params) { ...@@ -150,6 +150,7 @@ export function getBoxLadingBillPdf(params) {
return request({ return request({
url: "/ecw/box-lading-bill/getBoxLadingBillPdf", url: "/ecw/box-lading-bill/getBoxLadingBillPdf",
method: "get", method: "get",
responseType: 'arraybuffer',
params, params,
}); });
} }
......
...@@ -167,7 +167,7 @@ export default { ...@@ -167,7 +167,7 @@ export default {
operateType, operateType,
}).then((res) => { }).then((res) => {
serviceMsg(res, this).then(() => { serviceMsg(res, this).then(() => {
this.download() if(operateType == 2) this.download()
this.cancel("submit"); this.cancel("submit");
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment