Ver código fonte

Merge branch '20200710_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20200710_pc_vue_new_branch

XMLWAN 4 anos atrás
pai
commit
2d2afedeed

+ 1 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Ver arquivo

@@ -231,6 +231,7 @@
231 231
           v-model="patient_search_keyword"
232 232
           style="width: 250px;"
233 233
           placeholder="病人名字、透析号"
234
+          @keyup.enter.native='searchPatientAction'
234 235
         >
235 236
           <el-button
236 237
             slot="append"

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue Ver arquivo

@@ -961,7 +961,7 @@
961 961
       <table class="print-table" border="1">
962 962
         <tr>
963 963
           <td>时间</td>
964
-          <td width='430'>临时医嘱</td>
964
+          <td width='470'>临时医嘱</td>
965 965
           <td>医生签名</td>
966 966
           <td>执行护士</td>
967 967
           <td>执行时间</td>

+ 1 - 1
src/xt_pages/home/index.vue Ver arquivo

@@ -6,7 +6,7 @@
6 6
     <section class="app-container app-main-bg">
7 7
       <div class="home-page">
8 8
         <div class="search clearfix">
9
-          <input type="text" class="search-input" placeholder="病人姓名/透析号" v-model="searchKey" />
9
+          <input type="text" class="search-input" placeholder="病人姓名/透析号" v-model="searchKey" @keyup.enter='clickSearch' />
10 10
           <button class="search-button" @click="clickSearch">搜索</button>
11 11
         </div>
12 12
         <div class="ui-step clearfix">

+ 1 - 0
src/xt_pages/management/index.vue Ver arquivo

@@ -20,6 +20,7 @@
20 20
           class="filter-item"
21 21
           placeholder="输入序列号/设备名/型号搜索"
22 22
           size="small"
23
+          @keyup.enter.native='seahcerMacherInfo'
23 24
         />
24 25
         <el-button
25 26
           class="filter-item"

+ 1 - 1
src/xt_pages/sign/index.vue Ver arquivo

@@ -9,7 +9,7 @@
9 9
             <el-col :span="8">
10 10
                 <div class="dataTitle">患者列表</div>
11 11
                 <div style="margin-bottom: 10px;">
12
-                    <el-input v-model.trim="queryParams.keywords" placeholder="姓名/透析号" style="width: 150px;" @change="changeSearch"></el-input>&nbsp;
12
+                    <el-input v-model.trim="queryParams.keywords" @keyup.enter.native='changeSearch' placeholder="姓名/透析号" style="width: 150px;" @change="changeSearch"></el-input>&nbsp;
13 13
                     <el-button type="primary" @change="changeSearch" icon="el-icon-search">搜索</el-button>&nbsp;&nbsp;&nbsp;&nbsp;
14 14
                     <el-select v-model="queryParams.schedule_type" style="width: 100px;" @change="changeSearch">
15 15
                     <el-option v-for="item in shiftOptions" :label="item.label" :value="item.value" :key="item.value"></el-option>

+ 1 - 0
src/xt_pages/user/patients.vue Ver arquivo

@@ -141,6 +141,7 @@
141 141
           class="filter-item"
142 142
           placeholder="病人姓名/透析号"
143 143
           size="small"
144
+          @keyup.enter.native='search'
144 145
         />
145 146
         <el-button
146 147
           class="filter-item"

+ 1 - 0
src/xt_pages/workforce/components/tableData.vue Ver arquivo

@@ -7,6 +7,7 @@
7 7
         class="filter-item"
8 8
         v-model.trim="keywords"
9 9
         placeholder="病人名称/透析号"
10
+        @keyup.enter.native='search'
10 11
       />
11 12
       <el-button
12 13
         size="small"