From aac25494288e33d02bcd3bb319db0db8288acd94 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 25 二月 2025 14:12:03 +0800
Subject: [PATCH] 20250225A

---
 manifest.json                               |    4 ++--
 pages/phyz/orderOut/orderCheck_2.vue        |   11 ++++++-----
 pages/phyz/orderOut/bcpOrderOutSelect_2.vue |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/manifest.json b/manifest.json
index 09a0d03..075150f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
     "name" : "涓壃WMS",
     "appid" : "__UNI__DA5854D",
     "description" : "",
-    "versionName" : "20250224A",
-    "versionCode" : 145,
+    "versionName" : "20250225A",
+    "versionCode" : 146,
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
diff --git a/pages/phyz/orderOut/bcpOrderOutSelect_2.vue b/pages/phyz/orderOut/bcpOrderOutSelect_2.vue
index a2a829a..1695ede 100644
--- a/pages/phyz/orderOut/bcpOrderOutSelect_2.vue
+++ b/pages/phyz/orderOut/bcpOrderOutSelect_2.vue
@@ -123,7 +123,7 @@
 				_this.data.three_code = threeCode
 				_this.data.limit = limit
 				uni.request({
-					url: `${_this.baseUrl}/orderDetl/pakout/list/authV4`,
+					url: `${_this.baseUrl}/orderDetl/pakout/list/authV8`,
 					header: {'token': uni.getStorageSync('token')},
 					data: _this.data,
 					method: 'GET',
diff --git a/pages/phyz/orderOut/orderCheck_2.vue b/pages/phyz/orderOut/orderCheck_2.vue
index 9fa4e84..f7b39b0 100644
--- a/pages/phyz/orderOut/orderCheck_2.vue
+++ b/pages/phyz/orderOut/orderCheck_2.vue
@@ -152,14 +152,15 @@
 									k['count'] = k.anfme
 									k.agvStaNo = ''
 									k.anfme = 0
-									if (_this.orderType == 'bcp') {
-										if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
-											continue
-										}
-									}
+									// if (_this.orderType == 'bcp') {
+									// 	if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
+									// 		continue
+									// 	}
+									// }
 									_this.dataList.push(k)
 								}
 							}
+							console.log(_this.dataList);
 						} else if (res.code == 403) {
 							uni.showToast({ title: res.msg, icon: "error", position: 'top' })
 							setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);

--
Gitblit v1.9.1