Browse Source

新分支

28169 1 year ago
parent
commit
98a569f439
37 changed files with 9022 additions and 3509 deletions
  1. 37 0
      src/api/dialysis.js
  2. 1 0
      src/lang/en.js
  3. 3 0
      src/lang/zh.js
  4. 5 2
      src/router/index.js
  5. 1 0
      src/router/index_路由未分离前.js
  6. 16 1
      src/router/modules/device.js
  7. 9 0
      src/router/modules/dialysis.js
  8. 1 0
      src/store/getters.js
  9. 1 1
      src/xt_pages/device/airDisinfectTwo.vue
  10. 13 3
      src/xt_pages/device/objectTableDisinfectTwo.vue
  11. 27 6
      src/xt_pages/dialysis/batch_print/batch_print_order_six.vue
  12. 4 0
      src/xt_pages/dialysis/components/consumablesDialog.vue
  13. 4 0
      src/xt_pages/dialysis/components/dialysisDrugsDialog.vue
  14. 4 0
      src/xt_pages/dialysis/components/dialysisParametersDialog.vue
  15. 1 1
      src/xt_pages/dialysis/details/consumable/dialysisGoodPrint.vue
  16. 1 1
      src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue
  17. 76 6
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue
  18. 2 2
      src/xt_pages/dialysis/details/dialysisMonitoring.vue
  19. 998 0
      src/xt_pages/dialysis/dialysisFlow.vue
  20. 45 9
      src/xt_pages/dialysis/dialysisPrintOrder.vue
  21. 17 1
      src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue
  22. 31 4
      src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue
  23. 4051 0
      src/xt_pages/dialysis/template/DialysisPrintOrderSixtyFive.vue
  24. 136 22
      src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue
  25. 2 1
      src/xt_pages/home/index.vue
  26. 11 8
      src/xt_pages/hospitalStation/index.vue
  27. 52 5
      src/xt_pages/hospitalStation/summary.vue
  28. 14 5
      src/xt_pages/management/components/UserForm.vue
  29. 12 7
      src/xt_pages/outpatientCharges/components/registerDialog.vue
  30. 24 3
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue
  31. 12 11
      src/xt_pages/outpatientDoctorStation/batch_print_checkTemplate/printOne.vue
  32. 3399 3398
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue
  33. 6 6
      src/xt_pages/stock/detail/print.vue
  34. 3 3
      src/xt_pages/stock/detail/stockOutDetail.vue
  35. 1 1
      src/xt_pages/stock/inventoryTransfer/Addtrans.vue
  36. 1 1
      src/xt_pages/stock/inventoryTransfer/transEdit.vue
  37. 1 1
      src/xt_pages/stock/stockOutOrder.vue

+ 37 - 0
src/api/dialysis.js View File

@@ -403,3 +403,40 @@ export function getDialysisAdviceToday(params) {
403 403
     params: params
404 404
   })
405 405
 }
406
+
407
+
408
+export function SaveDialysisInformationSetting(params) {
409
+  return request({
410
+    url: '/api/patient/savedialysisInformationsetting',
411
+    method: 'get',
412
+    params: params
413
+  })
414
+}
415
+
416
+export function getDialysisInformationSetting(params){
417
+  
418
+  return request({
419
+    url:"/api/patient/getdialyisinformationsetting",
420
+    method:"get",
421
+    params:params
422
+  })
423
+}
424
+
425
+export function checkDialysisInformation(params){
426
+  
427
+  return request({
428
+    url:"/api/patient/checkdialysisinformation",
429
+    method:"Get",
430
+    params:params
431
+  })
432
+}
433
+
434
+
435
+
436
+export function getSchedualPatientFlow(params) {
437
+  return request({
438
+    url: '/api/dialysis/patientsflow',
439
+    method: 'get',
440
+    params: params
441
+  })
442
+}

+ 1 - 0
src/lang/en.js View File

@@ -78,6 +78,7 @@ export default {
78 78
     dialysisSolution: 'dialysisSolution',
79 79
     inspection: 'Inspection',
80 80
     home: 'home',
81
+    infor:'infor',
81 82
     weight: 'weight',
82 83
     dialysisRecord: 'dialysisRecord',
83 84
     scheduling: 'scheduling',

+ 3 - 0
src/lang/zh.js View File

@@ -81,6 +81,7 @@ export default {
81 81
     template: '数据模版',
82 82
     druguse: '医嘱模版',
83 83
     watch: '透析监测',
84
+    flow:'透析流程',
84 85
     addAdmin: '新增用户',
85 86
     editAdmin: '编辑用户信息',
86 87
     setupPerview: '设置权限',
@@ -92,6 +93,7 @@ export default {
92 93
     dialysisSolution: '透析处方',
93 94
     inspection: '检验检查',
94 95
     home: '透析首页',
96
+    infor:'信息归档',
95 97
     weight: '干体重',
96 98
     dialysisRecord: '透析记录',
97 99
     scheduling: '排班信息',
@@ -102,6 +104,7 @@ export default {
102 104
     deviceManage: '院感管理',
103 105
     modemanagement: '型号配置',
104 106
     dialysisMachineManage: '设备管理',
107
+    
105 108
     workforce: '患者排班',
106 109
     appointment: '排班管理',
107 110
     sign: '治疗签到',

+ 5 - 2
src/router/index.js View File

@@ -12,6 +12,7 @@ import role from './modules/role'
12 12
 import stock from './modules/stock'
13 13
 import weight_sign from './modules/weight_sign'
14 14
 import workforce from './modules/workforce'
15
+
15 16
 import service from './modules/service'
16 17
 import org from './modules/org'
17 18
 import systems from './modules/systems'
@@ -59,7 +60,7 @@ import bedManagement from './modules/bedManagement'
59 60
 import dictionaryManagement from './modules/dictionaryManagement'
60 61
 import templateManagement from './modules/templateManagement'
61 62
 import DepartManage from './modules/DepartManage'
62
-import basicConfig from './modules/basicConfig'
63
+import basicConfig from './modules/basicConfig' 
63 64
 
64 65
 Vue.use(Router)
65 66
 
@@ -119,6 +120,7 @@ var _constant_router_map = [{
119 120
     }
120 121
   }]
121 122
 },
123
+
122 124
 {
123 125
   path: '/kuyiShopping',
124 126
   component: Layout,
@@ -199,7 +201,8 @@ var _asy_router_map = [
199 201
   hisTool,
200 202
   integration,
201 203
   basicConfig,
202
-  supply
204
+  supply,
205
+ 
203 206
 ]
204 207
 
205 208
 var is_asy_router = process.env.NODE_ENV === 'production' // true; 设置为 true 强制进行路由验证

+ 1 - 0
src/router/index_路由未分离前.js View File

@@ -40,6 +40,7 @@ export const xt_constantRouterMap = [
40 40
       meta: { title: 'home', icon: 'dashboard', noCache: true }
41 41
     }]
42 42
   },
43
+ 
43 44
   {
44 45
     path: '/service',
45 46
     component: Layout,

+ 16 - 1
src/router/modules/device.js View File

@@ -88,6 +88,19 @@ export default {
88 88
 
89 89
       }
90 90
     },
91
+
92
+
93
+    {
94
+      path: '/infor/index',
95
+      component: () => import('@/xt_pages/infor/index'),
96
+      name: 'infor',
97
+     
98
+      meta: {
99
+        title: 'infor',
100
+        noCache: true,
101
+      }
102
+    },
103
+
91 104
     {
92 105
       path: '/device/waterformprint',
93 106
       component: () => import('@/xt_pages/management/components/waterFormPrint'),
@@ -99,7 +112,9 @@ export default {
99 112
         noCache: true,
100 113
         
101 114
       }
102
-    }
115
+    },
116
+
117
+  
103 118
 
104 119
   ]
105 120
 }

+ 9 - 0
src/router/modules/dialysis.js View File

@@ -815,5 +815,14 @@ export default {
815 815
         noCache: true
816 816
       }
817 817
     },
818
+    {
819
+      path: '/dialysis/flow',
820
+      component: () => import('@/xt_pages/dialysis/dialysisFlow'),
821
+      name: 'flow',
822
+      meta: {
823
+        title: 'flow',
824
+        noCache: true
825
+      }
826
+    },
818 827
   ]
819 828
 }

+ 1 - 0
src/store/getters.js View File

@@ -2,6 +2,7 @@ const getters = {
2 2
   sidebar: state => state.app.sidebar,
3 3
   language: state => state.app.language,
4 4
   device: state => state.app.device,
5
+  information:state => state.app.information,
5 6
   visitedViews: state => state.tagsView.visitedViews,
6 7
   cachedViews: state => state.tagsView.cachedViews,
7 8
   token: state => state.user.token,

+ 1 - 1
src/xt_pages/device/airDisinfectTwo.vue View File

@@ -910,7 +910,7 @@
910 910
           start_time:[{required:true,message:"请选择开始时间",trigger:"blur"}],
911 911
           end_time:[{required:true,message:"请选择结束时间",trigger:"blur"}]
912 912
          },
913
-         limit:20,
913
+         limit:10,
914 914
          page:1,
915 915
          total:0,
916 916
          tableData: [],

+ 13 - 3
src/xt_pages/device/objectTableDisinfectTwo.vue View File

@@ -129,9 +129,10 @@
129 129
               style="margin-top:20px;float: right"
130 130
               layout="total, sizes, prev, pager, next, jumper"
131 131
               :total="total"
132
+              @size-change="handleSizeChange"
133
+              @current-change="handleCurrentChange"
132 134
           >
133
-          <!-- @size-change="handleSizeChange"
134
-              @current-change="handleCurrentChange" -->
135
+            
135 136
           </el-pagination>
136 137
          </div>
137 138
 
@@ -1149,7 +1150,7 @@
1149 1150
           start_time:[{required:true,message:"请选择开始时间",trigger:"blur"}],
1150 1151
           end_time:[{required:true,message:"请选择结束时间",trigger:"blur"}]
1151 1152
          },
1152
-         limit:20,
1153
+         limit:10,
1153 1154
          page:1,
1154 1155
          total:0,
