Ver código fonte

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 ano atrás
pai
commit
023ef091e1

+ 1 - 1
build/cdn.json Ver arquivo

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "1.0.6"
2
+  "version": "2999.999.1314"
3 3
 }

+ 39 - 38
index.html Ver arquivo

@@ -1,38 +1,39 @@
1
-<!DOCTYPE html>
2
-<html>
3
-  <head>
4
-    <meta charset="utf-8" />
5
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
6
-    <meta name="renderer" content="webkit" />
7
-    <!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
8
-    <meta
9
-      name="viewport"
10
-      content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
11
-    />
12
-    <title>酷医云-透析管理平台</title>
13
-    <!-- <link
14
-      rel="stylesheet"
15
-      href="//at.alicdn.com/t/font_1480998_l66fq6mc0y.css"
16
-    /> -->
17
-
18
-  </head>
19
-
20
-  <body>
21
-    <script src="https://images.shengws.com/reconnecting-websocket.min.js"></script>
22
-    <script src="https://images.shengws.com/jquery.min.js"></script>
23
-    <script src="<%= htmlWebpackPlugin.options.path %>/tinymce4.7.5/tinymce.min.js"></script>
24
-    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.config.js"></script>
25
-    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.all.min.js"></script>
26
-    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.service.js"></script>
27
-    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/i18n/zh-cn/zh-cn.js"></script>
28
-    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.parse.min.js"></script>
29
-
30
-    <div id="app"></div>
31
-    <!-- built files will be auto injected -->
32
-    <link
33
-      rel="stylesheet"
34
-      href="//at.alicdn.com/t/font_795029_9ftx46rzd47.css"
35
-    />
36
-
37
-  </body>
38
-</html>
1
+ 
2
+<!DOCTYPE html>
3
+<html>
4
+  <head>
5
+    <meta charset="utf-8" />
6
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
+    <meta name="renderer" content="webkit" />
8
+    <!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
9
+    <meta
10
+      name="viewport"
11
+      content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
12
+    />
13
+    <title>酷医云-透析管理平台</title>
14
+    <!-- <link
15
+      rel="stylesheet"
16
+      href="//at.alicdn.com/t/font_1480998_l66fq6mc0y.css"
17
+    /> -->
18
+
19
+  </head>
20
+
21
+  <body>
22
+    <script src="https://images.shengws.com/reconnecting-websocket.min.js"></script>
23
+    <script src="https://images.shengws.com/jquery.min.js"></script>
24
+    <script src="<%= htmlWebpackPlugin.options.path %>/tinymce4.7.5/tinymce.min.js"></script>
25
+    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.config.js"></script>
26
+    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.all.min.js"></script>
27
+    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.service.js"></script>
28
+    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/i18n/zh-cn/zh-cn.js"></script>
29
+    <script src="<%= htmlWebpackPlugin.options.path %>/neditor/neditor.parse.min.js"></script>
30
+
31
+    <div id="app"></div>
32
+    <!-- built files will be auto injected -->
33
+    <link
34
+      rel="stylesheet"
35
+      href="//at.alicdn.com/t/font_795029_9ftx46rzd47.css"
36
+    />
37
+
38
+  </body>
39
+</html>

+ 28 - 0
src/api/dialysis.js Ver arquivo

@@ -509,4 +509,32 @@ export function getAferLogList(params){
509 509
     method:"get",
510 510
     params:params,
511 511
   })
512
+}
513
+
514
+
515
+export function saveGatherSetting(params){
516
+
517
+  return request({
518
+     url:"/api/patient/savegathersetting",
519
+     method:"get",
520
+     params:params,
521
+  })
522
+}
523
+
524
+export function getGatherSetting(params){
525
+  return request({
526
+    url:"/api/patient/getgathersetting",
527
+    method:"get",
528
+    params:params
529
+  })
530
+}
531
+
532
+
533
+export function getDialysisGatherList(params){
534
+
535
+  return request({
536
+    url:"/api/patient/getdialysisgatherlist",
537
+    method:"get",
538
+    params:params,
539
+  })
512 540
 }

+ 9 - 0
src/api/role/admin.js Ver arquivo

@@ -345,4 +345,13 @@ export function toAutoDiagnose(params){
345 345
     method:"get",
346 346
     params:params
347 347
   })
348
+}
349
+
350
+export function toAutoJiaYou(params){
351
+
352
+  return request({
353
+    url:"/api/device/toautojiayou",
354
+    method:"get",
355
+    params:params,
356
+  })
348 357
 }

+ 12 - 0
src/router/modules/dialysis.js Ver arquivo

@@ -949,5 +949,17 @@ export default {
949 949
         noCache: true
950 950
       }
951 951
     },
952
+
953
+    {
954
+      path: '/dialysis/consumable/dialysis/gather/print',
955
+      component: () => import('@/xt_pages/dialysis/details/consumable/dialysisGatherPrint'),
956
+      name: '汇总',
957
+      meta: {
958
+        title: '汇总',
959
+        noCache: true
960
+      },
961
+      is_menu: false,
962
+      hidden: true
963
+    },
952 964
   ]
953 965
 }

+ 19 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Ver arquivo

@@ -736,7 +736,9 @@
736 736
                           class="under_line"
737 737
                           style="width: 100px; text-align: center"
738 738
                         >
739
-                          /
739
+                        {{
740
+                          getDisplaceLiquiPart(record.prescription.displace_liqui_part)
741
+                        }}
740 742
                         </div>
741 743
                       </div>
742 744
                       <div
@@ -2421,7 +2423,7 @@
2421 2423
                           }}
2422 2424
                         </div>
2423 2425
                       </div>
2424
-                      <div class="inline_block" style="flex: 2">
2426
+                      <div class="inline_block" style="flex: 2" v-if="org_id!=10598">
2425 2427
                         内瘘:
2426 2428
                         <div
2427 2429
                           class="under_line"
@@ -2440,7 +2442,7 @@
2440 2442
                           }}
2441 2443
                         </div>
2442 2444
                       </div>
2443
-                      <div class="inline_block" style="flex: 4">
2445
+                      <div class="inline_block" style="flex: 4" v-if="org_id!=10598">
2444 2446
                         导管:
2445 2447
                         <div
2446 2448
                           class="under_line"
@@ -2500,7 +2502,7 @@
2500 2502
                       <div
2501 2503
                         class="inline_block"
2502 2504
                         style="flex: 1"
2503
-                        v-if="org_id != 10223 || org_id!=10375"
2505
+                        v-if="org_id != 10223 && org_id!=10375 && org_id!=10598"
2504 2506
                       >
2505 2507
   
2506 2508
                         <span v-if="org_id!=10460">
