see999 3 jaren geleden
bovenliggende
commit
fc7055c540
1 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  1. 9 0
      src/xt_pages/user/components/PatientDetail.vue

+ 9 - 0
src/xt_pages/user/components/PatientDetail.vue Bestand weergeven

969
           class="order_title"
969
           class="order_title"
970
           align="center"
970
           align="center"
971
           style="margin-bottom:20px;font-size:35px"
971
           style="margin-bottom:20px;font-size:35px"
972
+          v-if="org_id != 10223"
972
         >
973
         >
973
           签到卡
974
           签到卡
974
         </div>
975
         </div>
976
+        <div
977
+          class="order_title"
978
+          align="center"
979
+          style="margin-bottom:20px;font-size:25px"
980
+          v-if="org_id == 10223"
981
+        >三优血液透析中心</div>
975
         <div align="center" style="margin-bottom:4px;font-size:25px">
982
         <div align="center" style="margin-bottom:4px;font-size:25px">
976
           姓名:<span>&nbsp;&nbsp;{{ patientPrint.name }}</span
983
           姓名:<span>&nbsp;&nbsp;{{ patientPrint.name }}</span
977
           ><br />
984
           ><br />
1072
   expense_kind: "",
1079
   expense_kind: "",
1073
   contact_name: "",
1080
   contact_name: "",
1074
   sch_remark:"",
1081
   sch_remark:"",
1082
+  org_id:0
1075
 };
1083
 };
1076
 
1084
 
1077
 export default {
1085
 export default {
1172
     }
1180
     }
1173
   },
1181
   },
1174
   created() {
1182
   created() {
1183
+    this.org_id = this.$store.getters.xt_user.org.id
1175
     this.styleOptions = this.$store.getters.patient_types;
1184
     this.styleOptions = this.$store.getters.patient_types;
1176
     // this.partitionOptions = this.$store.getters.partitions;
1185
     // this.partitionOptions = this.$store.getters.partitions;
1177
     this.maritalOptions = getDataConfig("patient", "marital_options");
1186
     this.maritalOptions = getDataConfig("patient", "marital_options");