1155 1156
          tableData: [],
@@ -1590,6 +1591,15 @@
1590 1591
            // return ''
1591 1592
            // }
1592 1593
        },
1594
+
1595
+       handleSizeChange(val) {
1596
+        this.limit = val;
1597
+        this.getObjectTableDisInfectList()
1598
+      },
1599
+      handleCurrentChange(val) {
1600
+        this.page = val;
1601
+        this.getObjectTableDisInfectList()
1602
+      },
1593 1603
         
1594 1604
       }
1595 1605
     }

+ 27 - 6
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -894,7 +894,7 @@
894 894
                       style="padding: 2px 0; line-height: 23px; display: flex"
895 895
                     >
896 896
                       <div class="inline_block" style="flex: 1"
897
-                        v-if="org_id!=10440 && org_id!=0 && org_id!=10469">
897
+                        v-if="org_id!=10440 && org_id!=0 && org_id!=10469 && org_id!=10490 && org_id!=10478 && org_id!=10495">
898 898
                         上次透后体重:
899 899
                         <div
900 900
                           class="under_line"
@@ -920,7 +920,7 @@
920 920
                       </div>
921 921
 
922 922
                       <div class="inline_block" style="flex: 1"
923
-                        v-if="org_id!=10440 && org_id ==0 || org_id!=10469">
923
+                        v-if="org_id==10440 && org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495">
924 924
                         上次透后体重:
925 925
                         <div
926 926
                           class="under_line"
@@ -1326,11 +1326,19 @@
1326 1326
                           <td
1327 1327
                             width="50"
1328 1328
                             v-if="
1329
-                              org_id == 10121 || org_id == 9675 || org_id == 0
1329
+                              org_id == 10121 || org_id == 9675 
1330 1330
                             "
1331 1331
                           >
1332 1332
                             SpO₂<br />(%)
1333 1333
                           </td>
1334
+                          <td
1335
+                            width="50"
1336
+                            v-if="
1337
+                              org_id == 0 || org_id ==  10469
1338
+                            "
1339
+                          >
1340
+                            钠浓度<br />(mmol/L)
1341
+                          </td>
1334 1342
                           <td width="50" v-if="org_id != 0 && org_id != 3877 && org_id != 10449">超滤量<br />(ml)</td>
1335 1343
                           <td width="50" v-if="org_id ==0 || org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1336 1344
                           <td
@@ -1445,8 +1453,9 @@
1445 1453
                             v-if="
1446 1454
                               org_id != 9538 &&
1447 1455
                               org_id != 10121 &&
1448
-                              org_id != 9675 &&
1449
-                              org_id != 0
1456
+                              org_id != 9675 && 
1457
+                              org_id!=0
1458
+                             
1450 1459
                             "
1451 1460
                           >
1452 1461
                             {{
@@ -1458,7 +1467,7 @@
1458 1467
 
1459 1468
                           <td
1460 1469
                             v-if="
1461
-                              org_id == 10121 || org_id == 9675 || org_id == 0
1470
+                              org_id == 10121 || org_id == 9675 
1462 1471
                             "
1463 1472
                           >
1464 1473
                             {{
@@ -1468,6 +1477,18 @@
1468 1477
                             }}
1469 1478
                           </td>
1470 1479
 
1480
+                          <td
1481
+                            v-if="
1482
+                              org_id == 0 || org_id == 10469 
1483
+                            "
1484
+                          >
1485
+                            {{
1486
+                              monitor_record.sodium_concentration
1487
+                                ? monitor_record.sodium_concentration
1488
+                                : ""
1489
+                            }}
1490
+                          </td>
1491
+
1471 1492
                           <td v-if="org_id == 9538">
1472 1493
                             {{
1473 1494
                               monitor_record.sodium_concentration

+ 4 - 0
src/xt_pages/dialysis/components/consumablesDialog.vue View File

@@ -10,6 +10,8 @@
10 10
         style="width:150px;margin-right:10px"
11 11
         v-model="startTime"
12 12
         type="date"
13
+        format="yyyy-MM-dd"
14
+        value-format="yyyy-MM-dd"
13 15
         placeholder="选择日期"
14 16
         @change="selectStartime">
15 17
       </el-date-picker>
@@ -17,6 +19,8 @@
17 19
         style="width:150px;margin-right:10px"
18 20
         v-model="endTime"
19 21
         type="date"
22
+        format="yyyy-MM-dd"
23
+        value-format="yyyy-MM-dd"
20 24
         placeholder="选择日期"
21 25
         @change="selectEndtime">
22 26
       </el-date-picker>

+ 4 - 0
src/xt_pages/dialysis/components/dialysisDrugsDialog.vue View File

@@ -10,6 +10,8 @@
10 10
         style="width:140px;margin-right:10px"
11 11
         v-model="startTime"
12 12
         type="date"
13
+        format="yyyy-MM-dd"
14
+        value-format="yyyy-MM-dd"
13 15
         placeholder="选择日期"
14 16
         @change="changeStartTime">
15 17
         </el-date-picker>
@@ -17,6 +19,8 @@
17 19
         style="width:140px;margin-right:10px"
18 20
         v-model="endTime"
19 21
         type="date"
22
+        format="yyyy-MM-dd"
23
+        value-format="yyyy-MM-dd"
20 24
         placeholder="选择日期"
21 25
         @change="changeEndTime">
22 26
         </el-date-picker>

+ 4 - 0
src/xt_pages/dialysis/components/dialysisParametersDialog.vue View File

@@ -11,12 +11,16 @@
11 11
         v-model="startTime"
12 12
         type="date"
13 13
         placeholder="选择日期"
14
+        format="yyyy-MM-dd"
15
+        value-format="yyyy-MM-dd"
14 16
         @change="selectStartime">
15 17
         </el-date-picker>
16 18
         <el-date-picker
17 19
         style="width:150px;margin-right:10px"
18 20
         v-model="endTime"
19 21
         type="date"
22
+        format="yyyy-MM-dd"
23
+        value-format="yyyy-MM-dd"
20 24
         placeholder="选择日期">
21 25
         </el-date-picker>
22 26
         <el-button icon="el-icon-printer" type="primary" @click="toPrint">打印</el-button>

+ 1 - 1
src/xt_pages/dialysis/details/consumable/dialysisGoodPrint.vue View File

@@ -28,7 +28,7 @@
28 28
                 <td width="50">序号</td>
29 29
                 <td width="100">透析机号</td>
30 30
                 <td width="100">姓名</td>
31
-                <td width="100">透析号</td>
31
+                <td width="100">透析号</td>
32 32
                 <td width="200" v-for="(item,index) in rowList" :key="index">
33 33
                   {{item.filed_name_cn}} 
34 34
                 </td>

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

@@ -28,7 +28,7 @@
28 28
           <el-col :span="8" v-if="isShow('实际超滤量')">
29 29
             <el-form-item
30 30
               label="实际超滤量(ml): " :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')"
31
-              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"  >
31
+              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 == 10485"  >
32 32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
33 33
             </el-form-item>
34 34
             <el-form-item label="实际超滤量(L): " v-else :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')">

+ 76 - 6
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

@@ -239,7 +239,9 @@
239 239
                 org_id == 9555 
240 240
                 || org_id == 10432
241 241
                 || org_id == 10445
242
-                || org_id == 10410) &&
242
+                || org_id == 10410 ||
243
+                org_id == 10495 ||
244
+                org_id == 10485) &&
243 245
                 org_id!=10387
244 246
             "
245 247
           >
@@ -307,7 +309,8 @@
307 309
               org_id!= 10210 &&
308 310
               org_id != 9555 
309 311
               && org_id!=10432 && org_id!=10445
310
-              && org_id!=10410)
312
+              && org_id!=10410 && org_id!=10495 &&
313
+               org_id!=10485 )
311 314
               || org_id == 10387
312 315
             "
313 316
           >
@@ -359,7 +362,8 @@
359 362
                 template_id == 60 ||
360 363
                 org_id == 10432 ||
361 364
                 org_id == 10445 ||
362
-                org_id == 10410)
365
+                org_id == 10410 ||
366
+                org_id == 10495)
363 367
                 && org_id!=10387
364 368
             "
365 369
           >
@@ -410,7 +414,7 @@
410 414
               template_id != 60 &&
411 415
               org_id!=10432 &&
412 416
               org_id!=10445 &&
413
-              org_id!=10410) || 
417
+              org_id!=10410 && org_id!=10495) || 
414 418
               org_id == 10387
415 419
             "
416 420
           >
@@ -851,6 +855,30 @@
851 855
             </template>
852 856
           </el-table-column>
853 857
 
858
+          <el-table-column
859
+            prop="heparin"
860
+            align="center"
861
+            label="置换液速度(ml/h)"
862
+            width="140"
863
+            v-if="isShow('置换液速度')"
864
+          >
865
+            <template slot-scope="scope">
866
+              {{ scope.row.replacement_speed }}
867
+            </template>
868
+          </el-table-column>
869
+
870
+          <el-table-column
871
+            prop="heparin"
872
+            align="center"
873
+            label="碳酸氢钠用量(ml)"
874
+            width="140"
875
+            v-if="isShow('碳酸氢钠用量')"
876
+          >
877
+            <template slot-scope="scope">
878
+              {{ scope.row.dicarbonate }}
879
+            </template>
880
+          </el-table-column>
881
+
854 882
           <el-table-column
855 883
             prop="heparin"
856 884
             align="center"
@@ -1203,7 +1231,9 @@
1203 1231
                 org_id == 10340 ||
1204 1232
                 org_id == 10432 ||
1205 1233
                 org_id == 10445 ||
1206
-                org_id == 10410) 
1234
+                org_id == 10410 ||
1235
+                org_id == 10495 ||
1236
+                org_id == 10485) 
1207 1237
                 && org_id!=10387
1208 1238
             "
1209 1239
           >
@@ -1257,7 +1287,10 @@
1257 1287
               org_id != 9555 &&
1258 1288
               org_id!=10432 && 
1259 1289
               org_id!=10445 && 