@@ -3218,6 +3220,7 @@ export default {
3218 3220
       intake_arr: [],
3219 3221
       nutrition_arr: [],
3220 3222
       blood_access_part_opera_name: "",
3223
+      displaceLiquiPartOptions:[],
3221 3224
       records: [
3222 3225
         // 模拟有多条数据
3223 3226
         // {
@@ -3278,6 +3281,8 @@ export default {
3278 3281
     //   this.replacementWays = this.$store.getters.replacement_ways;
3279 3282
     //   this.perfusionApparatus = this.$store.getters.perfusion_apparatus;
3280 3283
     this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit;
3284
+    this.displaceLiquiPartOptions = this.$store.getters.displace_liqui;
3285
+
3281 3286
     // for(let i = 0 ; i < this.records.length ; i++){
3282 3287
     //   console.log(i,'jhk')
3283 3288
     //   this.blood_access_part_opera_name = this.bloodAccessParOperaName(
@@ -3754,6 +3759,16 @@ export default {
3754 3759
     getNumber: function (record) {
3755 3760
       console.log(record);
3756 3761
     },
3762
+    getDisplaceLiquiPart: function (val) {
3763
+      let displace_liqui_part_name = "/";
3764
+      const displace_liqui_part = this.displaceLiquiPartOptions;
3765
+      for (let i = 0; i < displace_liqui_part.length; i++) {
3766
+        if (displace_liqui_part[i].id == val) {
3767
+          displace_liqui_part_name = displace_liqui_part[i].name;
3768
+        }
3769
+      }
3770
+      return displace_liqui_part_name;
3771
+    },
3757 3772
   },
3758 3773
 };
3759 3774
 </script>

Diferenças do arquivo suprimidas por serem muito extensas
+ 1973 - 0
src/xt_pages/dialysis/details/consumable/dialysisGather.vue


+ 443 - 0
src/xt_pages/dialysis/details/consumable/dialysisGatherPrint.vue Ver arquivo

@@ -0,0 +1,443 @@
1
+<template>
2
+    <div class="main-contain">
3
+      <div class="position">
4
+        <bread-crumb :crumbs="crumbs"></bread-crumb>
5
+        <el-row style="float:right;">
6
+          <el-col :span="24">
7
+            <el-button size="small" icon="el-icon-printer" type="primary" @click="printAction">打印</el-button>
8
+          </el-col>
9
+        </el-row>
10
+      </div>
11
+      <div class="app-container" style="background-color: white;">
12
+  
13
+        <div id="print_content">
14
+          <div class="print_main_content">
15
+            <div class="order_title_panl">
16
+              <span class="main_title"> &nbsp;
17
+                汇总
18
+              </span>
19
+              <span  style="float:left;">打印日期: &nbsp;
20
+                 {{$route.query.schedule_date}}
21
+              </span>
22
+            </div>
23
+            <div class="table_panel">
24
+  
25
+              <table class="table">
26
+                <thead>
27
+                <tr>
28
+                  <td width="60" v-if="gatherSetting.index_number == 1">序号</td>
29
+                  <td width="100"  v-if="gatherSetting.name==1">姓名</td>
30
+                  <td width="100"  v-if="gatherSetting.dialysis_no==1">透析号</td>
31
+                  <td width="100"  v-if="gatherSetting.admission_number==1">住院(门诊)号</td>
32
+                  <td width="100" v-if="gatherSetting.mode_type==1">透析模式</td>
33
+                  <td width="100" v-if="gatherSetting.dialysis_dialyszers == 1">透析器</td>
34
+                  <td width="100"  v-if="gatherSetting.dialysis_irrigation ==1">灌流器</td>
35
+                  <td width="100"  v-if="gatherSetting.dialysis_irrigation ==1">滤过器</td>
36
+                  <td width="100"  v-if="gatherSetting.change_nurse ==1">换药包/穿刺针</td>
37
+                  <td width="100" v-if="gatherSetting.anticoagulant==1">抗凝剂(首剂)(维持)(总量)</td>
38
+                  <td width="200" v-if="gatherSetting.tube==1">封管液</td>
39
+                  <td width="100" v-if="gatherSetting.kalium==1">钾</td>
40
+                  <td width="100"  v-if="gatherSetting.calcium==1">钙</td>
41
+                  <td width="100" v-if="gatherSetting.cuhong == 1">促红素</td>
42
+                  <td width="100"  v-if="gatherSetting.zuoka == 1">左卡</td>
43
+                  <td width="100" v-if="gatherSetting.niaojimei == 1">尿激酶</td>
44
+                  <td width="100" v-if="gatherSetting.putaosuangai == 1">葡萄糖酸钙</td>
45
+                 
46
+                </tr>
47
+                </thead>
48
+                <tbody>
49
+                 <tr v-for="(item,i) in list" :key="i">
50
+                   <td width="60" v-if="gatherSetting.index_number == 1">{{ i+1 }}</td>
51
+                  <td width="100"  v-if="gatherSetting.name==1">
52
+                    {{item.patient.name}}
53
+                  </td>
54
+                  <td width="100"  v-if="gatherSetting.dialysis_no==1">
55
+                    {{item.patient.dialysis_no}}
56
+                  </td>
57
+                  <td width="100"  v-if="gatherSetting.admission_number==1">
58
+                    {{item.xt_receive_treatment_asses.admission_number}}
59
+                  </td>
60
+                  <td width="100" v-if="gatherSetting.mode_type==1">
61
+                    <span v-if="item.mode_id == 1">HD</span>
62
+                    <span v-if="item.mode_id == 2">HDF</span>
63
+                    <span v-if="item.mode_id == 3">HD+HP</span>
64
+                    <span v-if="item.mode_id == 4">HP</span>
65
+                    <span v-if="item.mode_id == 5">HF</span>
66
+                    <span v-if="item.mode_id == 6">SCUF</span>
67
+                    <span v-if="item.mode_id == 7">IUF</span>
68
+                    <span v-if="item.mode_id == 8">HFHD</span>
69
+                    <span v-if="item.mode_id == 9">HFHD+HP</span>
70
+                    <span v-if="item.mode_id == 10">PHF</span>
71
+                    <span v-if="item.mode_id == 11">HFR</span>
72
+                    <span v-if="item.mode_id == 12">HDF+HP</span>
73
+                    <span v-if="item.mode_id == 13">CRRT</span>
74
+                    <span v-if="item.mode_id == 19">IUF+HD</span>
75
+                    <span v-if="item.mode_id == 20">UF</span>
76
+                    <span v-if="item.mode_id == 21">HD+</span>
77
+                    <span v-if="item.mode_id == 22">血浆胆红素吸附+HDF</span>
78
+                    <span v-if="item.mode_id == 23">血浆胆红素吸附</span>
79
+                    <span v-if="item.mode_id == 24">I-HDF</span>
80
+                    <span v-if="item.mode_id == 25">HD高通F</span>
81
+                    <span v-if="item.mode_id == 26">CVVH</span>
82
+                    <span v-if="item.mode_id == 27">CVVHD</span>
83
+                    <span v-if="item.mode_id == 28">CVVHDF</span>
84
+                    <span v-if="item.mode_id == 29">PE</span>
85
+                    <span v-if="item.mode_id == 30">血浆胆红素吸附+HP</span>
86
+                    <span v-if="item.mode_id == 31">HPD</span>
87
+                    <span v-if="item.mode_id == 32">HDP</span>
88
+                    <span v-if="item.mode_id == 33">HFD</span>
89
+                    <span v-if="item.mode_id == 34">HDF100</span>
90
+                    <span v-if="item.mode_id == 35">HDF600</span>
91
+                    <span v-if="item.mode_id == 35">HDF800</span>
92
+                    <span v-if="item.mode_id == 35">HDF1000</span>
93
+                 </td>
94
+                  <td width="100" v-if="gatherSetting.dialysis_dialyszers == 1">
95
+                    {{item.dialysis_prescription.dialysis_dialyszers}}
96
+                  </td>
97
+                  <td width="100"  v-if="gatherSetting.dialysis_irrigation ==1">
98
+                    <span>{{item.dialysis_prescription.dialysis_irrigation}}</span>
99
+                  </td>
100
+                  <td width="100"  v-if="gatherSetting.dialysis_irrigation ==1">
101
+                    <span>{{item.dialysis_prescription.dialysis_strainer}}</span>
102
+                  </td>
103
+                  <td width="100"  v-if="gatherSetting.change_nurse ==1"> 
104
+                    <span v-if="(getBloodAccessOption(item.dialysis_prescription.blood_access)).indexOf('导管')!=-1">1</span>
105
+                    <span v-if="(getBloodAccessOption(item.dialysis_prescription.blood_access)).indexOf('导管')==-1">0</span>
106
+                        /
107
+                    <span v-if="(getBloodAccessOption(item.dialysis_prescription.blood_access)).indexOf('内瘘')==-1">0</span>
108
+                    <span v-if="(getBloodAccessOption(item.dialysis_prescription.blood_access)).indexOf('内瘘')!=-1">1</span>
109
+                  </td>
110
+                  <td width="100" v-if="gatherSetting.anticoagulant==1">
111
+                    <span>{{getAnticoagualnt(item.dialysis_prescription.anticoagulant)}}</span>
112
+                    <span v-if="item.dialysis_prescription.anticoagulant_shouji > 0">({{item.dialysis_prescription.anticoagulant_shouji}})</span>
113
+                    <span v-if="item.dialysis_prescription.anticoagulant_weichi > 0">({{item.dialysis_prescription.anticoagulant_weichi}})</span>
114
+                    <span v-if="item.dialysis_prescription.anticoagulant_zongliang > 0">({{item.dialysis_prescription.anticoagulant_zongliang}})</span>
115
+                 </td>
116
+                  <td width="200" v-if="gatherSetting.tube==1">
117
+                    <span v-if="getBloodAccessOption(item.dialysis_prescription.blood_access).indexOf('导管')!==-1">1</span>
118
+                  </td>
119
+                  <td width="100" v-if="gatherSetting.kalium==1">
120
+                    <span v-if="item.dialysis_prescription.kalium>0">{{item.dialysis_prescription.kalium}}</span>
121
+                 </td>
122
+                  <td width="100"  v-if="gatherSetting.calcium==1">
123
+                    <span v-if="item.dialysis_prescription.calcium>0">{{item.dialysis_prescription.calcium}}</span>
124
+                 </td>
125
+                  <td width="100" v-if="gatherSetting.cuhong == 1">
126
+                    {{ item.advice_spc }}
127
+                 </td>
128
+                  <td width="100"  v-if="gatherSetting.zuoka == 1">
129
+                    {{ item.advice_spc_one }}
130
+                 </td>
131
+                  <td width="100" v-if="gatherSetting.niaojimei == 1">
132
+                    {{ item.advice_spc_two }}
133
+                 </td>
134
+                  <td width="100" v-if="gatherSetting.putaosuangai == 1">
135
+                    {{ item.advice_spc_three }}
136
+                 </td>
137
+                 
138
+                 </tr>
139
+                </tbody>
140
+              </table>
141
+            
142
+            </div>
143
+          </div>
144
+        </div>
145
+      </div>
146
+    </div>
147
+  </template>
148
+  
149
+  <script>
150
+    import { getDialysisGatherList } from '@/api/dialysis'
151
+    import { parseTime } from '@/utils'
152
+    import { uParseTime } from '@/utils/tools'
153
+    import BreadCrumb from '@/xt_pages/components/bread-crumb'
154
+    import print from 'print-js'
155
+    import { getDataConfig } from '@/utils/data'
156
+    export default {
157
+      name: 'SchedulePrint',
158
+      data() {
159
+        return {
160
+          crumbs: [
161
+            { path: false, name: '排班管理' },
162
+            { path: false, name: '透析汇总打印' }
163
+          ],
164
+          td_1_width: '8%',
165
+          td_2_width: '8%',
166
+          td_3_width: '64%',
167
+          td_4_width: '20%',
168
+          month: 1,
169
+          begin_day: 1,
170
+          total:[],
171
+          list:[],
172
+          schedule_date:"",
173
+          schedule_type:0,
174
+          partition_type:0,
175
+          keywords:"",
176
+          loading:false,
177
+          tableData:[],
178
+          numberList:[],
179
+          partitionArr:[],
180
+          his_config:{},
181
+          typeList:[],
182
+          rowList:[],
183
+          dialysate_formulation:[],
184
+          body_fluid_option:[],
185
+          displace_liqui_part_option:[],
186
+          blood_access_option:[],
187
+          hemodialysisPipelinesOptions:[],
188
+          tableList:[],
189
+          list:[],
190
+          dialysisSett:{},
191
+          total_one:0,
192
+          total_two:0,
193
+          total_three:0,
194
+          org_id:'',
195
+          gatherSetting:{}
196
+        }
197
+      },
198
+      components: {
199
+        BreadCrumb
200
+      },
201
+      created() {
202
+        this.org_id = this.$store.getters.xt_user.org.id
203
+        this.displace_liqui_part_option = this.$store.getters.displace_liqui
204
+        this.blood_access_option  = getDataConfig('hemodialysis', 'vascular_access_desc')
205
+        this.getlist()
206
+      },
207
+      methods: {
208
+      getlist(){
209
+         var params = {
210
+           schedule_date:this.$route.query.schedule_date,
211
+           schedule_type:this.$route.query.schedule_type,
212
+           partition_id:this.$route.query.partion_id,
213
+           page:this.$route.query.page,
214
+           limit:500,
215
+           ids:this.$route.query.ids,
216
+         }
217
+        console.log("params",params)
218
+        getDialysisGatherList(params).then(response=>{
219
+            if(response.data.state == 1){
220
+             this.gatherSetting = response.data.data.gatherSetting
221
+              var list = response.data.data.list
222
+              if(list!=null &&list.length>0){
223
+                  for(let i=0;i<list.length;i++){
224
+                    list[i].sort = 0
225
+                    list[i].sort = list[i].device_number.sort
226
+                  }
227
+        
228
+                }
229
+                list.sort(this.compare('sort'))
230
+  
231
+              var total_one =0
232
+              var total_two=0
233
+              var total_three =0  
234
+              console.log("listoowowowwoww",list)
235
+              for(let i=0;i<list.length;i++){
236
+                  list[i].advice_spc =""
237
+                  list[i].advice_spc_one =""
238
+                  list[i].advice_spc_two =""
239
+                  list[i].advice_spc_three = ""
240
+                   for(let j=0;j<list[i].advice.length;j++){
241
+                       if((list[i].advice[j].advice_name).indexOf("促红")!=-1){
242
+                          list[i].advice_spc+= (list[i].advice[j].single_dose + list[i].advice[j].single_dose_unit+"/"+ list[i].advice[j].prescribing_number_unit)+","
243
+                       }
244
+
245
+                       if((list[i].advice[j].advice_name).indexOf("左卡")!=-1){
246
+                          list[i].advice_spc_one+= (list[i].advice[j].single_dose + list[i].advice[j].single_dose_unit+"/"+ list[i].advice[j].prescribing_number_unit)+","
247
+                       }
248
+
249
+                       if((list[i].advice[j].advice_name).indexOf("尿激酶")!=-1){
250
+                          list[i].advice_spc_two+= (list[i].advice[j].single_dose + list[i].advice[j].single_dose_unit+"/"+ list[i].advice[j].prescribing_number_unit)+","
251
+                       }
252
+
253
+                       if((list[i].advice[j].advice_name).indexOf("葡萄糖酸钙")!=-1){
254
+                          list[i].advice_spc_three+= (list[i].advice[j].single_dose + list[i].advice[j].single_dose_unit+"/"+ list[i].advice[j].prescribing_number_unit)+","
255
+                       }
256
+
257
+                   }
258
+                }
259
+              this.list = list
260
+            
261
+            }
262
+        }) 
263
+       },
264
+       getTimeOne(val) {
265
+          if(val == ""){
266
+          return ""
267
+          }else {
268
+          return uParseTime(val, '{y}-{m}-{d}')
269
+          }
270
+       },
271
+        printAction: function() {
272
+          if(this.org_id != 10490 && this.org_id != 0){
273
+            const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 0px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 14px; padding: 0px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
274
+            printJS({
275
+              printable: 'print_content',
276
+              type: 'html',
277
+              documentTitle: '  ',
278
+              style: style,
279
+              scanStyles: false
280
+            })
281
+          }else{
282
+            // const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 0px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 14px; padding: 0px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
283
+            const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 18px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
284
+            printJS({
285
+              printable: 'print_content',
286
+              type: 'html',
287
+              documentTitle: '  ',
288
+              style: style,
289
+              scanStyles: false
290
+            })
291
+          }
292
+          
293
+        },
294
+        getAnticoagualnt(id){
295
+         var name = ""
296
+         if(id == 1){
297
+           name = "无肝素"
298
+         }
299
+         if(id == 2){
300
+          name = "普通肝素"
301
+         }
302
+         if(id == 3){
303
+           name ="低分子肝素"
304
+         }
305
+         if(id == 4){
306
+           name ="阿加曲班"
307
+         }
308
+         if(id == 5){
309
+           name ="枸橼酸钠"
310
+         }
311
+         if(id == 6){
312
+           name ="低分子肝素钙"
313
+         }
314
+         if(id == 7){
315
+           name ="低分子肝素钠"
316
+         }
317
+         if(id == 8){
318
+           name ="依诺肝素"
319
+         }
320
+         if(id == 9){
321
+           name ="达肝素"
322
+         }
323
+         if(id == 10){
324
+           name ="体外抗凝"
325
+         }
326
+         if(id == 11){
327
+           name ="那屈肝素"
328
+         }
329
+         if(id == 12){
330
+           name ="无抗凝剂"
331
+         }
332
+         if(id == 13){
333
+           name ="那屈肝素钙"
334
+         }
335
+         return name
336
+       },
337
+       getBloodAccessOption(id){
338
+         var name = ""
339
+         for(let i=0;i<this.blood_access_option.length;i++){
340
+           if(id == this.blood_access_option[i].id){
341
+              name = this.blood_access_option[i].name
342
+           }
343
+         }
344
+         return name
345
+       },
346
+       getDisplaceLiquiPart(id){
347
+         var name = ""
348
+         for(let i=0;i<this.displace_liqui_part_option.length;i++){
349
+           if(id == this.displace_liqui_part_option[i].id){
350
+              name = this.displace_liqui_part_option[i].name
351
+           }
352
+         }
353
+         return name
354
+       },
355
+       compare(p) { //这是比较函数
356
+          return function (m, n) {
357
+            var a = m[p];
358
+            var b = n[p];
359
+            return a - b; //升序
360
+          }
361
+        },
362
+      
363
+      }
364
+    }
365
+  </script>
366
+  
367
+  <style rel="stylesheet/scss" lang="scss" scoped>
368
+    .print_main_content {
369
+      background-color: white;
370
+      width: 960px;
371
+      margin: 0 auto;
372
+      padding: 0 0 20px 0;
373
+  
374
+    .order_title_panl {
375
+      text-align: center;
376
+  
377
+    .main_title {
378
+      font-size: 18px;
379
+      line-height: 40px;
380
+      font-weight: 500;
381
+    }
382
+  
383
+    }
384
+    .table_panel {
385
+  
386
+    .table {
387
+      width: 100%;
388
+      border: 1px solid;
389
+      border-collapse: collapse;
390
+      padding: 2px;
391
+  
392
+    thead {
393
+  
394
+    tr {
395
+  
396
+    td {
397
+      border: 1px solid;
398
+      text-align: center;
399
+      font-size: 20px;
400
+      padding: 15px 5px;
401
+    }
402
+  
403
+    }
404
+    }
405
+    tbody {
406
+  
407
+    tr {
408
+  
409
+    td {
410
+      border: 1px solid;
411
+      text-align: center;
412
+      font-size: 18px;
413
+      padding: 10px 5px;
414
+  
415
+    .proj {
416
+      padding: 5px 0;
417
+      text-align: left;
418
+  
419
+    .proj_title {
420
+      font-size: 16px;
421
+      font-weight: 500;
422
+      line-height: 25px;
423
+    }
424
+  
425
+    .proj_item {
426
+      font-size: 15px;
427
+      line-height: 20px;
428
+  
429
+    .zone_name {
430
+      font-weight: 500;
431
+    }
432
+  
433
+    }
434
+    }
435
+    }
436
+    }
437
+    }
438
+    }
439
+    }
440
+    }
441
+  </style>
442
+  
443
+  

+ 1 - 1
src/xt_pages/dialysis/details/consumable/dialysisGood.vue Ver arquivo

@@ -1179,7 +1179,7 @@
1179 1179
                      }
1180 1180
                 }
