From 28b11b6ca5fad4ec33d4a1a4bbab62d5364cdab4 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期二, 23 七月 2024 17:47:11 +0800
Subject: [PATCH] qxtj

---
 src/views/hosp/order/index.vue |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index bfc6de6..9cdd148 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -29,6 +29,16 @@
           @blur="hb"
         />
       </el-form-item>
+      <el-form-item label="浣撴椤圭洰" prop="xmmc">
+        <el-input
+          ref="inputName"
+          v-model="queryParams.xmmc"
+          placeholder="璇疯緭鍏ヤ綋妫�椤圭洰"
+          style="width: 120px"
+          clearable
+          @keyup.enter.native="handleQuery"
+        />
+      </el-form-item>
       <el-form-item label="鐧昏鏃堕棿" prop="createTimeList">
         <el-date-picker
           v-model="createTimeList"
@@ -452,6 +462,7 @@
       width="1100px"
       style="height: 860px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <el-tabs
         type="border-card"
@@ -757,6 +768,7 @@
       width="1100px"
       style="height: 860px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <el-tabs
         type="border-card"
@@ -1070,7 +1082,7 @@
     </el-dialog>
 
     <!-- 娣诲姞鎴栦慨鏀逛綋妫�璁板綍瀵硅瘽妗� -->
-    <el-dialog :title="title" :visible.sync="open" width="950px" append-to-body>
+    <el-dialog :title="title" :visible.sync="open" width="950px" append-to-body :close-on-click-modal="false">
       <el-tabs v-model="activeName1" type="card">
         <!-- <el-tab-pane label="璁㈠崟娴佹按" name="first">
           <el-table :data="numberList" style="width: 100%">
@@ -1111,7 +1123,7 @@
           <el-table :data="huizongList" style="width: 100%" max-height="200">
             <el-table-column
               align="center"
-              prop="newID"
+            type="index"
               label="搴忓彿"
               width="50"
             >
@@ -1142,7 +1154,7 @@
           >
             <el-table-column
               align="center"
-              prop="newID"
+              type="index"
               label="搴忓彿"
               width="50"
             >
@@ -1178,6 +1190,7 @@
       width="1100px"
       style="height: 860px"
       append-to-body
+      :close-on-click-modal="false"
     >
       <el-row type="flex" class="row-bg" justify="space-around">
         <el-col :span="13">
@@ -1391,6 +1404,7 @@
         tjNum: null,
         bgbeginTime: null,
         bgendTime: null,
+        xmmc:null,
       },
       startTime: "",
       startTime1: "",

--
Gitblit v1.8.0