From c6a42c10d5e49596bf67a6d6fdf8fa2678f31296 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 10 七月 2023 17:00:08 +0800
Subject: [PATCH] #

---
 pages/AGV/AGVPakinOn.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/pages/AGV/AGVPakinOn.vue b/pages/AGV/AGVPakinOn.vue
index 4efadb4..9232328 100644
--- a/pages/AGV/AGVPakinOn.vue
+++ b/pages/AGV/AGVPakinOn.vue
@@ -147,7 +147,7 @@
 				token: '',
 				barcode: '',
 				stationCode: '',
-				dataList: [],
+				dataList: [{}],
 				count: 0,
 				rowNum: '',
 				matnr: '',
@@ -176,6 +176,9 @@
 			messageToggle(type) {
 				this.msgType1 = type
 				this.$refs.message.open()
+			},
+			stationCodeInput() {
+				
 			},
 			// barcode input 浜嬩欢
 			barcodeInput() {
@@ -396,7 +399,7 @@
 					}
 				}
 				uni.request({
-					url: that.baseUrl + '/mobile/comb/auth',
+					url: that.baseUrl + '/agvMobile/comb/auth',
 					data: JSON.stringify({
 						barcode: that.barcode,
 						stationCode: that.stationCode,
@@ -439,6 +442,7 @@
 			// 纭閲嶇疆
 			resetConfirm() {
 				this.dataList = []
+				this.stationCode = ''
 				this.messageText = "閲嶇疆瀹屾垚"
 				this.messageToggle('success')
 			},
@@ -450,6 +454,7 @@
 			resst() {
 				this.dataList = []
 				this.barcode = ''
+				this.stationCode = ''
 				this.barcodeFocuss()
 			},
 		}
@@ -502,7 +507,7 @@
 		width: 100%;
 		background-color: white;
 		position: fixed;
-		margin-top: 200rpx;
+		margin-top: 300rpx;
 		z-index: 9;
 		/* border-top: 1px solid #DCDFE6; */
 		text-align: center;

--
Gitblit v1.9.1