Procházet zdrojové kódy

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 před 1 rokem
rodič
revize
8f90d8b008

+ 15 - 0
src/store/modules/globalConfig.js Zobrazit soubor

@@ -924,6 +924,21 @@ const global_config = {
924 924
         zongliang_unit: 'mg',
925 925
         gaimingcheng_unit: '',
926 926
         gaijiliang_unit: ''
927
+      },
928
+      16: {
929
+        id: 16,
930
+        name: '低分子量肝素钙',
931
+        type: 1,
932
+        shouji: 1,
933
+        weichi: 1,
934
+        zongliang: 1,
935
+        gaimingcheng: -1,
936
+        gaijiliang: -1,
937
+        shouji_unit: 'iu',
938
+        weichi_unit: 'iu/h',
939
+        zongliang_unit: 'iu',
940
+        gaimingcheng_unit: '',
941
+        gaijiliang_unit: ''
927 942
       }
928 943
     },
929 944
     anticoagulants_set: {

+ 11 - 8
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Zobrazit soubor

@@ -1123,9 +1123,12 @@
1123 1123
                           <span v-if="record.prescription.anticoagulant == 5"
1124 1124
                             >&nbsp;枸橼酸钠</span
1125 1125
                           >
1126
-                          <span v-if="record.prescription.anticoagulant == 6"
1126
+                          <span v-if="record.prescription.anticoagulant == 6 && org_id!=0 && org_id!=10206"
1127 1127
                             >&nbsp;低分子肝素钙</span
1128 1128
                           >
1129
+                          <span v-if="record.prescription.anticoagulant == 6 || org_id ==0 || org_id ==10206"
1130
+                            >&nbsp;低分子量肝素钙</span
1131
+                          >
1129 1132
                           <span v-if="record.prescription.anticoagulant == 7"
1130 1133
                             >&nbsp;低分子肝素钠</span
1131 1134
                           >
@@ -1400,7 +1403,7 @@
1400 1403
                             v-if="
1401 1404
                              (record.prescription.mode_id == 2 ||
1402 1405
                               record.prescription.mode_id == 5 ||
1403
-                              record.prescription.mode_id == 12 || org_id == 0)&&org_id!=10478
1406
+                              record.prescription.mode_id == 12 || org_id == 0)&&org_id!=10478 && org_id!=10206
1404 1407
                             "
1405 1408
                             width="50"
1406 1409
                           >
@@ -1613,13 +1616,13 @@
1613 1616
                               (record.prescription.mode_id == 2 ||
1614 1617
                               record.prescription.mode_id == 5 ||
1615 1618
                               record.prescription.mode_id == 12 || org_id == 0)
1616
-                              && org_id!=10478
1619
+                              && org_id!=10478 && org_id!=10206
1617 1620
                             "
1618 1621
                             style="width: 50px"
1619 1622
                           >
1620 1623
                             {{
1621
-                              monitor_record.displacement_quantity
1622
-                                ? monitor_record.displacement_quantity
1624
+                              monitor_record.replacement_total
1625
+                                ? monitor_record.replacement_total
1623 1626
                                 : ""
1624 1627
                             }}
1625 1628
                           </td>
@@ -1794,7 +1797,7 @@
1794 1797
                             执行人签名
1795 1798
                           </td>
1796 1799
                           <td style="font-size: 16px" width="10%">时间</td>
1797
-                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375">核对护士</td>
1800
+                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id == 0 || org_id ==10206">核对护士</td>
1798 1801
                         </tr>
1799 1802
                         <!-- <template v-for="group in doctor_advices" > -->
1800 1803
 
@@ -1902,7 +1905,7 @@
1902 1905
                                 getTime(advice[0].execution_time, " {h}:{i}")
1903 1906
                               }}</span>
1904 1907
                             </td>
1905
-                            <td height="35px" v-if="org_id == 10375">
1908
+                            <td height="35px" v-if="org_id == 10375 || org_id ==0||org_id ==10206">
1906 1909
                               <span
1907 1910
                                 v-if="
1908 1911
                                   setAdminUserES(
@@ -2799,7 +2802,7 @@
2799 2802
                           />
2800 2803
                         </div>
2801 2804
                       </div>
2802
-                      <div class="inline_block" style="flex: 1">
2805
+                      <div class="inline_block" style="flex: 1" v-if="org_id!=0&&org_id!=10206">
2803 2806
                         治疗护士:
2804 2807
                         <div
2805 2808
                           class="under_line"

+ 93 - 88
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Zobrazit soubor

@@ -2,7 +2,7 @@
2 2
   <div>
3 3
     <el-button type="primary" @click="checkData">一键核对</el-button>
4 4
     <el-button type="primary" @click="toUpload">一键上传</el-button>
5
-
5
+    
6 6
     <div id="dialysis-print-box-1"  ref="pdfContent">
7 7
       <div
8 8
         id="dialysis-print-box-1-1"
@@ -753,7 +753,7 @@
753 753
                       </div>
754 754
                     </div>
755 755
                     <div
756
-
756
+                     
757 757
                       class="inline_block"
758 758
                       style="margin-left: 10px; flex: 1"
759 759
                     >
@@ -763,8 +763,8 @@
763 763
                         style="width: 70px; text-align: center"
764 764
                       >
765 765
                         {{
766
-                          prescription.displace_liqui_value
767
-                            ? prescription.displace_liqui_value
766
+                          prescription.replacement_total
767
+                            ? prescription.replacement_total
768 768
                             : "/"
769 769
                         }}
770 770
                       </div>
@@ -993,7 +993,7 @@
993 993
                       kg
994 994
                     </div>
995 995
                     <div class="inline_block" style="flex: 1" v-if="org_id!=10469 && org_id!=0">
996
-                      计划超滤量:
996
+                      计划超滤量: 
997 997
                       <div
998 998
                         class="under_line"
999 999
                         style="width: 100px; text-align: center"
@@ -1004,13 +1004,13 @@
1004 1004
                             : "/"
1005 1005
                         }}
1006 1006
                       </div>
1007
-                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">ml</span>
1007
+                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">ml</span> 
1008 1008
                       <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">L</span>
1009 1009
                     </div>
