From 9e34e3c4a5fce250614ac014ecc3e83f41d6f637 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期一, 27 五月 2024 17:26:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/components/view/b1-inspection-order.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/view/b1-inspection-order.vue b/src/components/view/b1-inspection-order.vue
index 201ecea..8d285c2 100644
--- a/src/components/view/b1-inspection-order.vue
+++ b/src/components/view/b1-inspection-order.vue
@@ -121,7 +121,7 @@
             <div class="search_thing" style="width: 20%;" v-if="more">
               <div class="search_label">涓嬪崟浜猴細</div>
               <div class="search_input"><el-input size="small" placeholder="璇疯緭鍏�" clearable
-                  v-model="componentData.entity.value1" @keyup.enter.native="refreshTable()"></el-input></div>
+                  v-model="componentData.entity.name" @keyup.enter.native="refreshTable()"></el-input></div>
             </div>
             <div class="search_thing" style="width: 20%;" v-if="more">
               <div class="search_label">宸ョ▼鍚嶇О锛�</div>
@@ -228,7 +228,7 @@
 			</el-dialog>
 		</div>
 		<div style="width: 100%;height: 100%;" v-if="active >0">
-			<Add :active="active" :currentId="currentId" v-if="active<4" />
+			<Add :active="active" :currentId="currentId" v-show="active<4" />
       <fiberOpticConfig :currentId="currentId" v-if="active==4" />
 		</div>
 	</div>
@@ -273,7 +273,7 @@
             sampleModel: null,
             sampleCode: null,
 						state: 0,
-            value1:null,
+            name:null,
             engineering:null,
             production:null,
 						orderBy: {

--
Gitblit v1.9.3