28169 1 anno fa
parent
commit
17991255c0

+ 2 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue Vedi File

@@ -42,7 +42,7 @@
42 42
 
43 43
        
44 44
       </div>
45
-      <div class="filter-container">
45
+      <div class="filter-container" v-if="org_id == 0 || org_id ==10101">
46 46
       <el-input style="width:200px" placeholder="请输入药品名称" v-model="keyword"></el-input>
47 47
        <el-button type="primary" @click="toSeachOne">搜索</el-button>
48 48
 
@@ -1332,7 +1332,7 @@ export default {
1332 1332
          if(nameOne == '全部'){
1333 1333
           nameOne = ""
1334 1334
         }
1335
-      this.$router.push({ path: "/dialysis/signPrint",query:{time: new Date(this.time).getTime(),delivery_way:name,execution_frequency:nameOne,patient_id:this.patient_id} });
1335
+      this.$router.push({ path: "/dialysis/signPrint",query:{time: new Date(this.time).getTime(),delivery_way:name,execution_frequency:nameOne,patient_id:this.patient_id,keyword:this.keyword} });
1336 1336
 
1337 1337
     },
1338 1338
     batchPrintActionOne: function() {

+ 1 - 0
src/xt_pages/dialysis/signPrint.vue Vedi File

@@ -134,6 +134,7 @@ export default {
134 134
             delivery_way:this.delivery_way,
135 135
             execution_frequency:this.execution_frequency,
136 136
             patient_id:this.$route.query.patient_id,
137
+            keyword:this.$route.query.keyword,
137 138
             }).then(rs => {
138 139
                 var resp = rs.data
139 140
                 if (resp.state == 1) {