1181 1181
              }
1182
-            //  console.log("projectList",projectList)
1182
+            console.log("projectList",projectList)
1183 1183
 
1184 1184
              if(projectList!=null && projectList.length > 0){
1185 1185
                for(let i=0;i<projectList.length;i++){

+ 4 - 2
src/xt_pages/dialysis/details/consumable/dialysisParameter.vue Ver arquivo

@@ -256,7 +256,7 @@
256 256
            </template>
257 257
         </el-table-column>
258 258
 
259
-        <el-table-column align="center" label="促红">
259
+        <el-table-column align="center" label="促红" v-if="org_id!=10599">
260 260
            <template slot-scope="scope">
261 261
               {{ scope.row.advice_spc }}
262 262
            </template>
@@ -592,12 +592,14 @@
592 592
         },
593 593
         partition_id:0,
594 594
         zoneList:[],
595
+        org_id:0,
595 596
       }
596 597
     },
597 598
     open(){
598 599
      
599 600
     },
600 601
     created() {
602
+      this.org_id = this.$store.getters.xt_user.org.id
601 603
        this.blood_access_option  = getDataConfig('hemodialysis', 'vascular_access_desc')
602 604
        this.displace_liqui_part_option = this.$store.getters.displace_liqui
603 605
     
@@ -1663,7 +1665,7 @@
1663 1665
           dialyzer_perfusion_apparatus_set:dialyzer_perfusion_apparatus_set,
1664 1666
           displace_liqui_part_set:displace_liqui_part_set,
1665 1667
         }
