From c7b33db117fd2893d7d1c93bf5d46e87d33e44d0 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 16 十二月 2024 16:08:51 +0800
Subject: [PATCH] 初审结果查询

---
 src/views/system/charge/index.vue |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/views/system/charge/index.vue b/src/views/system/charge/index.vue
index df6d82b..05fad38 100644
--- a/src/views/system/charge/index.vue
+++ b/src/views/system/charge/index.vue
@@ -1,31 +1,25 @@
 <template>
   <div class="app-container">
     <div class="grid-content bg-purple">
-      <el-form :inline="true" ref="form" :model="form" class="demo-form-inline" label-width="110px">
-        <el-row>
-          <el-col :span="5">
-            <el-form-item label="濮撳悕" prop="tjName" style="display: flex;">
+      <el-form :inline="true" ref="form" :model="form" class="demo-form-inline" label-width="78px">
+    
+            <el-form-item label="濮撳悕" prop="tjName" >
               <el-input v-model="form.tjName" placeholder="璇疯緭鍏ュ鍚�" />
             </el-form-item>
-          </el-col>
-          <el-col :span="6">
-            <el-form-item label="浣撴鍙�" prop="tjNum" style="display: flex;">
-              <el-input ref="inputName" v-model="form.tjNum" placeholder="璇疯緭鍏ヤ綋妫�鍙�"   @keyup.enter.native="submitFormchanck"  @blur="submitFormchanck" />
+         
+            <el-form-item label="浣撴鍙�" prop="tjNum" >
+              <el-input ref="inputName" v-model="form.tjNum" placeholder="璇疯緭鍏ヤ綋妫�鍙�"   @keyup.enter.native="submitFormchanck" @blur="hb"  />
             </el-form-item>
-          </el-col>
-
-          <el-col :span="6">
-            <el-form-item label="鑱旂郴鐢佃瘽" prop="tjPhone" style="display: flex;">
+         
+            <el-form-item label="鑱旂郴鐢佃瘽" prop="tjPhone" >
               <el-input v-model="form.tjPhone" placeholder="璇疯緭鍏ヨ仈绯荤數璇�" />
             </el-form-item>
-          </el-col>
-          <el-col :span="6">
+  
             <el-form-item>
               <el-button style="margin-left: 40px" type="primary" size="mini" @click="submitFormchanck">鎼滅储</el-button>
               <el-button style="margin-left: 10px" type="primary" size="mini" @click="resetQuery">閲嶇疆</el-button>
             </el-form-item>
-          </el-col>
-        </el-row>
+        
       </el-form>
     </div>
 
@@ -53,7 +47,7 @@
       <el-radio-button label="1">宸茬即璐�</el-radio-button>
     </el-radio-group>
 
-    <el-form :inline="true" :model="formInline" class="demo-form-inline" style="margin: 12px 6px" label-width="100px">
+    <el-form :inline="true" :model="formInline" class="demo-form-inline"  label-width="96px">
       <el-row>
         <el-col :span="7">
           <el-form-item label="搴旀敹閲戦" style="display: flex;">
@@ -176,6 +170,12 @@
         }
       });
     },
+    hb(){
+      console.log(this.form.tjNum);
+       if (this.form.tjNum != "") {
+        this.submitFormchanck();
+      }
+    },
     submitFormchanck() {
       this.loading = true;
       getfindTj(this.form).then((response) => {

--
Gitblit v1.8.0