陈少旭 1 gadu atpakaļ
vecāks
revīzija
32d9f77a34

+ 1 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Parādīt failu

115
 
115
 
116
           </el-tabs>
116
           </el-tabs>
117
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
117
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
118
-            <el-button size="small" ref="button_three" @click="open_four()" type="primary">刷新库存</el-button>
118
+            <el-button v-if="org_id == 10206" size="small" ref="button_three" @click="open_four()" type="primary">刷新库存</el-button>
119
 
119
 
120
 
120
 
121
             <el-button size="small" ref="button_one" @click="open(1)" type="primary"
121
             <el-button size="small" ref="button_one" @click="open(1)" type="primary"
978
 
978
 
979
           //排班
979
           //排班
980
           for (let i = 0; i < response.data.data.list_two.length; i++) {
980
           for (let i = 0; i < response.data.data.list_two.length; i++) {
981
-            console.log('hahhahahahahahahah', response.data.data.list_two)
982
             //未就诊
981
             //未就诊
983
             if (response.data.data.list_two[i].prescription.length == 0 && response.data.data.list_two[i].his_patient.id == 0) {
982
             if (response.data.data.list_two[i].prescription.length == 0 && response.data.data.list_two[i].his_patient.id == 0) {
984
               let obj = {
983
               let obj = {