From d696782f593273be36bdbe41c22556d0da3e0dca Mon Sep 17 00:00:00 2001 From: Amjacks <1932302177@qq.com> Date: Fri, 11 Apr 2025 11:08:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=88=B0=E8=B4=A7=E5=8D=95=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=89=B9=E6=AC=A1&=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockIn/StockInByCharge/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/stockIn/StockInByCharge/index.vue b/src/views/stockIn/StockInByCharge/index.vue index efa248d..ea8248c 100644 --- a/src/views/stockIn/StockInByCharge/index.vue +++ b/src/views/stockIn/StockInByCharge/index.vue @@ -509,6 +509,7 @@ function deleteBox(row) { state.createBoxForm = row DeleteTrackOutBox({ materialreceiveAct: state.createBoxForm, + receiveRequestName: state.queryParams.params.RECEIVEREQUESTNAME, user: localStorage.get('userId') }) .then((res: any) => {