From 638677cf8b00e62d1ea7af6fbf2f4d50b73046b6 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Mon, 11 Nov 2024 18:37:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/supInoutSearchOrderProduct.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inventory/supInoutSearchOrderProduct.vue b/src/views/inventory/supInoutSearchOrderProduct.vue index 508c04b5..b1ce5acb 100644 --- a/src/views/inventory/supInoutSearchOrderProduct.vue +++ b/src/views/inventory/supInoutSearchOrderProduct.vue @@ -463,7 +463,7 @@ export default { templateId: res.data, list: this.orderSelection }; - printOrderDept(printParams).then((response) => { + printOrderProduct(printParams).then((response) => { //将pdf文件转换为url。 const binaryData = []; binaryData.push(response); @@ -534,7 +534,7 @@ export default { printParams.confirmStarTime = null; printParams.confirmEndTime = null; } - printOrderDept(printParams).then((response) => { + printOrderProduct(printParams).then((response) => { //将pdf文件转换为url。 const binaryData = []; binaryData.push(response);