1010 1010
 
1011 1011
 
1012 1012
                     <div class="inline_block" style="flex: 1" v-if="org_id == 10469 || org_id == 0">
1013
-                      处方脱水量:
1013
+                      处方脱水量: 
1014 1014
                       <div
1015 1015
                         class="under_line"
1016 1016
                         style="width: 100px; text-align: center"
@@ -1104,11 +1104,16 @@
1104 1104
                         class="under_line"
1105 1105
                         style="width: 150px; text-align: center"
1106 1106
                       >
1107
-                        {{
1107
+                       <span v-if="org_id != 0 && org_id !=10206"> {{
1108 1108
                           prescription.anticoagulant_name
1109 1109
                             ? prescription.anticoagulant_name
1110 1110
                             : "/"
1111 1111
                         }}
1112
+                        </span>
1113
+                        <span v-if="org_id == 0 || org_id == 10206">
1114
+                           <span v-if="prescription.anticoagulant_name== '低分子肝素钙'">低分子量肝素钙</span>
1115
+                           <span v-if="prescription.anticoagulant_name!= '低分子肝素钙'">{{prescription.anticoagulant_name}}</span>
1116
+                        </span>
1112 1117
                       </div>
1113 1118
                     </div>
1114 1119
                     <div
@@ -1127,7 +1132,7 @@
1127 1132
                             : "/"
1128 1133
                         }}
1129 1134
                       </div>
1130
-
1135
+                     
1131 1136
                      <span v-if="org_id!=9675 && org_id!=10447 && org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">
1132 1137
                       <span v-if="prescription.anticoagulant == 4">mg</span>
1133 1138
                       <span v-if="prescription.anticoagulant == 3">iu</span>
@@ -1147,7 +1152,7 @@
1147 1152
                      <span v-if="prescription.anticoagulant == 10">iu</span>
1148 1153
                      <span v-if="prescription.anticoagulant == 11">iu</span>
1149 1154
                      <span v-if="prescription.anticoagulant == 13">iu</span>
1150
-
1155
+                    
1151 1156
                     </span>
1152 1157
                     </div>
1153 1158
                     <div class="inline_block" style="margin-left: 20px">
@@ -1303,8 +1308,8 @@
1303 1308
                         }}
1304 1309
                       </div>
1305 1310
                       <span>ml/h</span>
1306
-
1307
-
1311
+                   
1312
+                  
1308 1313
                     </div>
1309 1314
                     <div
1310 1315
                       class="inline_block"
@@ -1323,8 +1328,8 @@
1323 1328
                         }}
1324 1329
                       </div>
1325 1330
                       <span>ml/h</span>
1326
-
1327
-
1331
+                   
1332
+                  
1328 1333
                     </div>
1329 1334
                     <div class="inline_block" style="margin-left: 20px">
1330 1335
                       碳酸氢钠流速:
@@ -1338,13 +1343,13 @@
1338 1343
                             : ""
1339 1344
                         }}
1340 1345
                       </div>
1341
-
1342
-
1346
+                     
1347
+                     
1343 1348
                     </div>
1344 1349
                     <span>ml/h</span>
1345
-
1346
-
1347
-
1350
+                   
1351
+              
1352
+                  
1348 1353
                   </div>
1349 1354
 
1350 1355
                    <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id ==10469 || org_id == 9671">
@@ -1359,7 +1364,7 @@
1359 1364
                       >
1360 1365
                        {{predialysis.machine_type ? predialysis.machine_type : ""}}
1361 1366
                       </div>
1362
-
1367
+                    
1363 1368
                     </div>
1364 1369
                     <div
1365 1370
                       class="inline_block"
@@ -1458,27 +1463,27 @@
1458 1463
                               : "mmHg"
1459 1464
                           }})
1460 1465
                         </td>
1461
-
1466
+                        
1462 1467
                         <td width="60" v-if="org_id == 9836">体温(°C)</td>
1463 1468
                         <td width="60" v-if="org_id == 9919">血温(°C)</td>
1464 1469
                         <td width="60" v-if="org_id == 9671">血温(°C)</td>
1465 1470
                         <td width="60" v-if="org_id!=9836&&org_id!=9919&&org_id!=9671">透析液温度(°C)</td>
1466 1471
                         <td width="50" v-if="org_id != 10121">
1467
-                          <span v-if="org_id != 0 && org_id !=10469 && org_id!=10490"> 电导度<br />(ms/cm)</span>
1468
-                          <span v-if="org_id ==10469"> 钠浓度<br />(mmol/L)</span>
1469
-                          <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span>
1472
+                          <span v-if="org_id != 0 && org_id !=10469 && org_id!=10490"> 电导度<br />(ms/cm)</span> 
1473
+                          <span v-if="org_id ==10469"> 钠浓度<br />(mmol/L)</span> 
1474
+                          <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span> 
1470 1475
                         </td>
1471 1476
                         <td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
1472 1477
                         <td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
1473 1478
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1474 1479
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
1475
-                        <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0" width="50">
1480
+                        <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0 && org_id!=10206" width="50">
1476 1481
                           置换量<br />(ml)
1477 1482
                         </td>
1478 1483
                         <td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
1479 1484
                         <td width="50" v-if="org_id == 9538">KT/V</td>
1480
-                        <td width="50" v-if="org_id == 9919">在线尿素监测</td>
1481
-                        <td width="50" v-if="org_id == 9671">在线尿素监测</td>
1485
+                        <td width="50" v-if="org_id == 9919">在线尿素监测</td>  
1486
+                        <td width="50" v-if="org_id == 9671">在线尿素监测</td>  
1482 1487
                         <td width="50" v-if="org_id == 9538 || org_id == 9919 || org_id== 9671">血容量<br />(L)</td>
1483 1488
                         <td width="50" v-if="org_id == 10490 || org_id == 0">碳酸氢钠<br />(ml)</td>
1484 1489
                         <td width="200">病情变化及处理</td>
@@ -1513,7 +1518,7 @@
1513 1518
                               : ""
1514 1519
                             }}
1515 1520
                           </span>
1516
-
1521
+                          
1517 1522
                         </td>
1518 1523
                         <td>
1519 1524
                           <span
