Browse Source

新分支

28169 1 year ago
parent
commit
c0997fa147

+ 64 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1379,6 +1379,7 @@
1379 1379
                           >
1380 1380
                           置换液的速度<br />(ml/h)
1381 1381
                           </td>
1382
+                          <td width="50" v-if="org_id == 0 || org_id == 10375">置换率<br />(ml/h)</td>
1382 1383
                           <td width="50" v-if="org_id != 3877 && org_id != 10449">超滤量<br />(ml)</td>
1383 1384
                           <td width="50" v-if="org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1384 1385
                           <td
@@ -1562,7 +1563,9 @@
1562 1563
                                 : ""
1563 1564
                             }}
1564 1565
                           </td>
1565
-
1566
+                          <td width="50" v-if="org_id == 0 || org_id == 10375"><br />
1567
+                            {{ monitor_record.replacement_rate?monitor_record.replacement_rate:"0" }}
1568
+                          </td>
1566 1569
                           <td>
1567 1570
                             <span v-if="org_id == 9671 || org_id == 10440 || org_id == 10471">
1568 1571
                                 {{
@@ -1689,6 +1692,7 @@
1689 1692
                         <td></td>
1690 1693
                         <td></td>
1691 1694
                         <td></td>
1695
+                        <td  v-if="org_id == 0 || org_id == 10375"> </td>
1692 1696
                         <td v-if="org_id == 9671 || org_id == 9919"></td>
1693 1697
                         <td
1694 1698
                           v-if="
@@ -1765,6 +1769,7 @@
1765 1769
                             执行人签名
1766 1770
                           </td>
1767 1771
                           <td style="font-size: 16px" width="10%">时间</td>
1772
+                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id ==0">核对护士</td>
1768 1773
                         </tr>
1769 1774
                         <!-- <template v-for="group in doctor_advices" > -->
1770 1775
 
@@ -1872,6 +1877,29 @@
1872 1877
                                 getTime(advice[0].execution_time, " {h}:{i}")
1873 1878
                               }}</span>
1874 1879
                             </td>
1880
+                            <td height="35px" v-if="org_id == 10375 || org_id == 0">
1881
+                              <span
1882
+                                v-if="
1883
+                                  setAdminUserES(
1884
+                                    advice[0],
1885
+                                    'checker'
1886
+                                  ) == ''
1887
+                                "
1888
+                                >{{
1889
+                                  getAdminUser(advice[0], "checker")
1890
+                                }}</span
1891
+                              >
1892
+                              <img
1893
+                                class="es-img"
1894
+                                :src="
1895
+                                  setAdminUserES(advice[0], 'checker')
1896
+                                "
1897
+                                alt=""
1898
+                                srcset=""
1899
+                                v-else
1900
+                                style="height: 40px"
1901
+                              />
1902
+                            </td>
1875 1903
                           </tr>
1876 1904
                         </template>
1877 1905
                       </tbody>
@@ -2399,7 +2427,7 @@
2399 2427
                       <div
2400 2428
                         class="inline_block"
2401 2429
                         style="flex: 1"
2402
-                        v-if="org_id != 10223"
2430
+                        v-if="org_id != 10223 || org_id!=10375"
2403 2431
                       >
2404 2432
                         透析中入量(L):
2405 2433
                         <div
@@ -2657,6 +2685,40 @@
2657 2685
                           }}
2658 2686
                         </div>
2659 2687
                       </div>
