Browse Source

提交代码

陈少旭 1 year ago
parent
commit
2d0780320e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 5 - 0
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

@@ -115,6 +115,7 @@
115 115
 
116 116
           </el-tabs>
117 117
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
118
+            <el-button v-if="org_id == 10206" size="small" ref="button_three" @click="open_four()" type="primary">刷新库存</el-button>
118 119
             <el-button size="small" ref="button_one" @click="open(1)" type="primary"
119 120
                        v-loading="saveLoading">保存
120 121
             </el-button>
@@ -641,6 +642,10 @@ export default {
641 642
   },
642 643
 
643 644
   methods: {
645
+    open_four(){
646
+      this.$refs.prescriptions.getZuobiaoGoodStock()
647
+      this.$refs.prescriptions.getZuobiaoDrugStock()
648
+    },
644 649
     getSunziValue(val) {
645 650
       //  this.drugs=[]
646 651
       this.getInitData()