@@ -1577,7 +1582,7 @@
1577 1582
                           <span v-if="org_id==0||org_id==10490"> {{ monitor.replacement_speed ? monitor.replacement_speed : "" }}</span>
1578 1583
                         </td>
1579 1584
 
1580
-
1585
+                      
1581 1586
                         <td v-if="org_id == 10375 || org_id == 0"><br />
1582 1587
                           {{ monitor.replacement_rate? monitor.replacement_rate: ""}}
1583 1588
                         </td>
@@ -1598,7 +1603,7 @@
1598 1603
                             (prescription.mode_id == 2 ||
1599 1604
                             prescription.mode_id == 5 ||
1600 1605
                             prescription.mode_id == 12)
1601
-                            && org_id!=0 && org_id!=10478
1606
+                            && org_id!=0 && org_id!=10478 && org_id!=10206
1602 1607
                           "
1603 1608
                           style="width: 50px"
1604 1609
                         >
@@ -1648,7 +1653,7 @@
1648 1653
                                 "
1649 1654
                                 >【开始透析】
1650 1655
                                 </template>
1651
-
1656
+                              
1652 1657
                               {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{
1653 1658
                                 monitor.dispose
1654 1659
                               }}
@@ -1888,7 +1893,7 @@
1888 1893
               <span v-if="prescription.mode_id!=13">血液净化治疗记录单</span>
1889 1894
               <span v-if="prescription.mode_id==13">连续性肾脏替代治疗(CRRT)记录单</span>
1890 1895
              </span>
1891
-
1896
+            
1892 1897
             </div>
1893 1898
           </div>
1894 1899
           <div class="row">
@@ -2410,7 +2415,7 @@
2410 2415
                             : "未称重"
2411 2416
                         }}
2412 2417
                       </span>
2413
-
2418
+                       
2414 2419
                       </div>
2415 2420
                       kg
2416 2421
                     </div>
@@ -2723,7 +2728,7 @@
2723 2728
                       >
2724 2729
                         {{ afterdialysis.cvc_v ? afterdialysis.cvc_v : "/" }}
2725 2730
                       </div>ml
2726
-
2731
+                      
2727 2732
                     </div>
2728 2733
                   </div>
2729 2734
                 </td>
@@ -2735,8 +2740,8 @@
2735 2740
                     style="padding: 2px 0; line-height: 23px; display: flex"
2736 2741
                   >
2737 2742
                    <div v-if="org_id == 0 || org_id == 10440">
2738
-
2739
-
2743
+                    
2744
+                  
2740 2745
 
2741 2746
                     <div class="inline_block" style="flex: 1">
2742 2747
                       上机护士:
@@ -2777,8 +2782,8 @@
2777 2782
                         />
2778 2783
                       </div>
2779 2784
                     </div>
2780
-
2781
-
2785
+                  
2786
+                  
2782 2787
                   </div>
2783 2788
                   <div v-if="org_id!=0 && org_id!=10440">
2784 2789
                     <div class="inline_block" style="flex: 1">
@@ -2821,18 +2826,18 @@
2821 2826
                       </div>
2822 2827
                     </div>
2823 2828
                   </div>
2824
-
2829
+                   
2825 2830
                   <div v-if="org_id==0||org_id==10440">
2826
-
2827
-                    <div class="inline_block" style="flex: 1">
2831
+                    
2832
+                    <div class="inline_block" style="flex: 1">                 
2828 2833
                      <div>
2829
-                      <span>责任护士:</span>
2834
+                      <span>责任护士:</span> 
2830 2835
                       <div
2831 2836
                         class="under_line"
2832 2837
                         style="width: 80px; text-align: center"
2833
-
2838
+                       
2834 2839
                       >
2835
-
2840
+                    
2836 2841
                         <span
2837 2842
                           style="height: 35px; display: inline-block"
2838 2843
                           v-if="
@@ -2871,11 +2876,11 @@
2871 2876
 
2872 2877
                   </div>
2873 2878
 
2874
-                  <div v-if="org_id!=0&&org_id!=10440">
2879
+                  <div v-if="org_id!=0&&org_id!=10440&&org_id!= 10206">
2875 2880
                     <div class="inline_block" style="flex: 1">
2876
-                      <span v-if="org_id==10414">责任护士:</span>
2877
-                      <span v-else>治疗护士:</span>
2878
-
2881
+                      <span v-if="org_id==10414">责任护士:</span> 
2882
+                      <span v-else>治疗护士:</span> 
2883
+                      
2879 2884
                       <div
2880 2885
                         class="under_line"
2881 2886
                         style="width: 80px; text-align: center"
@@ -2914,12 +2919,12 @@
2914 2919
                       </div>
2915 2920
                     </div>
2916 2921
                   </div>
2917
-
2922
+                  
2918 2923
 
2919 2924
 
2920 2925
                     <div class="inline_block" style="flex: 1">
2921
-                      <span v-if="org_id==10387" >核对护士:</span>
2922
-                      <span v-else >核对人员:</span>
2926
+                      <span v-if="org_id==10387 || org_id ==10206 || org_id == 0" >核对护士:</span> 
2927
+                      <span v-else >核对人员:</span> 
2923 2928
                       <div
2924 2929
                         class="under_line"
2925 2930
                         style="width: 80px; text-align: center"
@@ -3198,7 +3203,7 @@
3198 3203
                           核对护士
3199 3204
                         </td>
3200 3205
                       </tr>
3201
-
3206
+                     
3202 3207
 
3203 3208
                       <tr
3204 3209
                         v-for="(advice, advice_index) in doctor_advices"
@@ -3208,7 +3213,7 @@
3208 3213
                           <span v-if="advice.start_time">
3209 3214
                             {{ getTime(advice.start_time, "{h}:{i}") }}
3210 3215
                           </span>
3211
-
3216
+                          
3212 3217
                         </td>
3213 3218
                         <td
3214 3219
                           height="32px"
@@ -3243,7 +3248,7 @@
3243 3248
                             >({{ advice.remark }})</span
3244 3249
                           >
3245 3250
                         </td>
3246
-
3251
+                    
3247 3252
                         <td height="32px">
3248 3253
                           <span