2688
+
2689
+                  
2690
+                    </div>
2691
+
2692
+                    <div
2693
+                      class="row"
2694
+                      style="padding: 2px 0; line-height: 23px; display: flex"
2695
+                      v-if="org_id == 0 || org_id ==10375"
2696
+                    >
2697
+                      <div
2698
+                        class="inline_block"
2699
+                        style="flex: 1; display: inline-block"
2700
+                      >
2701
+                        宣教知识:
2702
+                        <div
2703
+                          class="under_line"
2704
+                          style="
2705
+                            width: 840px;
2706
+                            line-height: 25px;
2707
+                            text-align: left;
2708
+                            margin-left: 2px;
2709
+                            display: inline-block;
2710
+                            white-space: normal;
2711
+                          "
2712
+                        >
2713
+                          {{
2714
+                            record.summer && record.summer.mission
2715
+                              ? record.summer.mission
2716
+                              : "/"
2717
+                          }}
2718
+                        </div>
2719
+                      </div>
2720
+
2721
+                  
2660 2722
                     </div>
2661 2723
                   </td>
2662 2724
                 </tr>

+ 2 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue View File

@@ -17,8 +17,8 @@
17 17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18 18
             actual_ultrafiltration
19 19
           }}</span>
20
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 36 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 44 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10340 ||  this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10430 ||  this.$store.getters.xt_user.template_info.org_id == 10432 ||  this.$store.getters.xt_user.template_info.org_id == 10441 ||  this.$store.getters.xt_user.template_info.org_id == 10445  ) " >ml</span>
21
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 36 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 44 && this.$store.getters.xt_user.template_info.template_id != 60 &&  this.$store.getters.xt_user.template_info.org_id != 9555  && this.$store.getters.xt_user.template_info.org_id != 10340 &&  this.$store.getters.xt_user.template_info.org_id!= 10387 &&  this.$store.getters.xt_user.template_info.org_id!= 10430 &&  this.$store.getters.xt_user.template_info.org_id!= 10432 &&  this.$store.getters.xt_user.template_info.org_id!= 10441 &&  this.$store.getters.xt_user.template_info.org_id!= 10445"  >L</span>
20
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 36 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 44 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10340 ||  this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10430 ||  this.$store.getters.xt_user.template_info.org_id == 10432 ||  this.$store.getters.xt_user.template_info.org_id == 10441 ||  this.$store.getters.xt_user.template_info.org_id == 10445 ||  this.$store.getters.xt_user.template_info.org_id == 10495  ) " >ml</span>
21
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 36 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 44 && this.$store.getters.xt_user.template_info.template_id != 60 &&  this.$store.getters.xt_user.template_info.org_id != 9555  && this.$store.getters.xt_user.template_info.org_id != 10340 &&  this.$store.getters.xt_user.template_info.org_id!= 10387 &&  this.$store.getters.xt_user.template_info.org_id!= 10430 &&  this.$store.getters.xt_user.template_info.org_id!= 10432 &&  this.$store.getters.xt_user.template_info.org_id!= 10441 &&  this.$store.getters.xt_user.template_info.org_id!= 10445  &&  this.$store.getters.xt_user.template_info.org_id!= 10495"  >L</span>
22 22
         </li>
23 23
         <li v-if="isShow('导管')">
24 24
           <label>导管 : </label>

+ 9 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue View File

@@ -29,7 +29,7 @@
29 29
           <el-col :span="8" v-if="isShow('实际超滤量')">
30 30
             <el-form-item
31 31
               label="实际超滤量(ml): " :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')"
32
-              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 32 || this.template_id == 34 || this.template_id == 36 || this.template_id == 38 || this.template_id == 43 || this.template_id == 44 || this.template_id == 47 || this.template_id == 56 || this.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10307 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10441 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410"  >
32
+              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 32 || this.template_id == 34 || this.template_id == 36 || this.template_id == 38 || this.template_id == 43 || this.template_id == 44 || this.template_id == 47 || this.template_id == 56 || this.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10307 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10441 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10495"  >
33 33
               <el-input v-model="form.actual_ultrafiltration"></el-input>
34 34
             </el-form-item>
35 35
             <el-form-item label="实际超滤量(L): " v-else :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')">
@@ -628,6 +628,12 @@
628 628
             </el-form-item>
629 629
         </el-col>
630 630
 
