Browse Source

合并带嘛

csx 2 years ago
parent
commit
7bb8ef4e41

+ 1 - 1
src/xt_pages/outpatientCharges/costComparison.vue View File

476
             insutype: this.insutype,
476
             insutype: this.insutype,
477
             clr_type: this.clr_type,
477
             clr_type: this.clr_type,
478
             clr_optins:this.query_clr_org,
478
             clr_optins:this.query_clr_org,
479
-            admin_user_id:that.$store.getters.xt_user.user.id,
479
+            admin_user_id:this.$store.getters.xt_user.user.id,
480
           }
480
           }
481
           var that = this
481
           var that = this
482
             axios.get('http://127.0.0.1:9532/api/checkaccount/get', {
482
             axios.get('http://127.0.0.1:9532/api/checkaccount/get', {

+ 12 - 12
src/xt_pages/outpatientDoctorStation/recordTemplate/printThree.vue View File

35
         </div>
35
         </div>
36
         <div>
36
         <div>
37
           性别:
37
           性别:
38
-          <label-box
39
-            :isChecked="patient.gender == 1 ? true : false"
40
-            showValue="男"
41
-          ></label-box>
42
-          <label-box
43
-            :isChecked="patient.gender == 2 ? true : false"
44
-            showValue="女"
45
-          ></label-box>
38
+<!--          <label-box-->
39
+<!--            :isChecked="patient.gender == 1 ? true : false"-->
40
+<!--            showValue="男"-->
41
+<!--          ></label-box>-->
42
+<!--          <label-box-->
43
+<!--            :isChecked="patient.gender == 2 ? true : false"-->
44
+<!--            showValue="女"-->
45
+<!--          ></label-box>-->
46
         </div>
46
         </div>
47
         <!-- <div class="address_slot">
47
         <!-- <div class="address_slot">
48
           家庭住址:<span>{{ patient.home_address ? patient.home_address : "" }}</span>
48
           家庭住址:<span>{{ patient.home_address ? patient.home_address : "" }}</span>
295
 import { getDataConfig } from "@/utils/data";
295
 import { getDataConfig } from "@/utils/data";
296
 import { getAllDoctorList, getPatientCaseHistory } from "@/api/project/project";
296
 import { getAllDoctorList, getPatientCaseHistory } from "@/api/project/project";
297
 import { getAccessList } from "@/api/patient";
297
 import { getAccessList } from "@/api/patient";
298
-import LabelBox from "../zujian/labelbox.vue";
299
-import CheckBox from "../zujian/checkbox.vue";
298
+// import LabelBox from "../zujian/labelbox.vue";
299
+// import CheckBox from "../zujian/checkbox.vue";
300
 export default {
300
 export default {
301
   props: {
301
   props: {
302
     patient: Object,
302
     patient: Object,
305
     //   history:Object,
305
     //   history:Object,
306
   },
306
   },
307
   components: {
307
   components: {
308
-    LabelBox,
309
-    CheckBox,
308
+    // LabelBox,
309
+    // CheckBox,
310
   },
310
   },
311
   data() {
311
   data() {
312
     return {
312
     return {