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
                           >
1379
                           >
1380
                           置换液的速度<br />(ml/h)
1380
                           置换液的速度<br />(ml/h)
1381
                           </td>
1381
                           </td>
1382
+                          <td width="50" v-if="org_id == 0 || org_id == 10375">置换率<br />(ml/h)</td>
1382
                           <td width="50" v-if="org_id != 3877 && org_id != 10449">超滤量<br />(ml)</td>
1383
                           <td width="50" v-if="org_id != 3877 && org_id != 10449">超滤量<br />(ml)</td>
1383
                           <td width="50" v-if="org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1384
                           <td width="50" v-if="org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1384
                           <td
1385
                           <td
1562
                                 : ""
1563
                                 : ""
1563
                             }}
1564
                             }}
1564
                           </td>
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
                           <td>
1569
                           <td>
1567
                             <span v-if="org_id == 9671 || org_id == 10440 || org_id == 10471">
1570
                             <span v-if="org_id == 9671 || org_id == 10440 || org_id == 10471">
1568
                                 {{
1571
                                 {{
1689
                         <td></td>
1692
                         <td></td>
1690
                         <td></td>
1693
                         <td></td>
1691
                         <td></td>
1694
                         <td></td>
1695
+                        <td  v-if="org_id == 0 || org_id == 10375"> </td>
1692
                         <td v-if="org_id == 9671 || org_id == 9919"></td>
1696
                         <td v-if="org_id == 9671 || org_id == 9919"></td>
1693
                         <td
1697
                         <td
1694
                           v-if="
1698
                           v-if="
1765
                             执行人签名
1769
                             执行人签名
1766
                           </td>
1770
                           </td>
1767
                           <td style="font-size: 16px" width="10%">时间</td>
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
                         </tr>
1773
                         </tr>
1769
                         <!-- <template v-for="group in doctor_advices" > -->
1774
                         <!-- <template v-for="group in doctor_advices" > -->
1770
 
1775
 
1872
                                 getTime(advice[0].execution_time, " {h}:{i}")
1877
                                 getTime(advice[0].execution_time, " {h}:{i}")
1873
                               }}</span>
1878
                               }}</span>
1874
                             </td>
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
                           </tr>
1903
                           </tr>
1876
                         </template>
1904
                         </template>
1877
                       </tbody>
1905
                       </tbody>
2399
                       <div
2427
                       <div
2400
                         class="inline_block"
2428
                         class="inline_block"
2401
                         style="flex: 1"
2429
                         style="flex: 1"
2402
-                        v-if="org_id != 10223"
2430
+                        v-if="org_id != 10223 || org_id!=10375"
2403
                       >
2431
                       >
2404
                         透析中入量(L):
2432
                         透析中入量(L):
2405
                         <div
2433
                         <div
2657
                           }}
2685
                           }}
2658
                         </div>
2686
                         </div>
2659
                       </div>
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
                     </div>
2722
                     </div>
2661
                   </td>
2723
                   </td>
2662
                 </tr>
2724
                 </tr>

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

17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18
             actual_ultrafiltration
18
             actual_ultrafiltration
19
           }}</span>
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
         </li>
22
         </li>
23
         <li v-if="isShow('导管')">
23
         <li v-if="isShow('导管')">
24
           <label>导管 : </label>
24
           <label>导管 : </label>

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

29
           <el-col :span="8" v-if="isShow('实际超滤量')">
29
           <el-col :span="8" v-if="isShow('实际超滤量')">
30
             <el-form-item
30
             <el-form-item
31
               label="实际超滤量(ml): " :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')"
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
               <el-input v-model="form.actual_ultrafiltration"></el-input>
33
               <el-input v-model="form.actual_ultrafiltration"></el-input>
34
             </el-form-item>
34
             </el-form-item>
35
             <el-form-item label="实际超滤量(L): " v-else :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')">
35
             <el-form-item label="实际超滤量(L): " v-else :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')">
628
             </el-form-item>
628
             </el-form-item>
629
         </el-col>
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
       </el-form>
637
       </el-form>
632
 
638
 
633
 
639
 
852
         machine_run:0,
858
         machine_run:0,
853
         after_urea:"",
859
         after_urea:"",
854
         accumulated_blood_volume:"",
860
         accumulated_blood_volume:"",
861
+     
855
       },
862
       },
856
       lapseList:[],
863
       lapseList:[],
857
       leaveOfficeMethod:[],
864
       leaveOfficeMethod:[],
1174
           data["after_urea"] = this.form.after_urea
1181
           data["after_urea"] = this.form.after_urea
1175
           data["pip_coagulation"] = this.form.pip_coagulation
1182
           data["pip_coagulation"] = this.form.pip_coagulation
1176
           data["accumulated_blood_volume"] = this.form.accumulated_blood_volume
1183
           data["accumulated_blood_volume"] = this.form.accumulated_blood_volume
1184
+       
1177
           console.log("Data",data)
1185
           console.log("Data",data)
1178
           console.log("Paramsquery",data)
1186
           console.log("Paramsquery",data)
1179
 
1187
 

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

