From 2c81816264faf579143f8b17582248ce15f369ce Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 09 三月 2025 13:48:35 +0800
Subject: [PATCH] 出库单添加正在作业中数量
---
pages/phyz/processOrder/processOrder.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/phyz/processOrder/processOrder.vue b/pages/phyz/processOrder/processOrder.vue
index 202a013..1b8006e 100644
--- a/pages/phyz/processOrder/processOrder.vue
+++ b/pages/phyz/processOrder/processOrder.vue
@@ -203,7 +203,7 @@
}
let _this = this
uni.navigateTo({
- url: './orderList',
+ url: './orderCheck',
success(res) {
res.eventChannel.emit('item', {
item: item
@@ -225,7 +225,7 @@
this.data.curr = 1
this.data.maktx = this.maktx
this.data.matnr = this.matnr
- this.data.order_no = this.order_no
+ this.data.order_no = this.orderNo
this.data.brand = this.brand
this.getOrderDetlList(this.searchValue1,10)
this.$refs.filter.close()
--
Gitblit v1.9.1