1260
-              org_id!=10410)
1290
+              org_id!=10410 &&
1291
+              org_id!=10495 &&
1292
+              org_id!=10485
1293
+              )
1261 1294
               || org_id == 10387
1262 1295
             "
1263 1296
           >
@@ -1568,6 +1601,20 @@
1568 1601
             </el-form-item>
1569 1602
           </el-col>
1570 1603
 
1604
+          <el-col :span="8" v-if="isShow('置换液速度')">
1605
+            <el-form-item label="置换液速度(ml/h):" :prop="isName('置换液速度')"
1606
+              :rules="isCheckmust('置换液速度')">
1607
+              <el-input v-model="form.replacement_speed"></el-input>
1608
+            </el-form-item>
1609
+          </el-col>
1610
+
1611
+          <el-col :span="8" v-if="isShow('碳酸氢钠用量')">
1612
+            <el-form-item label="碳酸氢钠用量(ml):" :prop="isName('碳酸氢钠用量')"
1613
+              :rules="isCheckmust('碳酸氢钠用量')">
1614
+              <el-input v-model="form.dicarbonate"></el-input>
1615
+            </el-form-item>
1616
+          </el-col>
1617
+
1571 1618
           <el-col :span="8" v-if="isShow('滤前压')">
1572 1619
             <el-form-item label="滤前压(mmHg):">
1573 1620
               <el-input v-model="form.filter_pressure"></el-input>
@@ -1789,6 +1836,8 @@ export default {
1789 1836
         heparin_amount: "", //肝素量
1790 1837
         dehydration: "",
1791 1838
         filter_pressure:"",
1839
+        replacement_speed:"",
1840
+        dicarbonate:"",
1792 1841
       },
1793 1842
 
1794 1843
       table_current_row: null,