796
     changeBox(val) {
796
     changeBox(val) {
797
       var arr = [];
797
       var arr = [];
798
       var str = val.join(";");
798
       var str = val.join(";");
799
-      if (str.indexOf("透析器/灌流器") != -1 && this.prescription != null) {
799
+      if (str.indexOf("透析器/灌流器/滤过器") != -1 && this.prescription != null) {
800
         arr.push(
800
         arr.push(
801
-          "透析器/灌流器:" +
801
+          "透析器/灌流器/滤过器:" +
802
             (this.prescription.dialyzer_perfusion_apparatus
802
             (this.prescription.dialyzer_perfusion_apparatus
803
               ? this.prescription.dialyzer_perfusion_apparatus
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
       if (str.indexOf("穿刺针") != -1 && this.predialysis_evaluation.id != 0) {
812
       if (str.indexOf("穿刺针") != -1 && this.predialysis_evaluation.id != 0) {
1366
       if (this.prescription != null && this.prescription.id != 0) {
1366
       if (this.prescription != null && this.prescription.id != 0) {
1367
         if (this.prescription.dialyzer_perfusion_apparatus != "" ||this.prescription.dialysis_dialyszers != "" || this.prescription.dialysis_irrigation != "") {
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
             this.diazes = "透析器/灌流器:";
1370
             this.diazes = "透析器/灌流器:";
1371
             this.diazes = this.diazes + this.prescription.dialyzer_perfusion_apparatus;
1371
             this.diazes = this.diazes + this.prescription.dialyzer_perfusion_apparatus;
1372
             this.diazes = this.diazes + this.prescription.dialysis_dialyszers + this.prescription.dialysis_irrigation + "  " +"批号:"+ " ";
1372
             this.diazes = this.diazes + this.prescription.dialysis_dialyszers + this.prescription.dialysis_irrigation + "  " +"批号:"+ " ";
1374
             console.log("hhahahahhahahahawowoowowowowo--------",this.diazes)
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
         } else {
1385
         } else {

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

1467
                           <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span> 
1467
                           <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span> 
1468
                         </td>
1468
                         </td>
1469
                         <td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
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
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1471
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1471
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
1472
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
1472
                         <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0" width="50">
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
                         </td>
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
                         <td>
1572
                         <td>
1570
                           <span v-if="org_id!=9671 && org_id!=10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1573
                           <span v-if="org_id!=9671 && org_id!=10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1571
                           <span v-if="org_id==9671 || org_id==10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1574
                           <span v-if="org_id==9671 || org_id==10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1657
                         <td></td>
1660
                         <td></td>
1658
                         <td></td>
1661
                         <td></td>
1659
                         <td></td>
1662
                         <td></td>
1663
+                        <td v-if="org_id == 10375 || org_id == 0"><br /></td>
1660
                         <td v-if="org_id == 9671 || org_id == 9919"></td>
1664
                         <td v-if="org_id == 9671 || org_id == 9919"></td>
1661
                         <td
1665
                         <td
1662
                           v-if="
1666
                           v-if="
1732
                         <td
1736
                         <td
1733
                           style="font-size: 16px"
1737
                           style="font-size: 16px"
1734
                           width="10%"
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
                         </td>
1742
                         </td>
1823
                             getTime(advice.execution_time, "{h}:{i}")
1827
                             getTime(advice.execution_time, "{h}:{i}")
1824
                           }}</span>
1828
                           }}</span>
1825
                         </td>
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
                           <span v-if="setAdminUserES(advice.checker) == ''">{{
1831
                           <span v-if="setAdminUserES(advice.checker) == ''">{{
1828
                             getAdminUser(advice.checker)
1832
                             getAdminUser(advice.checker)
1829
                           }}</span>
1833
                           }}</span>
2417
                     <div
2421
                     <div
2418
                       class="inline_block"
2422
                       class="inline_block"
2419
                       style="flex: 1"
2423
                       style="flex: 1"
2420
-                      v-if="org_id != 10223"
2424
+                      v-if="org_id != 10223 || org_id!=10375"
2421
                     >
2425
                     >
2422
                       透析中入量(L):
2426
                       透析中入量(L):
2423
                       <div
2427
                       <div
2613
                       </div>
2617
                       </div>
2614
                     </div>
2618
                     </div>
2615
                   </div>
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
                   <div
2648
                   <div
2617
                     class="row"
2649
                     class="row"
2618
                     style="padding: 2px 0; line-height: 23px; display: flex"
2650
                     style="padding: 2px 0; line-height: 23px; display: flex"

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

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

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

665
     },
665
     },
666
     signPrint() {
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
          var zone = this.zone
669
          var zone = this.zone
670
           var newArr = []
670
           var newArr = []
671
           for(let i=0;i<this.zoneList.length;i++){
671
           for(let i=0;i<this.zoneList.length;i++){

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

888
       ,
888
       ,
889
       signPrint() {
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
          var zone = this.zone
892
          var zone = this.zone
893
           console.log("zone23232",zone)
893
           console.log("zone23232",zone)
894
           var newArr = []
894
           var newArr = []