631
+        <el-col :span="24" v-if="isShow('备注')">
632
+            <el-form-item label="备注:" :prop="isName('备注')">
633
+              <el-input type="textarea" :rows="4" v-model="form.remark"></el-input>
634
+            </el-form-item>
635
+        </el-col>
636
+
631 637
       </el-form>
632 638
 
633 639
 
@@ -852,6 +858,7 @@ export default {
852 858
         machine_run:0,
853 859
         after_urea:"",
854 860
         accumulated_blood_volume:"",
861
+     
855 862
       },
856 863
       lapseList:[],
857 864
       leaveOfficeMethod:[],
@@ -1174,6 +1181,7 @@ export default {
1174 1181
           data["after_urea"] = this.form.after_urea
1175 1182
           data["pip_coagulation"] = this.form.pip_coagulation
1176 1183
           data["accumulated_blood_volume"] = this.form.accumulated_blood_volume
1184
+       
1177 1185
           console.log("Data",data)
1178 1186
           console.log("Paramsquery",data)
1179 1187
 

+ 10 - 13
src/xt_pages/dialysis/details/dialog/doubleCheckDialog.vue View File

@@ -796,17 +796,17 @@ export default {
796 796
     changeBox(val) {
797 797
       var arr = [];
798 798
       var str = val.join(";");
799
-      if (str.indexOf("透析器/灌流器") != -1 && this.prescription != null) {
799
+      if (str.indexOf("透析器/灌流器/滤过器") != -1 && this.prescription != null) {
800 800
         arr.push(
801
-          "透析器/灌流器:" +
801
+          "透析器/灌流器/滤过器:" +
802 802
             (this.prescription.dialyzer_perfusion_apparatus
803 803
               ? this.prescription.dialyzer_perfusion_apparatus
804 804
               : "")
805 805
         );
806 806
       }
807 807
 
808
-      if (str.indexOf("透析器/灌流器") != -1 && this.prescription == null) {
809
-        arr.push("透析器/灌流器:");
808
+      if (str.indexOf("透析器/灌流器/滤过器") != -1 && this.prescription == null) {
809
+        arr.push("透析器/灌流器/滤过器:");
810 810
       }
811 811
 
812 812
       if (str.indexOf("穿刺针") != -1 && this.predialysis_evaluation.id != 0) {
@@ -1366,7 +1366,7 @@ export default {
1366 1366
       if (this.prescription != null && this.prescription.id != 0) {
1367 1367
         if (this.prescription.dialyzer_perfusion_apparatus != "" ||this.prescription.dialysis_dialyszers != "" || this.prescription.dialysis_irrigation != "") {
1368 1368
 
1369
-          if(this.org_id == 10440 || this.org_id == 0){
1369
+          if(this.org_id == 10440){
1370 1370
             this.diazes = "透析器/灌流器:";
1371 1371
             this.diazes = this.diazes + this.prescription.dialyzer_perfusion_apparatus;
1372 1372
             this.diazes = this.diazes + this.prescription.dialysis_dialyszers + this.prescription.dialysis_irrigation + "  " +"批号:"+ " ";
@@ -1374,15 +1374,12 @@ export default {
1374 1374
             console.log("hhahahahhahahahawowoowowowowo--------",this.diazes)
1375 1375
           }
1376 1376
 
1377
-          if(this.org_id!=0 && this.org_id!=10440){
1377
+          if(this.org_id!=10440){
1378 1378
            
1379
-            this.diazes = "透析器/灌流器:";
1380
-            this.diazes =
1381
-              this.diazes + this.prescription.dialyzer_perfusion_apparatus;
1382
-            this.diazes =
1383
-              this.diazes +
1384
-              this.prescription.dialysis_dialyszers +
1385
-              this.prescription.dialysis_irrigation 
1379
+            this.diazes = "透析器/灌流器/滤过器:";
1380
+            this.diazes = this.diazes + this.prescription.dialyzer_perfusion_apparatus;
1381
+            this.diazes = this.diazes + this.prescription.dialysis_dialyszers + this.prescription.dialysis_irrigation + this.prescription.dialysis_strainer
1382
+
1386 1383
           }
1387 1384
         
1388 1385
         } else {

+ 36 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -1467,6 +1467,7 @@
1467 1467
                           <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span> 
1468 1468
                         </td>
1469 1469
                         <td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
1470
+                        <td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
1470 1471
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1471 1472
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
1472 1473
                         <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0" width="50">
@@ -1565,7 +1566,9 @@
1565 1566
                         </td>
1566 1567
 
1567 1568
                       
1568
-
1569
+                        <td v-if="org_id == 10375 || org_id == 0"><br />
1570
+                          {{ monitor.replacement_rate? monitor.replacement_rate: ""}}
1571
+                        </td>
1569 1572
                         <td>
1570 1573
                           <span v-if="org_id!=9671 && org_id!=10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1571 1574
                           <span v-if="org_id==9671 || org_id==10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
@@ -1657,6 +1660,7 @@
1657 1660
                         <td></td>
1658 1661
                         <td></td>
1659 1662
                         <td></td>
1663
+                        <td v-if="org_id == 10375 || org_id == 0"><br /></td>
1660 1664
                         <td v-if="org_id == 9671 || org_id == 9919"></td>
1661 1665
                         <td
1662 1666
                           v-if="
@@ -1732,7 +1736,7 @@
1732 1736
                         <td
1733 1737
                           style="font-size: 16px"
1734 1738
                           width="10%"
1735
-                          v-if="org_id == 10223 || org_id == 9538"
1739
+                          v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375"
1736 1740
                         >
1737 1741
                           核对护士
1738 1742
                         </td>
@@ -1823,7 +1827,7 @@
1823 1827
                             getTime(advice.execution_time, "{h}:{i}")
1824 1828
                           }}</span>
1825 1829
                         </td>
1826
-                        <td height="32px" v-if="org_id == 10223 || org_id == 9538">
1830
+                        <td height="32px" v-if="org_id == 10223 || org_id == 9538 || org_id == 0 || org_id ==10375">
1827 1831
                           <span v-if="setAdminUserES(advice.checker) == ''">{{
1828 1832
                             getAdminUser(advice.checker)
1829 1833
                           }}</span>
@@ -2417,7 +2421,7 @@
2417 2421
                     <div
2418 2422
                       class="inline_block"
2419 2423
                       style="flex: 1"
2420
-                      v-if="org_id != 10223"
2424
+                      v-if="org_id != 10223 || org_id!=10375"
2421 2425
                     >
2422 2426
                       透析中入量(L):
2423 2427
                       <div
@@ -2613,6 +2617,34 @@
2613 2617
                       </div>
2614 2618
                     </div>
2615 2619
                   </div>
2620
+                  <div
2621
+                    class="row"
2622
+                    style="padding: 2px 0; line-height: 23px; display: flex"
2623
+                  >
2624
+                    <div
2625
+                      class="inline_block"
2626
+                      style="flex: 1; display: inline-block"
2627
+                    >
2628
+                      宣教知识:
2629
+                      <div
2630
+                        class="under_line"
2631
+                        style="
2632
+                          width: 860px;
2633
+                          line-height: 25px;
2634
+                          text-align: left;
2635
+                          margin-left: 2px;
2636
+                          display: inline-block;
2637
+                          white-space: normal;
2638
+                        "
2639
+                      >
2640
+                        {{
2641
+                          summary.mission
2642
+                            ? summary.mission
2643
+                            : "/"
2644
+                        }}
2645
+                      </div>
2646
+                    </div>
2647
+                  </div>
2616 2648
                   <div
2617 2649
                     class="row"
2618 2650
                     style="padding: 2px 0; line-height: 23px; display: flex"

+ 8 - 5
src/xt_pages/medicalScheduling/index.vue View File

@@ -485,7 +485,7 @@ export default {
485 485
             })
486 486
         },
487 487
         hangdleClick(val,index,num){
488
-        //  console.log("val",val)
488
+          console.log("val",val)
489 489
          this.docobj = val
490 490
          if(this.getTimestamp(this.weekDayArr[num]) < this.timeNow){
491 491
             this.$message.error("过去日期不可以编辑")
@@ -864,7 +864,6 @@ export default {
864 864
                     let tempArr = [], newArr = []
865 865
                     for (let i = 0; i < staffList.length; i++) {
866 866
                         if (tempArr.indexOf(staffList[i].user_name) == -1) {
867
-                            console.log("tempArr",staffList[i].user_name)
868 867
                             newArr.push({
869 868
                                 user_name: staffList[i].user_name,
870 869
                                 admin_user_id:staffList[i].admin_user_id,
@@ -875,6 +874,7 @@ export default {
875 874
                             })
876 875
                             tempArr.push(staffList[i].user_name);
877 876
                         } else {
877
+                            console.log("staffList",staffList[i].user_name)
878 878
                             for (let j = 0; j < newArr.length; j++) {
879 879
                                 if (newArr[j].admin_user_id == staffList[i].admin_user_id) {
880 880
                                     newArr[j].list.push({class_name:staffList[i].class_name,admin_user_id:staffList[i].admin_user_id,schedule_week:staffList[i].schedule_week,user_type:staffList[i].doctor_type,class_attributes:staffList[i].class_attributes})
@@ -882,8 +882,9 @@ export default {
882 882
                             }
883 883
                         }
884 884
                     }
885
-                    console.log("newArr22o2o2o2o2wo",newArr)
885
+                    
886 886
                     let arrTen = [...newArr]
887
+                    console.log("newArr22o2o2o2o2wo",arrTen)
887 888
                     let newNurse = []
888 889
                     let newDoctor = []
889 890
                     arrTen.map(item => {
@@ -895,6 +896,7 @@ export default {
895 896
                         }
896 897
                     })
897 898
                     //护士
899
+                    console.log("newNurse",newNurse)
898 900
                     newNurse.sort(this.compare('admin_user_id'))
899 901
                     let newNurseTableData = []
900 902
                     this.nurseTableData.map(item => {
@@ -903,6 +905,7 @@ export default {
903 905
                         }
904 906
                     })
905 907
                     newNurseTableData.sort(this.compare('admin_user_id'))
908
+                    console.log("newNurseTableData",newNurseTableData)
906 909
                     newNurseTableData.map((item,index) => {
907 910
                         if (newNurse[index] && item.admin_user_id == newNurse[index].admin_user_id) {
908 911
 
@@ -911,8 +914,8 @@ export default {
911 914
                         }
912 915
                     })
913 916
                     newNurse.sort(this.compare('sort'))
914
-                    console.log("newNurse",newNurse)
915
-                    //医生
917
+                  
918
+                    // //医生
916 919
                     newDoctor.sort(this.compare('admin_user_id'))
917 920
                     let newDoctorTableData = []
918 921
                     this.doctorTableData.map(item => {

+ 1 - 1
src/xt_pages/workforce/components/nextTableWeeks.vue View File

@@ -665,7 +665,7 @@ export default {
665 665
     },
666 666
     signPrint() {
667 667
         
668
-        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340){
668
+        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340 || this.org_id ==10375){
669 669
          var zone = this.zone
670 670
           var newArr = []
671 671
           for(let i=0;i<this.zoneList.length;i++){

+ 1 - 1
src/xt_pages/workforce/components/tableWeeks.vue View File

@@ -888,7 +888,7 @@
888 888
       ,
889 889
       signPrint() {
890 890
 
891
-        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340 || this.org_id == 0){
891
+        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340 || this.org_id == 0 || this.org_id == 10375){
892 892
          var zone = this.zone
893 893
           console.log("zone23232",zone)
894 894
           var newArr = []