From 7e68f81b38116bba40e70620c563168fcde66a37 Mon Sep 17 00:00:00 2001
From: L <L@132>
Date: 星期五, 05 十二月 2025 09:18:38 +0800
Subject: [PATCH] *

---
 src/main/webapp/views/deviceOperate/crnOperate.html |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/deviceOperate/crnOperate.html b/src/main/webapp/views/deviceOperate/crnOperate.html
index 16af503..eaf5684 100644
--- a/src/main/webapp/views/deviceOperate/crnOperate.html
+++ b/src/main/webapp/views/deviceOperate/crnOperate.html
@@ -78,9 +78,12 @@
 							<el-form-item label="娴嬭瘯搴撲綅鏁伴噺">
 								<el-input v-model="formParam.locMastDemoCount" placeholder="娴嬭瘯搴撲綅鏁伴噺"></el-input>
 							</el-form-item>
-							<el-form-item label="娴嬭瘯搴撲綅">
-								<el-input v-model="formParam.locMastDemo" placeholder="娴嬭瘯搴撲綅 鍒嗛殧绗�;"></el-input>
+							<el-form-item label="鍘熷鍑哄簱搴撲綅">
+								<el-input v-model="formParam.locMastDemoF" placeholder="鍘熷鏈夌墿搴撲綅"></el-input>
 							</el-form-item>
+<!--							<el-form-item label="鍘熷绌哄簱浣�">-->
+<!--								<el-input v-model="formParam.locMastDemoE" placeholder="鍘熷鏈夌墿搴撲綅"></el-input>-->
+<!--							</el-form-item>-->
 							<el-form-item label="鍫嗗灈鏈烘斁璐х珯鐐�">
 								<el-input v-model="formParam.staOutDemo" placeholder="鍫嗗灈鏈烘斁璐х珯鐐�"></el-input>
 							</el-form-item>
@@ -220,7 +223,8 @@
 					sourceLev: 1,
 					staNo: null,
 					locMastDemoCount: 3,
-					locMastDemo: null,
+					locMastDemoF: null,
+					locMastDemoE: null,
 					staOutDemo: null,
 					staIntDemo: null,
 					row: 1,
@@ -352,7 +356,8 @@
 								hpMk: this.hpMkDemo ? "Y" : "N",
 								staOutDemo: this.formParam.staOutDemo,
 								staIntDemo: this.formParam.staIntDemo,
-								locMastDemo: this.formParam.locMastDemo,
+								locMastDemoF: this.formParam.locMastDemoF,
+								locMastDemoE: this.formParam.locMastDemoE,
 								locMastDemoCount: this.formParam.locMastDemoCount,
 								crnNo: this.formParam.crnNo
 							}

--
Gitblit v1.9.1