1666
-        // console.log("patam223232332",params)
1668
+       
1667 1669
        saveDialysisSetting(params).then(response=>{
1668 1670
          if(response.data.state == 1){
1669 1671
            var dialysisSetting = response.data.data.dialysisSetting

+ 2 - 2
src/xt_pages/dialysis/details/consumable/dialysisParameterPrint.vue Ver arquivo

@@ -52,8 +52,8 @@
52 52
                 <td width="100" v-if="dialysisSett.sealing_fluid_dispose == 1">封管液</td>
53 53
                 <td width="100"  v-if="dialysisSett.glucose==1">葡萄糖</td>
54 54
                 <td width="100"  v-if="dialysisSett.blood_flow_volume==1">血流量</td>
55
-                <td v-if="org_id!=10587 && org_id!=0">封管液</td>
56
-                <td v-if="org_id!=10587 && org_id!=0">促红</td>
55
+                <td v-if="org_id!=10587 && org_id!=0 && org_id!=10599">封管液</td>
56
+                <td v-if="org_id!=10587 && org_id!=0 && org_id!=10599">促红</td>
57 57
               </tr>
58 58
               </thead>
59 59
               <tbody>

+ 20 - 11
src/xt_pages/dialysis/details/consumable/index.vue Ver arquivo

@@ -5,7 +5,7 @@
5 5
      
6 6
     </div>
7 7
      <div class="app-container ">
8
-        <el-tabs v-model="activeName" @tab-click="handleClick">
8
+        <el-tabs v-model="activeName">
9 9
             <el-tab-pane label="透析耗材" name="first">
10 10
               <DialysisGood ref="mychild"></DialysisGood>
11 11
             </el-tab-pane>
@@ -15,6 +15,10 @@
15 15
             <el-tab-pane label="透析参数" name="third">
16 16
                <DialysisParameter ref="mychildtwo"></DialysisParameter>
17 17
             </el-tab-pane>
18
+
19
+            <el-tab-pane label="汇总" name="four">
20
+               <DialysisGather ref="mychildthree"></DialysisGather>
21
+            </el-tab-pane>
18 22
         
19 23
         </el-tabs>
20 24
      </div>
@@ -26,7 +30,7 @@ import BreadCrumb from "@/xt_pages/components/bread-crumb";
26 30
 import DialysisGood from "@/xt_pages/dialysis/details/consumable/dialysisGood"
27 31
 import DialysisDrug from "@/xt_pages/dialysis/details/consumable/dialysisDrug"
28 32
 import DialysisParameter from "@/xt_pages/dialysis/details/consumable/dialysisParameter"
29
-
33
+import DialysisGather from "@/xt_pages/dialysis/details/consumable/dialysisGather"
30 34
 export default {
31 35
   name: "stockNewQuery",
32 36
   
@@ -35,6 +39,7 @@ export default {
35 39
     DialysisGood,
36 40
     DialysisDrug,
37 41
     DialysisParameter,
42
+    DialysisGather
38 43
   },
39 44
   data() {
40 45
     return {
@@ -49,15 +54,19 @@ export default {
49 54
   },
50 55
   methods:{
51 56
     handleClick(val){
52
-      if(val.name == "first"){
53
-       this.$refs.mychild.open()
54
-      }   
55
-      if(val.name == "second"){
56
-       this.$refs.mychildOne.open()
57
-      }
58
-      if(val.name == "third"){
59
-        this.$refs.mychildtwo.open()
60
-      }
57
+      // console.log("woowowow",val.name)
58
+      // if(val.name == "first"){
59
+      //  this.$refs.mychild.open()
60
+      // }   
61
+      // if(val.name == "second"){
62
+      //  this.$refs.mychildOne.open()
63
+      // }
64
+      // if(val.name == "third"){
65
+      //   this.$refs.mychildtwo.open()
66
+      // }
67
+      // if(val.name =="four"){
68
+      //    this.$refs.mychildthree.open()
69
+      // }
61 70
     }
62 71
   }
63 72
 };

+ 8 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Ver arquivo

@@ -2945,6 +2945,10 @@ mu
2945 2945
       },
2946 2946
 
2947 2947
       handleCommit (formName) {
2948
+         if(this.dialysisPrescription.target_ultrafiltration==0){
2949
+             this.$message.error("目标超滤量不能为空")
2950
+             return false
2951
+         }
2948 2952
         this.$refs[formName].validate((valid)=>{
2949 2953
           if(valid){
2950 2954
             if(!this.isLoading){
@@ -3493,6 +3497,10 @@ mu
3493 3497
         if(this.dialysisPrescription.anticoagulant == "" || this.dialysisPrescription.anticoagulant == 0){
3494 3498
           this.dialysisPrescription.anticoagulant = 3
3495 3499
         }
3500
+        if(this.dialysisPrescription.target_ultrafiltration == 0){
3501
+           this.$message.error("目标超滤量不能为空!")
3502
+           return false
3503
+        }
3496 3504
         this.$refs[formName].validate((valid)=>{
3497 3505
           if(valid){
3498 3506
             if(!this.isLoading){

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Ver arquivo

@@ -2457,7 +2457,7 @@
2457 2457
                       </div>
2458 2458
                     </div>
2459 2459
                     <div class="inline_block" style="flex: 2"
2460
-                    v-if="org_id!=9675 && org_id!=10447">
2460
+                    v-if="org_id!=9675 && org_id!=10447 && org_id!=10598">
2461 2461
                       内瘘:
2462 2462
                       <div
2463 2463
                         class="under_line"
@@ -2475,7 +2475,7 @@
2475 2475
                       </div>
2476 2476
                     </div>
2477 2477
                     <div class="inline_block" style="flex: 4"
2478
-                    v-if="org_id!=9675 && org_id!=10447">
2478
+                    v-if="org_id!=9675 && org_id!=10447&& org_id!=10598">
2479 2479
                       导管:
2480 2480
                       <div
2481 2481
                         class="under_line"
@@ -2541,9 +2541,9 @@
2541 2541
                     <div
2542 2542
                       class="inline_block"
2543 2543
                       style="flex: 1"
2544
-                      v-if="org_id != 10223 || org_id!=10375"
2544
+                      v-if="org_id != 10223 && org_id!=10375 && org_id!=10598"
2545 2545
                     >
2546
-                       <span v-if="org_id!=10460">
2546
+                       <span v-if="org_id!=10460 ">
2547 2547
                           透析中入量(L):
2548 2548
                         </span>
2549 2549
                         <span v-if="org_id==10460">

+ 21 - 13
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Ver arquivo

@@ -4922,7 +4922,7 @@ export default {
4922 4922
           let two_count = 0
4923 4923
 
4924 4924
           for (let i = 0; i < response.data.data.list.length; i++) {
4925
-            if (this.org_id == 10206 || this.org_id == 0){
4925
+            if (this.org_id == 10206){
4926 4926
                 let obj = {
4927 4927
                   id: response.data.data.list[i].id,
4928 4928
                   name: response.data.data.list[i].name,
@@ -4938,24 +4938,32 @@ export default {
4938 4938
 
4939 4939
                 this.all_table_data.push(obj)
4940 4940
             }else{
4941
+              console.log("count")
4942
+              console.log(response.data.data.list[i].his_patient.length)
4941 4943
               if (response.data.data.list[i].his_patient.length > 0) {
4942
-                let obj = {
4943
-                  id: response.data.data.list[i].id,
4944
-                  name: response.data.data.list[i].name,
4945
-                  number: response.data.data.list[i].his_patient[0].number,
4946
-                  order_status: 0,
4947
-                  his_patient_id: response.data.data.list[i].his_patient[0].id,
4948
-                  order_number: '',
4949
-                  order_id: 0,
4950
-                  prescription: response.data.data.list[i].prescription
4944
+
4945
+                for(let b = 0;b < response.data.data.list[i].his_patient.length; b++){
4946
+                  console.log("his_patient")
4947
+                  console.log(response.data.data.list[i].his_patient)
4948
+                  let obj = {
4949
+                    id: response.data.data.list[i].id,
4950
+                    name: response.data.data.list[i].name,
4951
+                    number: response.data.data.list[i].his_patient[b].number,
4952
+                    order_status: 0,
4953
+                    his_patient_id: response.data.data.list[i].his_patient[b].id,
4954
+                    order_number: '',
4955
+                    order_id: 0,
4956
+                    prescription: response.data.data.list[i].prescription
4957
+                  }
4958
+                  this.all_table_data.push(obj)
4951 4959
                 }
4952
-                this.all_table_data.push(obj)
4953 4960
               }
4954
-
4955 4961
             }
4956
-
4957 4962
           }
4958 4963
 
4964
+          console.log("this.all_table_data")
4965
+          console.log(this.all_table_data)
4966
+
4959 4967
           let unChargePatient = []
4960 4968
           for (let i = 0; i < this.all_table_data.length; i++) {
4961 4969
             unChargePatient.push(this.all_table_data[i])

+ 7 - 3
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Ver arquivo

@@ -3626,7 +3626,13 @@ export default {
3626 3626
               if(temp[b].max_unit == temp[b].min_unit){
3627 3627
                 temp[b].retail_price = temp[b].min_price
3628 3628
               }
3629
-              let temp_index = b + 1
3629
+              let temp_index = 0
3630
+              if(this.org_id == 0 || this.org_id == 10206){
3631
+
3632
+                 temp_index  = Math.floor(Math.random() * 90 + 10);
3633
+              }else{
3634
+                 temp_index = b + 1
3635
+              }
3630 3636
               let obj = {
3631 3637
                 advice_id: 0,
3632 3638
                 id: temp[b].id,
@@ -3646,11 +3652,9 @@ export default {
3646 3652
                 hosp_appr_flag: '1',
3647 3653
                 execution_state:2,
3648 3654
               }
3649
-
3650 3655
               if (obj.prescribing_number == 0 || obj.prescribing_number.length == 0) {
3651 3656
                 obj.prescribing_number = 1
3652 3657
               }
3653
-
3654 3658
               this.prescriptions[i].advices.push(obj)
3655 3659
             }
3656 3660
             this.curStatus = 1

+ 18 - 5
src/xt_pages/role/admin.vue Ver arquivo

@@ -25,12 +25,20 @@
25 25
         >医药师登记</el-button>
26 26
 
27 27
 
28
-        <el-button
28
+       <!-- <el-button
29 29
           type="primary"
30 30
           size="small"
31 31
           icon="el-icon-circle-plus-outline"
32 32
           style="float:left"
33
-          @click="toJiaBan">加班</el-button>
33
+          @click="toJiaBan">加班</el-button> -->
34
+
35
+
36
+          <el-button
37
+          type="primary"
38
+          size="small"
39
+          icon="el-icon-circle-plus-outline"
40
+          style="float:left"
41
+          @click="toJiaoYou">加油</el-button>
34 42
        
35 43
 
36 44
          <!-- <el-button
@@ -217,12 +225,12 @@
217 225
           @click="toAutoDrug">自动生成</el-button> -->
218 226
 
219 227
 
220
-          <el-button
228
+          <!-- <el-button
221 229
           type="primary"
222 230
           size="small"
223 231
           icon="el-icon-circle-plus-outline"
224 232
           style="float:left"
225
-          @click="toAutoDiagnose">自动脚本</el-button>
233
+          @click="toAutoDiagnose">自动脚本</el-button> -->
226 234
      </div>
227 235
 
228 236
 
@@ -528,7 +536,7 @@
528 536
 
529 537
 <script>
530 538
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
531
-  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug,toAutoDiagnose} from "@/api/role/admin";
539
+  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug,toAutoDiagnose,toAutoJiaYou} from "@/api/role/admin";
532 540
 import { getRoles } from "@/api/role/role";
533 541
 import { UploadPrintOrder } from "@/api/role/admin"
534 542
 import { parseTime } from "@/utils";
@@ -1195,6 +1203,11 @@ export default {
1195 1203
     toAutoDiagnose(){
1196 1204
       toAutoDiagnose().then(response=>{
1197 1205
         
1206
+      })
1207
+    },
1208
+    toJiaoYou(){
1209
+      toAutoJiaYou().then(response=>{
1210
+
1198 1211
       })
1199 1212
     }
1200 1213
 

+ 1 - 1
src/xt_pages/user/dialysisSolution.vue Ver arquivo

@@ -2065,7 +2065,7 @@
2065 2065
 
2066 2066
         this.addPlan.amylaceum = row.amylaceum
2067 2067
         this.addPlan.chaptalization = row.chaptalization
2068
-
2068
+        this.addPlan.blood_access_part_id = row.blood_access_part_id  
2069 2069
 
2070 2070
       },
2071 2071
       isShows(name) {

+ 878 - 0
src/xt_pages/workforce/scheduleTablePrintSix.vue Ver arquivo

@@ -0,0 +1,878 @@
1
+<template>
2
+    <div class="main-contain">
3
+      <div class="position">
4
+        <bread-crumb :crumbs="crumbs"></bread-crumb>
5
+        <el-row style="float:right;">
6
+          <el-col :span="24">
7
+            <el-button size="small" icon="el-icon-printer" type="primary" @click="printAction">打印</el-button>
8
+          </el-col>
9
+        </el-row>
10
+      </div>
11
+      <div class="app-container" style="background-color: white;">
12
+  
13
+        <div id="print_content">
14
+          <div class="print_main_content">
15
+            <div class="order_title_panl">
16
+              <span class="main_title"> &nbsp;
17
+               {{ org_name }}  治疗签到统计表
18
+              </span>
19
+              <span  style="float:left;">打印日期: &nbsp;
20
+                 {{ printDate }}
21
+              </span>
22
+            </div>
23
+            <div class="table_panel">
24
+  
25
+              <table class="table">
26
+                <thead>
27
+                <tr>
28
+                  <td width="20">序号</td>
29
+                  <td width="30">透析机</td>
30
+                  <td width="60">姓名</td>
31
+                  <td width="60">体重(前/后)</td>
32
+                  <td width="60">透析模式</td>
33
+                  <td width="100">下次透析</td>
34
+                  
35
+
36
+                </tr>
37
+                </thead>
38
+                <tbody>
39
+                 <tr v-for="(item,index) in tableDataList">
40
+                  <td width="60">{{ index+1 }}</td>
41
+                  <td width="60">{{ item.number.number}}</td>
42
+                  <td width="60">{{ item.patient }}</td>
43
+                  <td width="60"></td>
44
+                  <td width="60">{{ getModeName(item.mode_id) }}</td>
45
+                  <td width="60">
46
+                    <span v-if="getNextScheudle(item.next_schedule)!= 'undefined'">{{ getNextScheudle(item.next_schedule) }}</span> 
47
+                  </td>
48
+                 </tr>
49
+                </tbody>
50
+              </table>
51
+             
52
+            </div>
53
+          </div>
54
+        </div>
55
+      </div>
56
+    </div>
57
+  </template>
58
+  
59
+  <script>
60
+    import {getSchedulesThree,getWeekPanelsOne,getAllZones} from "@/api/schedule";
61
+    import { parseTime } from '@/utils'
62
+    import { uParseTime } from '@/utils/tools'
63
+    import BreadCrumb from '@/xt_pages/components/bread-crumb'
64
+    import print from 'print-js'
65
+    import { getDataConfig } from '@/utils/data'
66
+    export default {
67
+      name: 'SchedulePrint',
68
+      data() {
69
+        return {
70
+          crumbs: [
71
+            { path: false, name: '排班管理' },
72
+            { path: false, name: '治疗签到' }
73
+          ],
74
+          showflag:sessionStorage.getItem('value1'),
75
+            schedule_type:0,
76
+            partition_id:'',
77
+            theType:2,
78
+            scheduleZone:[],
79
+            weekTitle:[],
80
+            scheduleZoneRow: [],
81
+            partitions: {},
82
+            theWeek: {
83
+              lastWeek: 0,
84
+              thisWeek: 0,
85
+              nextWeek: 0,
86
+              nextTwoWeek: 0
87
+           },
88
+           scheduleCountList:[],
89
+           total:0,
90
+           zones:[],
91
+           zoneIdList:[],
92
+           strArr:"",
93
+           solutionList:[],
94
+           week_date:"",
95
+           Screencasting:false,//投屏
96
+           first_day:0,
97
+           second_day:0,
98
+           three_day:0,
99
+           four_day:0,
100
+           five_day:0,
101
+           six_day:0,
102
+           seven_day:0,
103
+           org_id:0,
104
+           tableDataList:[],
105
+           deviceNumberList:[],
106
+           printDate:"",
107
+           org_name:""
108
+        }
109
+      },
110
+      components: {
111
+        BreadCrumb
112
+      },
113
+      created() {
114
+        this.org_id = this.$store.getters.xt_user.org.id
115
+        var xtuser = this.$store.getters.xt_user;
116
+        this.org_name = xtuser.org.org_name;
117
+        var data = new Date();
118
+        var month =data.getMonth() < 9 ? "0" + (data.getMonth() + 1) : data.getMonth() + 1;
119
+        var date = data.getDate() <= 9 ? "0" + data.getDate() : data.getDate();
120
+        this.printDate = data.getFullYear() + "-" + month + "-" + date;
121
+        this.getAllZones()
122
+        this.modeOptions = this.$store.getters.treatment_mode;
123
+        console.log("模式2哦噢",this.modeOptions)
124
+        this.partition_id = this.$route.query.partition_id
125
+        this.schedule_type = this.$route.query.schedule_type
126
+        var newList = []
127
+        var arr =  this.$route.query.week_date
128
+
129
+        if(arr!=""){
130
+          var newArr = arr.split(",")
131
+
132
+          if(newArr!=null&&newArr.length > 0){
133
+             for(let i=0;i<newArr.length;i++){
134
+               if(newArr[i] == "周一"){
135
+                  newList.push(1)
136
+                  this.first_day = 1
137
+               }
138
+              if(newArr[i] == "周二"){
139
+                  newList.push(2)
140
+                  this.second_day = 2
141
+               }
142
+              if(newArr[i] == "周三"){
143
+                  newList.push(3)
144
+                  this.three_day = 3
145
+               }
146
+               if(newArr[i] == "周四"){
147
+                  newList.push(4)
148
+                  this.four_day = 4
149
+               }
150
+               if(newArr[i] == "周五"){
151
+                  newList.push(5)
152
+                  this.five_day = 5
153
+               }
154
+              if(newArr[i] == "周六"){
155
+                  newList.push(6)
156
+                  this.six_day = 6
157
+               }
158
+               if(newArr[i] == "周日"){
159
+                  newList.push(7)
160
+                  this.seven_day = 7
161
+               }
162
+             }
163
+
164
+            this.week_date = newList.join(",")
165
+          }
166
+
167
+        }else{
168
+             newList = [1,2,3,4,5,6,7]
169
+            this.first_day = 1
170
+            this.second_day = 2
171
+            this.three_day = 3
172
+            this.four_day = 4
173
+            this.five_day = 5
174
+            this.six_day = 6
175
+            this.seven_day = 7
176
+            this.week_date = newList.join(",")
177
+
178
+        }
179
+       
180
+      },
181
+      methods: {
182
+        getAllZones(){
183
+          getAllZones().then(response=>{
184
+            if(response.data.state == 1){
185
+              var zones = response.data.data.zones
186
+              for(let i=0;i<zones.length;i++){
187
+                  this.zoneIdList.push(zones[i].id)
188
+              }
189
+              this.zones.push(...zones)
190
+              var strArr =  this.zoneIdList.join(",")
191
+
192
+              this.strArr = strArr
193
+              this.deviceNumberList= response.data.data.devicenumber
194
+              this.getWeekPanels()
195
+             
196
+          }
197
+        })
198
+      },  
199
+       getTimeOne(val) {
200
+          if(val == ""){
201
+          return ""
202
+          }else {
203
+          return uParseTime(val, '{y}-{m}-{d}')
204
+          }
205
+       },
206
+        printAction: function() {
207
+          if(this.org_id != 10490 && this.org_id != 0){
208
+            const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 0px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 14px; padding: 0px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
209
+            printJS({
210
+              printable: 'print_content',
211
+              type: 'html',
212
+              documentTitle: '  ',
213
+              style: style,
214
+              scanStyles: false
215
+            })
216
+          }else{
217
+            // const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 16px; padding: 0px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 14px; padding: 0px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
218
+            const style = '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 18px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
219
+            printJS({
220
+              printable: 'print_content',
221
+              type: 'html',
222
+              documentTitle: '  ',
223
+              style: style,
224
+              scanStyles: false
225
+            })
226
+          }
227
+          
228
+        },
229
+        getAnticoagualnt(id){
230
+         var name = ""
231
+         if(id == 1){
232
+           name = "无肝素"
233
+         }
234
+         if(id == 2){
235
+          name = "普通肝素"
236
+         }
237
+         if(id == 3){
238
+           name ="低分子肝素"
239
+         }
240
+         if(id == 4){
241
+           name ="阿加曲班"
242
+         }
243
+         if(id == 5){
244
+           name ="枸橼酸钠"
245
+         }
246
+         if(id == 6){
247
+           name ="低分子肝素钙"
248
+         }
249
+         if(id == 7){
250
+           name ="低分子肝素钠"
251
+         }
252
+         if(id == 8){
253
+           name ="依诺肝素"
254
+         }
255
+         if(id == 9){
256
+           name ="达肝素"
257
+         }
258
+         if(id == 10){
259
+           name ="体外抗凝"
260
+         }
261
+         if(id == 11){
262
+           name ="那屈肝素"
263
+         }
264
+         if(id == 12){
265
+           name ="无抗凝剂"
266
+         }
267
+         if(id == 13){
268
+           name ="那屈肝素钙"
269
+         }
270
+         return name
271
+       },
272
+       getBloodAccessOption(id){
273
+         var name = ""
274
+         for(let i=0;i<this.blood_access_option.length;i++){
275
+           if(id == this.blood_access_option[i].id){
276
+              name = this.blood_access_option[i].name
277
+           }
278
+         }
279
+         return name
280
+       },
281
+       getDisplaceLiquiPart(id){
282
+         var name = ""
283
+         for(let i=0;i<this.displace_liqui_part_option.length;i++){
284
+           if(id == this.displace_liqui_part_option[i].id){
285
+              name = this.displace_liqui_part_option[i].name
286
+           }
287
+         }
288
+         return name
289
+       },
290
+       compare(p) { //这是比较函数
291
+          return function (m, n) {
292
+            var a = m[p];
293
+            var b = n[p];
294
+            return a - b; //升序
295
+          }
296
+        },
297
+      getWeekPanels() {
298
+            this.scheduleZone = []
299
+            var partionStr = this.partition_id
300
+            var arr = this.zoneIdList.join(',')
301
+              var str = ""
302
+              if(partionStr == 0){
303
+                  str = arr
304
+              }
305
+              if(partionStr != 0){
306
+                  str = partionStr
307
+              }
308
+          getWeekPanelsOne(1,str).then(response => {
309
+              if (response.data.state == 0) {
310
+                  return false
311
+              }
312
+              var partitions = response.data.data.partitions
313
+              console.log("分区",partitions)
314
+              this.theWeek.thisWeek = response.data.data.theWeek
315
+              this.theWeek.lastWeek = this.theWeek.thisWeek - 1
316
+              this.theWeek.nextWeek = this.theWeek.thisWeek + 1
317
+              this.theWeek.nextTwoWeek = this.theWeek.thisWeek + 2
318
+              var that = this
319
+              if (partitions.length > 0) {
320
+
321
+                  partitions.forEach(function(partition) {
322
+                      if (partition.jihaos.length == 0) {
323
+                          return false
324
+                      }
325
+                      that.scheduleZoneRow.push(partition.jihaos.length)
326
+                      that.partitions[partition.id] = partition
327
+                      partition.jihaos.forEach(function(jihao) {
328
+                          var thisPa = {
329
+                          area: partition.name,
330
+                          zone_id: partition.id,
331
+                          zone_type: partition.type,
332
+                          cut: jihao.number,
333
+                          jihao_id: jihao.id,
334
+                            sort:jihao.sort,
335
+                            Mon_M: {
336
+                              schedule_id: 0,
337
+                              mode_id: 0,
338
+                              mode_name: '',
339
+                              patient_id: 0,
340
+                              patient: '',
341
+                              type:1,
342
+                            dialysis_machine_name:"",
343
+                            anticoagulant:"",
344
+                          },
345
+                          Mon_A: {
346
+                              schedule_id: 0,
347
+                              mode_id: 0,
348
+                              mode_name: '',
349
+                              patient_id: 0,
350
+                              patient: '',
351
+                              type:1,
352
+                            dialysis_machine_name:"",
353
+                            anticoagulant:""
354
+
355
+                          },
356
+                          Mon_N: {
357
+                              schedule_id: 0,
358
+                              mode_id: 0,
359
+                              mode_name: '',
360
+                              patient_id: 0,
361
+                              patient: '',
362
+                              type:1,
363
+                            dialysis_machine_name:"",
364
+                            anticoagulant:""
365
+
366
+                          },
367
+                          Tue_M: {
368
+                              schedule_id: 0,
369
+                              mode_id: 0,
370
+                              mode_name: '',
371
+                              patient_id: 0,
372
+                              patient: '',
373
+                              type:1,
374
+                            dialysis_machine_name:"",
375
+                            anticoagulant:""
376
+
377
+                          },
378
+                          Tue_A: {
379
+                              schedule_id: 0,
380
+                              mode_id: 0,
381
+                              mode_name: '',
382
+                              patient_id: 0,
383
+                              patient: '',
384
+                              type:1,
385
+                            dialysis_machine_name:"",
386
+                            anticoagulant:""
387
+
388
+
389
+                          },
390
+                          Tue_N: {
391
+                              schedule_id: 0,
392
+                              mode_id: 0,
393
+                              mode_name: '',
394
+                              patient_id: 0,
395
+                              patient: '',
396
+                              type:1,
397
+                            dialysis_machine_name:"",
398
+                            anticoagulant:""
399
+
400
+                          },
401
+                          Wed_M: {
402
+                              schedule_id: 0,
403
+                              mode_id: 0,
404
+                              mode_name: '',
405
+                              patient_id: 0,
406
+                              patient: '',
407
+                              type:1,
408
+                            dialysis_machine_name:"",
409
+                            anticoagulant:""
410
+
411
+                          },
412
+                          Wed_A: {
413
+                              schedule_id: 0,
414
+                              mode_id: 0,
415
+                              mode_name: '',
416
+                              patient_id: 0,
417
+                              patient: '',
418
+                              type:1,
419
+                            dialysis_machine_name:"",
420
+                            anticoagulant:""
421
+
422
+                          },
423
+                          Wed_N: {
424
+                              schedule_id: 0,
425
+                              mode_id: 0,
426
+                              mode_name: '',
427
+                              patient_id: 0,
428
+                              patient: '',
429
+                              type:1,
430
+                            dialysis_machine_name:"",
431
+                            anticoagulant:""
432
+
433
+                          },
434
+                          Thurs_M: {
435
+                              schedule_id: 0,
436
+                              mode_id: 0,
437
+                              mode_name: '',
438
+                              patient_id: 0,
439
+                              patient: '',
440
+                              type:1,
441
+                            dialysis_machine_name:"",
442
+                            anticoagulant:""
443
+
444
+                          },
445
+                          Thurs_A: {
446
+                              schedule_id: 0,
447
+                              mode_id: 0,
448
+                              mode_name: '',
449
+                              patient_id: 0,
450
+                              patient: '',
451
+                              type:1,
452
+                            dialysis_machine_name:"",
453
+                            anticoagulant:""
454
+
455
+                          },
456
+                          Thurs_N: {
457
+                              schedule_id: 0,
458
+                              mode_id: 0,
459
+                              mode_name: '',
460
+                              patient_id: 0,
461
+                              patient: '',
462
+                              type:1,
463
+                            dialysis_machine_name:"",
464
+                            anticoagulant:""
465
+
466
+                          },
467
+                          Fri_M: {
468
+                              schedule_id: 0,
469
+                              mode_id: 0,
470
+                              mode_name: '',
471
+                              patient_id: 0,
472
+                              patient: '',
473
+                              type:1,
474
+                            dialysis_machine_name:"",
475
+                            anticoagulant:""
476
+
477
+                          },
478
+                          Fri_A: {
479
+                              schedule_id: 0,
480
+                              mode_id: 0,
481
+                              mode_name: '',
482
+                              patient_id: 0,
483
+                              patient: '',
484
+                              type:1,
485
+                            dialysis_machine_name:"",
486
+                            anticoagulant:""
487
+
488
+                          },
489
+                          Fri_N: {
490
+                              schedule_id: 0,
491
+                              mode_id: 0,
492
+                              mode_name: '',
493
+                              patient_id: 0,
494
+                              patient: '',
495
+                              type:1,
496
+                            dialysis_machine_name:"",
497
+                            anticoagulant:""
498
+
499
+                          },
500
+                          Sat_M: {
501
+                              schedule_id: 0,
502
+                              mode_id: 0,
503
+                              mode_name: '',
504
+                              patient_id: 0,
505
+                              patient: '',
506
+                              type:1,
507
+                            dialysis_machine_name:"",
508
+                            anticoagulant:""
509
+
510
+                          },
511
+                          Sat_A: {
512
+                              schedule_id: 0,
513
+                              mode_id: 0,
514
+                              mode_name: '',
515
+                              patient_id: 0,
516
+                              patient: '',
517
+                              type:1,
518
+                            dialysis_machine_name:"",
519
+                            anticoagulant:""
520
+
521
+                          },
522
+                          Sat_N: {
523
+                              schedule_id: 0,
524
+                              mode_id: 0,
525
+                              mode_name: '',
526
+                              patient_id: 0,
527
+                              patient: '',
528
+                              type:1,
529
+                            dialysis_machine_name:"",
530
+                            anticoagulant:""
531
+
532
+                          },
533
+                          Sun_A: {
534
+                              schedule_id: 0,
535
+                              mode_id: 0,
536
+                              mode_name: '',
537
+                              patient_id: 0,
538
+                              patient: '',
539
+                              type:1,
540
+                            dialysis_machine_name:"",
541
+                            anticoagulant:""
542
+
543
+                          },
544
+                          Sun_N: {
545
+                              schedule_id: 0,
546
+                              mode_id: 0,
547
+                              mode_name: '',
548
+                              patient_id: 0,
549
+                              patient: '',
550
+                              type:1,
551
+                            dialysis_machine_name:"",
552
+                            anticoagulant:""
553
+
554
+                          },
555
+                          Sun_M: {
556
+                              schedule_id: 0,
557
+                              mode_id: 0,
558
+                              mode_name: '',
559
+                              patient_id: 0,
560
+                              patient: '',
561
+                              type:1,
562
+                            dialysis_machine_name:"",
563
+                            anticoagulant:""
564
+
565
+                          },
566
+                          total: 0
567
+                          }
568
+                          that.scheduleZone.push(thisPa)
569
+
570
+                      })
571
+                  })
572
+              }
573
+            this.scheduleZone.sort(this.compare('sort'))
574
+
575
+            this.getSchedules()
576
+          })
577
+      },
578
+      weekPath(week, schedule_type) {
579
+          var weekArr = {
580
+              1: "Mon",
581
+              2: "Tue",
582
+              3: "Wed",
583
+              4: "Thurs",
584
+              5: "Fri",
585
+              6: "Sat",
586
+              7: "Sun"
587
+          };
588
+          var typeArr = { 1: "M", 2: "A", 3: "N" };
589
+          if (
590
+              typeof weekArr[week] === "undefined" ||
591
+              typeof typeArr[schedule_type] === "undefined"
592
+          ) {
593
+              return [];
594
+          }
595
+          return [weekArr[week], typeArr[schedule_type]];
596
+      },
597
+      getSchedules() {
598
+          var theType = 2;
599
+          if(this.$route.query.weekTime == "lastWeek"){
600
+              theType = 1
601
+          }
602
+          if(this.$route.query.weekTime == "thisWeek"){
603
+              theType = 2
604
+          }
605
+          if(this.$route.query.weekTime == "nextWeek"){
606
+              theType = 3
607
+          }
608
+          if(this.$route.query.weekTime == "nextTwoWeek"){
609
+              theType = 4
610
+          }
611
+          var partionStr = this.partition_id
612
+          var arr = this.zoneIdList.join(',')
613
+          var str = ""
614
+          if(partionStr == 0){
615
+              str = arr
616
+          }
617
+          if(partionStr != 0){
618
+              str = partionStr
619
+          }
620
+          const params = {
621
+              weekTime:theType,
622
+              patitionid:str,
623
+              schedule_type:this.schedule_type,
624
+              week_date:this.week_date,
625
+          }
626
+          getSchedulesThree(params).then(response => {
627
+              if (response.data.state == 1) {
628
+                  this.weekTitle = response.data.data.weekTitle;
629
+                  console.log("weekTitle99923232",this.weekTitle)
630
+                  this.weekDays = response.data.data.days;
631
+                  this.toDay = response.data.data.today;
632
+                  var theSchedules = response.data.data.schdules;
633
+                  console.log("theSchedules",theSchedules)
634
+                  if(theSchedules!=null){
635
+                    for(let i=0;i<theSchedules.length;i++){
636
+                       theSchedules[i].sort = 0
637
+                       theSchedules[i].sort = theSchedules[i].number.sort 
638
+                    }
639
+                  }
640
+                  this.tableDataList = theSchedules.sort(this.compare('sort'))
641
+              } else {
642
+                  this.$message.error("网络错误");
643
+                  return false;
644
+              }
645
+          });
646
+      },
647
+
648
+      getBedNumber(id){
649
+        var number = ""
650
+        for(let i=0;i<this.deviceNumberList.length;i++){
651
+           if(id == this.deviceNumberList[i].id){
652
+              number =this.deviceNumberList[i].number
653
+           }
654
+        }
655
+        return number
656
+      },
657
+      getModeName(id){
658
+        var name = ""
659
+        if(id == 1){
660
+          name = "HD"
661
+        }
662
+        if(id == 2){
663
+          name = "HDF"
664
+        }
665
+        if(id == 3){
666
+          name = "HD+HP"
667
+        }
668
+        if(id == 4){
669
+          name = "HP"
670
+        }
671
+        if(id == 5){
672
+          name = "HF"
673
+        }
674
+        if(id == 6){
675
+          name = "SCUF"
676
+        }
677
+        if(id == 7){
678
+          name = "IUF"
679
+        }
680
+        if(id == 8){
681
+          name = "HFHD"
682
+        }
683
+        if(id == 9){
684
+          name = "HFHD+HP"
685
+        }
686
+        if(id == 10){
687
+          name = "PHF"
688
+        }
689
+        if(id == 11){
690
+          name = "HFR"
691
+        }
692
+        if(id == 12){
693
+          name = "HDF+HP"
694
+        }
695
+        if(id == 13){
696
+          name = "CRRT"
697
+        }
698
+        if(id == 14){
699
+          name = "腹水回输"
700
+        }
701
+        if(id == 19){
702
+          name = "IUF+HD"
703
+        }
704
+        if(id == 20){
705
+          name = "UF"
706
+        }
707
+        if(id == 21){
708
+          name = "HD+"
709
+        }
710
+        if(id == 22){
711
+          name = "血浆胆红素吸附+HDF"
712
+        }
713
+        if(id == 23){
714
+          name = "血浆胆红素吸附"
715
+        }
716
+        if(id == 24){
717
+          name = "I-HDF"
718
+        }
719
+        if(id == 25){
720
+          name = "HD高通"
721
+        }
722
+        if(id == 26){
723
+          name = "CVVH"
724
+        }
725
+         if(id == 27){
726
+          name = "CVVHD"
727
+        }
728
+         if(id == 28){
729
+          name = "CVVHDF"
730
+        }
731
+         if(id == 29){
732
+          name = "PE"
733
+        }
734
+         if(id == 30){
735
+          name = "血浆胆红素吸附+HP"
736
+        }
737
+         if(id == 31){
738
+          name = "HPD"
739
+        }
740
+         if(id == 32){
741
+          name = "HDP"
742
+        }
743
+        if(id == 33){
744
+          name = "HFD"
745
+        }
746
+        if(id == 33){
747
+          name = "HFD"
748
+        }
749
+        if(id == 34){
750
+          name = "HDF100"
751
+        }
752
+        if(id == 35){
753
+          name = "HDF600"
754
+        }
755
+        if(id == 36){
756
+          name = "HDF800"
757
+        }
758
+        if(id == 37){
759
+          name = "HDF1000"
760
+        }
761
+        return name
762
+      },
763
+      getNextScheudle(val){
764
+        var str =""
765
+        if(val.id >0){
766
+           str= this.getTimeOne(val.schedule_date) + " " + this.getClasstType(val.schedule_type)  + " " + this.getModeName(val.mode_id)
767
+        }else{
768
+          return ""
769
+        }
770
+        console.log("val23320320302230",str)
771
+        if(str == "undefined"){
772
+           return ""
773
+        }else{
774
+          return str
775
+        }
776
+        
777
+      },
778
+      getClasstType(type){
779
+         if(type ==1){
780
+           return "上午"
781
+         }
782
+         if(type ==2){
783
+           return "下午"
784
+         }
785
+         if(type ==3){
786
+           return "晚上"
787
+         }
788
+      },
789
+      compare (property) {
790
+          return function (a, b) {
791
+              var value1 = a[property]
792
+              var value2 = b[property]
793
+              return value1 - value2
794
+          }
795
+      },
796
+      
797
+      
798
+      }
799
+    }
800
+  </script>
801
+  
802
+  <style rel="stylesheet/scss" lang="scss" scoped>
803
+    .print_main_content {
804
+      background-color: white;
805
+      width: 960px;
806
+      margin: 0 auto;
807
+      padding: 0 0 20px 0;
808
+  
809
+    .order_title_panl {
810
+      text-align: center;
811
+  
812
+    .main_title {
813
+      font-size: 18px;
814
+      line-height: 40px;
815
+      font-weight: 500;
816
+    }
817
+  
818
+    }
819
+    .table_panel {
820
+  
821
+    .table {
822
+      width: 100%;
823
+      border: 1px solid;
824
+      border-collapse: collapse;
825
+      padding: 2px;
826
+  
827
+    thead {
828
+  
829
+    tr {
830
+  
831
+    td {
832
+      border: 1px solid;
833
+      text-align: center;
834
+      font-size: 20px;
835
+      padding: 15px 5px;
836
+    }
837
+  
838
+    }
839
+    }
840
+    tbody {
841
+  
842
+    tr {
843
+  
844
+    td {
845
+      border: 1px solid;
846
+      text-align: center;
847
+      font-size: 18px;
848
+      padding: 10px 5px;
849
+  
850
+    .proj {
851
+      padding: 5px 0;
852
+      text-align: left;
853
+  
854
+    .proj_title {
855
+      font-size: 16px;
856
+      font-weight: 500;
857
+      line-height: 25px;
858
+    }
859
+  
860
+    .proj_item {
861
+      font-size: 15px;
862
+      line-height: 20px;
863
+  
864
+    .zone_name {
865
+      font-weight: 500;
866
+    }
867
+  
868
+    }
869
+    }
870
+    }
871
+    }
872
+    }
873
+    }
874
+    }
875
+    }
876
+  </style>
877
+  
878
+  

+ 13 - 13
src/xt_permission.js Ver arquivo

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