From 674d18b89f89c3c6b34decc2da4bcdf74b856277 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 13 十一月 2024 14:34:38 +0800
Subject: [PATCH] #

---
 pages/phyz/bcp/bcpOrder.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/phyz/bcp/bcpOrder.vue b/pages/phyz/bcp/bcpOrder.vue
index b67e620..c64729f 100644
--- a/pages/phyz/bcp/bcpOrder.vue
+++ b/pages/phyz/bcp/bcpOrder.vue
@@ -139,7 +139,7 @@
 		onLoad() {
 			this.baseUrl = uni.getStorageSync('baseUrl');
 			this.token = uni.getStorageSync('token');
-			this.searchValue = uni.getStorageSync('threeCode');
+			this.searchValue = uni.getStorageSync('bcpThreeCode');
 			this.getOrderDetlList(this.searchValue,10)
 			console.log("onLoad");
 		},
@@ -192,7 +192,7 @@
 			searchValueInput2() {
 				this.dataList = []
 				this.data.curr = 1
-				uni.setStorageSync('threeCode', this.searchValue);
+				uni.setStorageSync('bcpThreeCode', this.searchValue);
 				if (this.searchValue.length == 0) {
 					this.getOrderDetlList(this.searchValue,10)
 				} else {
@@ -257,7 +257,7 @@
 							console.log(data);
 							if (data.data == 1) {
 								_this.orderCarList = []
-								_this.getOrderDetlList(uni.getStorageSync('threeCode'),10)
+								_this.getOrderDetlList(uni.getStorageSync('bcpThreeCode'),10)
 							}
 						}
 					}
@@ -275,7 +275,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.searchValue,10)
 				this.$refs.filter.close()

--
Gitblit v1.9.1