陈少旭 1 gadu atpakaļ
vecāks
revīzija
511f894f96

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Parādīt failu

11
     <!-- <div class="backColor"></div> -->
11
     <!-- <div class="backColor"></div> -->
12
     <div class="mainCenter" v-loading="loading">
12
     <div class="mainCenter" v-loading="loading">
13
       <div class="centerLeft">
13
       <div class="centerLeft">
14
-        <div v-if="prescriptions[0].id >0 && (org_id == 10278 || org_id == 10138 || org_id == 0) ">
14
+        <div v-if="prescriptions[0].id >0 && (org_id == 10454) ">
15
         <el-button style="width: 100px" size="small" @click="callElePre(1)" type="primary">处方预核验</el-button>
15
         <el-button style="width: 100px" size="small" @click="callElePre(1)" type="primary">处方预核验</el-button>
16
         <el-button style="width: 100px"  size="small" @click="callElePre(2)" type="primary">处方签名</el-button>
16
         <el-button style="width: 100px"  size="small" @click="callElePre(2)" type="primary">处方签名</el-button>
17
         <el-button style="width: 100px"  size="small" @click="callElePre(3)" type="primary">处方上传</el-button>
17
         <el-button style="width: 100px"  size="small" @click="callElePre(3)" type="primary">处方上传</el-button>