From 27bd41da7c7141206ae767644069cfe89780d7ab Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Tue, 28 May 2024 16:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E6=9E=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=89=93=E5=8D=B0=E6=A8=A1=E6=9D=BFid?= 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 524fd6a1e..2c7d02847 100644 --- a/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue +++ b/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue @@ -280,7 +280,7 @@ const buttonTableClick = async (val, row) => { } const BASE_URL = import.meta.env.VITE_JMREPORT_BASE_URL -const src = ref(BASE_URL + '/jmreport/view/954878108028801024?token=' + getAccessToken()) +const src = ref(BASE_URL + '/jmreport/view/955350408322154496?token=' + getAccessToken()) const handleDocumentPrint = async (row) => { window.open(src.value+'&id='+row.masterId) }