@@ -2497,7 +2546,18 @@ export default {
2497 2546
         parseFloat(this.form.dehydration) == NaN
2498 2547
           ? 0
2499 2548
           : parseFloat(this.form.dehydration);
2549
+        
2500 2550
       this.form.filter_pressure = this.form.filter_pressure?this.form.filter_pressure:""
2551
+
2552
+      this.form.replacement_speed =
2553
+        parseFloat(this.form.replacement_speed) == NaN
2554
+          ? 0
2555
+          : parseFloat(this.form.replacement_speed);
2556
+
2557
+          this.form.dicarbonate =
2558
+        parseFloat(this.form.dicarbonate) == NaN
2559
+          ? 0
2560
+          : parseFloat(this.form.dicarbonate);
2501 2561
       let mode = "1";
2502 2562
       if (this.form.id > 0) {
2503 2563
         mode = "2";
@@ -2656,6 +2716,16 @@ export default {
2656 2716
               parseFloat(this.form.heparin_amount) == NaN
2657 2717
                 ? 0
2658 2718
                 : parseFloat(this.form.heparin_amount);
2719
+
2720
+                this.form.replacement_speed =
2721
+            parseFloat(this.form.replacement_speed) == NaN
2722
+          ? 0
2723
+          : parseFloat(this.form.replacement_speed);
2724
+
2725
+          this.form.dicarbonate =
2726
+        parseFloat(this.form.dicarbonate) == NaN
2727
+          ? 0
2728
+          : parseFloat(this.form.dicarbonate);
2659 2729
             this.$message.error(resp.msg);
2660 2730
           }
2661 2731
         }

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

@@ -14,8 +14,8 @@
14 14
           <th width="76px">静脉压/动脉压({{monitores[0]&&monitores[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
15 15
           <th v-if="isShow('血流量')" width="92px">血流量(ml/min)</th>
16 16
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
17
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || 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!=10387 " width="76px" > 超滤量(ml)</th>
18
-          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && 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!=10432  && 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 == 10387"  width="76px"> 超滤量(L) </th>
17
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || 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 == 10485) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
18
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && 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!=10432  && 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!=10485) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
19 19
           <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || 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!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
20 20
           <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && 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==10387" width="50px"> 超滤率 <br />(L/h) </th>
21 21
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>

File diff suppressed because it is too large
+ 998 - 0
src/xt_pages/dialysis/dialysisFlow.vue


+ 45 - 9
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

@@ -105,14 +105,14 @@
105 105
       </template>
106 106
       <template
107 107
         v-if="
108
-          org_template_info.template_id == 6 ||
108
+          (org_template_info.template_id == 6 ||
109 109
           org_template_info.template_id == 10 ||
110 110
           org_template_info.template_id == 11 ||
111 111
           org_template_info.template_id == 50 ||
112 112
           org_template_info.template_id == 52 ||
113 113
           org_template_info.template_id == 53  ||
114
-          org_template_info.template_id == 64  ||
115
-          $store.getters.xt_user.org.id == 0 
114
+          org_template_info.template_id == 64)
115
+          && $store.getters.xt_user.org.id != 0
116 116
         "
117 117
       >
118 118
       <div>
@@ -798,6 +798,19 @@
798 798
         </div>
799 799
       </template>
800 800
 
801
+      <template v-if="org_template_info.template_id == 65  || $store.getters.xt_user.org.id == 0 ">
802
+        <div>
803
+          <el-button
804
+            :loading="loading"
805
+            size="small"
806
+            icon="el-icon-printer"
807
+            @click="printThisPage"
808
+            type="primary"
809
+            >打印</el-button
810
+          >
811
+        </div>
812
+      </template>
813
+
801 814
     </div>
802 815
     <div class="app-container" style="min-height: 0">
803 816
       <!--<div class="order-print-btn"-->
@@ -934,8 +947,7 @@
934 947
           <DialysisPrintOrderTwo
935 948
             v-bind:childResponse="childResponse"
936 949
             v-if="
937
-              org_template_info.template_id == 2 ||
938
-              org_template_info.template_id == 0
950
+              org_template_info.template_id == 2
939 951
             "
940 952
           ></DialysisPrintOrderTwo>
941 953
 
@@ -959,7 +971,7 @@
959 971
                                   
960 972
           <DialysisPrintOrderSix
961 973
             v-bind:childResponse="childResponse"
962
-            v-if="org_template_info.template_id == 6"
974
+            v-if="org_template_info.template_id == 6 && $store.getters.xt_user.org.id!=0"
963 975
           >
964 976
           </DialysisPrintOrderSix>
965 977
 
@@ -1245,6 +1257,12 @@
1245 1257
             v-if="org_template_info.template_id == 64">
1246 1258
 
1247 1259
           </DialysisPrintOrderSixtyfour>
1260
+
1261
+          <DialysisPrintOrderSixtyFive
1262
+              v-bind:childResponse="childResponse"
1263
+            v-if="org_template_info.template_id == 65 || $store.getters.xt_user.org.id ==0">
1264
+
1265
+          </DialysisPrintOrderSixtyFive>
1248 1266
         </div>
1249 1267
       </el-container>
1250 1268
     </div>
@@ -1327,6 +1345,7 @@ import DialysisPrintOrderSixtyOne from "./template/DialysisPrintOrderSixtyOne"
1327 1345
 import DialysisPrintOrderSixtyTwo from "./template/DialysisPrintOrderSixtyTwo"
1328 1346
 // import DialysisPrintOrderSixtyThree from "./template/DialysisPrintOrderSixtyThree"
1329 1347
 import DialysisPrintOrderSixtyfour from './template/DialysisPrintOrderSixtyfour'
1348
+import DialysisPrintOrderSixtyFive from "./template/DialysisPrintOrderSixtyFive.vue"
1330 1349
 export default {
1331 1350
   name: "dialysisPrintOrder",
1332 1351
   components: {
@@ -1394,9 +1413,11 @@ export default {
1394 1413
     DialysisPrintOrderEight,
1395 1414
     DialysisPrintOrderNine,
1396 1415
     DialysisPrintOrderSixtyfour,
1416
+    DialysisPrintOrderSixtyFive,
1397 1417
     LabelBox,
1398 1418
     BreadCrumb,
1399
-  },
1419
+    DialysisPrintOrderSixtyFive
1420
+},
1400 1421
   data() {
1401 1422
     return {
1402 1423
       crumbs: [
@@ -1546,6 +1567,11 @@ export default {
1546 1567
       return "";
1547 1568
     },
1548 1569
     printThisPage() {
1570
+      // console.log("this.org_template_info.template_id",this.org_template_info.template_id)
1571
+      // if(this.$store.getters.xt_user.org.id == 0){
1572
+      //   this.org_template_info.template_id = 65
1573
+      // }
1574
+       
1549 1575
       var ptime = Math.round(new Date().getTime() / 1000);
1550 1576
       this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
1551 1577
 
@@ -1638,8 +1664,9 @@ export default {
1638 1664
         // this.org_template_info.template_id == 51 ||
1639 1665
         this.org_template_info.template_id == 58 ||
1640 1666
         this.org_template_info.template_id == 60 ||
1641
-        this.org_template_info.template_id == 61  ||
1642
-        this.org_template_info.template_id ==0
1667
+        this.org_template_info.template_id == 61
1668
+      
1669
+       
1643 1670
       ) {
1644 1671
         printJS({
1645 1672
           printable: "dialysis-print-box-1",
@@ -1954,6 +1981,15 @@ export default {
1954 1981
           scanStyles: false,
1955 1982
         });
1956 1983
         
1984
+      }else if (this.org_template_info.template_id == 65 || this.org_template_info.template_id == 6) {
1985
+        console.log("进来")
1986
+        printJS({
1987
+          printable: "dialysis-print-box-65",
1988
+          type: "html",
1989
+          style: style12,
1990
+          scanStyles: false,
1991
+        });
1992
+        
1957 1993
       }else if (
1958 1994
         this.org_template_info.template_id == 53
1959 1995
       ) {

+ 17 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderOne.vue View File

@@ -227,7 +227,23 @@
227 227
                   </tbody>
228 228
                 </table>
229 229
 
230
-                <table class="table-box">
230
+                <table class="table-box" v-if="org_id==10394 || org_id == 0">
231
+                  <tbody>
232
+                    <tr>
233
+                      <td width="40">内瘘:</td>
234
+                      <td width="800">
235
+                        <div class="under-line">
236
+                          &nbsp;
237
+                          <span v-if="predialysis&&predialysis.internal_fistula!=undefined">{{ predialysis.internal_fistula }}</span>
238
+                        </div>
239
+                      </td>
240
+                     
241
+                     
242
+                     
243
+                    </tr>
244
+                  </tbody>
245
+                </table>
246
+                <table class="table-box" v-if="org_id!=10394 && org_id!=0">
231 247
                   <tbody>
232 248
                     <tr>
233 249
                       <td width="40">内瘘:</td>

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

@@ -684,6 +684,28 @@
684 684
                       >
685 685
                         血浆胆红素吸附
686 686
                       </div>
687
+                      <div
688
+                        class="under_line"
689
+                        style="
690
+                          bwidth: 150px;
691
+                          text-align: center;
692
+                          font-weight: 600;
693
+                        "
694
+                        v-if="prescription.mode_id == 24"
695
+                      >
696
+                       I-HDF
697
+                      </div>
698
+                      <div
699
+                        class="under_line"
700
+                        style="
701
+                          bwidth: 150px;
702
+                          text-align: center;
703
+                          font-weight: 600;
704
+                        "
705
+                        v-if="prescription.mode_id == 25"
706
+                      >
707
+                       HD高通
708
+                      </div>
687 709
                       <div
688 710
                         class="under_line"
689 711
                         style="
@@ -921,10 +943,10 @@
921 943
                         class="under_line"
922 944
                         style="width: 100px; text-align: center"
923 945
                       >
924
-                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956 || org_id == 10440 || org_id == 0 || org_id == 10469 || org_id == 10478 || org_id == 10490">{{
946
+                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956 || org_id == 10440 || org_id == 0 || org_id == 10469 || org_id == 10478 || org_id == 10490 || org_id ==10495">{{
925 947
                           lastafterdialysis.weight_after
926 948
                         }}</span>
927
-                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956 && org_id != 10440 && org_id!=0 && org_id!=10469 && org_id!=10478 && org_id!=10490">{{
949
+                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956 && org_id != 10440 && org_id!=0 && org_id!=10469 && org_id!=10478 && org_id!=10490 && org_id!=10495">{{
928 950
                           predialysis.weight_after_last_transparency
929 951
                             ? predialysis.weight_after_last_transparency
930 952
                             : "未称重"
@@ -1424,7 +1446,10 @@
1424 1446
                         <td width="60" v-if="org_id == 9919">血温(°C)</td>
1425 1447
                         <td width="60" v-if="org_id == 9671">血温(°C)</td>
1426 1448
                         <td width="60" v-if="org_id!=9836&&org_id!=9919&&org_id!=9671">透析液温度(°C)</td>
1427
-                        <td width="50" v-if="org_id != 10121">电导度<br />(ms/cm)</td>
1449
+                        <td width="50" v-if="org_id != 10121">
1450
+                          <span v-if="org_id != 0 && org_id !=10469"> 电导度<br />(ms/cm)</span> 
1451
+                          <span v-if="org_id == 0 || org_id ==10469"> 钠浓度<br />(mmol/L)</span> 
1452
+                        </td>
1428 1453
                         <td width="50" v-if="org_id == 10121">SpO₂<br />(%)</td>
1429 1454
                         <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
1430 1455
                         <td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
@@ -1517,7 +1542,9 @@
1517 1542
 
1518 1543
 
1519 1544
                         <td v-if="org_id != 9538 &&org_id != 10121">
1520
-                          {{ monitor.conductivity ? monitor.conductivity : "" }}
1545
+                          <span v-if="org_id!=0&&org_id!=10469"> {{ monitor.conductivity ? monitor.conductivity : "" }}</span>
1546
+                          <span v-if="org_id==0||org_id==10469"> {{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}</span>
1547
+                          
1521 1548
                         </td>
1522 1549
 
1523 1550
                       

File diff suppressed because it is too large
+ 4051 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyFive.vue


+ 136 - 22
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyfour.vue View File

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <div>
2
+  <div >
3 3
     <!-- <el-button type="primary" @click="checkData">一键核对</el-button> -->
4 4
     <div id="dialysis-print-box-64">
5 5
       <div
@@ -130,6 +130,66 @@
130 130
                   <span v-else-if="prescription.anticoagulant == 11">那屈肝素</span>
131 131
                   <span v-else-if="prescription.anticoagulant == 12">无抗凝剂</span>
132 132
                   <span v-else-if="prescription.anticoagulant == 13">那屈肝素钙</span>
133
+                  <span v-else-if="prescription.anticoagulant == 14">肝素钙注射液</span>
134
+                  <span v-else-if="prescription.anticoagulant == 15">甲磺酸萘莫司他</span>
135
+                  &nbsp; 
136
+                  <span style="width:135px;display: inline-block;" 
137
+                  v-if=" prescription.anticoagulant != 1 && prescription.anticoagulant != 12 && prescription.anticoagulant != 5">
138
+                    首剂: {{ prescription.anticoagulant_shouji }} 
139
+                    <span v-if="prescription.anticoagulant == 4">mg</span>
140
+                    <span v-if="prescription.anticoagulant == 3">iu</span>
141
+                    <span v-if="prescription.anticoagulant == 2">iu</span>
142
+                    <span v-if="prescription.anticoagulant == 6">iu</span>
143
+                    <span v-if="prescription.anticoagulant == 7">iu</span>
144
+                    <span v-if="prescription.anticoagulant == 10">mg</span>
145
+                    <span v-if="prescription.anticoagulant == 8">iu</span>
146
+                    <span v-if="prescription.anticoagulant == 9">iu</span>
147
+                    <span v-if="prescription.anticoagulant == 11">mg</span>
148
+                    <span v-if="prescription.anticoagulant == 13">mg</span>
149
+                    <span v-if="prescription.anticoagulant == 14 || 
150
+                          prescription.anticoagulant == 15">mg
151
+                    </span>
152
+                    
153
+                  </span>
154
+                  &nbsp; 
155
+                  <span style="width:135px;display: inline-block;" 
156
+                  v-if="prescription.anticoagulant != 12 && prescription.anticoagulant != 1 ">
157
+                    追加: {{ prescription.anticoagulant_weichi  }} 
158
+                    <span v-if="prescription.anticoagulant == 5">ml/h</span>
159
+                    <span v-if="prescription.anticoagulant == 4">mg/h</span>
160
+                    <span v-if="prescription.anticoagulant == 3">iu/h</span>
161
+                    <span v-if="prescription.anticoagulant == 2">iu/h</span>
162
+                    <span v-if="prescription.anticoagulant == 6">iu/h</span>
163
+                    <span v-if="prescription.anticoagulant == 7">iu/h</span>
164
+                    <span v-if="prescription.anticoagulant == 10">mg/h</span>
165
+                    <span v-if="prescription.anticoagulant == 8">iu/h</span>
166
+                    <span v-if="prescription.anticoagulant == 9">iu/h</span>  
167
+                    <span v-if="prescription.anticoagulant == 11">mg/h</span>
168
+                    <span v-if="prescription.anticoagulant == 13">mg/h</span>
169
+                    <span v-if="prescription.anticoagulant == 14 || 
170
+                          prescription.anticoagulant == 15">mg/h
171
+                    </span>
172
+                  </span>
173
+                  
174
+                  &nbsp; 
175
+                  <span style="width:150px;display: inline-block;" 
176
+                  v-if="prescription.anticoagulant != 12 && prescription.anticoagulant != 1 && prescription.anticoagulant != 5 ">
177
+                    总量: {{ prescription.anticoagulant_zongliang  }} 
178
+                    <span v-if="prescription.anticoagulant == 4">mg</span>
179
+                    <span v-if="prescription.anticoagulant == 3">iu</span>
180
+                    <span v-if="prescription.anticoagulant == 2">iu</span>
181
+                    <span v-if="prescription.anticoagulant == 6">iu</span>
182
+                    <span v-if="prescription.anticoagulant == 7">iu</span>
183
+                    <span v-if="prescription.anticoagulant == 10">mg</span>
184
+                    <span v-if="prescription.anticoagulant == 8">iu</span>
185
+                    <span v-if="prescription.anticoagulant == 9">iu</span>  
186
+                    <span v-if="prescription.anticoagulant == 11">mg</span>
187
+                    <span v-if="prescription.anticoagulant == 13">mg</span>
188
+                    <span v-if="prescription.anticoagulant == 14 || 
189
+                          prescription.anticoagulant == 15">mg
190
+                    </span>
191
+                  </span>
192
+                 
133 193
                 </td>
134 194
               </tr>
135 195
               <tr>
@@ -150,9 +210,11 @@
150 210
                         : "/"
151 211
                     }}&nbsp;ml/min
152 212
                   </div>
153
-                  <div style="margin-left:70px ;display: inline-block;">
154
-                    实际预冲量:  &nbsp;ml
155
-                  </div>
213
+                  <!-- <div style="margin-left:70px ;display: inline-block;">
214
+                    实际预冲量:
215
+                    {{ prescription.pre_impulse ? prescription.pre_impulse : "/" }} 
216
+                     &nbsp;L
217
+                  </div> -->
156 218
                   <div style="margin-left:70px ; display: inline-block;">
157 219
                     医师签名:
158 220
 
@@ -182,11 +244,7 @@
182 244
                 <td>
183 245
                   <span>
184 246
                     透析(滤)器:
185
-                    {{
186
-                      prescription.dialyzer_perfusion_apparatus
187
-                        ? prescription.dialyzer_perfusion_apparatus
188
-                        : "/"
189
-                    }}
247
+                    {{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "/" }}
190 248
                   </span>
191 249
                 </td>
192 250
                 <td>
@@ -291,22 +349,22 @@
291 349
                     <!-- border-bottom: 1px solid gray; border-right: 1px solid gray;-->
292 350
                       <tr style="">
293 351
                         <td rowspan="2" style=" ">时间</td>
294
-                        <td colspan="5" style=" ">透析参数</td>
295
-                        <td colspan="3" style=" ">生命体征</td>
296
-                        <td colspan="3" style=" ">治疗中病情变化</td>
352
+                        <td colspan="4" style=" ">透析参数</td>
353
+                        <td colspan="4" style=" ">生命体征</td>
354
+                        <td colspan="2" style=" ">治疗中病情变化</td>
297 355
                       </tr>
298 356
                       <tr style="">
299 357
                         <td style=" ">TMP<br />mmHg</td>
300 358
                         <td style=" ">静脉压<br />mmHg</td>
301 359
                         <td style=" ">血流量<br />ml/min</td>
302
-                        <td style="">脱水量<br />L</td>
360
+                        <td style="">脱水量<br />ml</td>
303 361
                         <td style=" ">T<br />ºC</td>
304 362
                         <td style=" ">HR<br />bpm</td>
305 363
                         <td style=" ">R<br />bpm</td>
306 364
                         <td style=" ">BP<br />mmHg</td>
307
-                        <td style=" ">时间</td>
365
+                        <!-- <td style=" ">时间</td> -->
308 366
                         <td style=" ">记录</td>
309
-                        <td >护士签名</td>
367
+                        <!-- <td >护士签名</td> -->
310 368
                       </tr>
311 369
                     
312 370
                       <tr style="" v-for="(monitor, monindex) in monitors" :key="monindex" >
@@ -384,14 +442,14 @@
384 442
                             </span>
385 443
                         </td>
386 444
 
387
-                        <td style=" "> {{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
445
+                        <!-- <td style=" "> {{ getTime(monitor.operate_time, "{h}:{i}") }}</td> -->
388 446
                         <td style=" ">
389 447
                           <span style="word-break: break-all;word-wrap: break-word;">
390 448
 
391 449
                               {{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{monitor.result}}
392 450
                           </span>
393 451
                         </td>
394
-                        <td>
452
+                        <!-- <td>
395 453
                           <span v-if="
396 454
                             setAdminUserES(
397 455
                               dialysisOrder == null
@@ -421,7 +479,7 @@
421 479
                             srcset=""
422 480
                             v-else
423 481
                           />
424
-                        </td>
482
+                        </td> -->
425 483
                       </tr>
426 484
                     
427 485
                   </table>
@@ -490,12 +548,13 @@
490 548
                         </span>
491 549
                         <span>{{ advice.remark }}</span>
492 550
                       </td>
493
-
551
+                      <!-- 执行时间 -->
494 552
                       <td width="130" style="">
495
-                        {{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}
553
+                        {{ getTime(advice.execution_time, "{h}:{i}") }}
496 554
                       </td>
555
+                      <!-- 执行 -->
497 556
                       <td width="110" style="">
498
-                        <span
557
+                        <!-- <span
499 558
                           v-if="setAdminUserES(advice.advice_doctor) == ''"
500 559
                         >
501 560
                           {{ getAdminUser(advice.advice_doctor) }}
@@ -505,7 +564,12 @@
505 564
                           :src="setAdminUserES(advice.advice_doctor)"
506 565
                           alt=""
507 566
                           srcset=""
508
-                        />
567
+                        /> -->
568
+                        <span
569
+                          v-if="setAdminUserES(advice.execution_staff) == ''">{{getAdminUser(advice.execution_staff)}}
570
+                        </span>
571
+                        <img class="es-img" style="height: 30px" :src="setAdminUserES(advice.execution_staff)"
572
+                            alt="" srcset="" v-else>
509 573
                       </td>
510 574
                       <td v-if="advice_index === 0" width="150" style="">透前体重</td>
511 575
                       <td v-if="advice_index === 0" width="110" >
@@ -559,9 +623,11 @@
559 623
                       <td v-if="advice_index > 5" width="150" style=""></td>
560 624
                       <td v-if="advice_index > 5" width="110"></td>
561 625
                     </tr>
626
+                  
562 627
                   </table>
563 628
                 </td>
564 629
               </tr>
630
+     
565 631
               <tr>
566 632
                 <td colspan="3">
567 633
                   <!-- <div style="display: inline-block;">
@@ -637,6 +703,8 @@
637 703
                   </div>
638 704
                 </td>
639 705
               </tr>
706
+
707
+           
640 708
             </table>
641 709
           </div>
642 710
         </div>
@@ -697,6 +765,7 @@ export default {
697 765
       adminUser: [],
698 766
       bloodAccessParOpera: {},
699 767
       lastafterdialysis: {},
768
+      projects:[]
700 769
     };
701 770
   },
702 771
   computed: {},
@@ -910,8 +979,50 @@ export default {
910 979
           advices.push(item);
911 980
         }
912 981
 
982
+        let projects = [];
983
+        response.data.data.projects.map((item) => {
984
+          if (item.type == 2) {
985
+            projects.push(item);
986
+          }
987
+        });
988
+        this.projects = projects;
989
+        if (this.doctor_advices.length + this.projects.length <= 6) {
990
+          var nl = 6 - (this.doctor_advices.length + this.projects.length);
991
+          this.print_length = 6;
992
+
993
+          for (let index = 0; index < nl; index++) {
994
+            if (
995
+              this.projects[index] == undefined ||
996
+              this.projects[index].length <= 0
997
+            ) {
998
+              this.projects.push([]);
999
+            } else {
1000
+              continue;
1001
+            }
1002
+          }
1003
+        }
1004
+        console.log("advices",this.advices)
1005
+        console.log("this.projects", this.projects);
1006
+
1007
+        var objProject = {advice_name:"",start_time:"",single_dose:"",single_dose_unit:"",}
1008
+        if(this.projects!=null && this.projects.length >0){
1009
+           for(let i=0;i<this.projects.length;i++){
1010
+              if(this.projects[i].project_id ==  7620){
1011
+                 objProject.advice_name = this.projects[i].project.project_name
1012
+                 objProject.start_time = this.projects[i].start_time
1013
+                 objProject.single_dose = this.projects[i].single_dose
1014
+                 objProject.single_dose_unit = this.projects[i].unit
1015
+                 objProject.execution_time = this.projects[i].execution_time
1016
+                 objProject.execution_staff= this.projects[i].execution_staff
1017
+              }
1018
+           }
1019
+        }
1020
+        this.advices.push(objProject)
1021
+
913 1022
         var tableAdvice = this.advices;
914 1023
 
1024
+
1025
+
915 1026
         if (tableAdvice.length === 0) {
916 1027
           var obj = { advice_name: "", start_time: "" };
917 1028
           var obj1 = { advice_name: "", start_time: "" };
@@ -987,6 +1098,9 @@ export default {
987 1098
           this.advices = tableAdvice;
988 1099
         }
989 1100
 
1101
+ 
1102
+         
1103
+
990 1104
         // this.loading = false;
991 1105
         // console.log(this.advice_groups);
992 1106
         } else {

+ 2 - 1
src/xt_pages/home/index.vue View File

@@ -171,7 +171,8 @@ export default {
171 171
           imgUrl: require("../../assets/home/analyze.png"),
172 172
           name: "透析监控",
173 173
           link: "/dialysis/watch"
174
-        }
174
+        },
175
+      
175 176
       ],
176 177
       subscibe: {},
177 178
       subscibeBan: {

+ 11 - 8
src/xt_pages/hospitalStation/index.vue View File

@@ -240,7 +240,7 @@ export default {
240 240
       loadingone: false,
241 241
       read_loading: false,
242 242
       registers: [
243
-        { value: 11, label: '普通门诊' },
243
+        { value: 21, label: '普通住院' },
244 244
         // {value: 12, label: '门诊挂号'},
245 245
         // {value: 13, label: '急诊'},
246 246
         { value: 14, label: '门诊慢性病' }
@@ -346,6 +346,8 @@ export default {
346 346
         'id_card_type': this.form.id_card_type,
347 347
         'admin_user_id': this.$store.getters.xt_user.user.id,
348 348
         'certificates':this.form.certificates,
349
+        'is_settle':"0",
350
+
349 351
       }
350 352
       axios.get('http://127.0.0.1:9532/zh/api/readcard', {
351 353
         params: params
@@ -359,13 +361,11 @@ export default {
359 361
               if (that.form.id_card_type == 1) {
360 362
                 that.form.id = patient.id
361 363
                 that.form.name = patient.name
362
-                that.form.gender = patient.gender
364
+                that.form.sex = patient.gender
363 365
                 that.form.age = patient.age
364 366
                 that.form.birthday = uParseTime(patient.birthday, '{y}-{m}-{d}')
365 367
                 that.form.phone = patient.phone
366 368
                 that.form.id_card_no = patient.id_card_no
367
-                that.form.medicalInsuranceCard = response.data.data.number
368
-
369 369
                 that.InsuplcAdmdvs = []
370 370
                 // console.log(parseNumber(response.data.data.info.output.insuinfo.psn_type))
371 371
                 // console.log(parseNumber(response.data.data.insutype))
@@ -380,21 +380,24 @@ export default {
380 380
                 that.form.social_type = parseInt(response.data.data.insutype)
381 381
 
382 382
               } else if (that.form.id_card_type == 2) {
383
+
384
+
383 385
                 that.form.id = patient.id
384 386
                 that.form.name = patient.name
385
-                that.form.gender = patient.gender
387
+                that.form.sex = patient.gender
386 388
                 that.form.age = patient.age
387 389
                 that.form.birthday = uParseTime(patient.birthday, '{y}-{m}-{d}')
388 390
                 that.form.phone = patient.phone
389
-                that.form.id_card = patient.id_card_no
391
+                that.form.id_card_no = patient.id_card_no
392
+
390 393
               } else {
391 394
                 that.form.id = patient.id
392 395
                 that.form.name = patient.name
393
-                that.form.gender = patient.gender
396
+                that.form.sex = patient.gender
394 397
                 that.form.age = patient.age
395 398
                 that.form.birthday = uParseTime(patient.birthday, '{y}-{m}-{d}')
396 399
                 that.form.phone = patient.phone
397
-                that.form.id_card = patient.id_card_no
400
+                that.form.id_card_no = patient.id_card_no
398 401
 
399 402
                 that.InsuplcAdmdvs = []
400 403
                 for (let i = 0; i < response.data.data.info.output.insuinfo.length; i++) {

+ 52 - 5
src/xt_pages/hospitalStation/summary.vue View File

@@ -115,9 +115,9 @@
115 115
                       <el-button slot="reference" style="margin:0 10px;" type="primary" size="small">打印</el-button>
116 116
 
117 117
                     </el-popover> -->
118
-          <el-button size="small" type="primary" @click="export_detail"
119
-            >报表下载</el-button
120
-          >
118
+          <el-button size="small" type="primary" @click="export_detail">报表下载</el-button>
119
+
120
+          <el-button size="small" type="primary" @click="batch_print_settle" v-if="$store.getters.xt_user.org_id == 10215">批量打印结算单</el-button>
121 121
         </div>
122 122
       </div>
123 123
       <el-table
@@ -129,8 +129,16 @@
129 129
           backgroundColor: 'rgb(245, 247, 250)',
130 130
           color: '#606266',
131 131
         }"
132
+        @selection-change="handleSelectionChange"
132 133
         highlight-current-row
133 134
       >
135
+        <el-table-column
136
+          prop="date"
137
+          width="60"
138
+          align="center"
139
+          type="selection"
140
+        >
141
+        </el-table-column>
134 142
         <el-table-column
135 143
           prop="date"
136 144
           label="序号"
@@ -357,6 +365,19 @@
357 365
                 :visible.sync="settlementVisible">
358 366
             <settlement-print ref="print" :paramsObj='orderObj'></settlement-print>
359 367
         </el-dialog> -->
368
+
369
+
370
+    <el-dialog
371
+      class="centerDialog"
372
+      width="1200px"
373
+      title="打印"
374
+      :visible.sync="batchStatementVisible"
375
+    >
376
+      <hospital-batch-statement-print
377
+        ref="hospital_batch_print" :paramsObj="batchParams"
378
+      >
379
+      </hospital-batch-statement-print>
380
+    </el-dialog>
360 381
   </div>
361 382
 </template>
362 383
 
@@ -382,11 +403,15 @@ import axios from "axios";
382 403
 import invoicePrint from "./invoicePrint";
383 404
 import statementPrint from "./statementPrint";
384 405
 import ShouJuPrint from "./shouJuPrint";
406
+import BatchStatementPrint from '../outpatientCharges/batchStatementPrint.vue'
407
+import HospitalBatchStatementPrint from './hospitalBatchStatementPrint.vue'
385 408
 
386 409
 // import settlementPrint from './settlementPrint'
387 410
 
388 411
 export default {
389 412
   components: {
413
+    HospitalBatchStatementPrint,
414
+    BatchStatementPrint,
390 415
     ShouJuPrint,
391 416
     NewStatementPrintTwo,
392 417
     NewStatementPrint,
@@ -399,6 +424,9 @@ export default {
399 424
   },
400 425
   data() {
401 426
     return {
427
+      batchParams:{},
428
+      selecting_schs:[],
429
+      batchStatementVisible:false,
402 430
       loading1: true,
403 431
       orderObj: {},
404 432
       statementVisible: false,
@@ -478,6 +506,9 @@ export default {
478 506
   },
479 507
 
480 508
   methods: {
509
+    handleSelectionChange(val) {
510
+      this.selecting_schs = val
511
+    },
481 512
     confirmUploadInfo(row){
482 513
       var that = this;
483 514
       axios
@@ -975,8 +1006,24 @@ export default {
975 1006
     },
976 1007
     settlementPrint() {
977 1008
       this.settlementVisible = true;
978
-    },
979
-    export_detail() {
1009
+    },batch_print_settle(){
1010
+      if (this.selecting_schs.length === 0) {
1011
+        this.$message.error('请至少选择一条需要打印的内容')
1012
+        return false
1013
+      } else {
1014
+        var sch_ids = []
1015
+        for (let index = 0; index < this.selecting_schs.length; index++) {
1016
+          sch_ids.push(this.selecting_schs[index].id)
1017
+        }
1018
+        this.batchStatementVisible = true;
1019
+        let params = {
1020
+          order_ids: sch_ids.join(","),
1021
+          admin_user_id: this.$store.getters.xt_user.user.id,
1022
+        };
1023
+        this.batchParams = params
1024
+
1025
+      }
1026
+    },   export_detail() {
980 1027
       let params = {
981 1028
         start_time: this.start_time,
982 1029
         end_time: this.end_time,

+ 14 - 5
src/xt_pages/management/components/UserForm.vue View File

@@ -788,7 +788,7 @@
788 788
             <div class="order_title">设备使用记录清单</div>
789 789
           </div>
790 790
           <div>
791
-            <div class="printClass">打印日期:{{ nowTime }}</div>
791
+            <div class="printClass" v-if="org_id!=10340">打印日期:{{ nowTime }}</div>
792 792
             <table
793 793
               border="1"
794 794
               style="width:100%"
@@ -854,18 +854,22 @@
854 854
                 <td
855 855
                   :rowspan="2"
856 856
                   style="text-align:center;min-width:40px;font-size:15px"
857
+                  v-if="org_id!=0&&org_id!=10060&& org_id!=10340"
857 858
                 >
858 859
                  透析机消毒液(更换)
860
+                 
859 861
                 </td>
860 862
                 <td
861 863
                   :rowspan="2"
862 864
                   style="text-align:center;width:80px;font-size:15px"
865
+                  v-if="org_id!=0&&org_id!=10060&& org_id!=10340"
863 866
                 >
864 867
                  细菌过滤器(更换)
865 868
                 </td>
866 869
                 <td
867 870
                   :rowspan="2"
868 871
                   style="text-align:center;width:80px;font-size:15px"
872
+                  v-if="org_id!=0&&org_id!=10060&& org_id!=10340"
869 873
                 >
870 874
                  空气滤网
871 875
                 </td>
@@ -961,13 +965,16 @@
961 965
                 <td style="text-align:center;font-size:15px;height:30px">
962 966
                   {{ item.disinfection_residue }}
963 967
                 </td>
964
-                <td style="text-align:center;font-size:15px;height:30px">
968
+                <td style="text-align:center;font-size:15px;height:30px"
969
+                v-if="org_id!=0&&org_id!=10060 && org_id!=10340">
965 970
                    {{item.dialysis_checked }}
966 971
                 </td>
967
-                <td style="text-align:center;font-size:15px;height:30px">
972
+                <td style="text-align:center;font-size:15px;height:30px"
973
+                v-if="org_id!=0&&org_id!=10060&& org_id!=10340">
968 974
                   {{item.germ_checked }}
969 975
                 </td>
970
-                <td style="text-align:center;font-size:15px;height:30px">
976
+                <td style="text-align:center;font-size:15px;height:30px"
977
+                v-if="org_id!=0&&org_id!=10060&& org_id!=10340">
971 978
                   {{item.clean}}
972 979
                 </td>
973 980
 
@@ -1190,7 +1197,8 @@ export default {
1190 1197
       bed: "",
1191 1198
       bedNumberTwo: [],
1192 1199
       four: true,
1193
-      showone: false
1200
+      showone: false,
1201
+      org_id:0,
1194 1202
     };
1195 1203
   },
1196 1204
   methods: {
@@ -2590,6 +2598,7 @@ export default {
2590 2598
     this.getAllSubregion();
2591 2599
     // this.getInformationData();
2592 2600
     this.getAllOrganization();
2601
+    this.org_id = this.$store.getters.xt_user.template_info.org_id;
2593 2602
   },
2594 2603
   watch: {
2595 2604
     userdata(newvalue, oldvalue) {

+ 12 - 7
src/xt_pages/outpatientCharges/components/registerDialog.vue View File

@@ -214,6 +214,7 @@
214 214
     data() {
215 215
 
216 216
       return {
217
+        ws:null,
217 218
         registers: [
218 219
           { value: 11, label: '普通门诊' },
219 220
           { value: 1102, label: '新冠门诊' },
@@ -633,7 +634,7 @@
633 634
           'certificates':this.form.certificates,
634 635
         }
635 636
 
636
-        if ((this.$store.getters.xt_user.org_id == 10387 && this.form.id_card_type ==  4) || (this.$store.getters.xt_user.org_id == 4 && this.form.id_card_type ==  4) ){
637
+        if ((this.$store.getters.xt_user.org_id == 10387 && this.form.id_card_type ==  4) || (this.$store.getters.xt_user.org_id == 4 && this.form.id_card_type ==  4) || (this.$store.getters.xt_user.org_id == 10318 && this.form.id_card_type ==  4) ){
637 638
           try {
638 639
             //检测当前浏览器是否支持websocket模式
639 640
             window.WebSocket = window.WebSocket || window.MozWebSocket;
@@ -644,15 +645,19 @@
644 645
             this.ws = new WebSocket("ws://127.0.0.1:8899");//连接服务器
645 646
             var that = this
646 647
             this.ws.onopen = function(event){
647
-              that.ws.send("{\"url\":\"http://10.93.33.243:20001/localcfc/api/hsecfc/localQrCodeQuery\",\"indata\":{\"data\":{\"businessType\":\"01101\",\"deviceType\":\"\",\"officeId\":\"32760\",\"officeName\":\"肾内科\",\"operatorId\":\"admin\",\"operatorName\":\"罗佳菊\",\"orgId\":\"H43082200408\"},\"orgId\":\"H43082200408\",\"transType\":\"ec.query\"}}");
648
-
648
+              if (that.$store.getters.xt_user.org_id == 10387){
649
+                that.ws.send("{\"url\":\"http://10.93.33.243:20001/localcfc/api/hsecfc/localQrCodeQuery\",\"indata\":{\"data\":{\"businessType\":\"01101\",\"deviceType\":\"\",\"officeId\":\"32760\",\"officeName\":\"肾内科\",\"operatorId\":\"admin\",\"operatorName\":\"罗佳菊\",\"orgId\":\"H43082200408\"},\"orgId\":\"H43082200408\",\"transType\":\"ec.query\"}}");
650
+              }else if(that.$store.getters.xt_user.org_id == 10318){
651
+                that.ws.send("{\"url\":\"http://igb.hsa.gdgov.cn/prd_nation_eccode/prd_eccode/localcfc/api/hsecfc/localQrCodeQuery\",\"indata\":{\"data\":{\"businessType\":\"01101\",\"deviceType\":\"\",\"officeId\":\"32760\",\"officeName\":\"肾内科\",\"operatorId\":\"admin\",\"operatorName\":\"邹刘阳\",\"orgId\":\"H44011701749\"},\"orgId\":\"H44011701749\",\"transType\":\"ec.query\"}}");
652
+              }else if(that.$store.getters.xt_user.org_id == 4){
653
+                that.ws.send("{\"url\":\"http://igb.hsa.gdgov.cn/prd_nation_eccode/prd_eccode/localcfc/api/hsecfc/localQrCodeQuery\",\"indata\":{\"data\":{\"businessType\":\"01101\",\"deviceType\":\"\",\"officeId\":\"32760\",\"officeName\":\"肾内科\",\"operatorId\":\"admin\",\"operatorName\":\"邹刘阳\",\"orgId\":\"H44011701749\"},\"orgId\":\"H44011701749\",\"transType\":\"ec.query\"}}");
654
+              }
649 655
             };
650 656
 
651 657
             this.ws.onmessage = function(event){
652 658
               // alert("接收到服务器发送的数据:\r\n"+event.data);
653 659
               var newParams =  JSON.parse(event.data)
654 660
               console.log(newParams)
655
-
656 661
               console.log(newParams.data)
657 662
               console.log(newParams.data)
658 663
               console.log(newParams.data.ecToken)
@@ -719,11 +724,11 @@
719 724
 
720 725
             };
721 726
             this.ws.onclose = function(event){
722
-              alert("已经与服务器断开连接\r\n当前连接状态:"+this.readyState);
727
+              // alert("已经与服务器断开连接\r\n当前连接状态:"+this.readyState);
723 728
             };
724 729
             this.ws.onerror = function(event){
725
-              if (this.flag!=1)
726
-                alert("WebSocket接收异常!");
730
+              // if (this.flag!=1)
731
+              // alert("WebSocket接收异常!");
727 732
             };
728 733
           } catch (ex) {
729 734
             alert(ex.message);

+ 24 - 3
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

@@ -455,6 +455,14 @@
455 455
 
456 456
                             <div>
457 457
 
458
+                              <el-button
459
+                                v-if="(hisPatientInfo.id_card_type == 4 && hisPatientInfo.balance_accounts_type != 2 && hisPatientInfo.id > 0  && org_id != 10340)"
460
+                                size="small"
461
+                                @click="open(50,items.med_type,items.curMonthPrescriptions.order,items.month_prescriptions)"
462
+                                type="primary"
463
+                              >读电子凭证
464
+                              </el-button>
465
+
458 466
                               <el-button
459 467
                                   v-if="(hisPatientInfo.balance_accounts_type != 2 && hisPatientInfo.id > 0 &&  items.curMonthPrescriptions.order.id == 0)"
460 468
                                   size="small"
@@ -1018,6 +1026,7 @@ export default {
1018 1026
   },
1019 1027
   data() {
1020 1028
     return {
1029
+      ws:null,
1021 1030
       fapiaoCodeDialogVisible:false,
1022 1031
       fapiao_code:"",
1023 1032
       monthChargePatientTableData: [],
@@ -1086,6 +1095,8 @@ export default {
1086 1095
         { value: '9933', label: '门诊特殊病(9933)' },
1087 1096
         { value: '990602', label: '门诊特殊病(990602)' },
1088 1097
         { value: '1402', label: '门诊特殊病(1402)' },
1098
+        { value: '1401', label: '门诊慢性病(1401)' },
1099
+
1089 1100
         { value: '1111', label: '精一' },
1090 1101
         { value: '1112', label: '精二' },
1091 1102
         { value: '0', label: '自费' }
@@ -1099,6 +1110,8 @@ export default {
1099 1110
         { value: '9933', label: '门诊特殊病(9933)' },
1100 1111
         { value: '990602', label: '门诊特殊病(990602)' },
1101 1112
         { value: '1402', label: '门诊特殊病(1402)' },
1113
+        { value: '1401', label: '门诊慢性病(1401)' },
1114
+
1102 1115
         { value: '0', label: '自费' }
1103 1116
 
1104 1117
       ],
@@ -3645,7 +3658,7 @@ export default {
3645 3658
           "admin_user_id":this.$store.getters.xt_user.user.id,
3646 3659
           'his_patient_id': this.hisPatientInfo.id,
3647 3660
         }
3648
-        if ((this.$store.getters.xt_user.org_id == 10387 && this.form.id_card_type ==  4) || (this.$store.getters.xt_user.org_id == 4 && this.form.id_card_type ==  4) ){
3661
+        if ((this.$store.getters.xt_user.org_id == 10387) || (this.$store.getters.xt_user.org_id == 10318)){
3649 3662
           try {
3650 3663
             //检测当前浏览器是否支持websocket模式
3651 3664
             window.WebSocket = window.WebSocket || window.MozWebSocket;
@@ -3656,8 +3669,13 @@ export default {
3656 3669
             this.ws = new WebSocket("ws://127.0.0.1:8899");//连接服务器
3657 3670
             var that = this
3658 3671
             this.ws.onopen = function(event){
3659
-              that.ws.send("{\"url\":\"http://10.93.33.243:20001/localcfc/api/hsecfc/localQrCodeQuery\",\"indata\":{\"data\":{\"businessType\":\"01301\",\"deviceType\":\"\",\"officeId\":\"32760\",\"officeName\":\"肾内科\",\"operatorId\":\"admin\",\"operatorName\":\"罗佳菊\",\"orgId\":\"H43082200408\"},\"orgId\":\"H43082200408\",\"transType\":\"ec.query\"}}");
3660
-
3672
+              if (that.$store.getters.xt_user.org_id == 10387){
3673
+                that.ws.send("{\"url\":\"http://10.93.33.243:20001/localcfc/api/hsecfc/localQrCodeQuery\",\"indata\":{\"data\":{\"businessType\":\"01301\",\"deviceType\":\"\",\"officeId\":\"32760\",\"officeName\":\"肾内科\",\"operatorId\":\"admin\",\"operatorName\":\"罗佳菊\",\"orgId\":\"H43082200408\"},\"orgId\":\"H43082200408\",\"transType\":\"ec.query\"}}");
3674
+              }else if(that.$store.getters.xt_user.org_id == 10318){
3675
+                that.ws.send("{\"url\":\"http://igb.hsa.gdgov.cn/prd_nation_eccode/prd_eccode/localcfc/api/hsecfc/localQrCodeQuery\",\"indata\":{\"data\":{\"businessType\":\"01301\",\"deviceType\":\"\",\"officeId\":\"32760\",\"officeName\":\"肾内科\",\"operatorId\":\"admin\",\"operatorName\":\"邹刘阳\",\"orgId\":\"H44011701749\"},\"orgId\":\"H44011701749\",\"transType\":\"ec.query\"}}");
3676
+              }else if(that.$store.getters.xt_user.org_id == 4){
3677
+                that.ws.send("{\"url\":\"http://igb.hsa.gdgov.cn/prd_nation_eccode/prd_eccode/localcfc/api/hsecfc/localQrCodeQuery\",\"indata\":{\"data\":{\"businessType\":\"01301\",\"deviceType\":\"\",\"officeId\":\"32760\",\"officeName\":\"肾内科\",\"operatorId\":\"admin\",\"operatorName\":\"邹刘阳\",\"orgId\":\"H44011701749\"},\"orgId\":\"H44011701749\",\"transType\":\"ec.query\"}}");
3678
+              }
3661 3679
             };
3662 3680
 
3663 3681
             this.ws.onmessage = function(event){
@@ -4728,6 +4746,9 @@ export default {
4728 4746
         case 1402:
4729 4747
           return '门诊特殊病(1402)' + '处方' + index
4730 4748
           break
4749
+        case 1401:
4750
+          return '门诊慢性病(1401)' + '处方' + index
4751
+          break
4731 4752
         case 9922:
4732 4753
           return '家庭通道' + '处方' + index
4733 4754
           break

+ 12 - 11
src/xt_pages/outpatientDoctorStation/batch_print_checkTemplate/printOne.vue View File

@@ -3,24 +3,23 @@
3 3
     <div
4 4
         v-for="(i, index) in printData"
5 5
         :key="index"
6
-        style="
7
-        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
8
-          0 0 40px rgba(0, 0, 0, 0.06) inset;
9
-      "
6
+        style="box-shadow: 0 1 px 4 px rgba(0, 0, 0, 0.27),
7
+         0 0 40 px rgba(0, 0, 0, 0.06) inset  "
10 8
     >
11
-      <!--            <img style="width:100%;height:80px" v-if="org_id == 10138" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">-->
12
-      <!--/*             <img style="width:100%;height:80px" v-if="org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">*/-->
9
+       
13 10
       <div
14 11
           id="prescription-print"
15 12
           class="prescription-print"
16
-          style="page-break-after: always"
13
+          style="page-break-after: always "
17 14
           v-for="(item, index) in i.new_prescriptions"
18 15
           v-if="item.project.length > 0 && getTeam(i.new_prescriptions).length > 0"
19 16
           :key="index"
20 17
       >
18
+        <img style="width:100%;height:80px" v-if="org_id == 10138 " src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
19
+        <img style="width:100%;height:80px" v-if="org_id == 10278 || org_id==0" src="https://kuyi.shengws.com/beierlog.png" alt="">
21 20
         <div class="printTitle">检验申请单</div>
22 21
 
23
-        <div style="border: 1px solid #000">
22
+        <div style="border: 1px solid #000;margin-bottom: 10px;">
24 23
           <div
25 24
               style="
26 25
               display: flex;
@@ -114,9 +113,11 @@
114 113
             <div>医生签字:{{ i.info.doctor ? i.info.doctor : '' }}</div>
115 114
           </div>
116 115
         </div>
117
-        <!--            <img style="width:100%;" v-if="org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">-->
118
-        <!--            <img style="width:100%;" v-if="org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">-->
116
+        
117
+        <img style="width:100%;" v-if="org_id == 10138 || org_id == 0" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
118
+        <img style="width:100%;" v-if="org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
119 119
       </div>
120
+       
120 121
     </div>
121 122
   </div>
122 123
 </template>
@@ -501,7 +502,7 @@ export default {
501 502
 /*/ / 0 0 60 px rgba(0, 0, 0, 0.06) inset;*/
502 503
 /*/ / -moz-box-shadow: 0 1 px 4 px rgba(0, 0, 0, 0.27),*/
503 504
 /*/ / 0 0 40 px rgba(0, 0, 0, 0.06) inset;*/
504
-/*/ / box-shadow: 0 1 px 4 px rgba(0, 0, 0, 0.27), 0 0 40 px rgba(0, 0, 0, 0.06) inset;*/
505
+//  box-shadow: 0 1 px 4 px rgba(0, 0, 0, 0.27), 0 0 40 px rgba(0, 0, 0, 0.06) inset;
505 506
   margin-bottom: 20px;
506 507
   padding: 20px 10px;
507 508
 }

File diff suppressed because it is too large
+ 3399 - 3398
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue


+ 6 - 6
src/xt_pages/stock/detail/print.vue View File

@@ -51,13 +51,13 @@
51 51
               <td style="line-height: 50px">
52 52
                 <span v-if="type == 1"> {{ item.warehousing_count }}</span>
53 53
                 <span v-if="type == 2">
54
-                  <span  v-if="org_id == 3907 || org_id == 9919 || org_id == 9583 || org_id == 0">
54
+                  <span  v-if="org_id == 3907 || org_id == 9919 || org_id == 9583 || org_id == 0 || org_id == 10402">
55 55
                     <!-- {{getStockCount(item.good_id) }} -->
56 56
                     {{getMySelfCount(item.good_id) }}
57 57
                   </span>
58 58
                    <span  v-if="org_id == 10265 || org_id == 10215">{{getMySelfCount(item.good_id) }}</span>
59 59
                    <span v-if="org_id == 10210 || org_id == 9671 || org_id == 9675 || org_id == 9679 || org_id == 10188 || org_id == 10217 || org_id == 9956 || org_id == 10191">{{getWarehouseOut(item.good_id)}}</span>
60
-                  <span v-if="org_id!=3907&&org_id!=10265 &&org_id!=9919&&org_id!=10285&&org_id!=9583&&org_id!=10215&&org_id!=10210&&org_id!=9671 &&org_id!=9679 &&org_id!=9675 && org_id!=10188&& org_id!=10217&& org_id!=9956&& org_id!=10191 && org_id!=0">{{getStockCount(item.good_id) }}</span>
60
+                  <span v-if="org_id!=3907&&org_id!=10265 &&org_id!=9919&&org_id!=10285&&org_id!=9583&&org_id!=10215&&org_id!=10210&&org_id!=9671 &&org_id!=9679 &&org_id!=9675 && org_id!=10188&& org_id!=10217&& org_id!=9956&& org_id!=10191 && org_id!=0 && org_id!=10402">{{getStockCount(item.good_id) }}</span>
61 61
                 </span>
62 62
 
63 63
                 <span v-if="type == 4"> {{ item.count }}</span>
@@ -78,14 +78,14 @@
78 78
               <td style="line-height:50px">
79 79
                 <span v-if="type == 1">{{(item.warehousing_count * item.price).toFixed(2)}}</span>
80 80
                 <span v-if="type == 2">
81
-                  <span v-if="org_id == 3907 || org_id ==9919 || org_id == 0">
81
+                  <span v-if="org_id == 3907 || org_id ==9919 || org_id == 0 || org_id ==10402">
82 82
                     <!-- {{(getStockCount(item.good_id) * item.buy_price).toFixed(2)}} -->
83 83
                      {{(getMySelfCount(item.good_id) * item.buy_price).toFixed(2)}}
84 84
                      
85 85
                   </span>
86 86
                   <span v-if="org_id == 10265 || org_id == 10215  ">{{(getMySelfCount(item.good_id)*item.packing_price).toFixed(2)}}</span>
87 87
                    <span v-if="org_id == 10210 || org_id == 9671 || org_id == 9675 || org_id == 9679 || org_id == 10188 || org_id == 10217 || org_id == 9956 || org_id == 10191">{{(getWarehouseOut(item.good_id)*item.packing_price).toFixed(2)}}</span>
88
-                  <span v-if="org_id!=3907&&org_id!=10265&&org_id!=9919&&org_id!=10215&&org_id!=9671 && org_id!=9675 && org_id!=9679 && org_id!=10188 && org_id!=10217 && org_id!= 9956 && org_id!=10191">{{(getStockCount(item.good_id) * item.packing_price).toFixed(2)}}</span>
88
+                  <span v-if="org_id!=3907&&org_id!=10265&&org_id!=9919&&org_id!=10215&&org_id!=9671 && org_id!=9675 && org_id!=9679 && org_id!=10188 && org_id!=10217 && org_id!= 9956 && org_id!=10191 && org_id!=10402&& org_id!=0">{{(getStockCount(item.good_id) * item.packing_price).toFixed(2)}}</span>
89 89
                 </span>
90 90
                 <span v-if="type == 4">{{(item.count * item.price).toFixed(2)}}</span>
91 91
               </td>
@@ -106,9 +106,9 @@
106 106
               <td style="line-height: 50px"  width="80">
107 107
                 <span v-if="type == 1">{{getWareInfoTotal().toFixed(2)}}</span>
108 108
                 <span v-if="type == 2">
109
-                  <span v-if="org_id == 3907 || org_id == 9919">{{getWareOutTotalOne().toFixed(2)}}</span>
109
+                  <span v-if="org_id == 3907 || org_id == 9919 || org_id == 10402">{{getWareOutTotalOne().toFixed(2)}}</span>
110 110
                   <span v-if="org_id == 10265 || org_id == 10215">{{getWareOutTotalSix().toFixed(2)}}</span>
111
-                  <span v-if="org_id!=3907 && org_id!=9919 && org_id!=10265 && org_id!=10215"> {{getWareOutTotal().toFixed(2)}}</span>
111
+                  <span v-if="org_id!=3907 && org_id!=9919 && org_id!=10265 && org_id!=10215 && org_id!=10402"> {{getWareOutTotal().toFixed(2)}}</span>
112 112
                  </span>
113 113
                 <span v-if="type == 4">{{getWareOutTotal().toFixed(2)}}</span>
114 114
               </td>

+ 3 - 3
src/xt_pages/stock/detail/stockOutDetail.vue View File

@@ -809,7 +809,7 @@ export default {
809 809
         this.tableOut[i].specification_name = this.tableOut[i].specification_name
810 810
         this.tableOut[i].packing_unit = this.tableOut[i].packing_unit
811 811
         this.tableOut[i].ctime = this.getTime(this.tableOut[i].ctime)
812
-        if(this.orgId == 9919){
812
+        if(this.orgId == 9919 || this.orgId == 10402 || this.orgId == 0){
813 813
           this.tableOut[i].total_price = (this.tableOut[i].count * this.tableOut[i].buy_price).toFixed(2)
814 814
           this.tableOut[i].packing_price = this.tableOut[i].buy_price
815 815
         }else if(this.orgId == 10265){
@@ -834,7 +834,7 @@ export default {
834 834
           this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
835 835
         }
836 836
 
837
-        if(this.orgId  == 10265 || this.orgId ==10215 || this.orgId == 9919 || this.orgId == 9671 || this.orgId == 0){
837
+        if(this.orgId  == 10265 || this.orgId ==10215 || this.orgId == 9919 || this.orgId == 9671 || this.orgId == 0 || this.orgId == 10402){
838 838
 
839 839
          this.tableOut[i].out_count = this.getMySelfCount(this.tableOut[i].good_id)
840 840
         }
@@ -842,7 +842,7 @@ export default {
842 842
           this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
843 843
           console.log("out_count232233232332",this.tableOut[i].out_count)
844 844
         }
845
-        if(this.orgId!=10265 && this.orgId !=10215  && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0){
845
+        if(this.orgId!=10265 && this.orgId !=10215  && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402){
846 846
           this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
847 847
         }
848 848
        }

+ 1 - 1
src/xt_pages/stock/inventoryTransfer/Addtrans.vue View File

@@ -461,7 +461,7 @@ export default {
461 461
       this.$refs["tableForm"].validate((valid) => {
462 462
         if (valid) {
463 463
           const array = this.recordInfo.recordData;
464
-          if(len(array)==0){
464
+          if(array!=null && array.length ==0 ){
465 465
              this.$message.error("请新增药品或者耗材")
466 466
              return false
467 467
           }

+ 1 - 1
src/xt_pages/stock/inventoryTransfer/transEdit.vue View File

@@ -749,7 +749,7 @@ export default {
749 749
           });
750 750
           this.loading = true;
751 751
           const array = this.recordInfo.recordData;
752
-          if(len(array)==0){
752
+          if(array!=null && array.length ==0){
753 753
              this.$message.error("请新增药品或者耗材")
754 754
              return false
755 755
           }

+ 1 - 1
src/xt_pages/stock/stockOutOrder.vue View File

@@ -338,7 +338,7 @@
338 338
                <tr style="background: none" v-for="(item,index) in scope.row.childOne" :key="index">
339 339
                   <td style="border-right: none; border-inline-end: none;text-align: center">
340 340
                       <!-- {{(getAllStockCount(scope.row.child,item.warehousing_id) * getAllStockCountPrice(scope.row.child,item.warehousing_id)).toFixed(2)}} -->
341
-                       {{(getAllStockCount(scope.row.child,item.warehousing_id) - getCancelInfo(item.warehousing_id,item.good_id)) *  getAllStockCountPrice(scope.row.child,item.warehousing_id)}}
341
+                       {{((getAllStockCount(scope.row.child,item.warehousing_id) - getCancelInfo(item.warehousing_id,item.good_id)) *  getAllStockCountPrice(scope.row.child,item.warehousing_id)).toFixed(2)}}
342 342
                   </td>
343 343
                </tr>
344 344
             </template>