Browse Source

新分支

28169 1 year ago
parent
commit
a98553d243

+ 8 - 0
src/api/advice.js View File

@@ -576,3 +576,11 @@ export function GetMobileScheduleList(params) {
576 576
     params: params
577 577
   })
578 578
 }
579
+
580
+export function getNewLongSchedualDoctors(params){
581
+  return request({
582
+    url: '/api/schedule/new/long/advices',
583
+    method: 'get',
584
+    params: params
585
+  })
586
+}

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

@@ -404,6 +404,14 @@ export function getDialysisAdviceToday(params) {
404 404
   })
405 405
 }
406 406
 
407
+export function getLongDialysisAdviceToday(params){
408
+  return request({
409
+    url:"/api/patient/getlongdialysisadvicetoday",
410
+    method:"Get",
411
+    params:params,
412
+  })
413
+}
414
+
407 415
 
408 416
 export function SaveDialysisInformationSetting(params) {
409 417
   return request({

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

@@ -56,6 +56,26 @@ export default {
56 56
         noCache: true
57 57
       }
58 58
     },
59
+    {
60
+      path: '/dialysis/longDoctorAdvice',
61
+      component: () => import('@/xt_pages/dialysis/longDoctorAdvice'),
62
+      name: '长期医嘱',
63
+      meta: {
64
+        title: '长期医嘱',
65
+        noCache: true
66
+      }
67
+    },
68
+    {
69
+      path: '/dialysis/doctorlongAdvicePrint',
70
+      component: () => import('@/xt_pages/dialysis/longDoctorAdvicePrint'),
71
+      name: '长期医嘱打印',
72
+      hidden: true,
73
+      is_menu: false,
74
+      meta: {
75
+        title: '长期医嘱打印',
76
+        noCache: true
77
+      }
78
+    },
59 79
     {
60 80
       path: '/dialysis/doctorAdvicePrint',
61 81
       component: () => import('@/xt_pages/dialysis/doctorAdvicePrint'),
@@ -103,6 +123,18 @@ export default {
103 123
       }
104 124
     },
105 125
 
126
+    {
127
+      path: '/dialysis/doctorLongNewAdvicePrint',
128
+      component: () => import('@/xt_pages/dialysis/doctorLongNewAdvicePrint'),
129
+      name: '透析医嘱统计打印',
130
+      hidden: true,
131
+      is_menu: false,
132
+      meta: {
133
+        title: '透析医嘱统计打印',
134
+        noCache: true
135
+      }
136
+    },
137
+
106 138
     {
107 139
       path: '/dialysis/signPrint',
108 140
       component: () => import('@/xt_pages/dialysis/signPrint'),
@@ -114,6 +146,17 @@ export default {
114 146
         noCache: true
115 147
       }
116 148
     },
149
+    {
150
+      path: '/dialysis/signLongPrint',
151
+      component: () => import('@/xt_pages/dialysis/longSignPrint'),
152
+      name: '标签打印',
153
+      hidden: true,
154
+      is_menu: false,
155
+      meta: {
156
+        title: '标签打印',
157
+        noCache: true
158
+      }
159
+    },
117 160
     {
118 161
       path: '/dialysis/consumableDrugs',
119 162
       component: () => import('@/xt_pages/dialysis/consumableDrugs'),

+ 3 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1684,9 +1684,10 @@
1684 1684
                         <td v-if="org_id == 9671 || org_id == 9919"></td>
1685 1685
                         <td
1686 1686
                           v-if="
1687
-                            prescription.mode_id == 2 ||
1687
+                            (prescription.mode_id == 2 ||
1688 1688
                             prescription.mode_id == 5 ||
1689
-                            prescription.mode_id == 12
1689
+                            prescription.mode_id == 12)
1690
+                            && org_id!=10478
1690 1691
                           "
1691 1692
                           width="50"
1692 1693
                         ></td>

+ 2 - 2
src/xt_pages/dialysis/bloodPresssWatch.vue View File

@@ -319,7 +319,7 @@
319 319
           >批量打印</el-button
320 320
         >
321 321
       </template>
322
-        <template v-if="this.template_id == 47">
322
+        <template v-if="this.template_id == 47 && this.org_id!=10318">
323 323
         <el-button
324 324
           size="small"
325 325
           icon="el-icon-printer"
@@ -2109,7 +2109,7 @@ export default {
2109 2109
         this.$router.push({ path: "/dialysis/print/batch/fortyOne" });
2110 2110
       } else if (this.template_id == 43) {
2111 2111
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
2112
-      } else if (this.template_id == 47) {
2112
+      } else if (this.template_id == 47 && this.org_id!=10318) {
2113 2113
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
2114 2114
       } else if (this.template_id == 48) {
2115 2115
         this.$router.push({ path: "/dialysis/print/batch/six" });

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

@@ -860,7 +860,8 @@ export default {
860 860
       machineList:[],
861 861
       infoDialogVisible:false,
862 862
       selected_date:"",
863
-      remark:""
863
+      remark:"",
864
+      org_id:0,
864 865
     }
865 866
   },
866 867
   watch: {
@@ -1491,6 +1492,7 @@ export default {
1491 1492
   },
1492 1493
   created() {
1493 1494
     // console.log("this.form", this.form.consciousness);
1495
+    this.org_id = this.$store.getters.xt_user.template_info.org_id
1494 1496
     this.cruorOptions = getDataConfig('hemodialysis', 'cruor')
1495 1497
     this.pip_coagulationOptions = getDataConfig('hemodialysis','pip_coagulation')
1496 1498
     this.symptomsOptions = getDataConfig('hemodialysis', 'symptoms')

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

@@ -2653,6 +2653,7 @@ mu
2653 2653
             this.dialysisPrescription.package = last.package
2654 2654
             this.dialysisPrescription.a_liquid = last.a_liquid
2655 2655
             this.zongliang = last.anticoagulant_zongliang
2656
+            this.dialysisPrescription.chaptalization = last.chaptalization
2656 2657
             if(this.$store.getters.xt_user.template_info.org_id!=10013  && this.$store.getters.xt_user.template_info.org_id!=10014){
2657 2658
               this.remark = last.remark
2658 2659
             }

+ 687 - 0
src/xt_pages/dialysis/doctorLongNewAdvicePrint.vue View File

@@ -0,0 +1,687 @@
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:right;">打印日期: &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="50">序号</td>
29
+                  <td width="100">区域</td>
30
+                  <!-- <td width="100">责护</td> -->
31
+                  <td width="100">透析模式</td>
32
+                  <td  v-for="(item,index) in tabHead"  :key="index" :label="item.advice_name" width="200">
33
+                     {{item.advice_name}}
34
+                  </td>
35
+                </tr>
36
+                </thead>
37
+                <tbody>
38
+                 <tr v-for="(item,index) in tableDataList" :key="i">
39
+                  <td>
40
+                    <span v-if="item.is_total ==1"> {{index+1}}</span>
41
+                    <span v-if="item.is_total ==0">总计</span>
42
+                  </td>
43
+                  <td>
44
+                    <span v-if="item.is_total == 1">
45
+                      <!-- {{getZoneName(item.child)}} -->
46
+                      {{item.zone_name}}
47
+                    </span> 
48
+                  </td>
49
+                  <!-- <td>
50
+                    <span v-if="item.is_total == 1"> {{getAdminUserName(item.execution_staff)}}</span>
51
+                  </td> -->
52
+                  <td>
53
+                    <span v-if="item.is_total == 1"> {{getModeId(item.child)}}</span>
54
+                  </td>
55
+                  <td v-for="(it,i) in tabHead"  :key="i">
56
+                    <span v-if="item.is_total == 1">
57
+                      <span v-if="item.child[i]!=null">
58
+                        {{getDrugCount(item.child,it.advice_name)}}
59
+                      </span>
60
+                      <span v-if="it&&it.advice_name == '肝素钠注射剂'">
61
+                        {{getDrugAdviceCount(it.advice_name,item.zone_name)}}  
62
+                      </span>
63
+                    </span>
64
+                    <span v-if="item.is_total == 0">
65
+                      {{getAllSumCount(it.advice_name)}}
66
+                    </span>
67
+                  </td>
68
+
69
+                 </tr>
70
+                </tbody>
71
+              </table>
72
+            </div>
73
+          </div>
74
+        </div>
75
+      </div>
76
+    </div>
77
+  </template>
78
+  
79
+  <script>
80
+    import { getLongDialysisAdviceToday } from '@/api/dialysis'
81
+    import { parseTime } from '@/utils'
82
+    import { uParseTime } from '@/utils/tools'
83
+    import BreadCrumb from '@/xt_pages/components/bread-crumb'
84
+    import print from 'print-js'
85
+    import { getDataConfig } from '@/utils/data'
86
+    export default {
87
+      name: 'SchedulePrint',
88
+      data() {
89
+        return {
90
+          crumbs: [
91
+            { path: false, name: '排班管理' },
92
+            { path: false, name: '排班打印' }
93
+          ],
94
+          td_1_width: '8%',
95
+          td_2_width: '8%',
96
+          td_3_width: '64%',
97
+          td_4_width: '20%',
98
+          month: 1,
99
+          begin_day: 1,
100
+          total:[],
101
+          list:[],
102
+          schedule_date:"",
103
+          schedule_type:0,
104
+          partition_type:0,
105
+          keywords:"",
106
+          loading:false,
107
+          tableData:[],
108
+          numberList:[],
109
+          partitionArr:[],
110
+          his_config:{},
111
+          typeList:[],
112
+          rowList:[],
113
+          dialysate_formulation:[],
114
+          body_fluid_option:[],
115
+          displace_liqui_part_option:[],
116
+          blood_access_option:[],
117
+          hemodialysisPipelinesOptions:[],
118
+          tableList:[],
119
+          druglist:[],
120
+          config:{},
121
+          tabHead:[],
122
+          tableDataList:[],
123
+          adminUserList:[],
124
+          doctorMap:[],
125
+        }
126
+      },
127
+      components: {
128
+        BreadCrumb
129
+      },
130
+      created() {
131
+        this.getDialysisAdviceSchedudeList()
132
+      },
133
+      methods: {
134
+        getDialysisAdviceSchedudeList() {
135
+            var params = {
136
+              schedule_type:this.$route.query.schedule_type,
137
+              partion_type:this.$route.query.partion_type,
138
+              selected_date:this.$route.query.schedule_date,
139
+            }
140
+          console.log("params2332232wo",params)
141
+          getLongDialysisAdviceToday(params).then(response=>{
142
+            if(response.data.state == 1){
143
+             var doctorList = []
144
+             var druglist = response.data.data.drug
145
+             this.druglist = druglist
146
+             this.startdialogVisibleOne = true
147
+             var list = response.data.data.list
148
+             if(list!=null && list.length>0){
149
+                for(let i=0;i<list.length;i++){
150
+                  list[i].new_doctor_advice = []
151
+                  for(let j=0;j<list[i].xt_doctor_advice.length;j++){
152
+                    if((list[i].xt_doctor_advice[j].frequency_type == 1) || (list[i].xt_doctor_advice[j].frequency_type == 3 && list[i].xt_doctor_advice[j].week_day.indexOf(this.getweekday(this.$route.query.schedule_date))!=-1)){
153
+                        list[i].new_doctor_advice.push(list[i].xt_doctor_advice[j])
154
+                    }
155
+                  }
156
+                }
157
+              }
158
+          
159
+             this.adminUserList = response.data.data.doctorList
160
+             
161
+             if(list!=null && list.length > 0){
162
+                
163
+               for(let i=0;i<list.length;i++){
164
+                for(let j=0;j<list[i].new_doctor_advice.length;j++){
165
+                  list[i].new_doctor_advice[j].mode_id = list[i].mode_id
166
+                  list[i].new_doctor_advice[j].zone_name = list[i].device_number.zone.name
167
+                  list[i].new_doctor_advice[j].sort = list[i].device_number.zone.sort
168
+                  doctorList.push(list[i].new_doctor_advice[j])
169
+                }
170
+               }
171
+             }
172
+          
173
+
174
+             
175
+              if(doctorList!=null && doctorList.length > 0){
176
+
177
+                let dataInfo = {}
178
+                  doctorList.forEach((item, index) => {
179
+                  item.advice_name = item.advice_name.replace(/\s/g,"")  
180
+                  let { advice_name } = item
181
+                  if (!dataInfo[advice_name]) {
182
+                    dataInfo[advice_name] = {
183
+                      advice_name:item.advice_name,
184
+                      child: [],
185
+                      count:0,
186
+                      execution_staff:item.execution_staff,
187
+                      specification_name:item.advice_desc +item.drug_spec_unit,
188
+                      patient_id:item.patient_id,
189
+                    }
190
+                  }
191
+                })
192
+                let arr = Object.values(dataInfo)
193
+                for(let i=0;i<arr.length;i++){
194
+                  for(let j=0;j<doctorList.length;j++){
195
+                    if(arr[i].advice_name == doctorList[j].advice_name){
196
+                        arr[i].child.push(doctorList[j])
197
+                    }
198
+                  }
199
+                }
200
+                this.tabHead = arr
201
+                console.log("arr---------------------",this.tabHead)
202
+              }
203
+              
204
+              this.doctorMap = []
205
+              if(doctorList!=null && doctorList.length > 0){
206
+                let dataInfo = {}
207
+                  doctorList.forEach((item, index) => {
208
+                  if(item.advice_name == "肝素钠注射剂"){
209
+                    this.doctorMap.push(item)
210
+                  } 
211
+                  let { zone_name } = item
212
+                  if (!dataInfo[zone_name])  {
213
+                    dataInfo[zone_name] = {
214
+                      zone_name:item.zone_name,
215
+                      child: [],
216
+                      count:0,
217
+                      sort:item.sort,
218
+                    }
219
+                  }
220
+                })
221
+                let newArr = Object.values(dataInfo)
222
+                if(newArr!=null && newArr.length >0){
223
+                  for(let i=0;i<newArr.length;i++){
224
+                    for(let j=0;j<doctorList.length;j++){
225
+                      if(newArr[i].zone_name == doctorList[j].zone_name){
226
+                         newArr[i].child.push(doctorList[j])
227
+                      }
228
+                    }
229
+                  }
230
+
231
+                }
232
+                var newList = newArr.sort(this.compareList('sort'))
233
+                if(newList!=null && newList.length >0){
234
+                  for(let i=0;i<newList.length;i++){
235
+                    newList[i].is_total = 1
236
+                  }
237
+                }
238
+
239
+                var obj = {is_total:0,count:0,execution_staff:0,child:[]}
240
+                newList.push(obj)
241
+                this.tableDataList = newList
242
+                console.log("999999999999999999-------",this.tableDataList)
243
+              }
244
+
245
+             
246
+             
247
+             
248
+              
249
+              
250
+            }
251
+          })
252
+        },
253
+       getTimeOne(val) {
254
+          if(val == ""){
255
+          return ""
256
+          }else {
257
+          return uParseTime(val, '{y}-{m}-{d}')
258
+          }
259
+       },
260
+       getCount(val){
261
+         var count = 0
262
+         if(val!=null && val.length > 0){
263
+          for(let i=0;i<val.length;i++){
264
+            count += parseInt(val[i].prescribing_number)
265
+          }
266
+         }
267
+         if(count > 0){
268
+          return count
269
+         }else{
270
+          return 0
271
+         }
272
+       },
273
+      printAction: function() {
274
+      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; } }'
275
+  
276
+      printJS({
277
+          printable: 'print_content',
278
+          type: 'html',
279
+          documentTitle: '  ',
280
+          style: style,
281
+          scanStyles: false
282
+       })
283
+      },
284
+      getSpecification(id){
285
+          var specification_name = ""
286
+          for(let i=0;i<this.druglist.length;i++){
287
+            if(id == this.druglist[i].id){
288
+              specification_name = this.druglist[i].dose+this.druglist[i].dose_unit +"*"+this.druglist[i].min_number+this.druglist[i].min_unit +"/"+this.druglist[i].max_unit
289
+            }
290
+          }
291
+          return specification_name
292
+        },
293
+       getHisCount(val,max_unit,min_unit,min_number){
294
+          var total = 0
295
+          var max_str = "";
296
+          var min_str = "";
297
+          for(let i=0;i<val.length;i++){
298
+            total+=parseInt(val[i].prescribing_number)
299
+          }
300
+          if (total < min_number) {
301
+          min_str = total + min_unit;
302
+        }
303
+        if (total == 0) {
304
+          min_str = "";
305
+          max_str = "";
306
+        }
307
+        if (total >= min_number) {
308
+          if (parseInt(total / min_number) != 0) {
309
+            max_str = parseInt(total / min_number) + max_unit;
310
+          }
311
+          if (total % min_number != 0) {
312
+            min_str = (total % min_number) + min_unit;
313
+          }
314
+        }
315
+        return max_str + min_str;
316
+          
317
+        },
318
+
319
+        getModeId(val){
320
+        if(val!=null && val.length > 0){
321
+          let dataInfo = {}
322
+            val.forEach((item, index) => {
323
+            let { patient_id } = item
324
+            if (!dataInfo[patient_id])  {
325
+              dataInfo[patient_id] = {
326
+                patient_id:item.patient_id,
327
+                child: [],
328
+                count:0,
329
+                mode_id:item.mode_id,
330
+              }
331
+            }
332
+        })
333
+          let newArr = Object.values(dataInfo)
334
+        
335
+          if(newArr!=null && newArr.length >0){
336
+            let dataInfo = {}
337
+            newArr.forEach((item, index) => {
338
+              let { mode_id } = item
339
+              if (!dataInfo[mode_id])  {
340
+                dataInfo[mode_id] = {
341
+                  mode_id:item.mode_id,
342
+                  child: [],
343
+                  count:0,
344
+                }
345
+              }
346
+           })
347
+           let hisNewArr = Object.values(dataInfo)
348
+          
349
+           if(hisNewArr!=null && hisNewArr.length >0){
350
+             for(let i=0;i<hisNewArr.length;i++){
351
+               for(let j=0;j<newArr.length;j++){
352
+                 if(hisNewArr[i].mode_id == newArr[j].mode_id){
353
+                    hisNewArr[i].child.push(newArr[j])
354
+                 }
355
+               }
356
+             }
357
+           }
358
+         
359
+           
360
+           var str = ""
361
+           for(let i=0;i<hisNewArr.length;i++){
362
+             if(hisNewArr[i].mode_id == 1){
363
+                hisNewArr[i].mode_id = "HD"
364
+             }
365
+             if(hisNewArr[i].mode_id == 2){
366
+                hisNewArr[i].mode_id = "HDF"
367
+             }
368
+             if(hisNewArr[i].mode_id == 3){
369
+                hisNewArr[i].mode_id = "HD+HP"
370
+             }
371
+             if(hisNewArr[i].mode_id == 4){
372
+                hisNewArr[i].mode_id = "HP"
373
+             }
374
+             if(hisNewArr[i].mode_id == 5){
375
+                hisNewArr[i].mode_id = "HF"
376
+             }
377
+             if(hisNewArr[i].mode_id == 6){
378
+                hisNewArr[i].mode_id = "SCUF"
379
+             }
380
+             if(hisNewArr[i].mode_id == 7){
381
+                hisNewArr[i].mode_id = "IUF"
382
+             }
383
+             if(hisNewArr[i].mode_id == 8){
384
+                hisNewArr[i].mode_id = "HFHD"
385
+             }
386
+             if(hisNewArr[i].mode_id == 9){
387
+                hisNewArr[i].mode_id = "HFHD+HP"
388
+             }
389
+             if(hisNewArr[i].mode_id == 10){
390
+                hisNewArr[i].mode_id = "PHF"
391
+             }
392
+             if(hisNewArr[i].mode_id == 11){
393
+                hisNewArr[i].mode_id = "HFR"
394
+             }
395
+             if(hisNewArr[i].mode_id == 12){
396
+                hisNewArr[i].mode_id = "HDF+HP"
397
+             }
398
+             if(hisNewArr[i].mode_id == 13){
399
+                hisNewArr[i].mode_id = "CRRT"
400
+             }
401
+             if(hisNewArr[i].mode_id == 14){
402
+                hisNewArr[i].mode_id = "腹水回输"
403
+             }
404
+             if(hisNewArr[i].mode_id == 15){
405
+                hisNewArr[i].mode_id = "IUF+HD"
406
+             }
407
+             if(hisNewArr[i].mode_id == 20){
408
+                hisNewArr[i].mode_id = "UF"
409
+             }
410
+             if(hisNewArr[i].mode_id == 21){
411
+                hisNewArr[i].mode_id = "HD+"
412
+             }
413
+             if(hisNewArr[i].mode_id == 22){
414
+                hisNewArr[i].mode_id = "血浆胆红素吸附+HDF"
415
+             }
416
+             if(hisNewArr[i].mode_id == 23){
417
+                hisNewArr[i].mode_id = "血浆胆红素吸附"
418
+             }
419
+             if(hisNewArr[i].mode_id == 24){
420
+                hisNewArr[i].mode_id = "I-HDF"
421
+             }
422
+             if(hisNewArr[i].mode_id == 25){
423
+                hisNewArr[i].mode_id = "HD高通"
424
+             }
425
+             if(hisNewArr[i].mode_id == 26){
426
+                hisNewArr[i].mode_id = "CVVH"
427
+             }
428
+             if(hisNewArr[i].mode_id == 27){
429
+                hisNewArr[i].mode_id = "CVVHD"
430
+             }
431
+             if(hisNewArr[i].mode_id == 28){
432
+                hisNewArr[i].mode_id = "CVVHDF"
433
+             }
434
+             if(hisNewArr[i].mode_id == 29){
435
+                hisNewArr[i].mode_id = "PE"
436
+             }
437
+             if(hisNewArr[i].mode_id == 30){
438
+                hisNewArr[i].mode_id = "血浆胆红素吸附+HP"
439
+             }
440
+             if(hisNewArr[i].mode_id == 31){
441
+                hisNewArr[i].mode_id = "HPD"
442
+             }
443
+             if(hisNewArr[i].mode_id == 32){
444
+                hisNewArr[i].mode_id = "HDP"
445
+             }
446
+             str += hisNewArr[i].mode_id +"("+hisNewArr[i].child.length+")" +"\n" 
447
+           }
448
+          
449
+           return str
450
+         }
451
+
452
+          // return newArr.length
453
+        }
454
+      },
455
+      getDrugCount(val,advice_name){
456
+        
457
+        if(val!=null){
458
+          for(let i=0;i<val.length;i++){
459
+           val[i].advice_name = val[i].advice_name.replace(/\s/g,"")
460
+          }
461
+        }
462
+       
463
+        if(val!=null && val.length >0){
464
+            let dataInfo = {}
465
+            val.forEach((item, index) => {
466
+            
467
+            let { advice_name } = item
468
+            if (!dataInfo[advice_name])  {
469
+              dataInfo[advice_name] = {
470
+                advice_name:item.advice_name,
471
+                child: [],
472
+                count:0,
473
+              }
474
+            }
475
+          })
476
+       
477
+          let newArr = Object.values(dataInfo) 
478
+         
479
+         
480
+          if(newArr!=null && newArr.length >0){
481
+            for(let i=0;i<newArr.length;i++){
482
+              for(let j=0;j<val.length;j++){
483
+                if(newArr[i].advice_name == val[j].advice_name){
484
+                   newArr[i].child.push(val[j])
485
+                }
486
+              }
487
+            }
488
+          }
489
+          
490
+          var total = 0
491
+          var newHisArr =[]
492
+          if(newArr!=null && newArr.length >0){
493
+            for(let i=0;i<newArr.length;i++){
494
+               if(newArr[i].advice_name == advice_name){
495
+                  newHisArr.push(newArr[i])
496
+               }
497
+            }
498
+          }
499
+
500
+          if(newHisArr!=null && newHisArr.length>0){
501
+            
502
+            for(let i=0;i<newHisArr.length;i++){
503
+              for(let j=0;j<newHisArr[i].child.length;j++){
504
+                total += parseInt(newHisArr[i].child[j].prescribing_number)
505
+              }
506
+            }
507
+          }
508
+           
509
+          return total
510
+        }
511
+
512
+      },
513
+      getAdminUserName(id){
514
+        var name = ""
515
+        for(let i=0;i<this.adminUserList.length;i++){
516
+          if(id == this.adminUserList[i].id){
517
+             name = this.adminUserList[i].name
518
+          }
519
+        }
520
+        return name
521
+      },
522
+      getZoneName(val){
523
+        var zone_name = ""
524
+        if(val!=null && val.length >0){
525
+          zone_name = val[0].zone_name
526
+        }
527
+        return zone_name
528
+      },
529
+      compareList: function (k) {
530
+        return function (a, b) {
531
+          var M = a[k]
532
+          var N = b[k]
533
+          return M - N // 从低向高排
534
+          // return N - M;   // 从高向低排
535
+        }
536
+      },
537
+
538
+      getAllSumCount(advice_name){
539
+       
540
+        var hisNewArr =[]
541
+        if(this.tabHead.length!=null && this.tabHead.length >0){
542
+          for(let i=0;i<this.tabHead.length;i++){
543
+            if(this.tabHead[i].advice_name == advice_name){
544
+              hisNewArr.push(this.tabHead[i])
545
+            }
546
+          }
547
+        }
548
+        
549
+        var total = 0
550
+        if(hisNewArr!=null && hisNewArr.length > 0){
551
+          for(let i=0;i<hisNewArr.length;i++){
552
+          for(let j=0;j<hisNewArr[i].child.length;j++){
553
+              total += parseInt(hisNewArr[i].child[j].prescribing_number)
554
+          }
555
+          }
556
+        }
557
+        if (total > 0) {
558
+          return total
559
+        }else{
560
+          return 0
561
+        }
562
+
563
+     },
564
+     getDrugAdviceCount(advice_name,zone_name){
565
+        var str = ""
566
+        var arr =[]
567
+        var arrOne = []
568
+        if(this.doctorMap!=null && this.doctorMap.length>0){
569
+
570
+           for(let i=0;i<this.doctorMap.length;i++){
571
+            if(this.doctorMap[i].advice_name!="" || this.doctorMap[i].advice_name!=undefined){
572
+                this.doctorMap[i].advice_name = this.doctorMap[i].advice_name.replace(/\s/g,"")
573
+            }
574
+             if(this.doctorMap[i].advice_name == advice_name && this.doctorMap[i].zone_name == zone_name && this.doctorMap[i].delivery_way =="导管封管"){
575
+                arr.push(this.doctorMap[i])
576
+             }
577
+
578
+             if(this.doctorMap[i].advice_name == advice_name && this.doctorMap[i].zone_name == zone_name && this.doctorMap[i].delivery_way.indexOf("泵入")!=-1){
579
+                arrOne.push(this.doctorMap[i])
580
+             }
581
+           }
582
+        }
583
+
584
+        if(arr!=null && arr.length >0){
585
+            var total = 0
586
+           for(let i=0;i<arr.length;i++){
587
+              total +=arr[i].prescribing_number
588
+           }
589
+          str =  "封管" +"("+total+")"
590
+        }
591
+        if(arrOne!=null && arrOne.length >0){
592
+            var total_one = 0
593
+           for(let i=0;i<arrOne.length;i++){
594
+             total_one +=arrOne[i].prescribing_number
595
+           }
596
+          str = str + "泵入" +"("+total_one+")"
597
+        }
598
+        return str
599
+      },
600
+      getweekday(date){
601
+        var weekArray = new Array("周日", "周一", "周二", "周三", "周四", "周五", "周六");
602
+
603
+        var week = weekArray[new Date(date).getDay()];//注意此处必须是先new一个Date
604
+
605
+        return week;
606
+      }
607
+     }
608
+    }
609
+  </script>
610
+  
611
+  <style rel="stylesheet/scss" lang="scss" scoped>
612
+    .print_main_content {
613
+      background-color: white;
614
+      width: 960px;
615
+      margin: 0 auto;
616
+      padding: 0 0 20px 0;
617
+  
618
+    .order_title_panl {
619
+      text-align: center;
620
+  
621
+    .main_title {
622
+      font-size: 18px;
623
+      line-height: 40px;
624
+      font-weight: 500;
625
+    }
626
+  
627
+    }
628
+    .table_panel {
629
+  
630
+    .table {
631
+      width: 100%;
632
+      border: 1px solid;
633
+      border-collapse: collapse;
634
+      padding: 2px;
635
+  
636
+    thead {
637
+  
638
+    tr {
639
+  
640
+    td {
641
+      border: 1px solid;
642
+      text-align: center;
643
+      font-size: 20px;
644
+      padding: 15px 5px;
645
+    }
646
+  
647
+    }
648
+    }
649
+    tbody {
650
+  
651
+    tr {
652
+  
653
+    td {
654
+      border: 1px solid;
655
+      text-align: center;
656
+      font-size: 18px;
657
+      padding: 10px 5px;
658
+  
659
+    .proj {
660
+      padding: 5px 0;
661
+      text-align: left;
662
+  
663
+    .proj_title {
664
+      font-size: 16px;
665
+      font-weight: 500;
666
+      line-height: 25px;
667
+    }
668
+  
669
+    .proj_item {
670
+      font-size: 15px;
671
+      line-height: 20px;
672
+  
673
+    .zone_name {
674
+      font-weight: 500;
675
+    }
676
+  
677
+    }
678
+    }
679
+    }
680
+    }
681
+    }
682
+    }
683
+    }
684
+    }
685
+  </style>
686
+  
687
+  

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


+ 617 - 0
src/xt_pages/dialysis/longDoctorAdvicePrint.vue View File

@@ -0,0 +1,617 @@
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;" v-show="show">
12
+            <div id="dialysisTable">
13
+                <div class="order_title_panl">
14
+                    <span class="main_title">透析医嘱</span>
15
+                </div>
16
+                <p style="width: 960px;text-align: right;margin: 0 auto 10px;">日期:{{ time }}</p>
17
+                <table class="table dialysisTable" border="1" cellspacing="0" cellpadding="0">
18
+                    <tr>
19
+                    <th width="20px">姓名</th>
20
+                    <th width="100px">医嘱内容</th>
21
+                     <th width="50px">执行护士</th>
22
+                    </tr>
23
+                    <template v-for="(schedules, zone_name, index) in scheduleMap">
24
+                    <tr ><!--:key="index"-->
25
+                        <td>{{ zone_name }}</td>
26
+                        <td></td>
27
+                        <td></td>
28
+                       
29
+                    </tr>
30
+                    <template v-for="schedule in schedules">
31
+                        <template v-for="(group, group_index) in schedule.new_advice">
32
+                        <tr v-for="(advice, advice_index) in group.advices" :key="advice_index">
33
+                            <td
34
+                            v-if="advice_index == 0"
35
+                            :rowspan="group.advices.length"
36
+                            >{{ advice.parent_id == 0 ? schedule.patient.name : "" }}
37
+                            <br>
38
+                            ({{ advice.parent_id == 0 ? schedule.dialysis_no : ""}})
39
+                             {{getAge(schedule) }}岁
40
+                            <br>
41
+                            <span v-if="schedule.mode_id == 1">(HD)</span>
42
+                            <span v-if="schedule.mode_id == 2">(HDF)</span>
43
+                            <span v-if="schedule.mode_id == 3">(HD+HP)</span>
44
+                            <span v-if="schedule.mode_id == 4">(HP)</span>
45
+                            <span v-if="schedule.mode_id == 5">(HF)</span>
46
+                            <span v-if="schedule.mode_id == 6">(SCUF)</span>
47
+                            <span v-if="schedule.mode_id == 7">(IUF)</span>
48
+                            <span v-if="schedule.mode_id == 8">(HFHD)</span>
49
+                            <span v-if="schedule.mode_id == 9">(HFHD+HP)</span>
50
+                            <span v-if="schedule.mode_id == 10">(PHF)</span>
51
+                            <span v-if="schedule.mode_id == 11">(HFR)</span>
52
+                            <span v-if="schedule.mode_id == 12">(HDF+HP)</span>
53
+                            <span v-if="schedule.mode_id == 13">(CRRT)</span>
54
+                            <span v-if="schedule.mode_id == 14">(腹水回输)</span>
55
+                            <span v-if="schedule.mode_id == 24">I-HDF</span>
56
+                            </td>
57
+                          
58
+                   
59
+                            <td
60
+                            :class="
61
+                                advice.parent_id == 0
62
+                                ? 'advice_content'
63
+                                : 'subadvice_content'
64
+                            "
65
+                            >
66
+                            <span>{{ advice.advice_name }}</span>
67
+                           
68
+                            <span v-if="advice.single_dose">
69
+                                单次用量 {{ advice.single_dose
70
+                                }}{{ advice.single_dose_unit }}
71
+                            </span>
72
+                            <span v-if="advice.prescribing_number>0">总量:</span>
73
+                            <span v-if="advice.prescribing_number">
74
+                                {{ advice.prescribing_number
75
+                                }}{{ advice.prescribing_number_unit }}
76
+                            </span>
77
+                            <span>{{ advice.delivery_way }}</span>
78
+                            <span>{{ advice.execution_frequency }}</span>
79
+                           
80
+                            </td>
81
+                            <td>{{ getName(advice.execution_staff) }}</td>
82
+                           
83
+                        </tr>
84
+                        </template>
85
+                    </template>
86
+                    </template>
87
+                </table>
88
+            </div>
89
+        </div>
90
+
91
+          <div class="app-container" style="background-color: white;" v-show="showOne">
92
+            <div id="dialysisTable">
93
+                <div class="order_title_panl">
94
+                    <span class="main_title">透析医嘱</span>
95
+                </div>
96
+                <p style="width: 960px;text-align: right;margin: 0 auto 10px;">日期:{{ time }}</p>
97
+                <table class="table dialysisTable" border="1" cellspacing="0" cellpadding="0">
98
+                    <tr>
99
+                    <th width="20px">姓名</th>
100
+                    <th width="100px">医嘱内容</th>
101
+                    <th width="20px">执行护士</th>
102
+                    </tr>
103
+                    <template v-for="(schedules, zone_name, index) in scheduleMap">
104
+                    <tr ><!--:key="index"-->
105
+                        <td>{{ zone_name }}</td>
106
+                        <td></td>
107
+                        <td></td>
108
+                    </tr>
109
+                    <template v-for="schedule in schedules">
110
+                        <template v-for="(group, group_index) in schedule.new_advice">
111
+                        <tr v-for="(advice, advice_index) in group.advices" :key="advice_index">
112
+                            <td
113
+                            v-if="advice_index == 0"
114
+                            :rowspan="group.advices.length"
115
+                            >{{ advice.parent_id == 0 ? schedule.patient.name : "" }}
116
+                            <br>
117
+                            ({{ advice.parent_id == 0 ? schedule.dialysis_no : ""}})
118
+                            {{getAge(schedule) }}岁
119
+                            <br>
120
+                            <span v-if="schedule.mode_id == 1">(HD)</span>
121
+                            <span v-if="schedule.mode_id == 2">(HDF)</span>
122
+                            <span v-if="schedule.mode_id == 3">(HD+HP)</span>
123
+                            <span v-if="schedule.mode_id == 4">(HP)</span>
124
+                            <span v-if="schedule.mode_id == 5">(HF)</span>
125
+                            <span v-if="schedule.mode_id == 6">(SCUF)</span>
126
+                            <span v-if="schedule.mode_id == 7">(IUF)</span>
127
+                            <span v-if="schedule.mode_id == 8">(HFHD)</span>
128
+                            <span v-if="schedule.mode_id == 9">(HFHD+HP)</span>
129
+                            <span v-if="schedule.mode_id == 10">(PHF)</span>
130
+                            <span v-if="schedule.mode_id == 11">(HFR)</span>
131
+                            <span v-if="schedule.mode_id == 12">(HDF+HP)</span>
132
+                            <span v-if="schedule.mode_id == 13">(CRRT)</span>
133
+                            <span v-if="schedule.mode_id == 14">(腹水回输)</span>
134
+                            <span v-if="schedule.mode_id == 24">I-HDF</span>
135
+                            </td>
136
+                           
137
+                           
138
+                            <td v-if="advice_index == 0" :rowspan="group.advices.length">
139
+                            {{
140
+                            advice.parent_id == 0
141
+                            ? parseTime(advice.start_time, "{m}-{d} {h}:{i}")
142
+                            : ""
143
+                            }}
144
+                            </td>
145
+                            <td
146
+                            :class="
147
+                                advice.parent_id == 0
148
+                                ? 'advice_content'
149
+                                : 'subadvice_content'
150
+                            "
151
+                            >
152
+                            <span>{{ advice.advice_name }}</span>
153
+                            
154
+                            <span v-if="advice.single_dose">
155
+                                单次用量 {{ advice.single_dose
156
+                                }}{{ advice.single_dose_unit }}
157
+                            </span>
158
+                            <span v-if="advice.prescribing_number>0">总量:</span>
159
+                            <span v-if="advice.prescribing_number">
160
+                                {{ advice.prescribing_number
161
+                                }}{{ advice.prescribing_number_unit }}
162
+                            </span>
163
+                            <span>{{ advice.delivery_way }}</span>
164
+                            <span>{{ advice.execution_frequency }}</span>
165
+                           
166
+                            </td>
167
+                            <td>{{ getName(advice.execution_staff) }}</td>
168
+                        </tr>
169
+                        </template>
170
+                    </template>
171
+                    </template>
172
+                </table>
173
+            </div>
174
+        </div>
175
+    </div>
176
+</template>
177
+
178
+<script>
179
+import BreadCrumb from '@/xt_pages/components/bread-crumb'
180
+import { getNewLongSchedualDoctors } from '@/api/advice'
181
+import { parseTime } from '@/utils'
182
+import { jsGetAge } from "@/utils/tools";
183
+import print from 'print-js'
184
+const moment = require('moment')
185
+export default {
186
+    components:{
187
+        BreadCrumb
188
+    },
189
+    data(){
190
+        return{
191
+            crumbs: [
192
+                { path: false, name: '药品' },
193
+                { path: false, name: '打印' }
194
+            ],
195
+            tableData:[],
196
+            start_time:"",
197
+            end_time:"",
198
+            print_time:moment(new Date()).add('year', 0).format('YYYY-MM-DD'),
199
+
200
+            zone_selected: 0,
201
+            scheduleMap:[],
202
+            time:'',
203
+            show:true,
204
+            showOne:false,
205
+            delivery_way:"",
206
+            org_id:0,
207
+        }
208
+    },
209
+    methods:{
210
+        getAge: function (val) {
211
+            var thisLen = val.patient.id_card_no.length;
212
+            var birth = "";
213
+            if (thisLen == 15) {
214
+                birth = "19" + val.patient.id_card_no.substr(6, 6);
215
+            } else {
216
+                birth = val.patient.id_card_no.substr(6, 8);
217
+            }
218
+            var birthtwo =
219
+                birth.substr(0, 4) +
220
+                "-" +
221
+                birth.substr(4, 2) +
222
+                "-" +
223
+                birth.substr(6, 2);
224
+
225
+            var age = jsGetAge(birthtwo, "-");
226
+            return age;
227
+        },
228
+        printAction: function() {
229
+            const style = '@media print { .dialysisTable{width:960px;margin: 0 auto;text-align: center;border-collapse: collapse;}.order_title_panl {text-align: center;.main_title {font-size: 18px;line-height: 40px;font-weight: 500;}}.dialysisTable tr{padding: 10px 0;}.dialysisTable th {color: #000;padding: 0;margin: 0;height: 30px;}.dialysisTable tr td {padding: 12px 0;}.subadvice_content {text-align: left;padding-left: 25px !important;padding-right: 5px !important;}.advice_content {text-align: left;padding-left: 5px !important;padding-right: 5px !important;padding: 15px 5px !important;} }'
230
+
231
+            printJS({
232
+            printable: 'dialysisTable',
233
+            type: 'html',
234
+            documentTitle: '  ',
235
+            style: style,
236
+            scanStyles: false
237
+            })
238
+        },
239
+        requestSchedualDoctors (time) {
240
+            let newTime =  moment(time).format('YYYY-MM-DD')
241
+            getNewLongSchedualDoctors({
242
+            date: newTime,
243
+            patient_type: 0,
244
+            advice_type: 1,
245
+            delivery_way:this.delivery_way,
246
+            }).then(rs => {
247
+                var resp = rs.data
248
+                if (resp.state == 1) {
249
+                   this.admin_user = resp.data.adminUser
250
+                   var schedulesArr = resp.data.scheduals
251
+                   console.log("schedulesArr",schedulesArr)
252
+                   if(schedulesArr!=null && schedulesArr.length >0){
253
+                     for(let i=0;i<schedulesArr.length;i++){
254
+                        schedulesArr[i].new_doctor_advice = []
255
+                       for(let j=0;j<schedulesArr[i].doctor_advice.length;j++){
256
+                        if((schedulesArr[i].doctor_advice[j].frequency_type == 1) || (schedulesArr[i].doctor_advice[j].frequency_type == 3 && schedulesArr[i].doctor_advice[j].week_day.indexOf(this.getweekday(time))!=-1)){
257
+                            schedulesArr[i].new_doctor_advice.push(schedulesArr[i].doctor_advice[j])
258
+                        }
259
+                       }
260
+                     }
261
+                   }
262
+                   let schedules = []
263
+                   var ids = this.$store.getters.temp_params.advice_ids
264
+                   console.log('ids',ids)
265
+                   schedulesArr.map(item => {
266
+                    if(ids.indexOf(item.patient_id) > -1){
267
+                        schedules.push(item)
268
+                    }
269
+
270
+                })
271
+                console.log("schedules2333333333333w",schedules)
272
+                for (let i = 0; i < schedules.length; i++) {
273
+                    schedules[i].dialysis_no = schedules[i].patient.dialysis_no
274
+                }
275
+
276
+
277
+                var arr = []
278
+                for (let j = 0; j < schedules.length; j++) {
279
+                    arr.push(schedules[j].dialysis_no)
280
+                }
281
+                arr.sort(function (a, b) {
282
+                    return a - b
283
+                })
284
+
285
+
286
+                var arrTwo = []
287
+                for (let i = 0; i < arr.length; i++) {
288
+                    for (let j = 0; j < schedules.length; j++) {
289
+                    if (arr[i] == schedules[j].dialysis_no) {
290
+                        arrTwo.push(schedules[j])
291
+                    }
292
+                    }
293
+                }
294
+
295
+                arrTwo.map((item, index) => {
296
+
297
+                    item.new_doctor_advice.sort(this.compare('start_time'))
298
+                })
299
+
300
+
301
+                const res = new Map()
302
+                let a = arrTwo.filter(
303
+                    a => !res.has(a.dialysis_no) && res.set(a.dialysis_no, 1)
304
+                )
305
+
306
+
307
+
308
+                schedules = a
309
+                var zoneMap = {}
310
+                var scheduleMap = {}
311
+                for (let index = 0; index < schedules.length; index++) {
312
+                    const schedule = schedules[index]
313
+                    if (schedule.new_doctor_advice.length == 0) {
314
+                    continue
315
+                    }
316
+                    if (scheduleMap[schedule.device_number.zone.name] == null) {
317
+                    scheduleMap[schedule.device_number.zone.name] = []
318
+                    }
319
+                    scheduleMap[schedule.device_number.zone.name].push(schedule)
320
+                    if (zoneMap[schedule.device_number.zone.name] == null) {
321
+                    zoneMap[schedule.device_number.zone.name] =
322
+                        schedule.device_number.zone
323
+                    }
324
+                }
325
+
326
+                var zones = []
327
+                zones.push({ value: 0, text: '全部分区' })
328
+                for (var zoneName in zoneMap) {
329
+                    zones.push({ value: zoneMap[zoneName].id, text: zoneName })
330
+                }
331
+
332
+                zones = zones.sort(function (a, b) {
333
+                    return a.value > b.value
334
+                })
335
+                this.zones = zones
336
+                for (var key in scheduleMap) {
337
+                    let mapArr = scheduleMap[key]
338
+                    for (let i = 0; i < mapArr.length; i++) {
339
+                    mapArr[i]['new_advice'] = []
340
+                    }
341
+                }
342
+
343
+                for (var key in scheduleMap) {
344
+                    let mapArr = scheduleMap[key]
345
+                    for (let i = 0; i < mapArr.length; i++) {
346
+                    var maps = mapArr[i]
347
+                    var resp_advices = maps.new_doctor_advice
348
+                    if (resp_advices.length > 0) {
349
+                        var newGroupObject = function () {
350
+                        return Object.assign(
351
+                            {},
352
+                            {
353
+                            group_no: 0,
354
+                            advices: []
355
+                            }
356
+                        )
357
+                        }
358
+                        var initGroupBlock = function (group, advice) {
359
+                        group.group_no = advice.groupno
360
+                        }
361
+
362
+                        var advice_groups = []
363
+                        var group = newGroupObject()
364
+                        for (let index = 0; index < resp_advices.length; index++) {
365
+                        const advice = resp_advices[index]
366
+                        if (advice.groupno == 0) {
367
+                            // 老版本的医嘱
368
+                            if (advice.parent_id > 0) {
369
+                            if (advice_groups.length > 0) {
370
+                                var parent_group = advice_groups[advice_groups.length - 1]
371
+                                if (parent_group.advices.length > 0) {
372
+                                if (parent_group.advices[0].id == advice.parent_id) {
373
+                                    parent_group.advices.push(advice)
374
+                                }
375
+                                }
376
+                            }
377
+                            continue
378
+                            } else {
379
+                            if (group.group_no > 0) {
380
+                                advice_groups.push(group)
381
+                                group = newGroupObject()
382
+                            }
383
+
384
+                            initGroupBlock(group, advice)
385
+                            group.advices.push(advice)
386
+                            advice_groups.push(group)
387
+                            group = newGroupObject()
388
+                            continue
389
+                            }
390
+                        } else {
391
+                            if (group.group_no > 0 && group.group_no != advice.groupno) {
392
+                            advice_groups.push(group)
393
+                            group = newGroupObject()
394
+                            }
395
+                            if (group.group_no == 0) {
396
+                            initGroupBlock(group, advice)
397
+                            }
398
+                            if (group.group_no == advice.groupno) {
399
+                            group.advices.push(advice)
400
+                            }
401
+                        }
402
+                        }
403
+                        if (group.group_no > 0) {
404
+                        // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加
405
+                        advice_groups.push(group)
406
+                        }
407
+                        advice_groups = advice_groups
408
+                    } else {
409
+                        advice_groups = []
410
+                    }
411
+                    maps.new_advice = advice_groups
412
+                    }
413
+                 }
414
+
415
+
416
+                 this.scheduleMap = scheduleMap
417
+                
418
+
419
+               
420
+
421
+                }
422
+            })
423
+        },
424
+        compare (property) {
425
+            return function (a, b) {
426
+                var value1 = a[property]
427
+                var value2 = b[property]
428
+                return value1 - value2
429
+            }
430
+        },
431
+        parseTime: function (time, layout) {
432
+            if (time == 0) {
433
+                return ''
434
+            }
435
+            return parseTime(time, layout)
436
+        },
437
+        getName (val) {
438
+            for (let i = 0; i < this.admin_user.length; i++) {
439
+                if (this.admin_user[i].id == val) {
440
+                    return this.admin_user[i].name
441
+                }
442
+            }
443
+        },
444
+        getweekday(date){
445
+            var weekArray = new Array("周日", "周一", "周二", "周三", "周四", "周五", "周六");
446
+
447
+            var week = weekArray[new Date(date).getDay()];//注意此处必须是先new一个Date
448
+
449
+            return week;
450
+      }
451
+    },
452
+    computed: {
453
+     filtedScheduals: function () {
454
+        var scheduleMap = new Object()
455
+        if (this.zone_selected == 0) {
456
+            for (const key in this.scheduleMap) {
457
+            scheduleMap[key] = this.scheduleMap[key]
458
+            }
459
+        } else {
460
+            var zone_name = this.zones[this.zone_selected].text
461
+            scheduleMap[zone_name] = this.scheduleMap[zone_name]
462
+        }
463
+
464
+        if (this.schedule_type_selected != 0) {
465
+            var _scheduleMap = {}
466
+            for (const key in scheduleMap) {
467
+            var origin_schedules = scheduleMap[key]
468
+            var schedules = []
469
+            for (let index = 0; index < origin_schedules.length; index++) {
470
+                const schedule = origin_schedules[index]
471
+                if (schedule.schedule_type == this.schedule_type_selected) {
472
+                schedules.push(schedule)
473
+                }
474
+            }
475
+            if (schedules.length > 0) {
476
+                _scheduleMap[key] = schedules
477
+            }
478
+            }
479
+
480
+            scheduleMap = _scheduleMap
481
+        }
482
+        for (var key in scheduleMap) {
483
+            let mapArr = scheduleMap[key]
484
+            for (let i = 0; i < mapArr.length; i++) {
485
+            mapArr[i]['new_advice'] = []
486
+            }
487
+        }
488
+
489
+        for (var key in scheduleMap) {
490
+            let mapArr = scheduleMap[key]
491
+            for (let i = 0; i < mapArr.length; i++) {
492
+            var maps = mapArr[i]
493
+            var resp_advices = maps.new_doctor_advice
494
+            if (resp_advices.length > 0) {
495
+                var newGroupObject = function () {
496
+                return Object.assign(
497
+                    {},
498
+                    {
499
+                    group_no: 0,
500
+                    advices: []
501
+                    }
502
+                )
503
+                }
504
+                var initGroupBlock = function (group, advice) {
505
+                group.group_no = advice.groupno
506
+                }
507
+
508
+                var advice_groups = []
509
+                var group = newGroupObject()
510
+                for (let index = 0; index < resp_advices.length; index++) {
511
+                const advice = resp_advices[index]
512
+                if (advice.groupno == 0) {
513
+                    // 老版本的医嘱
514
+                    if (advice.parent_id > 0) {
515
+                    if (advice_groups.length > 0) {
516
+                        var parent_group = advice_groups[advice_groups.length - 1]
517
+                        if (parent_group.advices.length > 0) {
518
+                        if (parent_group.advices[0].id == advice.parent_id) {
519
+                            parent_group.advices.push(advice)
520
+                        }
521
+                        }
522
+                    }
523
+                    continue
524
+                    } else {
525
+                    if (group.group_no > 0) {
526
+                        advice_groups.push(group)
527
+                        group = newGroupObject()
528
+                    }
529
+
530
+                    initGroupBlock(group, advice)
531
+                    group.advices.push(advice)
532
+                    advice_groups.push(group)
533
+                    group = newGroupObject()
534
+                    continue
535
+                    }
536
+                } else {
537
+                    if (group.group_no > 0 && group.group_no != advice.groupno) {
538
+                    advice_groups.push(group)
539
+                    group = newGroupObject()
540
+                    }
541
+                    if (group.group_no == 0) {
542
+                    initGroupBlock(group, advice)
543
+                    }
544
+                    if (group.group_no == advice.groupno) {
545
+                    group.advices.push(advice)
546
+                    }
547
+                }
548
+                }
549
+                if (group.group_no > 0) {
550
+                // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加
551
+                advice_groups.push(group)
552
+                }
553
+                advice_groups = advice_groups
554
+            } else {
555
+                advice_groups = []
556
+            }
557
+            maps.new_advice = advice_groups
558
+            }
559
+        }
560
+        console.log("222222",scheduleMap)
561
+        return scheduleMap
562
+        },
563
+       
564
+    },
565
+    created(){
566
+      var time = this.$route.query.time
567
+      var delivery_way = this.$route.query.delivery_way
568
+      this.delivery_way = delivery_way
569
+      this.time = moment(time).format('YYYY-MM-DD')
570
+      console.log(11,this.$route.query)
571
+      this.requestSchedualDoctors(time)
572
+      this.org_id = this.$store.getters.xt_user.template_info.org_id;
573
+    }
574
+}
575
+</script>
576
+
577
+
578
+<style rel="stylesheet/scss" lang="scss" scoped>
579
+.dialysisTable{
580
+    width:960px;
581
+    margin: 0 auto;
582
+    text-align: center;
583
+    border-collapse: collapse;
584
+}
585
+.order_title_panl {
586
+    text-align: center;
587
+
588
+    .main_title {
589
+      font-size: 18px;
590
+      line-height: 40px;
591
+      font-weight: 500;
592
+    }
593
+}
594
+.dialysisTable tr{
595
+    padding: 10px 0;
596
+}
597
+.dialysisTable th {
598
+    color: #000;
599
+    padding: 0;
600
+    margin: 0;
601
+    height: 30px;
602
+}
603
+.dialysisTable tr td {
604
+    padding: 12px 0;
605
+}
606
+.subadvice_content {
607
+    text-align: left;
608
+    padding-left: 25px !important;
609
+    padding-right: 5px !important;
610
+}
611
+.advice_content {
612
+    text-align: left;
613
+    padding-left: 5px !important;
614
+    padding-right: 5px !important;
615
+    padding: 15px 5px !important;
616
+}
617
+</style>

+ 632 - 0
src/xt_pages/dialysis/longSignPrint.vue View File

@@ -0,0 +1,632 @@
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;" v-show="show">
12
+            <div id="dialysisTable">
13
+                <div v-for="(item, index) in list" :key="index">
14
+                    <div class="signPrint" v-for="it in item.parent_advice" style="page-break-after: always;">
15
+                       
16
+                        <div v-if="org_id!=10278">分区/床位号:{{item.device_number.zone.name}}/{{item.device_number.number}}</div>  
17
+                        <div>姓名:{{item.patient.name}}</div>  
18
+
19
+                        <div>
20
+                            <div>医嘱内容:{{ it.advice_name }} 
21
+                            <span v-if="it.prescribing_number>0 && org_id !=0 && org_id!=10440">
22
+                                {{it.prescribing_number}}{{ it.prescribing_number_unit }}
23
+                            
24
+                            
25
+                            </span> 
26
+                            </div>  
27
+                            <div v-if="org_id ==0 || org_id == 10138 || org_id == 10278">
28
+                            规格:{{getSpecialName(it.drug_id)}} 
29
+                            
30
+                            </div>  
31
+                            <div v-if="(org_id ==0 || org_id==10440 || org_id == 10478) && org_id!=10278">单次用量:{{it.single_dose}}{{it.single_dose_unit }}</div>  
32
+                            <div v-if="org_id!=0 && org_id!=10278 && org_id!=10138">执行频率:{{it.execution_frequency}}</div>  
33
+                            <div v-if="org_id!=10278">给药途径:{{it.delivery_way}}</div>  
34
+                             
35
+                        </div>
36
+                         
37
+                       <span v-if="it.childAdvice.length >0">&nbsp;</span>  
38
+                       <div v-for="its in it.childAdvice">
39
+                            <div>医嘱内容:{{ its.advice_name }} 
40
+                            <span v-if="its.prescribing_number>0 && org_id !=0 && org_id!=10440">
41
+                                {{its.prescribing_number}}{{ its.prescribing_number_unit }}
42
+                            </span> 
43
+                            </div>  
44
+                            <div v-if="org_id ==0 || org_id == 10138 || org_id == 10278">
45
+                            规格:{{getSpecialName(its.drug_id)}} 
46
+                            
47
+                            </div>  
48
+                            <div v-if=" org_id ==0 || org_id==10440 || org_id == 10478">单次用量:{{its.single_dose}}{{its.single_dose_unit }}</div>  
49
+                            <div v-if="org_id!=0 && org_id!=10278 && org_id!=10138">执行频率:{{its.execution_frequency}}</div>  
50
+                            <div>给药途径:{{its.delivery_way}}</div>  
51
+                        </div>
52
+                        <div>打印时间:{{time}}</div> 
53
+                    </div>  
54
+                </div>
55
+            </div>
56
+        </div>
57
+
58
+          <!-- <div class="app-container" style="background-color: white;" v-show="showOne">
59
+            <div id="dialysisTable">
60
+                <div v-for="(item, index) in list" :key="index">
61
+                    <div class="signPrint" v-for="it in item.doctor_advice" style="page-break-after: always;">
62
+                        <div>分区/床位号:{{item.device_number.zone.name}}/{{item.device_number.number}}</div>  
63
+                        <div>姓名:{{item.patient.name}}</div>  
64
+                        <div>医嘱内容:{{getAdvice(item.doctor_advice)}} 
65
+                           <span v-if="it.prescribing_number >0&& org_id !=0 && org_id!=10440"> {{it.prescribing_number}}{{ it.prescribing_number_unit }}</span>
66
+                        </div>  
67
+                        <div v-if="org_id ==0 || org_id == 10138 || org_id == 10278">
68
+                          规格:{{getSpecialName(it.drug_id)}} 
69
+                         
70
+                        </div>  
71
+                        <div v-if=" org_id ==0 || org_id==10440">单次用量:{{it.single_dose}}&nbsp;{{it.single_dose_unit }}</div>
72
+                        <div>给药途径:{{item.doctor_advice[0].execution_frequency}}</div>  
73
+                        <div v-if="org_id!=0 && org_id!=10278 && org_id!=10138">执行频率:{{item.doctor_advice[0].delivery_way}}</div>  
74
+                        <div>打印时间:{{time}}</div>   
75
+                    </div>  
76
+                  
77
+                </div>
78
+            </div>
79
+        </div> -->
80
+    </div>
81
+</template>
82
+
83
+<script>
84
+import BreadCrumb from '@/xt_pages/components/bread-crumb'
85
+import { getNewLongSchedualDoctors } from '@/api/advice'
86
+import { parseTime } from '@/utils'
87
+import print from 'print-js'
88
+const moment = require('moment')
89
+export default {
90
+    components:{
91
+        BreadCrumb
92
+    },
93
+    data(){
94
+        return{
95
+            crumbs: [
96
+                { path: false, name: '耗材药品' },
97
+                { path: false, name: '打印' }
98
+            ],
99
+            tableData:[],
100
+            start_time:"",
101
+            end_time:"",
102
+            print_time:moment(new Date()).add('year', 0).format('YYYY-MM-DD'),
103
+
104
+            zone_selected: 0,
105
+            scheduleMap:[],
106
+            time:'',
107
+            show:true,
108
+            showOne:false,
109
+            delivery_way:"",
110
+            list:[],
111
+            execution_frequency:"",
112
+            org_id:0,
113
+            drugList:[],
114
+        }
115
+    },
116
+    methods:{
117
+        printAction: function() {
118
+            const style = '@media print { .dialysisTable{width:960px;margin: 0 auto;text-align: center;border-collapse: collapse;}.order_title_panl {text-align: center;.main_title {font-size: 18px;line-height: 40px;font-weight: 500;}}.dialysisTable tr{padding: 10px 0;}.dialysisTable th {color: #000;padding: 0;margin: 0;height: 30px;}.dialysisTable tr td {padding: 12px 0;}.subadvice_content {text-align: left;padding-left: 25px !important;padding-right: 5px !important;}.advice_content {text-align: left;padding-left: 5px !important;padding-right: 5px !important;padding: 15px 5px !important;} }'
119
+
120
+            printJS({
121
+            printable: 'dialysisTable',
122
+            type: 'html',
123
+            documentTitle: '  ',
124
+            style: style,
125
+            scanStyles: false
126
+            })
127
+        },
128
+        requestSchedualDoctors (time) {
129
+            let newTime =  moment(time).format('YYYY-MM-DD')
130
+            getNewLongSchedualDoctors({
131
+            date: newTime,
132
+            patient_type: 0,
133
+            advice_type: 1,
134
+            delivery_way:this.delivery_way,
135
+            execution_frequency:this.execution_frequency,
136
+            patient_id:this.$route.query.patient_id,
137
+            }).then(rs => {
138
+                var resp = rs.data
139
+                if (resp.state == 1) {
140
+                this.admin_user = resp.data.adminUser
141
+             
142
+                var schedulesArr = resp.data.scheduals
143
+                if(schedulesArr!=null && schedulesArr.length >0){
144
+                    for(let i=0;i<schedulesArr.length;i++){
145
+                     schedulesArr[i].new_doctor_advice = []
146
+                    for(let j=0;j<schedulesArr[i].doctor_advice.length;j++){
147
+                        if((schedulesArr[i].doctor_advice[j].frequency_type == 1) || (schedulesArr[i].doctor_advice[j].frequency_type == 3 && schedulesArr[i].doctor_advice[j].week_day.indexOf(this.getweekday(time))!=-1)){
148
+                            schedulesArr[i].new_doctor_advice.push(schedulesArr[i].doctor_advice[j])
149
+                        }
150
+                      }
151
+                    }
152
+                }
153
+                let schedules = []
154
+                var ids = this.$store.getters.temp_params.advice_ids
155
+                console.log('ids',ids)
156
+                schedulesArr.map(item => {
157
+                if(ids.indexOf(item.patient_id) > -1){
158
+                    schedules.push(item)
159
+                }
160
+                    
161
+                })
162
+               
163
+                for (let i = 0; i < schedules.length; i++) {
164
+                    schedules[i].dialysis_no = schedules[i].patient.dialysis_no
165
+                }
166
+           
167
+
168
+                var arr = []
169
+                for (let j = 0; j < schedules.length; j++) {
170
+                    arr.push(schedules[j].dialysis_no)
171
+                }
172
+                arr.sort(function (a, b) {
173
+                    return a - b
174
+                })
175
+               
176
+
177
+                var arrTwo = []
178
+                for (let i = 0; i < arr.length; i++) {
179
+                    for (let j = 0; j < schedules.length; j++) {
180
+                    if (arr[i] == schedules[j].dialysis_no) {
181
+                        arrTwo.push(schedules[j])
182
+                    }
183
+                    }
184
+                }
185
+
186
+                arrTwo.map((item, index) => {
187
+                  
188
+                    item.new_doctor_advice.sort(this.compare('start_time'))
189
+                })
190
+                
191
+
192
+                const res = new Map()
193
+                let a = arrTwo.filter(
194
+                    a => !res.has(a.dialysis_no) && res.set(a.dialysis_no, 1)
195
+                )
196
+
197
+               
198
+
199
+                schedules = a
200
+                var zoneMap = {}
201
+                var scheduleMap = {}
202
+                for (let index = 0; index < schedules.length; index++) {
203
+                    const schedule = schedules[index]
204
+                    if (schedule.new_doctor_advice.length == 0) {
205
+                    continue
206
+                    }
207
+                    if (scheduleMap[schedule.device_number.zone.name] == null) {
208
+                    scheduleMap[schedule.device_number.zone.name] = []
209
+                    }
210
+                    scheduleMap[schedule.device_number.zone.name].push(schedule)
211
+                    if (zoneMap[schedule.device_number.zone.name] == null) {
212
+                    zoneMap[schedule.device_number.zone.name] =schedule.device_number.zone}
213
+                }
214
+
215
+                var zones = []
216
+                zones.push({ value: 0, text: '全部分区' })
217
+                for (var zoneName in zoneMap) {
218
+                    zones.push({ value: zoneMap[zoneName].id, text: zoneName })
219
+                }
220
+
221
+                zones = zones.sort(function (a, b) {
222
+                    return a.value > b.value
223
+                })
224
+                this.zones = zones
225
+                for (var key in scheduleMap) {
226
+                    let mapArr = scheduleMap[key]
227
+                    for (let i = 0; i < mapArr.length; i++) {
228
+                    mapArr[i]['new_advice'] = []
229
+                    }
230
+                }
231
+
232
+                for (var key in scheduleMap) {
233
+                    let mapArr = scheduleMap[key]
234
+                    for (let i = 0; i < mapArr.length; i++) {
235
+                    var maps = mapArr[i]
236
+                    var resp_advices = maps.new_doctor_advice
237
+                    if (resp_advices.length > 0) {
238
+                        var newGroupObject = function () {
239
+                        return Object.assign(
240
+                            {},
241
+                            {
242
+                            group_no: 0,
243
+                            advices: []
244
+                            }
245
+                        )
246
+                        }
247
+                        var initGroupBlock = function (group, advice) {
248
+                        group.group_no = advice.groupno
249
+                        }
250
+
251
+                        var advice_groups = []
252
+                        var group = newGroupObject()
253
+                        for (let index = 0; index < resp_advices.length; index++) {
254
+                        const advice = resp_advices[index]
255
+                        if (advice.groupno == 0) {
256
+                            // 老版本的医嘱
257
+                            if (advice.parent_id > 0) {
258
+                            if (advice_groups.length > 0) {
259
+                                var parent_group = advice_groups[advice_groups.length - 1]
260
+                                if (parent_group.advices.length > 0) {
261
+                                if (parent_group.advices[0].id == advice.parent_id) {
262
+                                    parent_group.advices.push(advice)
263
+                                }
264
+                                }
265
+                            }
266
+                            continue
267
+                            } else {
268
+                            if (group.group_no > 0) {
269
+                                advice_groups.push(group)
270
+                                group = newGroupObject()
271
+                            }
272
+
273
+                            initGroupBlock(group, advice)
274
+                            group.advices.push(advice)
275
+                            advice_groups.push(group)
276
+                            group = newGroupObject()
277
+                            continue
278
+                            }
279
+                        } else {
280
+                            if (group.group_no > 0 && group.group_no != advice.groupno) {
281
+                            advice_groups.push(group)
282
+                            group = newGroupObject()
283
+                            }
284
+                            if (group.group_no == 0) {
285
+                            initGroupBlock(group, advice)
286
+                            }
287
+                            if (group.group_no == advice.groupno) {
288
+                            group.advices.push(advice)
289
+                            }
290
+                        }
291
+                        }
292
+                        if (group.group_no > 0) {
293
+                        // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加
294
+                        advice_groups.push(group)
295
+                        }
296
+                        advice_groups = advice_groups
297
+                    } else {
298
+                        advice_groups = []
299
+                    }
300
+                    maps.new_advice = advice_groups
301
+                    }
302
+                 }
303
+               
304
+                 for(let i=0;i<schedules.length;i++){
305
+                    schedules[i].parent_advice = []
306
+                   for(let j=0;j<schedules[i].new_doctor_advice.length;j++){
307
+                      if(schedules[i].new_doctor_advice[j].parent_id== 0){
308
+                         schedules[i].parent_advice.push(schedules[i].new_doctor_advice[j])
309
+                      }
310
+                   }
311
+                  }
312
+                  for(let i=0;i<schedules.length;i++){
313
+                    schedules[i].sort = 0
314
+                    schedules[i].sort = schedules[i].device_number.sort
315
+                    for(let j=0;j<schedules[i].parent_advice.length;j++){
316
+                      schedules[i].parent_advice[j].childAdvice = []
317
+                      for(let z=0;z<schedules[i].new_doctor_advice.length;z++){
318
+                         if(schedules[i].parent_advice[j].id == schedules[i].new_doctor_advice[z].parent_id){
319
+                            schedules[i].parent_advice[j].childAdvice.push(schedules[i].new_doctor_advice[z])
320
+                         }
321
+                      }
322
+                    }
323
+                  }
324
+                  console.log("scheduleMap999999999999",schedules)
325
+                  this.list = schedules.sort(this.compare('sort'))
326
+                
327
+               
328
+              
329
+                console.log("this.list",this.list)
330
+                
331
+                }
332
+            })
333
+        },
334
+        compare (property) {
335
+            return function (a, b) {
336
+                var value1 = a[property]
337
+                var value2 = b[property]
338
+                return value1 - value2
339
+            }
340
+        },
341
+        parseTime: function (time, layout) {
342
+            if (time == 0) {
343
+                return ''
344
+            }
345
+            return parseTime(time, layout)
346
+        },
347
+        getName (val) {
348
+            for (let i = 0; i < this.admin_user.length; i++) {
349
+                if (this.admin_user[i].id == val) {
350
+                    return this.admin_user[i].name
351
+                }
352
+            }
353
+        },
354
+        getAdvice: function(doctor_advice) {
355
+          if (doctor_advice.length > 0) {
356
+            let name = "";
357
+            for (let i = 0; i < doctor_advice.length; i++) {
358
+            let prescribing_number = "";
359
+            let single_dose = "";
360
+            let drug_spec = "";
361
+
362
+            if (doctor_advice[i].prescribing_number > 0) {
363
+                prescribing_number =
364
+                doctor_advice[i].prescribing_number +
365
+                doctor_advice[i].prescribing_number_unit;
366
+            }
367
+            if (doctor_advice[i].single_dose > 0) {
368
+                single_dose =
369
+                " 单次用量 " +
370
+                doctor_advice[i].single_dose +
371
+                doctor_advice[i].single_dose_unit;
372
+            }
373
+
374
+            if (doctor_advice[i].drug_spec > 0) {
375
+                drug_spec =
376
+                doctor_advice[i].drug_spec + doctor_advice[i].drug_spec_unit;
377
+            }
378
+
379
+            name =
380
+                name +
381
+                doctor_advice[i].advice_name +
382
+                " " +
383
+                drug_spec +
384
+                " " +
385
+                prescribing_number +
386
+                " " +
387
+                single_dose +
388
+                " " +
389
+                doctor_advice[i].delivery_way +
390
+                " " +
391
+                doctor_advice[i].execution_frequency +
392
+                " " +
393
+                doctor_advice[i].remark +
394
+                "\n";
395
+
396
+            // if (doctor_advice[i].child.length > 0) {
397
+            //     for (let a = 0; a < doctor_advice[i].child.length; a++) {
398
+            //     if (doctor_advice[i].child[a].prescribing_number > 0) {
399
+            //         doctor_advice[i].child[a]["presc"] =
400
+            //         doctor_advice[i].child[a].prescribing_number +
401
+            //         doctor_advice[i].child[a].prescribing_number_unit;
402
+            //     } else {
403
+            //         doctor_advice[i].child[a]["presc"] = "";
404
+            //     }
405
+
406
+            //     if (doctor_advice[i].child[a].single_dose > 0) {
407
+            //         doctor_advice[i].child[a]["single"] =
408
+            //         " " +
409
+            //         " 单次用量 " +
410
+            //         " " +
411
+            //         doctor_advice[i].child[a].single_dose +
412
+            //         doctor_advice[i].child[a].single_dose_unit;
413
+            //     } else {
414
+            //         doctor_advice[i].child[a]["single"] = "";
415
+            //     }
416
+
417
+            //     name =
418
+            //         name +
419
+            //         "▲" +
420
+            //         doctor_advice[i].child[a].advice_name +
421
+            //         "" +
422
+            //         doctor_advice[i].child[a].advice_desc +
423
+            //         doctor_advice[i].child[a].drug_spec_unit +
424
+            //         doctor_advice[i].child[a].presc +
425
+            //         doctor_advice[i].child[a].single +
426
+            //         "\n";
427
+            //     }
428
+            // }
429
+        }
430
+        return name;
431
+      }else{
432
+        return ""
433
+      }
434
+    },
435
+    getSpecialName(drug_id){
436
+        var name = ""
437
+        for(let i=0;i<this.drugList.length;i++){
438
+            if(drug_id == this.drugList[i].id){
439
+            name = this.drugList[i].dose + this.drugList[i].dose_unit + "*" + this.drugList[i].min_number + this.drugList[i].min_unit +"/"+this.drugList[i].max_unit
440
+            }
441
+        }
442
+        return name
443
+     },
444
+
445
+     getweekday(date){
446
+        var weekArray = new Array("周日", "周一", "周二", "周三", "周四", "周五", "周六");
447
+
448
+        var week = weekArray[new Date(date).getDay()];//注意此处必须是先new一个Date
449
+
450
+        return week;
451
+      }
452
+
453
+    },
454
+    computed: {
455
+    filtedScheduals: function () {
456
+        var scheduleMap = new Object()
457
+        if (this.zone_selected == 0) {
458
+            for (const key in this.scheduleMap) {
459
+            scheduleMap[key] = this.scheduleMap[key]
460
+            }
461
+        } else {
462
+            var zone_name = this.zones[this.zone_selected].text
463
+            scheduleMap[zone_name] = this.scheduleMap[zone_name]
464
+        }
465
+
466
+        if (this.schedule_type_selected != 0) {
467
+            var _scheduleMap = {}
468
+            for (const key in scheduleMap) {
469
+            var origin_schedules = scheduleMap[key]
470
+            var schedules = []
471
+            for (let index = 0; index < origin_schedules.length; index++) {
472
+                const schedule = origin_schedules[index]
473
+                if (schedule.schedule_type == this.schedule_type_selected) {
474
+                schedules.push(schedule)
475
+                }
476
+            }
477
+            if (schedules.length > 0) {
478
+                _scheduleMap[key] = schedules
479
+            }
480
+            }
481
+
482
+            scheduleMap = _scheduleMap
483
+        }
484
+        for (var key in scheduleMap) {
485
+            let mapArr = scheduleMap[key]
486
+            for (let i = 0; i < mapArr.length; i++) {
487
+            mapArr[i]['new_advice'] = []
488
+            }
489
+        }
490
+
491
+        for (var key in scheduleMap) {
492
+            let mapArr = scheduleMap[key]
493
+            for (let i = 0; i < mapArr.length; i++) {
494
+            var maps = mapArr[i]
495
+            var resp_advices = maps.new_doctor_advice
496
+            if (resp_advices.length > 0) {
497
+                var newGroupObject = function () {
498
+                return Object.assign(
499
+                    {},
500
+                    {
501
+                    group_no: 0,
502
+                    advices: []
503
+                    }
504
+                )
505
+                }
506
+                var initGroupBlock = function (group, advice) {
507
+                group.group_no = advice.groupno
508
+                }
509
+
510
+                var advice_groups = []
511
+                var group = newGroupObject()
512
+                for (let index = 0; index < resp_advices.length; index++) {
513
+                const advice = resp_advices[index]
514
+                if (advice.groupno == 0) {
515
+                    // 老版本的医嘱
516
+                    if (advice.parent_id > 0) {
517
+                    if (advice_groups.length > 0) {
518
+                        var parent_group = advice_groups[advice_groups.length - 1]
519
+                        if (parent_group.advices.length > 0) {
520
+                        if (parent_group.advices[0].id == advice.parent_id) {
521
+                            parent_group.advices.push(advice)
522
+                        }
523
+                        }
524
+                    }
525
+                    continue
526
+                    } else {
527
+                    if (group.group_no > 0) {
528
+                        advice_groups.push(group)
529
+                        group = newGroupObject()
530
+                    }
531
+
532
+                    initGroupBlock(group, advice)
533
+                    group.advices.push(advice)
534
+                    advice_groups.push(group)
535
+                    group = newGroupObject()
536
+                    continue
537
+                    }
538
+                } else {
539
+                    if (group.group_no > 0 && group.group_no != advice.groupno) {
540
+                    advice_groups.push(group)
541
+                    group = newGroupObject()
542
+                    }
543
+                    if (group.group_no == 0) {
544
+                    initGroupBlock(group, advice)
545
+                    }
546
+                    if (group.group_no == advice.groupno) {
547
+                    group.advices.push(advice)
548
+                    }
549
+                }
550
+                }
551
+                if (group.group_no > 0) {
552
+                // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加
553
+                advice_groups.push(group)
554
+                }
555
+                advice_groups = advice_groups
556
+            } else {
557
+                advice_groups = []
558
+            }
559
+            maps.new_advice = advice_groups
560
+            }
561
+        }
562
+        console.log("222222",scheduleMap)
563
+        return scheduleMap
564
+        },
565
+       
566
+    
567
+      
568
+    
569
+    },
570
+    created(){
571
+      var time = this.$route.query.time
572
+      var delivery_way = this.$route.query.delivery_way
573
+      this.org_id = this.$store.getters.xt_user.org.id
574
+      console.log("delivery_Way",delivery_way)
575
+      this.delivery_way = delivery_way
576
+      var execution_frequency = this.$route.query.execution_frequency
577
+      this.execution_frequency = execution_frequency
578
+      this.time = moment(time).format('YYYY-MM-DD')
579
+      console.log(11,this.$route.query)
580
+      this.requestSchedualDoctors(time)
581
+    }
582
+}
583
+</script>
584
+
585
+
586
+<style rel="stylesheet/scss" lang="scss" scoped>
587
+.signPrint{
588
+    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
589
+    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
590
+    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
591
+    margin-bottom: 20px;
592
+    padding: 20px 10px;
593
+}
594
+.dialysisTable{
595
+    width:960px;
596
+    margin: 0 auto;
597
+    text-align: center;
598
+    border-collapse: collapse;
599
+}
600
+.order_title_panl {
601
+    text-align: center;
602
+
603
+    .main_title {
604
+      font-size: 18px;
605
+      line-height: 40px;
606
+      font-weight: 500;
607
+    }
608
+}
609
+.dialysisTable tr{
610
+    padding: 10px 0;
611
+}
612
+.dialysisTable th {
613
+    color: #000;
614
+    padding: 0;
615
+    margin: 0;
616
+    height: 30px;
617
+}
618
+.dialysisTable tr td {
619
+    padding: 12px 0;
620
+}
621
+.subadvice_content {
622
+    text-align: left;
623
+    padding-left: 25px !important;
624
+    padding-right: 5px !important;
625
+}
626
+.advice_content {
627
+    text-align: left;
628
+    padding-left: 5px !important;
629
+    padding-right: 5px !important;
630
+    padding: 15px 5px !important;
631
+}
632
+</style>

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

@@ -1644,9 +1644,9 @@
1644 1644
                         <td v-if="org_id == 9671 || org_id == 9919"></td>
1645 1645
                         <td
1646 1646
                           v-if="
1647
-                            prescription.mode_id == 2 ||
1647
+                            (prescription.mode_id == 2 ||
1648 1648
                             prescription.mode_id == 5 ||
1649
-                            prescription.mode_id == 12
1649
+                            prescription.mode_id == 12) && org_id!=10478
1650 1650
                           "
1651 1651
                           width="50"
1652 1652
                         ></td>

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

@@ -87,13 +87,18 @@
87 87
 
88 88
             <el-table-column label="检查日期" align="center">
89 89
               <template slot-scope="scope">
90
+                
90 91
                 <span
91 92
                   v-if="dateCompare(scope.row.infectious_next_record_time) == 1"
92
-                >{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span>
93
+                >
94
+                <span v-if="parseInt(scope.row.infectious_next_record_time)>100000000">{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span> 
95
+                </span>
93 96
                 <span
94 97
                   v-if="dateCompare(scope.row.infectious_next_record_time) == 2"
95 98
                   style="color: red"
96
-                >{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span>
99
+                >
100
+                <span v-if="parseInt(scope.row.infectious_next_record_time)>100000000">{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span> 
101
+              </span>
97 102
               </template>
98 103
             </el-table-column>
99 104
 

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


+ 2 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

@@ -165,7 +165,7 @@
165 165
                            :org_id="org_id"
166 166
                            ref="prescriptions" :prescriptions="prescriptions" :patientInfo="patientInfo"
167 167
                            v-on:getSunziValue = "getSunziValue"
168
-                           :hisPatientInfo="hisPatientInfo" @event1="changetwo($event)" @editKeepLoad="editKeepLoad"
168
+                           :hisPatientInfo="hisPatientInfo" :patient_diagnoses="patient_diagnoses" @event1="changetwo($event)" @editKeepLoad="editKeepLoad"
169 169
                            v-if="titleType == '电子处方'" style="flex:1;"></desk-prescription>
170 170
 
171 171
 
@@ -1470,7 +1470,7 @@ export default {
1470 1470
         'type': this.radio,
1471 1471
         'sch_type': this.schedule_type
1472 1472
       }
1473
-
1473
+      
1474 1474
       this.un_cure_data = []
1475 1475
       this.cure_data = []
1476 1476
       this.all_data = []

+ 7 - 3
src/xt_pages/user/patients.vue View File

@@ -585,13 +585,17 @@
585 585
           </el-table-column>
586 586
           <el-table-column property="name"  align="center" label="检查日期" width="200">
587 587
              <template slot-scope="scope">
588
-                <span
588
+              <span
589 589
                   v-if="dateCompare(scope.row.infectious_next_record_time) == 1"
590
-                >{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span>
590
+                >
591
+                <span v-if="parseInt(scope.row.infectious_next_record_time)>100000000">{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span> 
592
+                </span>
591 593
                 <span
592 594
                   v-if="dateCompare(scope.row.infectious_next_record_time) == 2"
593 595
                   style="color: red"
594
-                >{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span>
596
+                >
597
+                <span v-if="parseInt(scope.row.infectious_next_record_time)>100000000">{{ scope.row.infectious_next_record_time | parseTime('{y}-{m}-{d}')}}</span> 
598
+              </span>
595 599
               </template>
596 600
           </el-table-column>
597 601
           <el-table-column property="address" align="center" label="操作">