Browse Source

新分支

28169 1 year ago
parent
commit
e0d451ecac

+ 2 - 2
src/api/role/admin.js View File

@@ -276,10 +276,10 @@ export function getEnterPriseDetail(params){
276 276
 }
277 277
 
278 278
 export function UploadPrintOrder(data){
279
-  
279
+  console.log("DATAOWOWOWOW",data)
280 280
   return request({
281 281
     url:"/api/device/uploadprintorder",
282
-    method:"Post",
282
+    method:"post",
283 283
     data:data,
284 284
   })
285 285
 }

+ 31 - 8
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

@@ -110,7 +110,8 @@
110 110
           org_template_info.template_id == 50 ||
111 111
           org_template_info.template_id == 52 ||
112 112
           org_template_info.template_id == 53  ||
113
-          org_template_info.template_id == 64 )
113
+          org_template_info.template_id == 64 ||
114
+          org_template_info.template_id == 199 )
114 115
         "
115 116
       >
116 117
       <div>
@@ -1309,6 +1310,12 @@
1309 1310
             v-if="org_template_info.template_id == 68"
1310 1311
           >
1311 1312
           </DialysisPrintOrderSixtyeight>
1313
+
1314
+          <DialysisPrintOrderZero
1315
+            v-bind:childResponse="childResponse"
1316
+            v-if="org_template_info.template_id == 199"
1317
+          >
1318
+          </DialysisPrintOrderZero>
1312 1319
         </div>
1313 1320
       </el-container>
1314 1321
     </div>
@@ -1395,6 +1402,7 @@ import DialysisPrintOrderSixtyFive from "./template/DialysisPrintOrderSixtyFive.
1395 1402
 import DialysisPrintOrderSixtysix from './template/DialysisPrintOrderSixtysix.vue'
1396 1403
 import DialysisPrintOrdersixtySeven from './template/DialysisPrintOrdersixtySeven.vue'
1397 1404
 import DialysisPrintOrderSixtyeight from './template/DialysisPrintOrderSixtyeight.vue'
1405
+import DialysisPrintOrderZero from './template/DialysisPrintOrderZero.vue'
1398 1406
 export default {
1399 1407
   name: "dialysisPrintOrder",
1400 1408
   components: {
@@ -1466,6 +1474,7 @@ export default {
1466 1474
     DialysisPrintOrderSixtyFive,
1467 1475
     DialysisPrintOrderSixtysix,
1468 1476
     DialysisPrintOrderSixtyeight,
1477
+    DialysisPrintOrderZero,
1469 1478
     LabelBox,
1470 1479
     BreadCrumb,
1471 1480
     // DialysisPrintOrderSixtyFive
@@ -2016,17 +2025,13 @@ export default {
2016 2025
           style: style2,
2017 2026
           scanStyles: false,
2018 2027
         });
2019
-      }else if (
2020
-        this.org_template_info.template_id == 64
2021
-      ) {
2028
+      }else if (this.org_template_info.template_id == 64 ) {
2022 2029
         printJS({
2023 2030
           printable: "dialysis-print-box-64",
2024 2031
           type: "html",
2025 2032
           style: style12,
2026 2033
           scanStyles: false,
2027 2034
         });
2028
-
2029
-
2030 2035
         console.log("printjswowoowowowwoow",style12)
2031 2036
 
2032 2037
       }else if (this.org_template_info.template_id == 65 || this.org_template_info.template_id == 6) {
@@ -2093,6 +2098,15 @@ export default {
2093 2098
           style: style2,
2094 2099
           scanStyles: false,
2095 2100
         });
2101
+      }else if (this.org_template_info.template_id == 199 ) {
2102
+        printJS({
2103
+          printable: "dialysis-print-box-64",
2104
+          type: "html",
2105
+          style: style12,
2106
+          scanStyles: false,
2107
+        });
2108
+       
2109
+
2096 2110
       }
2097 2111
     },
2098 2112
     printThisOnePage() {
@@ -2220,6 +2234,15 @@ export default {
2220 2234
           style: style93,
2221 2235
           scanStyles: false,
2222 2236
         });
2237
+      }else if (this.org_template_info.template_id == 199 ) {
2238
+        printJS({
2239
+          printable: "dialysis-print-box-64",
2240
+          type: "html",
2241
+          style: style12,
2242
+          scanStyles: false,
2243
+        });
2244
+        console.log("printjswowoowowowwoow",style12)
2245
+
2223 2246
       }
2224 2247
     },
2225 2248
 
