From f84127457cf5ebacb0af4b4a4667846b23312a19 Mon Sep 17 00:00:00 2001
From: lsh <lsh>
Date: 星期五, 17 五月 2024 16:11:03 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/deviceOperate/rgvOperate.html |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/deviceOperate/rgvOperate.html b/src/main/webapp/views/deviceOperate/rgvOperate.html
index d431789..6590a2a 100644
--- a/src/main/webapp/views/deviceOperate/rgvOperate.html
+++ b/src/main/webapp/views/deviceOperate/rgvOperate.html
@@ -64,7 +64,8 @@
 								<el-form-item label="鍚姩">
 									<el-button @click="initiateD(1)" type="warning">鍙栬揣</el-button>
 									<el-button @click="initiateD(2)" type="warning">鏀捐揣</el-button>
-									<el-button @click="initiateD(3)" type="warning">XY绉诲姩</el-button>
+									<el-button @click="initiateD(3)" type="warning">X绉诲姩</el-button>
+									<el-button @click="initiateD(4)" type="warning">鎼繍</el-button>
 								</el-form-item>
 							</el-form>
 						</div>
@@ -187,7 +188,7 @@
 					emptyContainer:null
 				},
 				formParamD: {
-					rgvNo: null,
+					rgvNo: 1,
 					sourceStaNo: null,
 					sourceRow: 1,
 					sourceBay: 0,
@@ -346,6 +347,8 @@
 						urlS = "/rgv/operator/single/step/two/put";
 					}else if (method === 3){
 						urlS = "/rgv/operator/single/step/three/put";
+					}else if (method === 4){
+						urlS = "/rgv/operator/single/step/four/put";
 					}
 					let that = this
 					that.$confirm('姝ゆ搷浣滃瓨鍦ㄩ闄╋紝鏄惁缁х画','鎻愮ず',{
@@ -358,7 +361,7 @@
 							headers: {
 								'token': localStorage.getItem('token')
 							},
-							data: this.formParam,
+							data: this.formParamD,
 							method: 'POST',
 							success: function (res) {
 								if (res.code == 200) {

--
Gitblit v1.9.1