From 244755639563d0b2c77a6a1187cd2d95b4af961f Mon Sep 17 00:00:00 2001
From: mengjiao <3338049200@qq,com>
Date: Fri, 27 Sep 2024 12:19:28 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E6=9D=90=E9=80=80=E8=B4=A7=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2--=E6=89=93=E5=8D=B0=E4=BF=AE=E6=94=B94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/wms/returnorderzs/index.vue | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/wms/returnorderzs/index.vue b/src/views/wms/returnorderzs/index.vue
index f8ed3f9..a5049a3 100644
--- a/src/views/wms/returnorderzs/index.vue
+++ b/src/views/wms/returnorderzs/index.vue
@@ -6,8 +6,8 @@
-
-
+
@@ -769,7 +769,10 @@ export default {
this.printDialogVisible = true;
this.newWorkerLoading = true // 设置加载状态为true,表示正在加载
this.refreshNewWorkerTable = false // 先将refreshProTable设置为false,隐藏表格
- listReturnDY(this.outorderList[0].produceCode,'0').then(response => {
+ let queryParams = {
+ produceCode: this.outorderList[0].produceCode
+ };
+ listReturnDY(queryParams).then(response => {
this.showWorkorderCode = true;
this.printData.printTitle = '订单物料';
this.printData.factory = response.data[0].siteCode