XMLWAN 2 年之前
父節點
當前提交
3070875a70
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/xt_pages/outpatientTool/gatherPrintInvoice.vue
  2. 2 2
      src/xt_pages/user/dialysisRecord.vue

+ 1 - 1
src/xt_pages/outpatientTool/gatherPrintInvoice.vue 查看文件

@@ -16,7 +16,7 @@
16 16
             <tr>
17 17
                 <td>姓名:{{patient.name}}</td>
18 18
                 <td>科室:
19
-                    <!-- {{getDepartment(his_patient.departments)}} -->
19
+                    <span v-if="this.$store.getters.xt_user.org.id!=10215"> {{getDepartment(his_patient.departments)}}</span>
20 20
 
21 21
                    {{ getDepartment(his_record_patient.departments) }}
22 22
                 </td>

+ 2 - 2
src/xt_pages/user/dialysisRecord.vue 查看文件

@@ -576,7 +576,7 @@ export default {
576 576
       var dl = this.doctorOptions.length;
577 577
       if (dl > 0) {
578 578
         for (let index = 0; index < dl; index++) {
579
-          if ((this.doctorOptions[index].id = creater)) {
579
+          if ((this.doctorOptions[index].id == creater)) {
580 580
             return this.doctorOptions[index].name;
581 581
           }
582 582
         }
@@ -588,7 +588,7 @@ export default {
588 588
       if (dl > 0) {
589 589
         for (let index = 0; index < dl; index++) {
590 590
 
591
-          if (this.nurseOptions[index].id = start_nurse) {
591
+          if (this.nurseOptions[index].id == start_nurse) {
592 592
 
593 593
             return this.nurseOptions[index].name;
594 594
           }