28169 8 månader sedan
förälder
incheckning
e50ab810c6

+ 40 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Visa fil

@@ -3410,9 +3410,11 @@
3410 3410
 
3411 3411
                     <div class="inline_block" style="flex: 1" v-if="predialysis.catheter != ''">
3412 3412
                       换药护士:
3413
+
3413 3414
                       <div
3414 3415
                         class="under_line"
3415 3416
                         style="width: 90px; text-align: center"
3417
+                        v-if="org_id==10644"
3416 3418
                       >
3417 3419
                         <span
3418 3420
                           style="height: 30px; display: inline-block"
@@ -3446,6 +3448,44 @@
3446 3448
                           v-else
3447 3449
                         />
3448 3450
                       </div>
3451
+
3452
+                      <div
3453
+                        class="under_line"
3454
+                        style="width: 90px; text-align: center"
3455
+                        v-if="org_id!=10644"
3456
+                      >
3457
+                        <span
3458
+                          style="height: 30px; display: inline-block"
3459
+                          v-if="
3460
+                            setAdminUserES(
3461
+                              dialysisOrder == null
3462
+                                ? 0
3463
+                                : dialysisOrder.puncture_nurse
3464
+                            ) == ''
3465
+                          "
3466
+                        >
3467
+                          {{
3468
+                            getAdminUser(
3469
+                              dialysisOrder == null
3470
+                                ? 0
3471
+                                : dialysisOrder.puncture_nurse
3472
+                            )
3473
+                          }}</span
3474
+                        >
3475
+                        <img
3476
+                          style="height: 35px"
3477
+                          :src="
3478
+                            setAdminUserES(
3479
+                              dialysisOrder == null
3480
+                                ? 0
3481
+                                : dialysisOrder.puncture_nurse
3482
+                            )
3483
+                          "
3484
+                          alt=""
3485
+                          srcset=""
3486
+                          v-else
3487
+                        />
3488
+                      </div>
3449 3489
                     </div>
3450 3490
                   </div>
3451 3491
 

+ 8 - 1
src/xt_pages/management/components/UserForm.vue Visa fil

@@ -846,7 +846,7 @@
846 846
                   机表(床单元、床旁桌)消毒
847 847
                 </td>
848 848
                 <td
849
-                  :colspan="6"
849
+                  :colspan="7"
850 850
                   style="text-align:center;font-size:15px"
851 851
                 >
852 852
                   液路消毒
@@ -905,6 +905,9 @@
905 905
                 <td style="text-align:center;min-width:40px;font-size:15px">
906 906
                   消毒时长/min
907 907
                 </td>
908
+                <td style="text-align:center;min-width:40px;font-size:15px">
909
+                  结束消毒时间
910
+                </td>
908 911
                 <td style="text-align:center;min-width:40px;font-size:15px">
909 912
                   消毒状态
910 913
                 </td>
@@ -959,6 +962,10 @@
959 962
                 <td style="text-align:center;font-size:15px;height:30px">
960 963
                   {{ item.long_time }}
961 964
                 </td>
965
+
966
+                <td style="text-align:center;font-size:15px;height:30px">
967
+                  {{ getTimesTwo(item.disinfec_endtime) }}
968
+                </td>
962 969
                 <td style="text-align:center;font-size:15px;height:30px">
963 970
                   {{ item.disinfection_status }}
964 971
                 </td>

+ 2 - 2
src/xt_pages/stock/drugs/drugStockOutOrderDetailPrint.vue Visa fil

@@ -7,7 +7,7 @@
7 7
     </div>
8 8
     <div class="app-container ">
9 9
       <div id="dialysis-print-box">
10
-        <div v-if="orgId!=9671 && orgId!=9675 && orgId!=10210 && orgId!=10188 && orgId!=10127 && orgId!=10164 && orgId!=3877 && orgId!=10387 && orgId!=0">
10
+        <div v-if="orgId!=9671 && orgId!=9675 && orgId!=10210 && orgId!=10188 && orgId!=10127 && orgId!=10164 && orgId!=3877 && orgId!=10387 && orgId!=0  && orgId!=10697">
11 11
         <div class="dialysis-print-order" v-for="(it,index) in tableList" :key="index">
12 12
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
13 13
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
@@ -78,7 +78,7 @@
78 78
       </div> 
79 79
 
80 80
 
81
-      <div v-if="orgId == 9671 || orgId == 9675 ||  orgId == 10210 || orgId == 10188 || orgId == 10127 || orgId ==10164 || orgId ==3877 || orgId == 0 || orgId ==10387">
81
+      <div v-if="orgId == 9671 || orgId == 9675 ||  orgId == 10210 || orgId == 10188 || orgId == 10127 || orgId ==10164 || orgId ==3877 || orgId == 0 || orgId ==10387 || orgId == 10697">
82 82
        <div class="dialysis-print-order" v-for="(it,index) in tableData" :key="index" >
83 83
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
84 84
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>

+ 13 - 13
src/xt_permission.js Visa fil

@@ -12,19 +12,19 @@ const permissionWhiteList = loginWhiteList.concat(['/']) // 权限验证白名
12 12
 
13 13
 router.beforeEach((to, from, next) => {
14 14
   // 线上注释
15
-  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-  //   store.dispatch('VerifyConfigList', []).then(() => {
17
-  //     next()
18
-  //   })
19
-  // }
20
-  // if (store.getters.permission_routers === undefined) {
21
-  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-  //     next()
23
-  //   })
24
-  // } else {
25
-  //   next()
26
-  // }
27
-  // return
15
+  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+    store.dispatch('VerifyConfigList', []).then(() => {
17
+      next()
18
+    })
19
+  }
20
+  if (store.getters.permission_routers === undefined) {
21
+    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+      next()
23
+    })
24
+  } else {
25
+    next()
26
+  }
27
+  return
28 28
   // 线上注释
29 29
   NProgress.start()
30 30
   // console.log(store.getters.current_role_urls.indexOf(to.path))