From 1720ee6bdab204ab954fc136ced3a4997e8fc31c Mon Sep 17 00:00:00 2001 From: Amjacks <1932302177@qq.com> Date: Mon, 14 Apr 2025 11:42:28 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E8=BE=85=E6=9D=90=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E5=88=B0=E8=B4=A7=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockIn/NoPoStockIn/index.vue | 2 ++ src/views/stockIn/delivery/drawer.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/views/stockIn/NoPoStockIn/index.vue b/src/views/stockIn/NoPoStockIn/index.vue index bd969a1..f8e6bcd 100644 --- a/src/views/stockIn/NoPoStockIn/index.vue +++ b/src/views/stockIn/NoPoStockIn/index.vue @@ -304,6 +304,8 @@ function handleQuery() { NoChargeStockIn({ commitDate : state.commitDate, USER : localStorage.get("userId"), + SITENAME: localStorage.get('siteName') || 'SDK', + RECEIVEREQUESTNAME: state.queryParams.params.RECEIVEREQUESTNAME, BOXLIST: { ...state.MATERIALRECEIVEACT } diff --git a/src/views/stockIn/delivery/drawer.vue b/src/views/stockIn/delivery/drawer.vue index f550b8c..5f0f2e0 100644 --- a/src/views/stockIn/delivery/drawer.vue +++ b/src/views/stockIn/delivery/drawer.vue @@ -87,6 +87,7 @@ +