28169 8 mēnešus atpakaļ
vecāks
revīzija
e50ab810c6

+ 40 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Parādīt failu

3410
 
3410
 
3411
                     <div class="inline_block" style="flex: 1" v-if="predialysis.catheter != ''">
3411
                     <div class="inline_block" style="flex: 1" v-if="predialysis.catheter != ''">
3412
                       换药护士:
3412
                       换药护士:
3413
+
3413
                       <div
3414
                       <div
3414
                         class="under_line"
3415
                         class="under_line"
3415
                         style="width: 90px; text-align: center"
3416
                         style="width: 90px; text-align: center"
3417
+                        v-if="org_id==10644"
3416
                       >
3418
                       >
3417
                         <span
3419
                         <span
3418
                           style="height: 30px; display: inline-block"
3420
                           style="height: 30px; display: inline-block"
3446
                           v-else
3448
                           v-else
3447
                         />
3449
                         />
3448
                       </div>
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
                     </div>
3489
                     </div>
3450
                   </div>
3490
                   </div>
3451
 
3491
 

+ 8 - 1
src/xt_pages/management/components/UserForm.vue Parādīt failu

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

+ 2 - 2
src/xt_pages/stock/drugs/drugStockOutOrderDetailPrint.vue Parādīt failu

7
     </div>
7
     </div>
8
     <div class="app-container ">
8
     <div class="app-container ">
9
       <div id="dialysis-print-box">
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
         <div class="dialysis-print-order" v-for="(it,index) in tableList" :key="index">
11
         <div class="dialysis-print-order" v-for="(it,index) in tableList" :key="index">
12
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
12
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
13
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
13
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
78
       </div> 
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
        <div class="dialysis-print-order" v-for="(it,index) in tableData" :key="index" >
82
        <div class="dialysis-print-order" v-for="(it,index) in tableData" :key="index" >
83
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
83
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;margin-top:40px">{{orgName}}</div>
84
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
84
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>

+ 13 - 13
src/xt_permission.js Parādīt failu

12
 
12
 
13
 router.beforeEach((to, from, next) => {
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
   NProgress.start()
29
   NProgress.start()
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))