From 6edc1c4e1df51e69a264e092addf8fa50ebc2a91 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 07 二月 2025 19:42:57 +0800
Subject: [PATCH] #

---
 pages/phyz/stationManage/confirmProcessed.vue |    2 +-
 pages/phyz/orderOut/orderCheck.vue            |    1 +
 pages/phyz/comOrder/checkOut.vue              |    1 +
 pages.json                                    |    8 ++++++++
 pages/phyz/bcp/bcpOrder.vue                   |    2 +-
 pages/phyz/processOrder/orderCheck.vue        |    1 +
 6 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 32b9941..7cf68e0 100644
--- a/pages.json
+++ b/pages.json
@@ -323,6 +323,14 @@
         		"enablePullDownRefresh" : false
         	}
         },
+		{
+			"path" : "pages/phyz/bcp/orderCar",
+			"style" : 
+			{
+				"navigationBarTitleText" : "寰呯粍鎵樺垪琛�",
+				"enablePullDownRefresh" : false
+			}
+		},
         {
         	"path" : "pages/home/locMastManage",
         	"style" : 
diff --git a/pages/phyz/bcp/bcpOrder.vue b/pages/phyz/bcp/bcpOrder.vue
index 24b0e55..05d1f2b 100644
--- a/pages/phyz/bcp/bcpOrder.vue
+++ b/pages/phyz/bcp/bcpOrder.vue
@@ -248,7 +248,7 @@
 					return
 				}
 				uni.navigateTo({
-					url: '../order/orderCar',
+					url: './orderCar',
 					success(res) {
 						res.eventChannel.emit('item', {
 							item: _this.orderCarList
diff --git a/pages/phyz/comOrder/checkOut.vue b/pages/phyz/comOrder/checkOut.vue
index 50f8a52..dd4d967 100644
--- a/pages/phyz/comOrder/checkOut.vue
+++ b/pages/phyz/comOrder/checkOut.vue
@@ -122,6 +122,7 @@
 					if (k == item) flag = true 
 				}
 				if(!flag) {
+					uni.showToast({ title: '褰撳墠绔欑偣鏃犳硶浣跨敤锛屽凡澶嶄綅', icon: "error", position: 'top' })
 					setTimeout(() => {
 						this.dataList[index].agvStaNo = ''
 					}, 100);
diff --git a/pages/phyz/orderOut/orderCheck.vue b/pages/phyz/orderOut/orderCheck.vue
index bc572f4..9cb2142 100644
--- a/pages/phyz/orderOut/orderCheck.vue
+++ b/pages/phyz/orderOut/orderCheck.vue
@@ -127,6 +127,7 @@
 					if (k == item) flag = true 
 				}
 				if(!flag) {
+					uni.showToast({ title: '褰撳墠绔欑偣鏃犳硶浣跨敤锛屽凡澶嶄綅', icon: "error", position: 'top' })
 					setTimeout(() => {
 						this.dataList[index].agvStaNo = ''
 					}, 100);
diff --git a/pages/phyz/processOrder/orderCheck.vue b/pages/phyz/processOrder/orderCheck.vue
index 02c7f8e..3131174 100644
--- a/pages/phyz/processOrder/orderCheck.vue
+++ b/pages/phyz/processOrder/orderCheck.vue
@@ -122,6 +122,7 @@
 					if (k == item) flag = true 
 				}
 				if(!flag) {
+					uni.showToast({ title: '褰撳墠绔欑偣鏃犳硶浣跨敤锛屽凡澶嶄綅', icon: "error", position: 'top' })
 					setTimeout(() => {
 						this.dataList[index].agvStaNo = ''
 					}, 100);
diff --git a/pages/phyz/stationManage/confirmProcessed.vue b/pages/phyz/stationManage/confirmProcessed.vue
index 54aca57..f1984d5 100644
--- a/pages/phyz/stationManage/confirmProcessed.vue
+++ b/pages/phyz/stationManage/confirmProcessed.vue
@@ -194,7 +194,7 @@
 				this.processedDis = true
 				let that = this
 				uni.request({
-					url: that.baseUrl + '/agvMobile/hand/control/processed',
+					url: that.baseUrl + '/agvMobile/hand/control/processed/v2',
 					header: {'token': uni.getStorageSync('token')},
 					data: {devNo: that.devNo, barcode: that.barcode,wrkDetls:that.dataList,factory: factor},
 					method: 'POST',

--
Gitblit v1.9.1