|
@@ -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() {
|