Commit c2b61bdc authored by zhoutong's avatar zhoutong

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

parent 93529e7a
......@@ -150,6 +150,7 @@ export function getBoxLadingBillPdf(params) {
return request({
url: "/ecw/box-lading-bill/getBoxLadingBillPdf",
method: "get",
responseType: 'arraybuffer',
params,
});
}
......
......@@ -167,7 +167,7 @@ export default {
operateType,
}).then((res) => {
serviceMsg(res, this).then(() => {
this.download()
if(operateType == 2) this.download()
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