see999 il y a 3 ans
Parent
révision
fc7055c540
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9 0
      src/xt_pages/user/components/PatientDetail.vue

+ 9 - 0
src/xt_pages/user/components/PatientDetail.vue Voir le fichier

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