3249 3254
                             v-if="setAdminUserES(advice.advice_doctor) == ''"
@@ -3257,7 +3262,7 @@
3257 3262
                             v-else
3258 3263
                           />
3259 3264
                         </td>
3260
-
3265
+                      
3261 3266
                         <td height="32px">
3262 3267
                           <span
3263 3268
                             v-if="setAdminUserES(advice.execution_staff) == ''"
@@ -3289,15 +3294,15 @@
3289 3294
                           />
3290 3295
                         </td>
3291 3296
                       </tr>
3292
-
3297
+                     
3293 3298
                     </tbody>
3294 3299
      </table>
3295 3300
 
3296 3301
 
3302
+    
3303
+     
3297 3304
 
3298
-
3299
-
3300
-
3305
+     
3301 3306
     </div>
3302 3307
   </div>
3303 3308
 </template>
@@ -3444,7 +3449,7 @@ export default {
3444 3449
   },
3445 3450
   methods: {
3446 3451
     toUpload() {
3447
-
3452
+         
3448 3453
          let dom = document.getElementById("dialysis-print-box-1")
3449 3454
          //调用方法下载
3450 3455
          html2canvas(dom, {
@@ -3458,14 +3463,14 @@ export default {
3458 3463
          }).then((canvas) => {
3459 3464
            //返回图片dataURL,参数:图片格式和清晰度(0-1)
3460 3465
            var pageData = canvas.toDataURL('image/jpeg', 1.0);
3461
-
3466
+ 
3462 3467
            //方向默认竖直,尺寸ponits,格式a4[595.28,841.89]
3463 3468
            var pdf = new jsPDF('', 'pt', 'a4');
3464
-
3469
+ 
3465 3470
            //addImage后两个参数控制添加图片的尺寸,此处将页面高度按照a4纸宽高比列进行压缩
3466 3471
            //  pdf.addImage(pageData, 'JPEG', 0, 0, 595.28, 592.28 / canvas.width * canvas.height);
3467 3472
            pdf.addImage(pageData, 'JPEG', 0, 0, 555.28, 592.28 / canvas.width * canvas.height);
3468
-
3473
+           
3469 3474
            console.log("pdf222222222222222222",pdf)
3470 3475
 
3471 3476
            var newBase64Data =  pdf.output("dataurlstring").split("base64,")[1]
@@ -3473,7 +3478,7 @@ export default {
3473 3478
            const blob = this.base64ToBlob(newBase64Data, 'application/pdf');
3474 3479
            console.log("blobwoowowowwo",blob)
3475 3480
            this.openPdf(blob);
3476
-
3481
+           
3477 3482
            // var data = {
3478 3483
            //   name:newBase64Data,
3479 3484
            // }
@@ -3488,14 +3493,14 @@ export default {
3488 3493
            //     this.openPdf(blob);
3489 3494
            //   }
3490 3495
            // })
3491
-
3496
+           
3492 3497
            // this.viewPdf(newBase64Data)
3493 3498
            //保存到pdf,名字是stone
3494 3499
            // pdf.save('stone.pdf');
3495
-
3500
+          
3496 3501
          });
3497 3502
        },
3498
-
3503
+    
3499 3504
      viewPdf(content) {
3500 3505
        console.log("content",content);
3501 3506
        const blob = this.base64ToBlob(content);
@@ -3514,7 +3519,7 @@ export default {
3514 3519
            return value1 - value2
3515 3520
        }
3516 3521
      },
3517
-
3522
+ 
3518 3523
      openPdf(blob) {
3519 3524
        const objectUrl = URL.createObjectURL(blob);
3520 3525
        const a = document.createElement('a');
@@ -3530,23 +3535,23 @@ export default {
3530 3535
        const bytesLength = byteCharacters.length;
3531 3536
        const slicesCount = Math.ceil(bytesLength / sliceSize);
3532 3537
        const byteArrays = new Array(slicesCount);
3533
-
3538
+ 
3534 3539
        for (let sliceIndex = 0; sliceIndex < slicesCount; ++sliceIndex) {
3535 3540
          const begin = sliceIndex * sliceSize;
3536 3541
          const end = Math.min(begin + sliceSize, bytesLength);
3537
-
3542
+ 
3538 3543
          const bytes = new Array(end - begin);
3539 3544
          for (let offset = begin, i = 0; offset < end; ++i, ++offset) {
3540 3545
            bytes[i] = byteCharacters[offset].charCodeAt(0);
3541 3546
          }
3542 3547
          byteArrays[sliceIndex] = new Uint8Array(bytes);
3543 3548
        }
3544
-
3549
+ 
3545 3550
        return new Blob(byteArrays, {
3546 3551
          type: contentType
3547 3552
        });
3548 3553
      },
3549
-
3554
+    
3550 3555
      UploadPdf(res) {
3551 3556
        let pdfBase64Str = res;
3552 3557
        let title = "上传给后端的个人报告";
@@ -4184,7 +4189,7 @@ export default {
4184 4189
         for (let index = 0; index < this.doctor_advices.length; index++) {
4185 4190
           this.doctor_advices[index]["isShow"] = 2;
4186 4191
         }
4187
-
4192
+   
4188 4193
         // if (this.doctor_advices.length > 0) {
4189 4194
         //   var group = this.newAdviceGroupObject()
4190 4195
         //   var initGroupBlock = function(group, advice) {
@@ -4265,7 +4270,7 @@ export default {
4265 4270
         // }
4266 4271
 
4267 4272
 
4268
-
4273
+        
4269 4274
 
4270 4275
         console.log("RESWOOWOWWOOW",response.data.data.doctorAdevieInfo)
4271 4276
         if(this.org_id ==10515 || this.org_id == 0){
@@ -4285,15 +4290,15 @@ export default {
4285 4290
         });
4286 4291
         this.projects = projects;
4287 4292
 
4288
-
4293
+      
4289 4294
         console.log("this.projects", this.projects);
4290 4295
 
4291 4296
         // var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
4292
-
4297
+      
4293 4298
         if(this.projects!=null && this.projects.length >0){
4294 4299
            for(let i=0;i<this.projects.length;i++){
4295 4300
              if(this.projects[i].type== 2){
4296
-
4301
+            
4297 4302
               this.projects[i].project_team_name = ""
4298 4303
               this.projects[i].project_team_id = 0
4299 4304
               console.log("this.projects[i].project.team",this.projects[i].project.team)
@@ -4304,11 +4309,11 @@ export default {
4304 4309
                 this.projects[i].single_dose = this.projects[i].single_dose
4305 4310
                 this.projects[i].single_dose_unit = this.projects[i].unit
4306 4311
                 this.projects[i].execution_time = this.projects[i].execution_time
4307
-                this.projects[i].execution_staff= this.projects[i].execution_staff
4312
+                this.projects[i].execution_staff= this.projects[i].execution_staff 
4308 4313
                 this.projects[i].advice_name =  this.projects[i].team.project_team
4309 4314
                 this.projects[i].advice_doctor = this.projects[i].doctor
4310
-
4311
-
4315
+              
4316
+               
4312 4317
                 this.doctor_advices.push(this.projects[i])
4313 4318
                 // this.doctor_advices_2.push(this.project[i])
4314 4319
               }else{
@@ -4318,19 +4323,19 @@ export default {
4318 4323
                 this.projects[i].single_dose = this.projects[i].single_dose
4319 4324
                 this.projects[i].single_dose_unit = this.projects[i].unit
4320 4325
                 this.projects[i].execution_time = this.projects[i].execution_time
4321
-                this.projects[i].execution_staff= this.projects[i].execution_staff
4326
+                this.projects[i].execution_staff= this.projects[i].execution_staff 
4322 4327
                 this.projects[i].advice_doctor = this.projects[i].doctor
4323 4328
                 this.doctor_advices.push(this.projects[i])
4324 4329
                 // this.doctor_advices_2.push(this.projects[i])
4325 4330
               }
4326
-
4331
+             
4327 4332
              }
4328
-
4333
+             
4329 4334
            }
4330 4335
         }
4331
-
4336
+         
4332 4337
         }
4333
-
4338
+      
4334 4339
         console.log("时间我我我哦我我",this.doctor_advices)
4335 4340
         if (this.doctor_advices.length <= 6) {
4336 4341
           var nl = 6;
@@ -4367,7 +4372,7 @@ export default {
4367 4372
         }
4368 4373
         // console.log(this.advice_groups);
4369 4374
 
4370
-
4375
+       
4371 4376
       } else {
4372 4377
         this.loading = false;
4373 4378
         this.$message.error("请求数据失败");
@@ -4403,7 +4408,7 @@ export default {
4403 4408
     //   }
4404 4409
     // },
4405 4410
     getAge: function(val) {
4406
-
4411
+     
4407 4412
       if (val.id_card_no) {
4408 4413
         var thisLen = val.id_card_no.length
4409 4414
 
@@ -4513,7 +4518,7 @@ export default {
4513 4518
       "vascular_access_desc"
4514 4519
     );
4515 4520
     this.org_id = this.$store.getters.xt_user.org.id;
4516
-
4521
+   
4517 4522
     // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
4518 4523
 
4519 4524
     var bloodAccessParOpera = getDataConfig(

+ 2 - 2
src/xt_pages/outpatientCharges/invoicePrint.vue Zobrazit soubor

@@ -18,7 +18,7 @@
18 18
           </div>
19 19
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
20 20
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
21
-          <printFive v-if="org_id == 10188 " :paramsObj="invoiceParams"></printFive>
21
+          <printFive v-if="org_id == 10188 || org_id == 0" :paramsObj="invoiceParams"></printFive>
22 22
           <!-- <printthirteen v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printthirteen> -->
23 23
 <!--         <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
24 24
           <print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>
@@ -137,7 +137,7 @@
137 137
           });
138 138
         }else{
139 139
           const style =
140
-            '@media print {#invoice-print{font-size:12px;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoMain{display: flex;flex-wrap: wrap;padding:0 10px;margin-top:10px;}.infoMain .infoP{width: 33%;}.chargeBox{border: 1px solid #000;}.chargeUl{display:flex;justify-content: space-between;text-align: center;}.chargeUl p{line-height: 1px;}.chargeP{line-height: 1px;padding-bottom:16px;}.moneyBox{display: flex;justify-content: space-between;padding: 0 10px;background: #eeeeee;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;-ms-print-color-adjust:exact;print-color-adjust:exact;height: 40px;align-items: center;border:1px solid #000; border-top:none}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar div{width:150px;}}';
140
+            '@media print {#invoice-print{font-size:15px;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}.infoMain{display: flex;flex-wrap: wrap;padding:0 10px;margin-top:10px;}.infoMain .infoP{width: 33%;}.chargeBox{border: 1px solid #000;}.chargeUl{display:flex;justify-content: space-between;text-align: center;}.chargeUl p{line-height: 1px;}.chargeP{line-height: 1px;padding-bottom:16px;}.moneyBox{display: flex;justify-content: space-between;padding: 0 10px;background: #eeeeee;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;-ms-print-color-adjust:exact;print-color-adjust:exact;height: 40px;align-items: center;border:1px solid #000; border-top:none}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar div{width:150px;}}';
141 141
           printJS({
142 142
             printable: "invoice-print",
143 143
             type: "html",

+ 13 - 13
src/xt_pages/outpatientCharges/invoiceTemplate/printFive.vue Zobrazit soubor

@@ -2,6 +2,7 @@
2 2
     <div id='invoice-print'>
3 3
         <div v-for='(i,index) in pageArr.length' :key="index">
4 4
             <div :style="{position: 'absolute',top:(10 + (index * 400))  + 'px',left:70+ 'px',}">{{ list.order_number }}</div>
5
+            <div :style="{position: 'absolute',top:(10 + (index * 400))  + 'px',left:400+ 'px',}">{{list.order.fa_piao_number}}</div>
5 6
             <div style="display:flex;justify-content: space-between;">
6 7
                 <div :style="{position: 'absolute',top:(40 + (index * 400))  + 'px',left:80+ 'px',}"> {{ paramsObj.name }}</div>
7 8
             </div>
@@ -44,22 +45,21 @@
44 45
             <div :style="{position: 'absolute',top:(315 + (index * 400))  + 'px',left:460+ 'px'}">{{ list.medfee_sumamt }}</div>
45 46
             <div v-if="index == pageArr.length - 1" :style="{position: 'absolute',top:(330 + (index * 400))  + 'px',left:110+ 'px',width:100 + '%'}">
46 47
                 <div style="display:flex;">
47
-                  <div style="width:150px">医疗总费用:{{ list.order.medfee_sumamt }}</div>
48
-                  <div style="width:150px">基金支付总额:{{ list.order.fund_pay_sumamt }}</div>
48
+                  <div style="width:160px">医疗总费用:{{ list.order.medfee_sumamt }}</div>
49
+                  <div style="width:170px">基金支付总额:{{ list.order.fund_pay_sumamt }}</div>
49 50
                   <div style="width:150px">统筹支出:{{ list.order.hifp_pay }}</div>
50
-                  <div style="width:150px">大病支出:{{list.order.hifmi_pay}}</div>
51
+                  <div style="width:160px">大病支出:{{list.order.hifmi_pay}}</div>
51 52
 
52 53
                 </div>
53 54
                 <div style="display:flex;">
54
-                  <div style="width:150px">个人账户支付:{{ list.order.acct_pay }}</div>
55
-                  <div style="width:150px">现金支出:{{ list.order.psn_cash_pay }}</div>
55
+                  <div style="width:170px">个人账户支付:{{ list.order.acct_pay }}</div>
56
+                  <div style="width:160px">现金支出:{{ list.order.psn_cash_pay }}</div>
56 57
                   <div style="width:150px">本次账户:0</div>
57 58
                   <div style="width:150px">上次账户:0</div>
58 59
                 </div>
59 60
               <div style="display:flex;">
60
-                <div style="width:150px">账户余额:{{ list.order.balc }}</div>
61
-                <div style="width:150px">其他支出:{{ list.order.oth_pay }}</div>
62
-                <div style="width:150px">大病补充保险支出:0</div>
61
+                <div style="width:170px">账户余额:{{ list.order.balc }}</div>
62
+                <div style="width:170px">其他支出:{{ list.order.oth_pay }}</div>
63 63
                 <div style="width:150px">民政支出:0</div>
64 64
               </div>
65 65
               <div style="display:flex;">
@@ -69,15 +69,15 @@
69 69
 
70 70
             </div>
71 71
             <div>
72
-                <div :style="{position: 'absolute',top:(390 + (index * 400))  + 'px',left:100+ 'px'}">{{ org_name }}</div>
73
-                <div :style="{position: 'absolute',top:(390 + (index * 400))  + 'px',left:360+ 'px'}">{{ paramsObj.chargeName }}</div>
74
-                <div :style="{position: 'absolute',top:(390 + (index * 400))  + 'px',left:520+ 'px'}">
72
+                <div :style="{position: 'absolute',top:(405 + (index * 400))  + 'px',left:100+ 'px'}">{{ org_name }}</div>
73
+                <div :style="{position: 'absolute',top:(405 + (index * 400))  + 'px',left:360+ 'px'}">{{ paramsObj.chargeName }}</div>
74
+                <div :style="{position: 'absolute',top:(405 + (index * 400))  + 'px',left:520+ 'px'}">
75 75
                     <span>{{  paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</span>
76 76
                 </div>
77
-                <div :style="{position: 'absolute',top:(390 + (index * 400))  + 'px',left:560+ 'px'}">
77
+                <div :style="{position: 'absolute',top:(405 + (index * 400))  + 'px',left:560+ 'px'}">
78 78
                     <span>{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(5,7)) : getTime(list.date, '{y}-{m}-{d}').slice(5,7) }}</span>
79 79
                 </div>
80
-                <div :style="{position: 'absolute',top:(390 + (index * 400))  + 'px',left:600+ 'px'}">
80
+                <div :style="{position: 'absolute',top:(405 + (index * 400))  + 'px',left:600+ 'px'}">
81 81
                     <span>{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(8,11)) : getTime(list.date, '{y}-{m}-{d}').slice(8,11) }}</span>
82 82
                 </div>
83 83
             </div>

+ 24 - 64
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Zobrazit soubor

@@ -433,7 +433,7 @@
433 433
                                             <span v-else> {{ scope.row.total }}</span> -->
434 434
                                             <span v-if="org_id != 10206 && scope.row.type == 3 && scope.row.good_info.sum_count > 0">{{scope.row.good_info.sum_count}}</span>
435 435
 <!--                                            //针对坐标系统的库存数据-->
436
-                                            <span v-if="org_id == 10206 && scope.row.type == 3">{{scope.row.zuobiao_stock_num}}</span>
436
+                                            <span v-if="org_id == 10206 && scope.row.type == 3">{{scope.row.good_info.zuobiao_stock_num}}</span>
437 437
 
438 438
                                           </template>
439 439
                                       </el-table-column>
@@ -531,13 +531,13 @@ import { uParseTime } from '@/utils/tools'
531 531
 import NextOrLastPrescription from './nextOrLastPrescription'
532 532
 import CallPrescription from './callPrescription'
533 533
 import DayPrescriptionTable from '../../outpatientCharges/components/dayPrescriptionTable'
534
-import axios from 'axios'
535 534
 
536 535
 const moment = require('moment')
537 536
 
538 537
 export default {
539 538
   props: {
540 539
     zuobiao_drug:Array,
540
+    zuobiao_project:Array,
541 541
     drugs:Array,
542 542
     allDrugs:Array,
543 543
     advices_template:Array,
@@ -574,9 +574,7 @@ export default {
574 574
     additionalCharges
575 575
   },
576 576
   data() {
577
-
578 577
     return {
579
-      zuobiao_project:[],
580 578
       start_time: moment(new Date()).subtract(30, 'days').format('YYYY-MM-DD'),
581 579
       end_time: moment(new Date()).add('year', 0).format('YYYY-MM-DD'),
582 580
       register10206: [
@@ -1624,20 +1622,24 @@ export default {
1624 1622
       this.$refs.additionalCharges.hide()
1625 1623
 
1626 1624
     }, searchProjectAction() {
1625
+      console.log('~~~~',this.search_project_keyword)
1626
+      console.log('5555',this.tabProject)
1627
+      console.log('6666',this.allProject)
1627 1628
       // console.log('4444',this.tabProject[1].first_letter.indexOf(this.search_project_keyword) != -1)
1628 1629
       if (this.search_project_keyword.length == 0) {
1629 1630
         this.tabProject = this.allProject
1630 1631
       } else {
1631 1632
         let arr = []
1632 1633
         for (let i = 0; i < this.allProject.length; i++) {
1633
-
1634
-
1635
-            if (this.allProject[i].project_name.indexOf(this.search_project_keyword) != -1) {
1634
+            // console.log('4444',this.tabProject[i].first_letter.indexOf(this.search_project_keyword) != -1)
1635
+            if (this.allProject[i].project_name.indexOf(this.search_project_keyword) != -1 ||
1636
+            this.allProject[i].first_letter.indexOf(this.search_project_keyword) !=-1) {
1636 1637
               arr = arr.concat(this.allProject[i])
1637 1638
             }
1638 1639
 
1639 1640
         }
1640 1641
         this.tabProject = arr
1642
+        console.log('kkkk',this.tabProject);
1641 1643
       }
1642 1644
 
1643 1645
     }, searchProjectTeamAction() {
@@ -1886,6 +1888,7 @@ export default {
1886 1888
     },
1887 1889
 
1888 1890
     tabclickEvent(val) {
1891
+      console.log("li3333333333333li")
1889 1892
       for (let i = 0; i < this.prescriptions.length; i++) {
1890 1893
         if (this.prescriptions[i].name == val.name) {
1891 1894
           this.prescription_id = this.prescriptions[i].id
@@ -1953,6 +1956,7 @@ export default {
1953 1956
 
1954 1957
     },
1955 1958
     setData(data, info, admin_info, doctors, department, hisPatientInfo, month_data, last_info,sick,diagnoses,patient_diagnose) {
1959
+      console.log("诊断23333333333333",this.diagnose)
1956 1960
       this.sick = sick
1957 1961
       this.diagnoses = diagnoses
1958 1962
       this.department = department
@@ -2068,6 +2072,7 @@ export default {
2068 2072
 
2069 2073
 
2070 2074
       this.diagnose = []
2075
+      console.log("处方----------------------------------------------",info.id)
2071 2076
       if (info.id == 0) {
2072 2077
         if (last_info.diagnosis.length == 0) {
2073 2078
           this.diagnose = []
@@ -2119,6 +2124,8 @@ export default {
2119 2124
 
2120 2125
       }
2121 2126
 
2127
+      // console.log("info233333333333333333333",info.id)
2128
+      // console.log("LAST_INFO2323232323WO",last_info.patient_diagnosis)
2122 2129
       this.patient_diagnose = []
2123 2130
       if(info.id == 0){
2124 2131
         if (last_info.patient_diagnosis.length == 0) {
@@ -2147,6 +2154,7 @@ export default {
2147 2154
           }
2148 2155
 
2149 2156
         }
2157
+        console.log("hhahahahah",this.patient_diagnose)
2150 2158
       }
2151 2159
 
2152 2160
       this.state1 = info.sick_type
@@ -2278,6 +2286,7 @@ export default {
2278 2286
     },
2279 2287
 
2280 2288
     moreState(tab, event) {
2289
+      console.log("li222222222")
2281 2290
       if (tab == 'more') {
2282 2291
         return false
2283 2292
       }
@@ -2385,6 +2394,7 @@ export default {
2385 2394
           //   }
2386 2395
           // }
2387 2396
           if (index == 1) {
2397
+            console.log(this.prescriptions)
2388 2398
 
2389 2399
             if (this.org_id != 10206 && this.org_id != 0) {
2390 2400
               for (let i = 0; i < this.prescriptions.length; i++) {
@@ -2464,6 +2474,7 @@ export default {
2464 2474
                   this.$emit('editKeepLoad', false)
2465 2475
                   return
2466 2476
                 }
2477
+                console.log("2o23o23o23o2o23",this.prescriptions[i].advices[b])
2467 2478
                 if(this.prescriptions[i].advices[b].day == NaN){
2468 2479
                   this.$message.error(`处方${i+1}的${this.prescriptions[i].advices[b].drug_name}天数未填写`)
2469 2480
                   this.$emit('editKeepLoad', false)
@@ -2537,6 +2548,8 @@ export default {
2537 2548
               'prescriptions': this.prescriptions
2538 2549
             }
2539 2550
             isLoading = true
2551
+            console.log('this.prescriptionsthis.prescriptions', this.prescriptions)
2552
+            console.log('this.prescriptionsthis.prescriptions', params)
2540 2553
             let num = 0
2541 2554
             // this.prescriptions.map(item => {
2542 2555
             //   if (item.advices.length > 0) {
@@ -2555,6 +2568,7 @@ export default {
2555 2568
               var arr_one = []
2556 2569
               var arr_Two = []
2557 2570
 
2571
+              console.log("ooo233323233232323232",this.prescriptions)
2558 2572
 
2559 2573
              //药品
2560 2574
               for(let i=0;i<this.prescriptions.length;i++){
@@ -3610,7 +3624,6 @@ export default {
3610 3624
               }
3611 3625
             }
3612 3626
 
3613
-
3614 3627
             let obj = {
3615 3628
               id: good_info[i].id,
3616 3629
               project_name: good_info[i].good_name,
@@ -3635,10 +3648,8 @@ export default {
3635 3648
             }
3636 3649
             this.tabProject.push(obj)
3637 3650
           }
3638
-
3639
-
3640 3651
           //跟坐标数据进行匹配,如果bbx01相等的话则,替换库存数量
3641
-          if(this.org_id == 10206) {
3652
+          if(this.org_id == 10206 ) {
3642 3653
             for (let i = 0; i < this.zuobiao_project.length; i++) {
3643 3654
               for (let b = 0; b < this.tabProject.length; b++) {
3644 3655
                 if (this.zuobiao_project[i].bbx01 == this.tabProject[b].bbx01){
@@ -3810,45 +3821,12 @@ export default {
3810 3821
     },
3811 3822
     clearSelection() {
3812 3823
       this.$refs.tabProjectTeam.clearSelection()
3813
-    },getstock(){
3814
-      if(this.org_id == 10206){
3815
-        var that = this
3816
-        axios.get("http://127.0.0.1:9532" + '/nmg/coordinate/querystock', {
3817
-
3818
-        })
3819
-          .then(function(response) {
3820
-            if (response.data.state == 0) {
3821
-              that.$message.error(response.data.msg)
3822
-              that.loadingtwo = false
3823
-              return false
3824
-            } else {
3825
-              if (response.data.data.failed_code == -10) {
3826
-                that.$confirm(response.data.data.msg, '医保错误信息', {
3827
-                  confirmButtonText: '确 定',
3828
-                  type: 'warning'
3829
-                }).then(() => {
3830
-
3831
-                }).catch(() => {
3832
-                })
3833
-
3834
-              } else {
3835
-                that.zuobiao_project  = response.data.data.project
3836
-              }
3837
-            }
3838
-          })
3839
-          .catch(function(error) {
3840
-          })
3841
-      }
3842
-
3843
-
3844
-    },
3824
+    }
3845 3825
   }, mounted() {
3846 3826
     this.request_record_date = this.record_date
3847 3827
     // this.getInitData()
3848
-    this.getstock()
3849 3828
     //获取所有项目
3850 3829
     this.getlist()
3851
-
3852 3830
     //获取所以项目组套
3853 3831
     this.getAllProjectTeam()
3854 3832
 
@@ -3859,25 +3837,7 @@ export default {
3859 3837
 
3860 3838
   },
3861 3839
   watch: {
3862
-    // tabProject:{//深度监听,可监听到对象、数组的变化
3863
-    //   handler(val, oldVal) {
3864
-    //     if(this.org_id == 10206 ) {
3865
-    //       console.log("~~~~~~~")
3866
-    //       console.log(this.zuobiao_project)
3867
-    //       console.log(this.tabProject)
3868
-    //       for (let i = 0; i < this.zuobiao_project.length; i++) {
3869
-    //         for (let b = 0; b < this.tabProject.length; b++) {
3870
-    //           if (this.zuobiao_project[i].bbx01 == this.tabProject[b].bbx01){
3871
-    //             this.tabProject[b].zuobiao_stock_num = this.zuobiao_project[i].lsqty
3872
-    //           }
3873
-    //         }
3874
-    //       }
3875
-    //       console.log(this.tabProject)
3876
-    //
3877
-    //     }
3878
-    //   },
3879
-    //   deep: true
3880
-    // },
3840
+
3881 3841
     fullHeight(val) {
3882 3842
       if (!this.timer) {
3883 3843
         this.fullHeight = val

+ 2 - 2
src/xt_pages/workforce/components/nextTableWeeks.vue Zobrazit soubor

@@ -683,7 +683,7 @@ export default {
683 683
             path: '/schedule/remind/print/setting/one?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+2
684 684
           })
685 685
           }
686
-        if(this.org_id!=9671 && this.org_id!=9675 && this.org_id!=10340 && this.org_id !=10375 && this.org_id !=10469  && this.org_id !=0 ){
686
+        if(this.org_id!=9671 && this.org_id!=9675 && this.org_id!=10340 && this.org_id !=10375 && this.org_id !=10469){
687 687
           var zone = this.zone
688 688
         var newArr = []
689 689
         for(let i=0;i<this.zoneList.length;i++){
@@ -701,7 +701,7 @@ export default {
701 701
           path: '/schedule/remind/print/setting?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+2
702 702
         })
703 703
         }
704
-        else if(this.org_id==10469 || this.org_id==0){
704
+        else if(this.org_id==10469){
705 705
           var zone = this.zone
706 706
           console.log("zone23232",zone)
707 707
           var newArr = []

+ 2 - 2
src/xt_pages/workforce/components/tableWeeks.vue Zobrazit soubor

@@ -905,7 +905,7 @@
905 905
             path: '/schedule/remind/print/setting/one?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+1
906 906
           })
907 907
         }
908
-        if(this.org_id != 9671 && this.org_id != 9675 && this.org_id != 10340 && this.org_id != 0 && this.org_id!=10375 && this.org_id!=10469){
908
+        if(this.org_id != 9671 && this.org_id != 9675 && this.org_id != 10340  && this.org_id!=10375 && this.org_id!=10469){
909 909
           var zone = this.zone
910 910
           console.log("zone23232",zone)
911 911
           var newArr = []
@@ -923,7 +923,7 @@
923 923
           this.$router.push({
924 924
             path: '/schedule/remind/print/setting?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+1
925 925
           })
926
-        }else if(this.org_id==10469 || this.org_id==0){
926
+        }else if(this.org_id==10469){
927 927
           var zone = this.zone
928 928
           console.log("zone23232",zone)
929 929
           var newArr = []

+ 7 - 0
src/xt_pages/workforce/remind_print_setting.vue Zobrazit soubor

@@ -118,6 +118,13 @@
118 118
                     {{main_collection.dialysissolution.anticoagulant_zongliang}}iu
119 119
                    </span>
120 120
                 </div>
121
+
122
+                <div v-if="org_id==0 || org_id ==10460">
123
+                  目标超滤量:
124
+                  <span>
125
+                   {{main_collection.prescription.target_ultrafiltration}}ml
126
+                  </span>
127
+                </div>
121 128
                 <div v-if="org_id == 10188 || org_id == 10217 || org_id == 10340 || org_id == 9671 || org_id == 9675">干体重:{{main_collection.assessmentbefor.dry_weight}}</div>
122 129
                 <div v-if="org_id == 10188 || org_id == 10217 || org_id == 10340 || org_id == 9671 || org_id == 9675">透前体重:{{main_collection.assessmentbefor.weight_before}}</div>
123 130
                 <div v-if="org_id == 10188 || org_id == 10217 || org_id == 10340 || org_id == 9671 || org_id == 9675">体重增加:{{(main_collection.assessmentbefor.weight_before - main_collection.assessmentbefor.dry_weight).toFixed(2)}}</div>