@@ -2280,7 +2303,7 @@ export default {
2280 2303
       getDialysisRecord(this.queryParams).then((response) => {
2281 2304
         if (response.data.state == 1) {
2282 2305
           this.childResponse = response;
2283
-          console.log('this.org_template_info是数据',response.data.data);
2306
+          console.log('this.org_template_info是数据',response.data.data.org_template_info.template_id);
2284 2307
           this.org_template_info = response.data.data.org_template_info;
2285 2308
           this.loading = false;
2286 2309
           //   this.adminUser = response.data.data.users
@@ -2928,7 +2951,7 @@ export default {
2928 2951
     },
2929 2952
   },
2930 2953
   created() {
2931
-    // console.log("hhahahhahahahah=======",this.org_template_info.template_id)
2954
+    console.log("hhahahhahahahah=======",this.org_template_info.template_id)
2932 2955
     console.log("this.$store.getters.xt_user.org.id",this.$store.getters.xt_user.org.id)
2933 2956
     var schedule_type_selected = this.$store.getters.schedule_type_selected;
2934 2957
     var zone_selected = this.$store.getters.zone_selected;

+ 13 - 1
src/xt_pages/dialysis/newDoctorAdvice.vue View File

@@ -39,6 +39,14 @@
39 39
           </template>
40 40
        </el-autocomplete>
41 41
        <el-button type="primary" @click="toSeach">搜索</el-button>
42
+
43
+       
44
+      </div>
45
+      <div class="filter-container">
46
+      <el-input style="width:200px" placeholder="请输入药品名称" v-model="keyword"></el-input>
47
+       <el-button type="primary" @click="toSeachOne">搜索</el-button>
48
+
49
+       
42 50
       </div>
43 51
       <div class="cell clearfix">
44 52
         <label class="title">
@@ -830,6 +838,7 @@ export default {
830 838
       execution_frequency:"",
831 839
       zoneIdList:[],
832 840
       partion_str:"",
841
+      keyword:"",
833 842
     };
834 843
   },
835 844
   created() {
@@ -959,7 +968,7 @@ export default {
959 968
          var schedule_type = this.listQuery.schedul_type
960 969
          var partition_type = this.listQuery.partition_type
961 970
        
962
-        getNewSchedualDoctors({date: newTime,patient_type: 0,advice_type: 2,delivery_way:name,schedule_type:schedule_type,partition_type:partition_type,patient_id:this.patient_id,excution_way:this.excution_way,cost_type:this.costType,execution_frequency:nameOne}).then(rs => {
971
+        getNewSchedualDoctors({date: newTime,patient_type: 0,advice_type: 2,delivery_way:name,schedule_type:schedule_type,partition_type:partition_type,patient_id:this.patient_id,excution_way:this.excution_way,cost_type:this.costType,execution_frequency:nameOne,keyword:this.keyword}).then(rs => {
963 972
         var resp = rs.data
964 973
         if (resp.state == 1) {
965 974
             this.admin_users = resp.data.adminUser
@@ -1556,6 +1565,9 @@ export default {
1556 1565
        this.patient_id = 0
1557 1566
        this.requestSchedualDoctors(this.time)
1558 1567
      },
1568
+     toSeachOne(){
1569
+      this.requestSchedualDoctors(this.time)
1570
+     },
1559 1571
      toExcution(){
1560 1572
 
1561 1573
        if(this.selecting_schs.length ==0){

+ 403 - 0
src/xt_pages/dialysis/patientDoctorAdvice.vue View File

@@ -0,0 +1,403 @@
1
+<template>
2
+    <div class="main-contain">
3
+       <div class="position">
4
+         <bread-crumb :crumbs="crumbs"></bread-crumb>
5
+        
6
+       </div>
7
+       <div class="app-container">
8
+         <div class="filter-container">
9
+            <el-form :inline="true" :model="listQuery">
10
+                <el-form-item label>
11
+
12
+                <!-- <el-autocomplete
13
+                    class="checkSearch"
14
+                    popper-class="my-autocomplete"
15
+                    v-model.trim="listQuery.search"
16
+                    :fetch-suggestions="querySearchAsync"
17
+                    :trigger-on-focus="false"
18
+                    placeholder="病人透析号/姓名"
19
+                    @select="handleSelect"
20
+                    style="width:160px;"
21
+                    >
22
+                    <i class="el-icon-search el-input__icon" slot="suffix"></i>
23
+                    <template slot-scope="{ item }">
24
+                        <div class="name">{{ item.name }}</div>
25
+                    </template>
26
+                </el-autocomplete> -->
27
+                <el-input v-model="listQuery.search" style="width: 200px;" placeholder="请输入患者姓名或透析号"></el-input>
28
+                <el-button type="primary" size="small" @click="toSeach">搜索</el-button>
29
+                </el-form-item>
30
+            </el-form>
31
+
32
+            <label class="title" style="text-align:left;">
33
+              <span class="name">日期查询</span> :
34
+            </label>
35
+            <el-date-picker
36
+                v-model="listQuery.start_time"
37
+                prefix-icon="el-icon-date"
38
+                @change="changeTime"
39
+                :editable="false"
40
+                style="width: 196px;"
41
+                type="date"
42
+                placeholder="选择日期时间"
43
+                align="right"
44
+                format="yyyy-MM-dd"
45
+                value-format="yyyy-MM-dd"
46
+            ></el-date-picker>
47
+            <span class>-</span>
48
+            <el-date-picker
49
+                v-model="listQuery.end_time"
50
+                prefix-icon="el-icon-date"
51
+                @change="changeEndTime"
52
+                :editable="false"
53
+                style="width: 196px;"
54
+                type="date"
55
+                placeholder="选择日期时间"
56
+                align="right"
57
+                format="yyyy-MM-dd"
58
+                value-format="yyyy-MM-dd"
59
+            ></el-date-picker>
60
+
61
+            <el-container>
62
+                <div style="width:160px">
63
+                    <div class="tableTitle" style="margin-bottom: 10px;">患者列表</div>
64
+                    <el-table :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }"
65
+                    :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
66
+                    highlight-current-row
67
+                    @current-change="handleChange"
68
+                    ref="singleTable"
69
+                    >
70
+                    <el-table-column prop="dialysis_no" label="透析号" width="70">
71
+                        <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
72
+                    </el-table-column>
73
+                    <el-table-column prop="name" label="姓名" width="90">
74
+                        <template slot-scope="scope">{{ scope.row.name }}</template>
75
+                    </el-table-column>
76
+                    </el-table>
77
+                </div>
78
+                <div style="padding-left:10px;flex:1">
79
+                  <div class="tableTitle" style="margin-top: 10px;margin-bottom: 10px;">统计表</div>
80
+                  <div>
81
+                    <el-button type="primary" @click="exportList" style="margin-bottom: 10px;">导出</el-button>
82
+                    <el-table 
83
+                     :data="DialysisData" style="width: 100%" border :row-style="{ color: '#303133' }"
84
+                     :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
85
+                     highlight-current-row
86
+                     
87
+                      >
88
+                            <el-table-column  label="医嘱名称" min-width="200" align="center">
89
+                               <template slot-scope="scope">
90
+                                   {{ scope.row.advice_name }}
91
+                               </template>
92
+                            </el-table-column>
93
+                            <!-- <el-table-column  label="生产厂家" width="140">
94
+                                <template slot-scope="scope">
95
+                                 
96
+                                </template>
97
+                            </el-table-column> -->
98
+                            <el-table-column  label="规格" min-width="200" align="center">
99
+                                <template slot-scope="scope">
100
+                                    {{ scope.row.specification_name }}
101
+                                </template>
102
+                            </el-table-column>
103
+                            <el-table-column  label="数量" min-width="200" align="center">
104
+                                <template slot-scope="scope">
105
+                                   {{ getCount(scope.row.child) }}
106
+                                </template>
107
+                                
108
+                            </el-table-column>
109
+                          
110
+                     </el-table>
111
+
112
+                    <el-pagination
113
+                    align="right"
114
+                    @size-change="handleSizeChange"
115
+                    @current-change="handleCurrentChange"
116
+                    :current-page="listQuery.page"
117
+                    :page-sizes="[20, 40, 60, 80, 100,200,300,500,1000]"
118
+                    :page-size="10"
119
+                    background
120
+                    style="margin-top:20px;"
121
+                    layout="total, sizes, prev, pager, next, jumper"
122
+                    :total="total"
123
+                    ></el-pagination>
124
+                   </div>
125
+                </div>
126
+            </el-container>
127
+         </div>
128
+      </div> 
129
+    </div>
130
+</template>
131
+<script>
132
+    import {getPatientsByName,getDocAdviceByPatientId} from '@/api/advice'
133
+    import BreadCrumb from "@/xt_pages/components/bread-crumb";
134
+    export default {
135
+        components: {
136
+             BreadCrumb
137
+         }, 
138
+        data(){
139
+          
140
+          return{
141
+            crumbs: [
142
+              { path: false, name: "透析管理" },
143
+              { path: false, name: "药品统计" }
144
+           ], 
145
+           listQuery:{
146
+            search:"",
147
+            start_time:"",
148
+            end_time:"",
149
+            page:1,
150
+            limit:10,
151
+           },
152
+           patientsData:[],
153
+           DialysisData:[],
154
+           total:0,
155
+           patient_id:0
156
+          }
157
+         
158
+        },
159
+        created(){
160
+            var nowDate = new Date();
161
+            var nowYear = nowDate.getFullYear();
162
+            var nowMonth = nowDate.getMonth() + 1;
163
+            var nowDay = nowDate.getDate();
164
+            this.listQuery.end_time = nowYear +"-" +(nowMonth < 10 ? "0" + nowMonth : nowMonth) +"-" +(nowDay < 10 ? "0" + nowDay : nowDay);
165
+            nowDate.setMonth(nowDate.getMonth() - 1);
166
+            nowYear = nowDate.getFullYear();
167
+            nowMonth = nowDate.getMonth() + 1;
168
+            nowDay = nowDate.getDate();
169
+            this.listQuery.start_time = nowYear + "-" + (nowMonth < 10 ? "0" + nowMonth : nowMonth) +"-" +(nowDay < 10 ? "0" + nowDay : nowDay);
170
+
171
+            //获取该机构下的所有患者
172
+           this.getPatientsByName()
173
+          },
174
+        methods:{
175
+            getPatientsByName(){
176
+                  var keyword = this.listQuery.search
177
+                  var params = {
178
+                    keyword:keyword,
179
+                  }
180
+                getPatientsByName(params).then(response=>{
181
+                    if(response.data.state == 1){
182
+                    var patients = response.data.data.patients
183
+                    
184
+                    this.patientsData = patients
185
+                     
186
+                    
187
+                    this.$nextTick(()=>{
188
+                        // 别忘了标签上定义ref  这里的 myTable就说获取的标签上的ref命的名
189
+                        this.$refs.singleTable.setCurrentRow(this.patientsData[0])
190
+                    })
191
+                    
192
+                   
193
+                    }
194
+                })
195
+             },
196
+            handleSelect(){
197
+
198
+            },
199
+            changeTime(){
200
+              this.handleChange(this.patient_id)
201
+            },
202
+            changeEndTime(){
203
+              this.handleChange(this.patient_id)
204
+            },
205
+            handleSizeChange(){
206
+
207
+            },
208
+            handleCurrentChange(){
209
+
210
+            },
211
+            exportList(){
212
+                var params = {
213
+                  patient_id:0,
214
+                  start_time:this.listQuery.start_time,
215
+                  end_time:this.listQuery.end_time,
216
+                  limit:this.listQuery.limit,
217
+                  page:this.listQuery.page,
218
+                }
219
+                console.log("paramswowowoow",params)
220
+                
221
+              getDocAdviceByPatientId(params).then(response=>{
222
+                  if(response.data.state == 1){
223
+                    var list =  response.data.data.list
224
+                    var tableData = []
225
+                    if(list!=null && list.length>0){
226
+                        let dataInfo = {}
227
+                        list.forEach((item, index) => {
228
+                        let { patient_id } = item
229
+                        if (!dataInfo[patient_id]) {
230
+                            dataInfo[patient_id] = {
231
+                            patient_id:item.patient_id,
232
+                            child: [],
233
+                            }
234
+                        }
235
+                       })
236
+                       let arr = Object.values(dataInfo)
237
+
238
+                       if(arr!=null && arr.length>0){
239
+                         for(let i=0;i<list.length;i++){
240
+                           for(let j=0;j<arr.length;j++){
241
+                              if(list[i].patient_id == arr[j].patient_id){
242
+                                  arr[j].child.push(list[i])
243
+                              } 
244
+                           } 
245
+                         }
246
+                       }
247
+
248
+                       console.log("arrwowoowowo",arr)
249
+
250
+                      if(arr!=null && arr.length>0){
251
+                         for(let i=0;i<arr.length;i++){
252
+                            let dataInfo = {}
253
+                            arr[i].child.forEach((item, index) => {
254
+                            let { advice_name} = item
255
+                            if (!dataInfo[advice_name]) {
256
+                                    dataInfo[advice_name] = {
257
+                                    advice_name:item.advice_name,
258
+                                    childOne: [],
259
+                                    count:0,
260
+                                    specification_name:item.advice_desc +item.drug_spec_unit,
261
+                                    patient_id:item.patient_id,
262
+                                 }
263
+                                }
264
+                            })
265
+                            let newArr = Object.values(dataInfo)
266
+                            console.log("newArrwoowow",newArr)
267
+                            if(newArr!=null && newArr.length>0){
268
+                              for(let z=0;z<arr[i].child.length;z++){
269
+                                for(let y=0;y<newArr.length;y++){
270
+                                   if(arr[i].child[z].advice_name == newArr[y].advice_name){
271
+                                     newArr[y].childOne.push(arr[i].child[z])
272
+                                   }
273
+
274
+                                }
275
+                              }
276
+                            }
277
+                            console.log("newArrwoowow",newArr)
278
+                            tableData.push(...newArr)
279
+                         }           
280
+                      }
281
+                    console.log("tableDatawpwwwoow",tableData)
282
+                   
283
+                    for(let i=0;i<tableData.length;i++){
284
+                       tableData[i].index = i+1
285
+                       tableData[i].count_name = this.getCount(tableData[i].childOne)
286
+                       tableData[i].specification_name =tableData[i].specification_name
287
+                       tableData[i].query_date = this.listQuery.start_time + "~" + this.listQuery.end_time
288
+                      tableData[i].patient_name = this.getPatientName(tableData[i].patient_id)
289
+                
290
+                     }
291
+                     import('@/vendor/Export2Excel').then(excel => {
292
+                        
293
+                            const tHeader = ['序号','患者姓名','查询日期','药品名称','规格&单位','数量']
294
+                            const filterVal = ['index','patient_name','query_date','advice_name','specification_name','count_name']
295
+
296
+                            const data = this.formatJson(filterVal,tableData)
297
+
298
+                            excel.export_json_to_excel({
299
+                            header: tHeader,
300
+                            data,
301
+                            filename: '患者药品使用查询表'
302
+                            })
303
+                        })
304
+                    }
305
+                  }
306
+              })
307
+           
308
+            },
309
+            formatJson(filterVal, jsonData) {
310
+                return jsonData.map(v => filterVal.map(j => v[j]))
311
+            },
312
+            getPatientName(id){
313
+                var patient_name = ""
314
+                for(let i=0;i<this.patientsData.length;i++){
315
+                if(id == this.patientsData[i].id){
316
+                    patient_name = this.patientsData[i].name
317
+                }
318
+                }
319
+                return patient_name
320
+            },
321
+            handleChange(val){
322
+                console.log("valwoowowowwo",val)
323
+                this.patient_id =val.id
324
+                var params = {
325
+                  patient_id:val.id,
326
+                  start_time:this.listQuery.start_time,
327
+                  end_time:this.listQuery.end_time,
328
+                  limit:this.listQuery.limit,
329
+                  page:this.listQuery.page,
330
+                }
331
+                console.log("paramswowowoow",params)
332
+              getDocAdviceByPatientId(params).then(response=>{
333
+                  if(response.data.state == 1){
334
+                    var list =  response.data.data.list
335
+
336
+                    if(list!=null && list.length>0){
337
+                        let dataInfo = {}
338
+                        list.forEach((item, index) => {
339
+                        let { advice_name } = item
340
+                        if (!dataInfo[advice_name]) {
341
+                            dataInfo[advice_name] = {
342
+                            advice_name:item.advice_name,
343
+                            child: [],
344
+                            count:0,
345
+                            specification_name:item.advice_desc +item.drug_spec_unit,
346
+                            patient_id:item.patient_id,
347
+                            }
348
+                        }
349
+                       })
350
+                       let arr = Object.values(dataInfo)
351
+
352
+                       if(arr!=null && arr.length>0){
353
+                         for(let i=0;i<list.length;i++){
354
+                           for(let j=0;j<arr.length;j++){
355
+                              if(list[i].advice_name == arr[j].advice_name){
356
+                                  arr[j].child.push(list[i])
357
+                              } 
358
+                           } 
359
+                         }
360
+                       }
361
+
362
+                       this.DialysisData= []
363
+
364
+                       this.DialysisData = arr
365
+
366
+                       console.log("arrwoowowowowo",arr)
367
+                    }
368
+                   
369
+                  }
370
+              })
371
+            },
372
+            toSeach(){
373
+              this.getPatientsByName()
374
+            },
375
+            getCount(val){
376
+               var count =0
377
+               if(val!=null && val.length>0){
378
+                for(let i=0;i<val.length;i++){
379
+                    count+=val[i].prescribing_number
380
+                }
381
+               }
382
+               return count
383
+               
384
+            }
385
+        }   
386
+    }
387
+</script>
388
+
389
+<style lang="scss" scoped>
390
+.tableTitle {
391
+  font-size: 16px;
392
+  color: #000;
393
+  font-weight: bold;
394
+  margin-bottom: 10px;
395
+}
396
+</style>
397
+<style lang="scss">
398
+.page_timePersonal {
399
+  .cell {
400
+    text-align: center;
401
+  }
402
+}
403
+</style>

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

@@ -1,6 +1,7 @@
1 1
 <template>
2 2
   <div>
3 3
     <el-button type="primary" @click="checkData">一键核对</el-button>
4
+    <el-button type="primary" @click="toUpload">一键上传</el-button>
4 5
     
5 6
     <div id="dialysis-print-box-1"  ref="pdfContent">
6 7
       <div
@@ -3444,6 +3445,116 @@ export default {
3444 3445
     };
3445 3446
   },
3446 3447
   methods: {
3448
+    toUpload() {
3449
+         
3450
+         let dom = document.getElementById("dialysis-print-box-1")
3451
+         //调用方法下载
3452
+         html2canvas(dom, {
3453
+           useCORS: true, //允许跨域
3454
+           allowTaint: false,
3455
+           logging: false,
3456
+           letterRendering: true,
3457
+           ddpi: window.devicePixelRatio * 4, //将分辨率提高到特定的DPI 提高四倍
3458
+           scale: 4, //按比例增加分辨率
3459
+           background: '#fff',//pdf背景色为白色,默认是黑色的
3460
+         }).then((canvas) => {
3461
+           //返回图片dataURL,参数:图片格式和清晰度(0-1)
3462
+           var pageData = canvas.toDataURL('image/jpeg', 1.0);
3463
+ 
3464
+           //方向默认竖直,尺寸ponits,格式a4[595.28,841.89]
3465
+           var pdf = new jsPDF('', 'pt', 'a4');
3466
+ 
3467
+           //addImage后两个参数控制添加图片的尺寸,此处将页面高度按照a4纸宽高比列进行压缩
3468
+           //  pdf.addImage(pageData, 'JPEG', 0, 0, 595.28, 592.28 / canvas.width * canvas.height);
3469
+           pdf.addImage(pageData, 'JPEG', 0, 0, 555.28, 592.28 / canvas.width * canvas.height);
3470
+           
3471
+           console.log("pdf222222222222222222",pdf)
3472
+
3473
+           var newBase64Data =  pdf.output("dataurlstring").split("base64,")[1]
3474
+           // console.log("base63",newBase64Data)
3475
+           const blob = this.base64ToBlob(newBase64Data, 'application/pdf');
3476
+           console.log("blobwoowowowwo",blob)
3477
+           this.openPdf(blob);
3478
+           
3479
+           // var data = {
3480
+           //   name:newBase64Data,
3481
+           // }
3482
+           // UploadPrintOrder(data).then(response=>{
3483
+           //   if(response.data.state == 1){
3484
+           //     var sign =  response.data.data.sign
3485
+           //     console.log("SIGNWWOOWWO")
3486
+           //     var pdfBase64 = response.data.data.pdfBase64
3487
+           //     console.log("pdfBase64",pdfBase64)
3488
+           //     this.$message.success("保存成功!")
3489
+           //     const blob = this.base64ToBlob(pdfBase64, 'application/pdf');
3490
+           //     this.openPdf(blob);
3491
+           //   }
3492
+           // })
3493
+           
3494
+           // this.viewPdf(newBase64Data)
3495
+           //保存到pdf,名字是stone
3496
+           // pdf.save('stone.pdf');
3497
+          
3498
+         });
3499
+       },
3500
+    
3501
+     viewPdf(content) {
3502
+       console.log("content",content);
3503
+       const blob = this.base64ToBlob(content);
3504
+       if (window.navigator && window.navigator.msSaveOrOpenBlob) {
3505
+         window.navigator.msSaveOrOpenBlob(blob);
3506
+       } else {
3507
+         const fileURL = URL.createObjectURL(blob);
3508
+         console.log("fileUlrwowowoow",fileURL)
3509
+         window.open(fileURL);//打开ppf文件
3510
+       }
3511
+     },
3512
+     compare (property) {
3513
+       return function (a, b) {
3514
+           var value1 = a[property]
3515
+           var value2 = b[property]
3516
+           return value1 - value2
3517
+       }
3518
+     },
3519
+ 
3520
+     openPdf(blob) {
3521
+       const objectUrl = URL.createObjectURL(blob);
3522
+       const a = document.createElement('a');
3523
+       a.href = objectUrl;
3524
+       a.target = '_blank';
3525
+       a.click();
3526
+       URL.revokeObjectURL(objectUrl);
3527
+     },
3528
+      base64ToBlob(base64Data, contentType) {
3529
+       contentType = contentType || '';
3530
+       const sliceSize = 1024;
3531
+       const byteCharacters = window.atob(base64Data);
3532
+       const bytesLength = byteCharacters.length;
3533
+       const slicesCount = Math.ceil(bytesLength / sliceSize);
3534
+       const byteArrays = new Array(slicesCount);
3535
+ 
3536
+       for (let sliceIndex = 0; sliceIndex < slicesCount; ++sliceIndex) {
3537
+         const begin = sliceIndex * sliceSize;
3538
+         const end = Math.min(begin + sliceSize, bytesLength);
3539
+ 
3540
+         const bytes = new Array(end - begin);
3541
+         for (let offset = begin, i = 0; offset < end; ++i, ++offset) {
3542
+           bytes[i] = byteCharacters[offset].charCodeAt(0);
3543
+         }
3544
+         byteArrays[sliceIndex] = new Uint8Array(bytes);
3545
+       }
3546
+ 
3547
+       return new Blob(byteArrays, {
3548
+         type: contentType
3549
+       });
3550
+     },
3551
+    
3552
+     UploadPdf(res) {
3553
+       let pdfBase64Str = res;
3554
+       let title = "上传给后端的个人报告";
3555
+       var myfile = this.dataURLtoFile(pdfBase64Str, title + ".pdf")
3556
+       console.log("myfile",myfile)
3557
+     },
3447 3558
     // 获取当前年份,用于年龄计算
3448 3559
     getoldAge() {
3449 3560
       let date = new Date();

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


+ 4 - 6
src/xt_pages/hospitalStation/components/deskPrescription.vue View File

@@ -1574,12 +1574,11 @@ export default {
1574 1574
       } else {
1575 1575
         let arr = []
1576 1576
         for (let i = 0; i < this.allProject.length; i++) {
1577
-          if(this.allProject[i].first_letter !=undefined){
1578
-            if (this.allProject[i].project_name.indexOf(this.search_project_keyword) != -1 ||
1579
-              this.allProject[i].first_letter.indexOf(this.search_project_keyword) != -1) {
1577
+          
1578
+            if (this.allProject[i].project_name.indexOf(this.search_project_keyword) != -1) {
1580 1579
                 arr = arr.concat(this.allProject[i])
1581 1580
             }
1582
-          }
1581
+          
1583 1582
         }
1584 1583
         this.tabProject = arr
1585 1584
       }
@@ -1607,8 +1606,7 @@ export default {
1607 1606
         for (let i = 0; i < this.drugs.length; i++) {
1608 1607
           if (this.drugs[i].drug_name.indexOf(this.search_keyword) != -1 || 
1609 1608
           this.drugs[i].wubi.indexOf(this.search_keyword) != -1 || 
1610
-          this.drugs[i].pinyin.indexOf(this.search_keyword) != -1 ||
1611
-          this.drugs[i].first_letter.indexOf(this.search_keyword) != -1) {
1609
+          this.drugs[i].pinyin.indexOf(this.search_keyword) != -1) {
1612 1610
             arr = arr.concat(this.drugs[i])
1613 1611
           }
1614 1612
         }

+ 3 - 6
src/xt_pages/hospitalStation/doctorDesk.vue View File

@@ -559,8 +559,7 @@ export default {
559 559
             // console.log('3333',this.all_data);
560 560
             for (let i = 0; i < this.all_data.length; i++) {
561 561
               if (this.all_data[i].name.indexOf(this.search_input) != -1 || 
562
-              this.all_data[i].his_patient.number.indexOf(this.search_input) != -1 ||
563
-              this.all_data[i].first_letter.indexOf(this.search_input) != -1) {
562
+              this.all_data[i].his_patient.number.indexOf(this.search_input) != -1) {
564 563
                 arr4 = arr4.concat(this.all_data[i])
565 564
               }
566 565
             }
@@ -571,8 +570,7 @@ export default {
571 570
             // console.log('4444',this.all_data);
572 571
             for (let i = 0; i < this.all_data.length; i++) {
573 572
               if (this.all_data[i].name.indexOf(this.search_input) != -1 || 
574
-                  this.all_data[i].his_patient.number.indexOf(this.search_input) != -1 ||
575
-                  this.all_data[i].first_letter.indexOf(this.search_input) != -1) {
573
+                  this.all_data[i].his_patient.number.indexOf(this.search_input) != -1) {
576 574
                 arr2 = arr2.concat(this.all_data[i])
577 575
               }
578 576
             }
@@ -584,8 +582,7 @@ export default {
584 582
             // console.log('5555',this.all_data);
585 583
             for (let i = 0; i < this.all_data.length; i++) {
586 584
               if (this.all_data[i].name.indexOf(this.search_input) != -1 || 
587
-              this.all_data[i].his_patient.number.indexOf(this.search_input) != -1 || 
588
-              this.all_data[i].first_letter.indexOf(this.search_input) != -1) {
585
+              this.all_data[i].his_patient.number.indexOf(this.search_input) != -1) {
589 586
                 arr3 = arr3.concat(this.all_data[i])
590 587
               }
591 588
             }

+ 4 - 6
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

@@ -1597,13 +1597,12 @@ export default {
1597 1597
       } else {
1598 1598
         let arr = []
1599 1599
         for (let i = 0; i < this.allProject.length; i++) {
1600
-          if(this.allProject[i].first_letter != undefined){
1600
+        
1601 1601
             // console.log('4444',this.tabProject[i].first_letter.indexOf(this.search_project_keyword) != -1)
1602
-            if (this.allProject[i].project_name.indexOf(this.search_project_keyword) != -1 ||
1603
-                this.allProject[i].first_letter.indexOf(this.search_project_keyword) != -1) {
1602
+            if (this.allProject[i].project_name.indexOf(this.search_project_keyword) != -1) {
1604 1603
               arr = arr.concat(this.allProject[i])
1605 1604
             }
1606
-          }
1605
+          
1607 1606
         }
1608 1607
         this.tabProject = arr
1609 1608
         console.log('kkkk',this.tabProject);
@@ -1632,8 +1631,7 @@ export default {
1632 1631
         for (let i = 0; i < this.drugs.length; i++) {
1633 1632
           if (this.drugs[i].drug_name.indexOf(this.search_keyword) != -1 ||
1634 1633
            this.drugs[i].wubi.indexOf(this.search_keyword) != -1 ||
1635
-           this.drugs[i].pinyin.indexOf(this.search_keyword) != -1 ||
1636
-           this.drugs[i].first_letter.indexOf(this.search_keyword) != -1
1634
+           this.drugs[i].pinyin.indexOf(this.search_keyword) != -1
1637 1635
            ) {
1638 1636
             arr = arr.concat(this.drugs[i])
1639 1637
           }

+ 3 - 6
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

@@ -850,8 +850,7 @@ export default {
850 850
             let arr = []
851 851
             for (let i = 0; i < this.all_data.length; i++) {
852 852
               if (this.all_data[i].name.indexOf(this.search_input) != -1 ||
853
-               this.all_data[i].number.indexOf(this.search_input) != -1 ||
854
-               this.all_data[i].first_letter.indexOf(this.search_input) != -1) {
853
+               this.all_data[i].number.indexOf(this.search_input) != -1) {
855 854
                 arr = arr.concat(this.all_data[i])
856 855
                 console.log(arr)
857 856
               }
@@ -864,8 +863,7 @@ export default {
864 863
            
865 864
             for (let i = 0; i < this.cure_data.length; i++) {
866 865
               if (this.cure_data[i].name.indexOf(this.search_input) != -1 || 
867
-              this.cure_data[i].number.indexOf(this.search_input) != -1 ||
868
-              this.cure_data[i].first_letter.indexOf(this.search_input) != -1) {
866
+              this.cure_data[i].number.indexOf(this.search_input) != -1) {
869 867
                 console.log('2222',this.cure_data);
870 868
                 arr2 = arr2.concat(this.cure_data[i])
871 869
               }
@@ -880,8 +878,7 @@ export default {
880 878
             for (let i = 0; i < this.un_cure_data.length; i++) {
881 879
               if(this.un_cure_data[i].first_letter!=undefined){
882 880
                 if (this.un_cure_data[i].name.indexOf(this.search_input) != -1 || 
883
-                this.un_cure_data[i].number.indexOf(this.search_input) != -1 ||
884
-                this.un_cure_data[i].first_letter.indexOf(this.search_input) != -1) {
881
+                this.un_cure_data[i].number.indexOf(this.search_input) != -1) {
885 882
                   arr3 = arr3.concat(this.un_cure_data[i])
886 883
                 }
887 884
               }