From f2fa1275d99ee4f038fd465f1f9777be89ac6d5e Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 27 May 2024 10:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/purchasereceiptManage/putaway/putawayJobMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue b/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue index 7a4700efd..a61fa9acc 100644 --- a/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue +++ b/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue @@ -277,7 +277,7 @@ const buttonTableClick = async (val, row) => { } const BASE_URL = import.meta.env.VITE_JMREPORT_BASE_URL -const src = ref(BASE_URL + '/jmreport/view/954234424010665984?token=' + getAccessToken()) +const src = ref(BASE_URL + '/jmreport/view/954878108028801024?token=' + getAccessToken()) const handleDocumentPrint = async (row) => { window.open(src.value+'&id='+row.masterId) }