Browse Source

8月7日杨青

杨青 1 year ago
parent
commit
4565310dc3

+ 1 - 1
src/xt_pages/outpatientCharges/invoiceTemplate/printTen.vue View File

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div id='invoice-print' style="position: relative;">
3
-      <div style="text-align: center;width: 573px;font-size: 20px; font-weight: bolder;">灵山盛康收费收据</div>
3
+      <div style="text-align: center;width: 573px;font-size: 20px; font-weight: bolder;">灵山盛康血液透析中心收费收据</div>
4 4
       <div style="display: flex;width: 575px;margin-bottom: 5px; position: relative;left: 506px;">
5 5
         {{printDate}}
6 6
       </div>

+ 7 - 4
src/xt_pages/outpatientDoctorStation/checkPrint.vue View File

@@ -11,11 +11,12 @@
11 11
           >打印</el-button
12 12
         >
13 13
       </template> -->
14
-
14
+<!--  && this.$store.getters.xt_user.org_id != 0  -->
15 15
       <div class='dialysisPage' style="padding-top:40px;">
16
-        <printOne v-if="this.$store.getters.xt_user.org_id != 10402 && this.$store.getters.xt_user.org_id != 0" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id" :newHisPatient="newHisPatient"></printOne>
17
-        <printTwo v-if="this.$store.getters.xt_user.org_id == 10402 || this.$store.getters.xt_user.org_id == 0" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id" :newHisPatient="newHisPatient"></printTwo>
18
-<!--      <print-two></print-two>-->
16
+        <printOne v-if="this.$store.getters.xt_user.org_id != 10402 && this.$store.getters.xt_user.org_id != 10375 && this.$store.getters.xt_user.org_id != 0" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id" :newHisPatient="newHisPatient"></printOne>
17
+        <printTwo v-if="this.$store.getters.xt_user.org_id == 10402 " :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id" :newHisPatient="newHisPatient"></printTwo>
18
+        <printThree v-if="this.$store.getters.xt_user.org_id == 10375 || this.$store.getters.xt_user.org_id == 0" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id" :newHisPatient="newHisPatient"></printThree>
19
+        <!--      <print-two></print-two>-->
19 20
       </div>
20 21
 
21 22
   </div>
@@ -29,12 +30,14 @@ import print from "print-js";
29 30
 import printOne from "./checkTemplate/printOne"
30 31
 import { getAllDoctorList,getAllHisPatientList } from "@/api/project/project"
31 32
 import printTwo from './checkTemplate/printTwo.vue'
33
+import printThree from './checkTemplate/printThree.vue'
32 34
 export default {
33 35
   name: "dialysisPrintOrder",
34 36
   components: {
35 37
     printTwo,
36 38
     BreadCrumb,
37 39
     printOne,
40
+    printThree,
38 41
   },
39 42
   props:{
40 43
     paramsObj:Object,

+ 1 - 1
src/xt_pages/outpatientDoctorStation/checkTemplate/printOne.vue View File

@@ -310,7 +310,7 @@ export default {
310 310
           this.doctor = this.advicePrint[0].doctor;
311 311
 
312 312
           this.singleProjectPrint = data2;
313
-
313
+          console.log("列表333", this.singleProjectPrint);
314 314
           var projectlist = response.data.data.projectlist;
315 315
 
316 316
           var projectlist = response.data.data.projectlist;

+ 680 - 0
src/xt_pages/outpatientDoctorStation/checkTemplate/printThree.vue View File

@@ -0,0 +1,680 @@
1
+<template>
2
+  <div>
3
+    <div id="prescription-print3" class="prescription-print">
4
+      <img
5
+        style="width: 100%; height: 80px"
6
+        v-if="org_id == 10138"
7
+        src="https://kuyi.shengws.com/bailin/bltotle.jpg"
8
+        alt=""
9
+      />
10
+      <img
11
+        style="width: 100%; height: 80px"
12
+        v-if="org_id == 10278 || org_id == 0"
13
+        src="https://kuyi.shengws.com/beierlog.png"
14
+        alt=""
15
+      />
16
+      <div class="printTitle">检验申请单</div>
17
+
18
+      <div style="border: 1px solid #000;margin-bottom: 10px;">
19
+        <div
20
+          style="
21
+            display: flex;
22
+            justify-content: space-between;
23
+            border-bottom: 1px solid #000;
24
+            line-height: 40px;
25
+            padding: 0 10px;
26
+          "
27
+        >
28
+          <div>是否急诊:否</div>
29
+          <div>
30
+            结算方式:{{
31
+              faber && faber.transBody
32
+                ? getName(faber.transBody.outputlist1)
33
+                : ""
34
+            }}
35
+          </div>
36
+          <div>金额:{{ total }}</div>
37
+        </div>
38
+        <div
39
+          style="
40
+            display: flex;
41
+            justify-content: space-between;
42
+            border-bottom: 1px solid #000;
43
+            line-height: 40px;
44
+            padding: 0 10px;
45
+          "
46
+        >
47
+          <div>
48
+            姓名:{{
49
+              advicePrint[0].patient.name
50
+                ? advicePrint[0].patient.name.indexOf("(") > -1
51
+                  ? advicePrint[0].patient.name.substring(
52
+                      0,
53
+                      advicePrint[0].patient.name.indexOf("(")
54
+                    )
55
+                  : advicePrint[0].patient.name
56
+                : ""
57
+            }}
58
+          </div>
59
+          <div>
60
+            性别:
61
+            <span v-if="advicePrint[0].patient.gender == 1">男</span>
62
+            <span v-if="advicePrint[0].patient.gender == 2">女</span>
63
+          </div>
64
+<!--          <div>-->
65
+<!--            年龄:{{-->
66
+<!--              advicePrint[0].patient.age ? advicePrint[0].patient.age : ""-->
67
+<!--            }}岁-->
68
+<!--          </div>-->
69
+          <div>年龄:{{getAge(advicePrint[0].patient)?getAge(advicePrint[0].patient):""}}岁</div>
70
+
71
+        </div>
72
+        <div style="margin-bottom: 20px; padding: 10px 10px 0" >
73
+          病史摘要:{{
74
+            history.history_of_present_illness
75
+              ? history.history_of_present_illness
76
+              : ""
77
+          }}
78
+        </div>
79
+        <!-- <div style="margin-bottom:20px;padding:0 10px;"   >体格检查:
80
+                    <span>体温:{{ history.temperature ? history.temperature + '℃' : '/' }}</span>
81
+                    <span>脉搏:{{ history.pulse ? history.pulse + '次/分' : '/' }}</span>
82
+                    <span>呼吸:{{ history.breathing ? history.breathing + '次/分' : '/' }}</span>
83
+                    <span>血压:{{ history.sbp }}/{{ history.dbp }}mmHg</span>
84
+                </div> -->
85
+        <div style="margin-bottom: 20px; padding: 0 10px">
86
+          临床诊断:{{ getDiagnosis(advicePrint[0].info.diagnosis) }}
87
+        </div>
88
+        <div style="display: flex; margin-bottom: 20px; padding: 0 10px">
89
+          <div>检验项目:</div>
90
+          <div style="position: relative;">
91
+            <div v-for="item in projectPrint" style="margin-bottom: 10px">
92
+              {{ item.team.project_team }}
93
+            </div>
94
+            <div v-for="item in singleProjectPrint">
95
+              <div v-if="item.remark == '血透前抽血'" style="border-right: 1px solid red;padding-bottom: 5px;">
96
+                {{ item.project.project_name }}
97
+              </div>
98
+              <!-- <div v-else style="border-right: 1px solid rgb(0, 47, 255);">
99
+                {{ item.project.project_name }}
100
+              </div> -->
101
+            </div>
102
+            <div style="height: 10px;"></div>
103
+            <div v-for="item in singleProjectPrint" >
104
+              <!-- <div v-if="item.remark == '血透前抽血'" style="border-right: 1px solid red;">
105
+                {{ item.project.project_name }}
106
+              </div> -->
107
+              <div v-if="item.remark == '血透后抽血'" style="border-right: 1px solid rgb(0, 47, 255);padding-bottom: 5px;">
108
+                {{ item.project.project_name }}
109
+              </div>
110
+            </div>
111
+            <span style="position: absolute;top: 65px;right: -77px;">血透前抽血</span>
112
+            <span style="position: absolute;bottom: 96px;right: -77px;">血透后抽血</span>
113
+          </div>
114
+        </div>
115
+        <div
116
+          style="
117
+            display: flex;
118
+            justify-content: space-between;
119
+            border-top: 1px solid #000;
120
+            line-height: 40px;
121
+            padding: 0 10px;
122
+          "
123
+        >
124
+          <div>开单医生:{{ doctor ? doctor : "" }}</div>
125
+          <div>
126
+            开单日期:
127
+            {{ getTime(pre_time) ? getTime(pre_time).split(" ")[0] : "" }}
128
+          </div>
129
+          <div>
130
+            医生签字:
131
+
132
+            <img
133
+              v-if="setAdminUserES(advicePrint[0].creator)"
134
+              style="height: 80px; width: 80px;"
135
+              :src="setAdminUserES(advicePrint[0].creator)"
136
+              alt=""
137
+              srcset=""
138
+            />
139
+            <span
140
+              style="width: 100px; display: inline-block"
141
+              v-else-if="advicePrint[0].doctor != ''"
142
+            >
143
+              {{ advicePrint[0].doctor ? advicePrint[0].doctor : "" }}
144
+            </span>
145
+            <span v-else>
146
+
147
+            </span>
148
+          </div>
149
+        </div>
150
+      </div>
151
+      <img
152
+      style="width: 100%"
153
+      v-if="org_id == 10138 "
154
+      src="https://kuyi.shengws.com/bailin/blend.jpg"
155
+      alt=""
156
+    />
157
+      <img
158
+        style="width: 100%"
159
+        v-if="org_id == 10278 || org_id == 0"
160
+        src="https://kuyi.shengws.com/bailinbeier.png"
161
+        alt=""
162
+      />
163
+    </div>
164
+  </div>
165
+</template>
166
+<script>
167
+import { jsGetAge, uParseTime } from "@/utils/tools";
168
+import {
169
+  getAllDoctorList,
170
+  getPrescriptionPrint,
171
+  getHisPatientDetail,
172
+  getPatientCaseHistory,
173
+} from "@/api/project/project";
174
+import { getInitData } from "@/api/his/his";
175
+export default {
176
+  props: {
177
+    patient_id: Number,
178
+    record_date: String,
179
+    prescription_id: Number,
180
+    ids: String,
181
+  },
182
+  data() {
183
+    return {
184
+      doctorList_1: [],
185
+      doctorList: [],
186
+      advicePrint: {},
187
+      patient: {},
188
+      tableData: [],
189
+      prescriptionInfo: [],
190
+      hisPatient: {},
191
+      department: [],
192
+      prescriptions: [],
193
+      projectList: [],
194
+      doc_name: "",
195
+      orgname: "",
196
+      diagnoses: [],
197
+      pageArr: [],
198
+      faber: {},
199
+      total: 0,
200
+      projectPrint: [],
201
+      time: "",
202
+      doctor: "",
203
+      org_id: "",
204
+      singleProjectPrint: [],
205
+      operatorMaps: {},
206
+    };
207
+  },
208
+  methods: {
209
+    getAge(patient){
210
+      // 将时间戳转换为 Date 对象
211
+      const birthday = new Date(patient.birthday* 1000);
212
+
213
+      // 获取当前日期
214
+      const now = new Date();
215
+      // 计算年龄差
216
+      const ageDiffMs = now - birthday;
217
+      const ageDate = new Date(ageDiffMs); // 不需要减掉 1970 年的时间戳
218
+      // 提取年份
219
+      const age = ageDate.getUTCFullYear() - 1970;
220
+      return age
221
+    },
222
+    getPatientCaseHistory() {
223
+      const params = {
224
+        patient_id: this.patient_id,
225
+      };
226
+      getPatientCaseHistory(params).then((response) => {
227
+        if (response.data.state == 1) {
228
+          var history = response.data.data.history;
229
+          // console.log("中国history222222", history);
230
+          this.history = history;
231
+        }
232
+      });
233
+    },
234
+    getAllDoctorList() {
235
+      getAllDoctorList().then((response) => {
236
+        if (response.data.state == 1) {
237
+          var doctor = response.data.data.doctor;
238
+
239
+          this.doctorList = doctor;
240
+        }
241
+      });
242
+    },
243
+
244
+    getDoctor(id) {
245
+      var name = "";
246
+      for (let i = 0; i < this.doctorList.length; i++) {
247
+        if (id == this.doctorList[i].admin_user_id) {
248
+          name = this.doctorList[i].user_name;
249
+        }
250
+      }
251
+      return name;
252
+    },
253
+    getTime(value, temp) {
254
+      if (value != undefined) {
255
+        return uParseTime(value, temp);
256
+      }
257
+      return "";
258
+    },
259
+
260
+    getPrescriptionPrint() {
261
+      var params = {
262
+        // patient_id:this.patient_id,
263
+        // record_date:this.record_date,
264
+        // prescription_id:this.prescription_id,
265
+        patient_id: this.patient_id,
266
+        record_date: this.record_date,
267
+        prescription_id: this.prescription_id,
268
+        ids: this.ids,
269
+        p_type: 2,
270
+      };
271
+      // console.log("params", params);
272
+      getPrescriptionPrint(params).then((response) => {
273
+        if (response.data.state == 1) {
274
+          var advicePrint = response.data.data.advicePrint;
275
+          // console.log("adviceprint9999", advicePrint);
276
+          this.advicePrint = advicePrint;
277
+          this.prescriptions = advicePrint;
278
+          // console.log("处方222222", this.prescriptions);
279
+          var hisPatient = response.data.data.hisPatient;
280
+          // console.log("hisPatient", hisPatient);
281
+          this.hisPatient = hisPatient;
282
+          let projectPrint = [];
283
+          let total = 0;
284
+          this.advicePrint.map((item) => {
285
+            // console.log("imte233232323232323223", item.project);
286
+            if (item.project.length > 0) {
287
+              item.project.map((it) => {
288
+                if (it.type == 2) {
289
+                  if (it.project.cost_classify == 3) {
290
+                    projectPrint.push(it);
291
+                    total += it.project.price * parseInt(it.count);
292
+                  }
293
+                }
294
+              });
295
+            }
296
+          });
297
+          this.doctorList_1 = response.data.data.eles;
298
+          // console.log(this.doctorList_1, "医生列表");
299
+          if (this.doctorList_1.length > 0) {
300
+            var operatorsLen = this.doctorList_1.length;
301
+            for (var index = 0; index < operatorsLen; index++) {
302
+              this.$set(
303
+                this.operatorMaps,
304
+                this.doctorList_1[index].creator,
305
+                this.doctorList_1[index]
306
+              );
307
+            }
308
+          }
309
+          let data = [];
310
+          let data2 = [];
311
+          projectPrint.map((item) => {
312
+            if (item.team.id != 0) {
313
+              let status = data.some((it) => it.team.id == item.team.id);
314
+              if (!status) {
315
+                data.push(item);
316
+              }
317
+            }
318
+            if (item.team.id == 0) {
319
+              data2.push(item);
320
+            }
321
+          });
322
+          this.projectPrint = data;
323
+          console.log("列表", this.projectPrint);
324
+          this.total = total.toFixed(2);
325
+          this.pre_time = this.advicePrint[0].pre_time;
326
+          this.doctor = this.advicePrint[0].doctor;
327
+
328
+          this.singleProjectPrint = data2;
329
+          console.log("列表333", this.singleProjectPrint);
330
+          var projectlist = response.data.data.projectlist;
331
+
332
+          var projectlist = response.data.data.projectlist;
333
+          // console.log("所有项目列表", projectlist);
334
+          this.projectList = projectlist;
335
+          this.getPage();
336
+          let outputlist1Name = response.data.data.his.patient_info
337
+            ? JSON.parse(response.data.data.his.patient_info)
338
+            : {};
339
+          this.faber = outputlist1Name;
340
+        }
341
+      });
342
+    },
343
+    // 电子签名
344
+    setAdminUserES(id) {
345
+      // console.log(id, "id");
346
+      if (id == 0) {
347
+        return "";
348
+      }
349
+      if (id in this.operatorMaps) {
350
+        // console.log(this.operatorMaps, "this.operatorMaps");
351
+        return this.operatorMaps[id].url;
352
+      } else {
353
+        // console.log("po");
354
+        return "";
355
+      }
356
+    },
357
+    getHisPatientDetail() {
358
+      const params = {
359
+        patient_id: this.patient_id,
360
+      };
361
+      getHisPatientDetail(params).then((response) => {
362
+        if (response.data.state == 1) {
363
+          var hisPatient = response.data.data.hisPatient;
364
+          // console.log("挂号病人", hisPatient);
365
+          this.hisPatient = hisPatient;
366
+        }
367
+      });
368
+    },
369
+    getInitData() {
370
+      getInitData().then((response) => {
371
+        if (response.data.state == 1) {
372
+          this.department = response.data.data.department;
373
+          this.diagnoses = response.data.data.diagnose.sort(this.compare("id"));
374
+          // console.log("争端", this.diagnoses);
375
+        }
376
+      });
377
+    },
378
+    getDepart(id) {
379
+      var name = "";
380
+      for (let i = 0; i < this.department.length; i++) {
381
+        if (id == this.department[i].id) {
382
+          name = this.department[i].name;
383
+        }
384
+      }
385
+      return name;
386
+    },
387
+    getTotalOne(id) {
388
+      var total = 0;
389
+      var addtotal = 0;
390
+      for (let i = 0; i < this.prescriptions.length; i++) {
391
+        if (id == this.prescriptions[i].id) {
392
+          if (this.prescriptions[i].project != null) {
393
+            for (let a = 0; a < this.prescriptions[i].project.length; a++) {
394
+              total =
395
+                total +
396
+                this.prescriptions[i].project[a].price *
397
+                  this.prescriptions[i].project[a].count;
398
+            }
399
+          }
400
+
401
+          if (this.prescriptions[i].additionalcharge != null) {
402
+            for (
403
+              let a = 0;
404
+              a < this.prescriptions[i].additionalcharge.length;
405
+              a++
406
+            ) {
407
+              addtotal =
408
+                addtotal +
409
+                this.prescriptions[i].additionalcharge[a].price *
410
+                  this.prescriptions[i].additionalcharge[a].count;
411
+            }
412
+          }
413
+          addtotal = Math.floor(addtotal * 100) / 100;
414
+        }
415
+      }
416
+
417
+      for (let i = 0; i < this.prescriptions.length; i++) {
418
+        if (id == this.prescriptions[i].id) {
419
+          if (this.prescriptions[i].advices != null) {
420
+            for (let a = 0; a < this.prescriptions[i].advices.length; a++) {
421
+              total =
422
+                total +
423
+                this.prescriptions[i].advices[a].price *
424
+                  this.prescriptions[i].advices[a].prescribing_number;
425
+            }
426
+          }
427
+
428
+          if (this.prescriptions[i].additionalcharge != null) {
429
+            for (
430
+              let a = 0;
431
+              a < this.prescriptions[i].additionalcharge.length;
432
+              a++
433
+            ) {
434
+              addtotal =
435
+                addtotal +
436
+                this.prescriptions[i].additionalcharge[a].price *
437
+                  this.prescriptions[i].additionalcharge[a].count;
438
+            }
439
+          }
440
+          addtotal = Math.floor(addtotal * 100) / 100;
441
+        }
442
+      }
443
+
444
+      return total + addtotal;
445
+    },
446
+
447
+    getProjectName(id) {
448
+      var project_name = "";
449
+      for (let i = 0; i < this.projectList.length; i++) {
450
+        if (id == this.projectList[i].id) {
451
+          project_name = this.projectList[i].project_name;
452
+        }
453
+      }
454
+      return project_name;
455
+    },
456
+
457
+    getDiagnosis(ids) {
458
+      let newIds = ids.split(",").sort(function (a, b) {
459
+        return a - b;
460
+      });
461
+
462
+      var name = "";
463
+      let nameArr = [];
464
+      for (let i = 0; i < this.diagnoses.length; i++) {
465
+        // if(id == this.diagnoses[i].id){
466
+        //    name = this.diagnoses[i].class_name
467
+        // }
468
+
469
+        if (newIds.indexOf(this.diagnoses[i].id.toString()) > -1) {
470
+          // name += diagnoses[i].class_name + ' '
471
+          nameArr.push(this.diagnoses[i].class_name);
472
+        }
473
+      }
474
+      let newNameArr = [];
475
+      nameArr.map((item, index) => {
476
+        if (item == "尿毒症") {
477
+          newNameArr.push(item);
478
+          nameArr.splice(index, 1, "");
479
+        }
480
+      });
481
+      newNameArr.push(...nameArr);
482
+      return newNameArr.join(" ");
483
+    },
484
+    compare(property) {
485
+      return function (a, b) {
486
+        var value1 = a[property];
487
+        var value2 = b[property];
488
+        return value1 - value2; //升序排序
489
+      };
490
+    },
491
+    getPage() {
492
+      this.page = 1;
493
+      this.pageArr = [];
494
+
495
+      this.advicePrint.map((item) => {
496
+        let arr = [];
497
+        item.pageArr = [];
498
+        if (item.advices.length <= 5) {
499
+          this.page = 1;
500
+          arr.push(item.advices.length);
501
+          item.pageArr.push(arr);
502
+        } else if (item.advices.length > 5) {
503
+          this.page = parseInt(item.advices.length / 5);
504
+          let num = item.advices.length % 5;
505
+          for (var i = 0; i < this.page; i++) {
506
+            item.pageArr.push([5]);
507
+          }
508
+          if (num != 0) {
509
+            item.pageArr.push([num]);
510
+          }
511
+        }
512
+      });
513
+      // console.log('this.pageArr',this.pageArr)
514
+    },
515
+    getName(list) {
516
+      console.log("list", list);
517
+      let new_list = [];
518
+      for (let i = 0; i < list.length; i++) {
519
+        if (list[i].aac031 == "1") {
520
+          new_list.push(list[i]);
521
+        }
522
+      }
523
+
524
+      switch (new_list[0].bcc334) {
525
+        case "A31001":
526
+          return "深圳医保1档";
527
+          break;
528
+        case "A31002":
529
+          return "深圳医保2档";
530
+
531
+          break;
532
+        case "A31003":
533
+          return "深圳医保3档";
534
+
535
+          break;
536
+        case "A31004":
537
+          return "二档(少儿)";
538
+
539
+          break;
540
+        case "A31005":
541
+          return "学生二档";
542
+
543
+          break;
544
+        case "A31006":
545
+          return "大学生二档";
546
+
547
+          break;
548
+        case "A32001":
549
+          return "在职公务员";
550
+          break;
551
+        case "A32002":
552
+          return "在职驻深公务员";
553
+
554
+          break;
555
+        case "A39301":
556
+          return "家属统筹医疗";
557
+
558
+          break;
559
+        case "A41001":
560
+          return "工伤在职";
561
+
562
+          break;
563
+        case "A51001":
564
+          return "生育在职";
565
+
566
+          break;
567
+        case "A52001":
568
+          return "生育医疗一档";
569
+
570
+          break;
571
+        case "A52002":
572
+          return "生育医疗一档";
573
+
574
+          break;
575
+        case "C31001":
576
+          return "一档医疗退休";
577
+
578
+          break;
579
+        case "C31002":
580
+          return "二档医疗退休";
581
+          break;
582
+      }
583
+    },
584
+  },
585
+  created() {
586
+    this.getAllDoctorList();
587
+    this.getInitData();
588
+    this.getPrescriptionPrint();
589
+    this.getHisPatientDetail();
590
+    this.getPatientCaseHistory();
591
+    var xtuser = this.$store.getters.xt_user;
592
+    this.orgname = xtuser.org.org_name;
593
+    this.org_id = this.$store.getters.xt_user.org_id;
594
+  },
595
+  watch: {
596
+    ids: function (val) {
597
+      this.ids = val;
598
+      this.getPrescriptionPrint();
599
+    },
600
+  },
601
+};
602
+</script>
603
+
604
+
605
+<style lang="scss" scoped>
606
+.prescription-print {
607
+  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
608
+    0 0 60px rgba(0, 0, 0, 0.06) inset;
609
+  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
610
+    0 0 40px rgba(0, 0, 0, 0.06) inset;
611
+  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
612
+  margin-bottom: 20px;
613
+  padding: 20px 10px;
614
+}
615
+.printTitle {
616
+  font-size: 22px;
617
+  text-align: center;
618
+  font-weight: bold;
619
+  margin-bottom: 10px;
620
+}
621
+.infoTitle {
622
+  display: flex;
623
+  margin-top: 10px;
624
+  line-height: 24px;
625
+}
626
+.infoTitle div {
627
+  width: 200px;
628
+}
629
+.infoMain {
630
+  display: flex;
631
+  flex-wrap: wrap;
632
+  margin-top: 10px;
633
+}
634
+.infoMain div {
635
+  width: 50%;
636
+  line-height: 24px;
637
+}
638
+.prescriptionBox {
639
+  padding: 0 10px;
640
+  min-height: 400px;
641
+}
642
+.Rp {
643
+  font-size: 22px;
644
+  font-weight: bold;
645
+}
646
+.drugsBox {
647
+  padding-left: 40px;
648
+  margin-bottom: 10px;
649
+}
650
+.drugsBox div {
651
+  line-height: 20px;
652
+}
653
+.drugsOne {
654
+  line-height: 24px;
655
+}
656
+.drugsOne span {
657
+  margin-right: 20px;
658
+}
659
+.doctorBox {
660
+  display: flex;
661
+  justify-content: space-between;
662
+  padding: 0 10px;
663
+  line-height: 24px;
664
+  border-bottom: 2px solid #000;
665
+}
666
+.actionBar {
667
+  display: flex;
668
+  justify-content: space-between;
669
+  line-height: 24px;
670
+  padding: 0 10px;
671
+}
672
+.actionBar p {
673
+  width: 150px;
674
+}
675
+.under_line {
676
+  display: inline-block;
677
+  border-bottom: 1px solid #000;
678
+  flex: 1;
679
+}
680
+</style>

+ 48 - 1
src/xt_pages/outpatientDoctorStation/components/inquiriesDetail.vue View File

@@ -114,7 +114,17 @@
114 114
       title="打印"
115 115
       :visible.sync="innerVisible"
116 116
       append-to-body>
117
-
117
+      <template>
118
+        <el-button
119
+          style="float:right;"
120
+          :loading="loading"
121
+          size="small"
122
+          icon="el-icon-printer"
123
+          @click="printThisPage"
124
+          type="primary"
125
+          >打印</el-button
126
+        >
127
+      </template>
118 128
       <print v-if="activeName == 'first' && prescriptionsType == 1" :paramsObj='paramsObj'></print>
119 129
       <treatPrint v-if="activeName == 'first' && prescriptionsType == 3" :paramsObj='paramsObj'></treatPrint>
120 130
       <recordPrint v-if="activeName == 'second'" ref="recordPrint" :patientid="patientid"></recordPrint>
@@ -371,7 +381,44 @@
371 381
         var times = time*1000
372 382
         times = moment(times).format('YYYY-MM-DD')
373 383
         return times
384
+      },
385
+      printThisPage() {
386
+      var ptime = Math.round(new Date().getTime() / 1000);
387
+      this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
388
+
389
+      if(this.org_id == 10138 || this.org_id == 10278){
390
+        setTimeout(() => {
391
+          const style =
392
+          '@media print {#prescription-print{font-size:14px;border:1px solid white}.prescription-print:last-child {page-break-after: auto;}.printTitle{font-size: 22px;text-align: center;font-weight: bold;margin-bottom: 10px;}.infoTitle{display: flex;margin-top:10px;}.infoTitle div{width: 200px;}.infoMain{display: flex;flex-wrap: wrap;margin-top:10px;}.infoMain div{width: 50%;line-height: 24px;}.prescriptionBox{min-height:350px;}.Rp{font-size: 18px;font-weight: bold;}.drugsBox{padding-left: 40px;margin-bottom: 10px;}.drugsBox div{line-height: 20px;}.drugsOne{line-height: 24px;}.drugsOne span{margin-right: 20px;}.doctorBox{display: flex;justify-content: space-between;padding:0 10px;line-height: 24px;border-bottom: 2px solid #000;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;}.actionBar p{width:150px;}.under_line{display: inline-block;border-bottom: 1px solid #000;flex: 1;}@media print {html {zoom: 90%;}}}';
393
+          printJS({
394
+            printable: "prescriptionPrint2",
395
+            type: "html",
396
+            style: style,
397
+            scanStyles: false
398
+          });
399
+        },500)
400
+
401
+      }else{
402
+        const style =
403
+        '@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.prescription-print{font-size: 14px;}.printTitle{font-size: 18px;text-align: center;font-weight: bold;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:5px;padding:0 10px;}.infoTitle div{width: 300px;margin-bottom:5px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;}.prescriptionBox{padding:0 10px;min-height:380px;}.Rp{font-size: 22px;font-weight: bold;line-height:1px;}.drugsBox{padding-left: 40px;margin-bottom: 10px;margin-bottom: 10px;}.drugsBox p{line-height: 1px;padding-bottom:10px !important;} .drugsOne{line-height: 1px;margin-bottom:10px !important;} .drugsOne span{margin-right: 20px;} .doctorBox{display: flex; justify-content: space-between; padding:0 10px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; padding:0 10px;margin:5px 0;} .actionBar div{width:150px;}}';
404
+        printJS({
405
+          printable: "prescriptionPrint",
406
+          type: "html",
407
+          style: style,
408
+          scanStyles: false
409
+        });
374 410
       }
411
+
412
+
413
+      // if (this.org_template_info.template_id == 1) {
414
+      //   printJS({
415
+      //     printable: "dialysis-print-box",
416
+      //     type: "html",
417
+      //     style: style,
418
+      //     scanStyles: false
419
+      //   });
420
+      // }
421
+      },
375 422
     },
376 423
     created(){
377 424
       this.getAllDoctorList()

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

@@ -3,7 +3,7 @@
3 3
     <div class="dialysisPage" style="padding-top: 40px">
4 4
       <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243">
5 5
 
6
-        <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188" v-bind:childResponse="childResponse"
6
+        <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188 && org_id != 0" v-bind:childResponse="childResponse"
7 7
         :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient"
8 8
         :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date"
9 9
         :prescription_id="prescription_id"></printOne>
@@ -15,7 +15,7 @@
15 15
           :prescription_id="prescription_id"
16 16
         ></print-ten-one>
17 17
 
18
-        <prinSeven v-if="org_id == 10375"
18
+        <prinSeven v-if="org_id == 10375 || org_id == 0"
19 19
           v-bind:childResponse="childResponse"
20 20
           :advicePrint="advicePrint"
21 21
           :ids="ids"

+ 10 - 5
src/xt_pages/outpatientDoctorStation/template/prinSeven.vue View File

@@ -123,24 +123,29 @@
123 123
                       </div>
124 124
                       <div style="display: inline-block;position: absolute;left:85%;top:20px;margin-left: 10px;" >
125 125
                         &nbsp;共{{ item.arr[0][0].single_dose }}{{ item.arr[0][0].single_dose_unit }}
126
+                        <!-- 共{{ it.prescribing_number}}{{ it.prescribing_number_unit }} -->
126 127
                       </div>
127 128
                     </template>
128 129
                   </div>
129 130
                   
130 131
                   <div style="margin-left: 70px">
131 132
                     用法:
132
-                    <span v-if="(item.arr.length>0 && item.arr[0][0].groupno!=it.groupno)||arr.length<0">{{ it.single_dose }}{{ it.single_dose_unit }}</span
133
-                    >&nbsp;&nbsp;<span
134
-                      >{{ it.execution_frequency }}&nbsp;{{
133
+                    <span v-if="(item.arr.length>0 && item.arr[0][0].groupno!=it.groupno)||arr.length<0">{{ it.single_dose }}{{ it.single_dose_unit }}</span>
134
+                    &nbsp;&nbsp;<span>
135
+                      {{ it.execution_frequency }}&nbsp;{{
135 136
                         it.delivery_way
136 137
                       }}&nbsp;</span>&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
137 138
                   </div>
138 139
                   <!-- v-if="arr.length>0 && arr[0][0].groupno==it.groupno" 'border-right':arr.length>0 && arr[0][0].groupno==it.groupno ? '1px solid black' :'none',-->
139 140
                 </div>
140
-                <div style="display: inline-block;position: absolute;left:80%;bottom:0px;margin-left: 10px;"  v-if="item.arr.length>0 && item.arr[0][0].groupno==it.groupno">
141
+                <div style="display: inline-block;position: absolute;left:80%;bottom:0px;margin-left: 10px;" >
141 142
                   ×&nbsp;{{ it.prescribing_number}}
142 143
                 </div>
143
-                <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 10px;" v-if="item.arr.length>0 && item.arr[0][0].groupno==it.groupno">
144
+                <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 10px;" v-if="item.arr.length>0&&item.arr[0][0].groupno!=it.groupno">
145
+                  &nbsp;共{{ it.prescribing_number}}{{ it.prescribing_number_unit }}
146
+                  <!-- &nbsp;共{{ it.single_dose }}{{ it.single_dose_unit }} -->
147
+                </div>
148
+                <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 10px;" v-if="item.arr.length>0&&item.arr[0][0].groupno==it.groupno">
144 149
                   <!-- &nbsp;共{{ it.prescribing_number}}{{ it.prescribing_number_unit }} -->
145 150
                   &nbsp;共{{ it.single_dose }}{{ it.single_dose_unit }}
146 151
                 </div>

+ 3 - 3
src/xt_pages/user/components/PatientSidebar.vue View File

@@ -229,7 +229,7 @@ export default {
229 229
         //     },
230 230
         //     {
231 231
         //       name: '5-6',
232
-        //       label: '导管脱风险评估'
232
+        //       label: '导管脱风险评估'
233 233
         //     },
234 234
         //     {
235 235
         //       name: '5-7',
@@ -326,7 +326,7 @@ export default {
326 326
         this.$router.push({path:'/patients/inspection_check?id='+this.id})
327 327
       } else if(name == '4-3'){
328 328
         this.$router.push({path:'/patients/ktv?id='+this.id})
329
-      } 
329
+      }
330 330
       // else if (name == '5-1') {
331 331
       //   this.$router.push({
332 332
       //     path: '/patients/patient/'+ this.id +'/Fallassessment'
@@ -364,7 +364,7 @@ export default {
364 364
       //   this.$router.push({path:'/patients/patient/' + this.id+'/Glasgow'})
365 365
       // } else if(name == '5-14'){
366 366
       //   this.$router.push({path:'/patients/patient/' + this.id+'/Muscleforce'})
367
-      // } 
367
+      // }
368 368
     },
369 369
     changePatient(value) {
370 370
       console.log(value)

+ 154 - 101
src/xt_pages/user/evaluationtool/Cathetershedding.vue View File

@@ -11,97 +11,97 @@
11 11
                 </div>
12 12
 
13 13
                 <div>
14
-                    <table class="table" border="1" style="width: 100%;">
15
-                        <thead>
16
-                            <tr>
17
-                                <th style="width: 180px;">项目</th>
18
-                                <th style="width: 800px;">分值</th>
19
-                                <th>护理措施</th>
20
-                            </tr>
21
-                        </thead>
22
-                        <tbody>
23
-                           <tr>
24
-                             <td class="start">A.脱管后风险程度</td>
25
-                             <td>
26
-                                <div class="jiange">
27
-                                    <el-radio-group v-model="radio">
28
-                                        <el-radio v-for="(item,index ) in tuoguan" :label="item" :key="index" style="">{{ item }}</el-radio>
29
-                                    </el-radio-group>
30
-                                </div>
31
-                             </td>
32
-                             <td rowspan="3">
33
-                                <div style="vertical-align: top; color: black; padding: 5px;">
34
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;1.管道维护,导管脱落严重后果及预防措施的健康教育;</label> <br/>
35
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;2.床边悬挂警示标识(>9分悬挂);</label><br/>
36
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;3.正确妥善固定;</label><br/>
37
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;4.正确卧位及床上活动方式, 病人带管下床活动时, 将引流管固定在病人的衣服或裤子上;</label><br/>
38
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;5.加强巡视,及时发现满足患者需要;</label><br/>
39
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;6.严格交接班,各班重点交接,观察外露长度,必要时记录;</label><br/>
40
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;7.昏迷、暴躁、不合作病人,根据医嘱使用镇静剂和约束带;</label><br/>
41
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;8.进行诊疗护理需要移动患者时,根据医嘱使用镇静剂和约束带;</label><br/>
42
-                                    <label><input name="ball" type="checkbox" value="football" />&nbsp;9.对于气管插管清醒患者,进行心理疏导和安全教育。</label>
43
-                                </div>
44
-                             </td>
45
-                           </tr>
46
-                           <tr>
47
-                             <td class="start">B.患者意识程度</td>
48
-                             <td>
49
-                                <div class="jiange">
50
-                                    <el-radio-group v-model="radio">
51
-                                        <el-radio v-for="(item,index ) in yishi" :label="item" :key="index">{{ item }}</el-radio>
52
-                                    </el-radio-group>
53
-                                </div>
54
-                             </td>                           
55
-                           </tr>
56
-                           <tr>
57
-                             <td class="start">C.患者配合程度</td>
58
-                             <td>
59
-                                <div  class="jiange">
60
-                                    <el-radio-group v-model="radio">
61
-                                      <el-radio v-for="(item,index ) in peihe" :label="item" :key="index">{{ item }}</el-radio>
62
-                                    </el-radio-group>
63
-                                </div>
64
-                             </td>
65
-                           </tr>
66
-                        </tbody>
67
-                    </table>
14
+                  <table class="table" border="1" style="width: 100%;">
15
+                    <thead>
16
+                      <tr>
17
+                          <th style="width: 180px;">项目</th>
18
+                          <th style="width: 800px;">分值</th>
19
+                          <th>护理措施</th>
20
+                      </tr>
21
+                    </thead>
22
+                    <tbody>
23
+                      <tr>
24
+                        <td class="start">A.脱管后风险程度</td>
25
+                        <td>
26
+                          <div class="jiange">
27
+                              <el-radio-group v-model="radio" @change="handleCheckedCitiesChange">
28
+                                  <el-radio v-for="(item,index ) in tuoguan" :label="item" :key="index" style="">{{ item }}</el-radio>
29
+                              </el-radio-group>
30
+                          </div>
31
+                        </td>
32
+                        <td rowspan="3">
33
+                          <div style="vertical-align: top; color: black; padding: 5px;">
34
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;1.管道维护,导管脱落严重后果及预防措施的健康教育;</label> <br/>
35
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;2.床边悬挂警示标识(>9分悬挂);</label><br/>
36
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;3.正确妥善固定;</label><br/>
37
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;4.正确卧位及床上活动方式, 病人带管下床活动时, 将引流管固定在病人的衣服或裤子上;</label><br/>
38
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;5.加强巡视,及时发现满足患者需要;</label><br/>
39
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;6.严格交接班,各班重点交接,观察外露长度,必要时记录;</label><br/>
40
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;7.昏迷、暴躁、不合作病人,根据医嘱使用镇静剂和约束带;</label><br/>
41
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;8.进行诊疗护理需要移动患者时,根据医嘱使用镇静剂和约束带;</label><br/>
42
+                              <label><input name="ball" type="checkbox" value="football" />&nbsp;9.对于气管插管清醒患者,进行心理疏导和安全教育。</label>
43
+                          </div>
44
+                        </td>
45
+                      </tr>
46
+                      <tr>
47
+                        <td class="start">B.患者意识程度</td>
48
+                        <td>
49
+                          <div class="jiange">
50
+                              <el-radio-group v-model="radio1"  @change="handleCheckedCitiesChange">
51
+                                  <el-radio v-for="(item,index ) in yishi" :label="item" :key="index">{{ item }}</el-radio>
52
+                              </el-radio-group>
53
+                          </div>
54
+                        </td>                           
55
+                      </tr>
56
+                      <tr>
57
+                        <td class="start">C.患者配合程度</td>
58
+                        <td>
59
+                          <div  class="jiange">
60
+                              <el-radio-group v-model="radio2" @change="handleCheckedCitiesChange">
61
+                                <el-radio v-for="(item,index ) in peihe" :label="item" :key="index">{{ item }}</el-radio>
62
+                              </el-radio-group>
63
+                          </div>
64
+                        </td>
65
+                      </tr>
66
+                    </tbody>
67
+                  </table>
68 68
                 </div>
69 69
 
70 70
                 <div class="content_top" style="margin: 10px 0px;">
71
-                    <div>
72
-                        <div class="bottoms">
73
-                        <span>总分:</span>
74
-                        <el-input v-model="input" placeholder="请输入内容" style="width: 100px;"></el-input>分
75
-                        </div>
71
+                  <div>
72
+                      <div class="bottoms">
73
+                      <span>总分:</span>
74
+                      <el-input v-model="duct_Totalpoints" placeholder="请输入内容" style="width: 100px;"></el-input>分
75
+                      </div>
76 76
 
77
-                        <div class="bottoms">
78
-                            <span>评估日期:</span>
79
-                            <el-date-picker
80
-                                v-model="value1"
81
-                                type="date"
82
-                                placeholder="选择日期"
83
-                                :clearable="false"
84
-                                style="width: 150px;">
85
-                            </el-date-picker>
86
-                        </div>
77
+                      <div class="bottoms">
78
+                          <span>评估日期:</span>
79
+                          <el-date-picker
80
+                              v-model="value1"
81
+                              type="date"
82
+                              placeholder="选择日期"
83
+                              :clearable="false"
84
+                              style="width: 150px;">
85
+                          </el-date-picker>
86
+                      </div>
87 87
 
88
-                        <div class="bottoms">
89
-                            <span>评估人:</span>
90
-                            <el-select v-model="value" placeholder="请选择" >
91
-                                <el-option
92
-                                v-for="item in options"
93
-                                :key="item.value"
94
-                                :label="item.label"
95
-                                :value="item.value"
96
-                                style="width:150px;">
97
-                                </el-option>
98
-                            </el-select>
99
-                        </div>
100
-                        
101
-                    </div>
102
-                    <div style="margin:5px 10px;">
103
-                            <el-button type="primary">确认</el-button>
104
-                    </div>
88
+                      <div class="bottoms">
89
+                          <span>评估人:</span>
90
+                          <el-select v-model="value" placeholder="请选择" >
91
+                              <el-option
92
+                              v-for="item in options"
93
+                              :key="item.value"
94
+                              :label="item.label"
95
+                              :value="item.value"
96
+                              style="width:150px;">
97
+                              </el-option>
98
+                          </el-select>
99
+                      </div>
100
+                      
101
+                  </div>
102
+                  <div style="margin:5px 10px;">
103
+                    <el-button type="primary">确认</el-button>
104
+                  </div>
105 105
                 </div>
106 106
                 <hr style="border:none;height:1px;background:#DCDFE6;"/><!--水平线-->
107 107
                 <div style="margin-top: 20px;">
@@ -183,22 +183,75 @@
183 183
 <script>
184 184
 import PatientSidebar from '../components/PatientSidebar.vue'
185 185
 export default {
186
-    components:{
187
-      PatientSidebar
188
-    },
189
-    data(){
190
-        return{
191
-            patientID:0,
192
-            value1:'',
193
-            radio:'',
194
-            options:[],
195
-            input:'',
196
-            value:'',
197
-            tuoguan:['低危导管 (1分)','中危导管 (2分)','高危导管 (3分)'],
198
-            yishi:['意识清醒 (0分)','中昏迷、深昏迷 (1分)','嗜睡、昏睡 (2分)','浅昏迷 (3分)','意识模糊 (4分)'],
199
-            peihe:['完全配合 (1分)','部分配合 (2分)','不配合 (3分)']
200
-        }
186
+  components:{
187
+    PatientSidebar
188
+  },
189
+  data(){
190
+      return{
191
+          patientID:0,
192
+          value1:'',
193
+          radio:'',
194
+          radio1:'',
195
+          radio2:'',
196
+          duct_Totalpoints:0,
197
+          options:[],
198
+          input:'',
199
+          value:'',
200
+          tuoguan:['低危导管 (1分)','中危导管 (2分)','高危导管 (3分)'],
201
+          yishi:['意识清醒 (0分)','中昏迷、深昏迷 (1分)','嗜睡、昏睡 (2分)','浅昏迷 (3分)','意识模糊 (4分)'],
202
+          peihe:['完全配合 (1分)','部分配合 (2分)','不配合 (3分)']
203
+      }
204
+  },
205
+  methods:{
206
+    handleCheckedCitiesChange(e){
207
+      const ball=e
208
+      const jiequ =(ball.split('(')[1].split('分')[0]) * 1
209
+      // console.log('22222 .slice(1)',jiequ);
210
+      // var duct_touguan = 0;
211
+      // var duct_yishi = 0;
212
+      // var duct_peihe = 0;
213
+      if(e==this.radio && this.radio2 =='' && this.radio1 ==''){
214
+        
215
+       var duct_touguan = jiequ
216
+        console.log('111111',duct_touguan);
217
+        this.duct_Totalpoints = duct_touguan
218
+        return duct_touguan
219
+      } else if(e==this.radio&& this.radio2 !='' && this.radio1 !=''){
220
+        console.log('2222222222');
221
+        this.duct_Totalpoints = this.duct_Totalpoints + jiequ
222
+        return this.duct_Totalpoints
223
+      }else if(e==this.radio && (this.radio2 !='' || this.radio1 !='')){
224
+        console.log('5555555',duct_touguan,this.duct_Totalpoints);
225
+        this.duct_Totalpoints = this.duct_Totalpoints - duct_touguan
226
+        this.duct_Totalpoints = this.duct_Totalpoints + jiequ
227
+        return this.duct_Totalpoints
228
+      }
229
+
230
+      if(e==this.radio1 && this.radio !='' && this.radio2 !=''){
231
+        console.log('333333');
232
+        this.duct_Totalpoints = this.duct_Totalpoints + jiequ
233
+        return this.duct_Totalpoints
234
+      }else if(e==this.radio1 && (this.radio !='' || this.radio2 !='')){
235
+        this.duct_Totalpoints = this.duct_Totalpoints + jiequ
236
+        return this.duct_Totalpoints
237
+      }
238
+      else{
239
+        console.log('444444444');
240
+        this.duct_Totalpoints= jiequ
241
+      }
242
+
243
+      if(e==this.radio2 && this.radio !='' && this.radio1 !=''){
244
+        this.duct_Totalpoints = this.duct_Totalpoints + jiequ
245
+        return this.duct_Totalpoints
246
+      }else if(e==this.radio2 && (this.radio !='' || this.radio1 !='')){
247
+        this.duct_Totalpoints = this.duct_Totalpoints + jiequ
248
+        return this.duct_Totalpoints
249
+      }else{
250
+        this.duct_Totalpoints= jiequ
251
+      }
252
+      
201 253
     }
254
+  }
202 255
 }
203 256
 </script>
204 257
 <style lang="scss" scoped>

+ 72 - 56
src/xt_pages/user/evaluationtool/Fallassessment.vue View File

@@ -17,7 +17,7 @@
17 17
               <div style="margin-bottom: 50px;">
18 18
                 <div class="biaotou content_top">
19 19
                 <div>危险评估</div>
20
-                <div style="color: black;">总分:100</div>
20
+                <div style="color: black;">总分:{{ tumble_Totalpoints }}</div>
21 21
                 </div>
22 22
                 <table class="table" border style="width: 100%;">
23 23
                   <thead>
@@ -31,8 +31,8 @@
31 31
                       <td class="start">年龄</td>
32 32
                       <td>
33 33
                         <div class="jiange">
34
-                          <span v-for="item in nianlin" class="rightjiange">
35
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
34
+                          <span v-for="item in nianlin" class="rightjiange" @change="handleCheckedCitiesChange">
35
+                            <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
36 36
                           </span>
37 37
                         </div>
38 38
                           
@@ -42,8 +42,8 @@
42 42
                       <td class="start">既往史</td>
43 43
                       <td>
44 44
                         <div style="display: flex;flex-wrap: wrap;padding:4px 0 4px 8px;">
45
-                          <span  v-for="item in jiwnag" class="ttbwzz-type-a">
46
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp{{ item }}</label>
45
+                          <span  v-for="item in jiwnag" class="ttbwzz-type-a" @change="handleCheckedCitiesChange">
46
+                            <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
47 47
                           </span>
48 48
                         </div>
49 49
                       </td>
@@ -52,8 +52,8 @@
52 52
                       <td class="start">意识状态</td>
53 53
                       <td>
54 54
                         <div style="display: flex;flex-wrap: wrap;padding:4px 0 4px 8px;">
55
-                          <span v-for="item in yishizt" class="ttbwzz-type-a">
56
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp{{ item }}</label>
55
+                          <span v-for="item in yishizt" class="ttbwzz-type-a" @change="handleCheckedCitiesChange">
56
+                            <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
57 57
                           </span>
58 58
                         </div>
59 59
                       </td>
@@ -62,8 +62,8 @@
62 62
                       <td class="start">感官</td>
63 63
                       <td>
64 64
                         <div style="display: flex;flex-wrap: wrap;padding:4px 0 4px 8px;">
65
-                          <span v-for="item in ganguan" class="ttbwzz-type-a">
66
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp{{ item }}</label>
65
+                          <span v-for="item in ganguan" class="ttbwzz-type-a" @change="handleCheckedCitiesChange">
66
+                            <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
67 67
                           </span>
68 68
                         </div>
69 69
                       </td>
@@ -72,8 +72,8 @@
72 72
                       <td class="start">身体状况</td>
73 73
                       <td>
74 74
                         <div style="display: flex;flex-wrap: wrap;padding:4px 0 4px 8px;">
75
-                          <span v-for="item in shentizk" class="ttbwzz-type-a">
76
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp{{ item }}</label>
75
+                          <span v-for="item in shentizk" class="ttbwzz-type-a" @change="handleCheckedCitiesChange">
76
+                            <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
77 77
                           </span>
78 78
                         </div>
79 79
                       </td>
@@ -82,8 +82,8 @@
82 82
                       <td class="start">使用药物</td>
83 83
                       <td>
84 84
                         <div style="display: flex;flex-wrap: wrap;padding:4px 0 4px 8px;">
85
-                          <span v-for="item in syyaowu" class="ttbwzz-type-a">
86
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp{{ item }}</label>
85
+                          <span v-for="item in syyaowu" class="ttbwzz-type-a" @change="handleCheckedCitiesChange">
86
+                            <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
87 87
                           </span>
88 88
                         </div>
89 89
                       </td>
@@ -92,8 +92,8 @@
92 92
                       <td class="start">排泄</td>
93 93
                       <td>
94 94
                         <div class="jiange">
95
-                          <span v-for="item in paixie" class="rightjiange">
96
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp{{ item }}</label>
95
+                          <span v-for="item in paixie" class="rightjiange" @change="handleCheckedCitiesChange">
96
+                            <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
97 97
                           </span>
98 98
                         </div>
99 99
                         
@@ -104,7 +104,7 @@
104 104
                       <td>
105 105
                         <div class="jiange">
106 106
                           <span v-for="item in zilinl" class="rightjiange">
107
-                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp{{ item }}</label>
107
+                            <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
108 108
                           </span>
109 109
                         </div>
110 110
                         
@@ -397,52 +397,68 @@
397 397
     </div>
398 398
   </template>
399 399
 
400
-  <script>
401
-    import PatientSidebar from '../components/PatientSidebar'
402
-    import Falloutbedprint from './Falloutbedprint.vue'
403
-    export default {
404
-    //   name: 'CourseOfDisease',
405
-      components: {
406
-        PatientSidebar,
407
-        Falloutbedprint
408
-      },
409
-      data() {
410
-        return {
411
-          patient_id:0,
412
-          value1:'',
413
-          value:'',
414
-          input:'',
415
-          options:[],
416
-          checkList:[],
417
-          nianlin:['≥65岁(1分)','<5(1分)'],
418
-          jiwnag:['有跌倒史(2分)','有坠床史(2分)','晕厥(2分)','低血压(2分)'],
419
-          yishizt:['烦躁(4分)','谵妄(3分)','嗜睡(2分)','模糊(2分)','痴呆(2分)','昏迷(1分)'],
420
-          ganguan:['头晕(4分)','视觉障碍(2分)','听力障碍(2分)'],
421
-          shentizk:['借助器械(3分)','肢体残缺(3分)','偏瘫(3分)','肌肉震颤麻痹(2分)','截瘫(3分)','乏力(1分)','关节僵硬、变形、疼痛(3分)','失眠(1分)'],
422
-          syyaowu:['镇静安眠药(2分)','降压药(1分)','降糖药(1分)','其他高危药物(1分)'],
423
-          paixie:['便秘(2分)','腹泻(1分)','尿频(1分)'],
424
-          zilinl:['无(4分)','部分(3分)'],
425
-          xiaoguo:['未发生跌倒','发生跌倒','发生坠床'],
426
-          touxidiedao:['发生跌倒','发生坠床'],
400
+<script>
401
+  import PatientSidebar from '../components/PatientSidebar'
402
+  import Falloutbedprint from './Falloutbedprint.vue'
403
+  export default {
404
+  //   name: 'CourseOfDisease',
405
+    components: {
406
+      PatientSidebar,
407
+      Falloutbedprint
408
+    },
409
+    data() {
410
+      return {
411
+        patient_id:0,
412
+        value1:'',
413
+        value:'',
414
+        input:'',
415
+        tumble_Totalpoints:0,
416
+        options:[],
417
+        checkList:[],
418
+        nianlin:['≥65岁(1分)','<65(1分)'],
419
+        jiwnag:['有跌倒史(2分)','有坠床史(2分)','晕厥(2分)','低血压(2分)'],
420
+        yishizt:['烦躁(4分)','谵妄(3分)','嗜睡(2分)','模糊(2分)','痴呆(2分)','昏迷(1分)'],
421
+        ganguan:['头晕(4分)','视觉障碍(2分)','听力障碍(2分)'],
422
+        shentizk:['借助器械(3分)','肢体残缺(3分)','偏瘫(3分)','肌肉震颤麻痹(2分)','截瘫(3分)','乏力(1分)','关节僵硬、变形、疼痛(3分)','失眠(1分)'],
423
+        syyaowu:['镇静安眠药(2分)','降压药(1分)','降糖药(1分)','其他高危药物(1分)'],
424
+        paixie:['便秘(2分)','腹泻(1分)','尿频(1分)'],
425
+        zilinl:['无(4分)','部分(3分)'],
426
+        xiaoguo:['未发生跌倒','发生跌倒','发生坠床'],
427
+        touxidiedao:['发生跌倒','发生坠床'],
427 428
 
428
-          centerDialogVisible:false,
429
-          dialogVisible:false,
430
-          textarea2:'',
431
-        }
432
-        
433
-      },
434
-      created() {
435
-        
429
+        centerDialogVisible:false,
430
+        dialogVisible:false,
431
+        textarea2:'',
432
+      }
433
+      
434
+    },
435
+    created() {
436
+      
436 437
 
438
+    },
439
+    methods: {
440
+      add(){
441
+        this.centerDialogVisible =true
437 442
       },
438
-      methods: {
439
-        add(){
440
-          this.centerDialogVisible =true
441
-        },
443
+      handleCheckedCitiesChange(e){
444
+        var ball = e.target.value
445
+        // console.log('22222 .slice(1)',ball);
446
+        var jiequ =(ball.split('(')[1].split('分')[0]) * 1
447
+      //  console.log('3333333333',jiequ);
448
+        if(e.target.checked==true){
449
+          this.tumble_Totalpoints=this.tumble_Totalpoints + jiequ
450
+          // console.log('22222 .slice(1)',ball);
451
+          // console.log('3333333333',this.tumble_Totalpoints);
452
+          return this.tumble_Totalpoints
453
+        }else{
454
+          this.tumble_Totalpoints=this.tumble_Totalpoints-jiequ
455
+          return this.tumble_Totalpoints
456
+        }
442 457
         
443 458
       }
444 459
     }
445
-  </script>
460
+  }
461
+</script>
446 462
 
447 463
   <style rel="stylesheet/css" lang="scss" scoped>
448 464
     .content_top{

+ 25 - 7
src/xt_pages/user/evaluationtool/Glasgow.vue View File

@@ -21,8 +21,8 @@
21 21
                                         <td class="start">睁眼反应(E)</td>
22 22
                                         <td>
23 23
                                             <div style="display: flex;flex-wrap: wrap;padding:4px 0 4px 8px;">
24
-                                                <span v-for="item in zhengyan" class="ttbwzz-type-a">
25
-                                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
24
+                                                <span v-for="item in zhengyan" class="ttbwzz-type-a" @change="handleCheckedCitiesChange">
25
+                                                    <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
26 26
                                                 </span>
27 27
                                             </div>
28 28
                                         </td>
@@ -32,8 +32,8 @@
32 32
                                         <td class="start">言语反映 (V)</td>
33 33
                                         <td>
34 34
                                             <div style="display: flex;flex-wrap: wrap;padding:4px 0 4px 8px;">
35
-                                                <span v-for="item in yanyu" class="ttbwzz-type-a">
36
-                                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
35
+                                                <span v-for="item in yanyu" class="ttbwzz-type-a" @change="handleCheckedCitiesChange">
36
+                                                    <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
37 37
                                                 </span>
38 38
                                             </div>
39 39
                                         </td>
@@ -43,8 +43,8 @@
43 43
                                         <td class="start">运动反应(M)</td>
44 44
                                         <td>
45 45
                                             <div style="display: flex;flex-wrap: wrap;padding:4px 0 4px 8px;">
46
-                                                <span v-for="item in yundong" class="ttbwzz-type-a">
47
-                                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
46
+                                                <span v-for="item in yundong" class="ttbwzz-type-a" @change="handleCheckedCitiesChange">
47
+                                                    <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
48 48
                                                 </span> 
49 49
                                             </div>
50 50
                                         </td>
@@ -64,7 +64,7 @@
64 64
                         <div>
65 65
                             <div class="bottoms">
66 66
                                 <span>总分:</span>
67
-                                <el-input v-model="input" placeholder="请输入内容" style="width: 100px;"></el-input>分
67
+                                <el-input v-model="Glasgow_Totalpoints" placeholder="请输入内容" style="width: 100px;"></el-input>分
68 68
                             </div>
69 69
 
70 70
                             <div class="bottoms">
@@ -153,13 +153,31 @@ export default {
153 153
             value1:'',
154 154
             value:'',
155 155
             input:'',
156
+            Glasgow_Totalpoints:0,
156 157
             options:[],
157 158
             tableData:[],
158 159
             zhengyan:['自动睁眼(4分)','互换睁眼(3分)','刺激睁眼(2分)','无反应(1分)'],
159 160
             yanyu:['正常(5分)','不准确回答问题(4分)','不恰当词句(3分)','不能理解的言语(2分)','无言语反映(1分)'],
160 161
             yundong:['能按指令运动肢体(6分)','对刺痛能定位(5分)','对刺痛能躲避(4分)','刺痛肢体屈曲(3分)','刺痛肢体过伸(2分)','无反应(1分)'],
161 162
         }
163
+    },
164
+    methods:{
165
+      handleCheckedCitiesChange(e){
166
+        var ball = e.target.value
167
+        var jiequ =(ball.split('(')[1].split('分')[0]) * 1
168
+        if(e.target.checked==true){
169
+          this.tumble_Totalpoints=this.tumble_Totalpoints + jiequ
170
+          // console.log('22222 .slice(1)',ball);
171
+          // console.log('3333333333',this.tumble_Totalpoints);
172
+          return this.tumble_Totalpoints
173
+        }else{
174
+          this.tumble_Totalpoints=this.tumble_Totalpoints-jiequ
175
+          return this.tumble_Totalpoints
176
+        }
177
+        
178
+      }
162 179
     }
180
+
163 181
 }
164 182
 </script>
165 183
 <style lang="scss" scoped>

+ 28 - 10
src/xt_pages/user/evaluationtool/OHpressuresore.vue View File

@@ -22,8 +22,8 @@
22 22
                                         <td class="start">自主体位变换</td>
23 23
                                         <td>
24 24
                                             <div class="jiange">
25
-                                                <span v-for="item in tiwei" class="rightjiange">
26
-                                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
25
+                                                <span v-for="item in tiwei" class="rightjiange" @change="handleCheckedCitiesChange">
26
+                                                    <label><input type="checkbox" name="ball" :value="item"/>&nbsp;{{ item }}</label>
27 27
                                                 </span>
28 28
                                             </div>
29 29
                                         </td>
@@ -32,8 +32,8 @@
32 32
                                         <td class="start">病理性骨突出</td>
33 33
                                         <td>
34 34
                                             <div class="jiange">
35
-                                                <span v-for="item in bingli" class="rightjiange">
36
-                                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
35
+                                                <span v-for="item in bingli" class="rightjiange" @change="handleCheckedCitiesChange">
36
+                                                    <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
37 37
                                                 </span>
38 38
                                             </div>
39 39
                                         </td>
@@ -43,8 +43,8 @@
43 43
                                         <td class="start">浮肿</td>
44 44
                                         <td>
45 45
                                             <div class="jiange">
46
-                                                <span v-for="item in edema" class="rightjiange">
47
-                                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
46
+                                                <span v-for="item in edema" class="rightjiange" @change="handleCheckedCitiesChange">
47
+                                                    <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
48 48
                                                 </span>
49 49
                                             </div>
50 50
                                         </td>
@@ -52,10 +52,10 @@
52 52
                                    
53 53
                                     <tr>
54 54
                                         <td class="start">关节痉挛</td>
55
-                                        <td>
55
+                                          <td>
56 56
                                             <div class="jiange">
57
-                                                <span v-for="item in guanjie" class="rightjiange">
58
-                                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
57
+                                                <span v-for="item in guanjie" class="rightjiange" @change="handleCheckedCitiesChange">
58
+                                                    <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
59 59
                                                 </span>
60 60
                                             </div>
61 61
                                         </td>
@@ -74,7 +74,7 @@
74 74
                         <div>
75 75
                             <div class="bottoms">
76 76
                                 <span>总分:</span>
77
-                                <el-input v-model="input" placeholder="请输入内容" style="width: 100px;"></el-input>分
77
+                                <el-input v-model="Totalpoints" placeholder="请输入内容" style="width: 100px;"></el-input>分
78 78
                             </div>
79 79
 
80 80
                             <div class="bottoms">
@@ -160,6 +160,8 @@ export default {
160 160
     data(){
161 161
         return{
162 162
             patientID:0,
163
+            Totalpoints:0,
164
+            ball:'',
163 165
             input:'',
164 166
             tableData:[],
165 167
             form:[],
@@ -175,6 +177,22 @@ export default {
175 177
             checkList2:[],
176 178
             checkList3:[],
177 179
         }
180
+    },
181
+    methods:{
182
+      handleCheckedCitiesChange(e){
183
+        this.ball = e.target.value
184
+        var jiequ =(this.ball.split('(')[1].split('分')[0]) * 1
185
+        if(e.target.checked==true){
186
+          this.Totalpoints=this.Totalpoints + jiequ
187
+          console.log('22222 .slice(1)',this.ball);
188
+          console.log('3333333333',this.Totalpoints);
189
+          return this.Totalpoints
190
+        }else{
191
+          this.Totalpoints=this.Totalpoints-jiequ
192
+          return this.Totalpoints
193
+        }
194
+        
195
+      }
178 196
     }
179 197
 }
180 198
 </script>

+ 167 - 146
src/xt_pages/user/evaluationtool/nourishmentAssessment.vue View File

@@ -11,154 +11,174 @@
11 11
                 </div>
12 12
 
13 13
                 <div>
14
-                    <table class="table" border="1" style="width: 100%;margin-bottom: 20px;">
15
-                        <thead>
16
-                            <tr>
17
-                                <th colspan="2" style="text-align: left;padding-left: 5px;">疾病相关评分</th>
18
-                            </tr>
19
-                        </thead>
20
-                        <tbody>
21
-                        <tr class="bg_color">
22
-                            <td class="start yingyang">0级</td>
23
-                             
24
-                            <td class="saoyang wenzi_color">营养需要量无增加</td>
25
-                        </tr>
26
-                        <tr>
27
-                            <td class="start">1级</td>
28
-                           
29
-                            <td class="saoyang wenzi_color">
30
-                                营养需要量轻度增加:
31
-                                <div >
32
-                                    <span v-for="item in qingdu" class="rightjiange">
33
-                                        <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
34
-                                    </span>
35
-                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
36
-                                        <el-input v-model="input" placeholder="" style="width: 120px;"></el-input>
37
-                                    </label>
38
-                                </div>
39
-                            </td>                          
40
-                        </tr>
41
-                        <tr class="bg_color">
42
-                            <td class="start">2级</td>
43
-                           
44
-                            <td class="saoyang wenzi_color">
45
-                                营养需要量中度增加:
46
-                                <div >
47
-                                    <span v-for="item in zhdu" class="rightjiange">
48
-                                        <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
49
-                                    </span>
50
-                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
51
-                                        <el-input v-model="input" placeholder="" style="width: 120px;"></el-input>
52
-                                    </label>
53
-                                </div>
54
-                            </td>
55
-                        </tr>
56
-                        <tr>
57
-                            <td class="start">3级</td>
58
-                            <td class="saoyang wenzi_color">
59
-                                营养需要量重度增加:
60
-                                <div >
61
-                                    <span v-for="item in zhongsdu" class="rightjiange">
62
-                                        <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
63
-                                    </span>
64
-                                    <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
65
-                                        <el-input v-model="input" placeholder="" style="width: 120px;"></el-input>
66
-                                    </label>
67
-                                </div>
68
-                            </td>
69
-                        </tr>
70
-                        </tbody>
71
-                    </table>
72
-
73
-                    <table class="table" border="1" style="width: 100%;margin-bottom: 20px;">
74
-                        <thead>
75
-                            <tr>
76
-                                <th colspan="2" style="text-align: left;padding-left: 5px;">营养受损评分</th>
77
-                            </tr>
78
-                        </thead>
79
-                        <tbody>
80
-                        <tr class="bg_color">
81
-                            <td class="start yingyang">0级</td>
82
-                            
83
-                            <td class="saoyang wenzi_color" >无营养受损</td>
84
-                        </tr>
85
-                        <tr>
86
-                            <td class="start">1级</td>
87
-                           
88
-                            <td class="saoyang">
89
-                                <div >
90
-                                    <span class="rightjiange">
91
-                                        <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
92
-                                            3个月内体重下降>5%
93
-                                        </label>
94
-                                        <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
95
-                                            一周内进食量较从前减少25%-50%
96
-                                        </label>
97
-                                    </span>
98
-                                    
99
-                                </div>                             
100
-                            </td>                          
101
-                        </tr>
102
-                        <tr class="bg_color">
103
-                            <td class="start">2级</td>
14
+                  <table class="table" border="1" style="width: 100%;margin-bottom: 20px;">
15
+                      <thead>
16
+                          <tr>
17
+                              <th colspan="2" style="text-align: left;padding-left: 5px;">疾病相关评分</th>
18
+                          </tr>
19
+                      </thead>
20
+                      <tbody>
21
+                      <tr class="bg_color">
22
+                          <td class="start yingyang">
23
+                            <el-radio v-model="radio" label="0">0级</el-radio>
24
+                          </td>
104 25
                             
105
-                            <td class="saoyang">
106
-                                <div >
107
-                                    <span class="rightjiange">
108
-                                        <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
109
-                                            2个月内体重下降>5%
110
-                                        </label>
111
-                                        <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
112
-                                            一周内进食量较从前减少50%-75%
113
-                                        </label>
114
-                                    </span>
115
-                                    
116
-                                </div>  
117
-                            </td>
118
-                        </tr>
119
-                        <tr>
120
-                            <td class="start">3级</td>
121
-                            <td class="saoyang"> 
122
-                                <div >
123
-                                    <span class="rightjiange">
124
-                                        <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
125
-                                            1个月内体重下降>5%
126
-                                        </label>
127
-                                        <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
128
-                                            一周内进食量较从前减少75%-100%
129
-                                        </label>
130
-                                        <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
131
-                                            体重指数(BMI)<18.5
132
-                                        </label>
133
-                                        <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
134
-                                            血蛋白<30g/L(得不到准确的BNI值时用白蛋白替代)
135
-                                        </label>
136
-                                    </span>
137
-                                    
138
-                                </div>                          
139
-                            </td>
140
-                        </tr>
141
-                        </tbody>
142
-                    </table>
26
+                          <td class="saoyang wenzi_color">营养需要量无增加</td>
27
+                      </tr>
28
+                      <tr>
29
+                          <td class="start">
30
+                            <el-radio v-model="radio" label="1">1级</el-radio>
31
+                          </td>
32
+                          
33
+                          <td class="saoyang wenzi_color">
34
+                              营养需要量轻度增加:
35
+                              <div >
36
+                                  <span v-for="item in qingdu" class="rightjiange">
37
+                                      <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
38
+                                  </span>
39
+                                  <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
40
+                                      <el-input v-model="input" placeholder="" style="width: 120px;"></el-input>
41
+                                  </label>
42
+                              </div>
43
+                          </td>                          
44
+                      </tr>
45
+                      <tr class="bg_color">
46
+                          <td class="start">
47
+                            <el-radio v-model="radio" label="2">2级</el-radio>
48
+                          </td>
49
+                          
50
+                          <td class="saoyang wenzi_color">
51
+                              营养需要量中度增加:
52
+                              <div >
53
+                                  <span v-for="item in zhdu" class="rightjiange">
54
+                                      <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
55
+                                  </span>
56
+                                  <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
57
+                                      <el-input v-model="input" placeholder="" style="width: 120px;"></el-input>
58
+                                  </label>
59
+                              </div>
60
+                          </td>
61
+                      </tr>
62
+                      <tr>
63
+                          <td class="start">
64
+                            <el-radio v-model="radio" label="3">3级</el-radio>
65
+                          </td>
66
+                          <td class="saoyang wenzi_color">
67
+                              营养需要量重度增加:
68
+                              <div >
69
+                                  <span v-for="item in zhongsdu" class="rightjiange">
70
+                                      <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
71
+                                  </span>
72
+                                  <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
73
+                                      <el-input v-model="input" placeholder="" style="width: 120px;"></el-input>
74
+                                  </label>
75
+                              </div>
76
+                          </td>
77
+                      </tr>
78
+                      </tbody>
79
+                  </table>
80
+
81
+                  <table class="table" border="1" style="width: 100%;margin-bottom: 20px;">
82
+                      <thead>
83
+                          <tr>
84
+                              <th colspan="2" style="text-align: left;padding-left: 5px;">营养受损评分</th>
85
+                          </tr>
86
+                      </thead>
87
+                      <tbody>
88
+                      <tr class="bg_color">
89
+                          <td class="start yingyang">
90
+                            <el-radio v-model="radio" label="0">0级</el-radio>
91
+                          </td>
92
+                          
93
+                          <td class="saoyang wenzi_color" >无营养受损</td>
94
+                      </tr>
95
+                      <tr>
96
+                          <td class="start">
97
+                            <el-radio v-model="radio" label="0">1级</el-radio>
98
+                          </td>
99
+                          
100
+                          <td class="saoyang">
101
+                              <div >
102
+                                  <span class="rightjiange">
103
+                                      <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
104
+                                          3个月内体重下降>5%
105
+                                      </label>
106
+                                      <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
107
+                                          一周内进食量较从前减少25%-50%
108
+                                      </label>
109
+                                  </span>
110
+                                  
111
+                              </div>                             
112
+                          </td>                          
113
+                      </tr>
114
+                      <tr class="bg_color">
115
+                          <td class="start">
116
+                            <el-radio v-model="radio" label="0">2级</el-radio>
117
+                          </td>
118
+                          
119
+                          <td class="saoyang">
120
+                              <div >
121
+                                  <span class="rightjiange">
122
+                                      <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
123
+                                          2个月内体重下降>5%
124
+                                      </label>
125
+                                      <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
126
+                                          一周内进食量较从前减少50%-75%
127
+                                      </label>
128
+                                  </span>
129
+                                  
130
+                              </div>  
131
+                          </td>
132
+                      </tr>
133
+                      <tr>
134
+                          <td class="start">
135
+                            <el-radio v-model="radio" label="0">3级</el-radio>
136
+                          </td>
137
+                          <td class="saoyang"> 
138
+                              <div >
139
+                                  <span class="rightjiange">
140
+                                      <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;
141
+                                          1个月内体重下降>5%
142
+                                      </label>
143
+                                      <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
144
+                                          一周内进食量较从前减少75%-100%
145
+                                      </label>
146
+                                      <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
147
+                                          体重指数(BMI)<18.5
148
+                                      </label>
149
+                                      <label style="margin-left: 40px;"><input type="checkbox" name="ball" value="volleyball" />&nbsp;
150
+                                          血蛋白<30g/L(得不到准确的BNI值时用白蛋白替代)
151
+                                      </label>
152
+                                  </span>
153
+                                  
154
+                              </div>                          
155
+                          </td>
156
+                      </tr>
157
+                      </tbody>
158
+                  </table>
143 159
 
144
-                    <table class="table" border="1" style="width: 100%;">
145
-                        <thead>
146
-                            <tr>
147
-                                <th colspan="2" style="text-align: left;padding-left: 5px;">年龄评分</th>
148
-                            </tr>
149
-                        </thead>
150
-                        <tbody>
151
-                            <tr class="bg_color ">
152
-                                <td class="start yingyang">0级</td>
153
-                                <td class="saoyang" style="font-size: 15px;">≤70岁</td>
154
-                            </tr>
155
-                            <tr>
156
-                                <td class="start yingyang">1级</td>
157
-                                <td class="saoyang" style="font-size: 15px;">>70岁</td>                          
158
-                            </tr>
159
-                       
160
-                        </tbody>
161
-                    </table>
160
+                  <table class="table" border="1" style="width: 100%;">
161
+                      <thead>
162
+                          <tr>
163
+                              <th colspan="2" style="text-align: left;padding-left: 5px;">年龄评分</th>
164
+                          </tr>
165
+                      </thead>
166
+                      <tbody>
167
+                          <tr class="bg_color ">
168
+                              <td class="start yingyang">
169
+                                <el-radio v-model="radio" label="0">0级</el-radio>
170
+                              </td>
171
+                              <td class="saoyang" style="font-size: 15px;">≤70岁</td>
172
+                          </tr>
173
+                          <tr>
174
+                              <td class="start yingyang">
175
+                                <el-radio v-model="radio" label="0">1级</el-radio>
176
+                              </td>
177
+                              <td class="saoyang" style="font-size: 15px;">>70岁</td>                          
178
+                          </tr>
179
+                      
180
+                      </tbody>
181
+                  </table>
162 182
                 </div>
163 183
                 <div class="content_top" style="margin: 20px 0px;">
164 184
                     <div>
@@ -217,6 +237,7 @@ export default {
217 237
             value:'',
218 238
             value1:'',
219 239
             input:'',
240
+            radio:'',
220 241
             qingdu:['骸骨折','慢性疾病急性发作或有','COPD','血液透析','肝硬化','一般恶性肿瘤患者','糖尿病'],
221 242
             zhdu:['腹部大手术','脑卒中','重度肺炎','血液恶性肿瘤'],
222 243
             zhongsdu:['颅脑损伤','骨髓移植','大于APACHE分的ICU患者']

+ 95 - 12
src/xt_pages/user/evaluationtool/pruritusAssessment.vue View File

@@ -25,51 +25,51 @@
25 25
                             <td class="start">痒的部位</td>
26 26
                             <td>
27 27
                                 <div class="jiange">
28
-                                    <span v-for="item in buwei" class="rightjiange">
29
-                                        <label><input type="checkbox" name="ball" value="volleyball" />&nbsp;{{ item }}</label>
28
+                                    <span v-for="item in buwei" class="rightjiange" @change="handleCheckedCitiesChange">
29
+                                        <label><input type="checkbox" name="ball" :value="item" />&nbsp;{{ item }}</label>
30 30
                                     </span> 
31
-                                    <label><input type="checkbox" name="ball" value="volleyball" />
31
+                                    <label @change="handleCheckedCitiesChange"><input type="checkbox" name="ball" value="其他" />
32 32
                                         &nbsp;其他 <el-input v-model="input" style="width: 100px;"></el-input>
33 33
                                     </label>
34 34
                                 </div>
35 35
                             </td>
36
-                            <td class="start">0</td>
36
+                            <td class="start">{{checked_points}}</td>
37 37
                             <td class="saoyang">瘙痒部位:计分范围1~3分一个部位瘙痒计1分,最多得3分,选全身计3分</td>
38 38
                         </tr>
39 39
                         <tr>
40 40
                             <td class="start">痒的程度</td>
41 41
                             <td>
42 42
                                 <div class="jiange">
43
-                                    <el-radio-group v-model="radio1">
43
+                                    <el-radio-group v-model="radio1" @change="radiochecked">
44 44
                                         <el-radio v-for="(item,index ) in chengdu" :label="item" :key="index" style="color: black;font-size: 15PX;">{{ item }}</el-radio>
45 45
                                     </el-radio-group>
46 46
                                 </div>
47 47
                             </td> 
48
-                            <td class="start">0</td>
48
+                            <td class="start">{{radio1_points}}</td>
49 49
                             <td class="saoyang">瘙痒严重程度:计分范围1~5分</td>                          
50 50
                         </tr>
51
-                        <tr class="bg_color">
51
+                        <tr>
52 52
                             <td class="start">痒的频率</td>
53 53
                             <td>
54 54
                                 <div  class="jiange">
55
-                                    <el-radio-group v-model="radio2">
55
+                                    <el-radio-group v-model="radio2" @change="radiochecked">
56 56
                                         <el-radio v-for="(item,index ) in pinlv" :label="item" :key="index" style="color: black;font-size: 15PX;">{{ item }}</el-radio>
57 57
                                     </el-radio-group>
58 58
                                 </div>
59 59
                             </td>
60
-                            <td class="start">0</td>
60
+                            <td class="start">{{radio2_points}}</td>
61 61
                             <td class="saoyang">瘙痒频率:计分范围1~5分瘙痒有过4次,每次<10min或有1次瘙痒>10min计1分,以此类推,一直持续计5分</td>
62 62
                         </tr>
63 63
                         <tr>
64 64
                             <td class="start">痒对睡眠的影响</td>
65 65
                             <td>
66 66
                                 <div  class="jiange">
67
-                                    <el-radio-group v-model="radio3">
67
+                                    <el-radio-group v-model="radio3" @change="radiochecked">
68 68
                                         <el-radio v-for="(item,index ) in yingxiang" :label="item" :key="index" style="color: black;font-size: 15PX;">{{ item }}</el-radio>
69 69
                                     </el-radio-group>
70 70
                                 </div>
71 71
                             </td>
72
-                            <td class="start">0</td>
72
+                            <td class="start">{{radio3_points}}</td>
73 73
                             <td class="saoyang">
74 74
                                 瘙痒对睡眠的影响:计分范围0~6分无影响0分,一夜痒醒1次计2分,一夜痒醒2次计4分,一夜痒醒3次以上计6分
75 75
                             </td>
@@ -83,7 +83,7 @@
83 83
                     <div>
84 84
                         <div class="bottoms">
85 85
                             <span>总分:</span>
86
-                            <el-input v-model="input" placeholder="请输入内容" style="width: 100px;"></el-input>分
86
+                            <el-input v-model="pruritus_Totalpoints" placeholder="请输入内容" style="width: 100px;"></el-input>分
87 87
                         </div>
88 88
                         <div class="bottoms">
89 89
                             <span>评估日期:</span>
@@ -134,6 +134,12 @@ export default {
134 134
             radio2:'',
135 135
             radio3:'',
136 136
             input:'',
137
+            ball:'',
138
+            radio1_points:0,
139
+            radio2_points:0,
140
+            radio3_points:0,
141
+            checked_points:0,
142
+            pruritus_Totalpoints:0,
137 143
             buwei:['躯体','上肢','下肢','头皮','全身'],
138 144
             chengdu:['不要抓(1)','要抓但没有抓痕(2)','抓出抓痕才能止痒(3)','经常抓出抓痕(4)','完全坐立不安(5)'],
139 145
             pinlv:['很少时候(1)','较少时候(2)','较多时候(3)','很多时候(4)','一直持续(5)'],
@@ -142,6 +148,83 @@ export default {
142 148
             value:'',
143 149
             value1:'',
144 150
         }
151
+    },
152
+    methods:{
153
+      handleCheckedCitiesChange(e){
154
+        this.ball = e.target.value
155
+        console.log('1111111',this.ball)
156
+        if(e.target.checked==true){
157
+          if(e.target.value == '全身'){
158
+            this.checked_points = 3
159
+            this.pruritus_Totalpoints=this.pruritus_Totalpoints + this.checked_points
160
+          }else{
161
+           var checked =1
162
+            this.checked_points = this.checked_points + checked
163
+            this.pruritus_Totalpoints=this.pruritus_Totalpoints + checked
164
+          }
165
+
166
+          return this.pruritus_Totalpoints
167
+        }else{
168
+          if(e.target.value == '全身'){
169
+            this.checked_points = 0
170
+            this.pruritus_Totalpoints=this.pruritus_Totalpoints - 3
171
+          }else{
172
+           var checked =1
173
+            this.checked_points = this.checked_points - checked
174
+            this.pruritus_Totalpoints=this.pruritus_Totalpoints - checked
175
+          }
176
+          // return this.pruritus_Totalpoints
177
+        }
178
+      },
179
+      radiochecked(e){
180
+        const bal=e
181
+        const jiequ =(bal.split('(')[1].split(')')[0]) * 1
182
+        if(e == this.radio1 && this.ball == ''){
183
+          this.radio1_points =jiequ
184
+          this.pruritus_Totalpoints =jiequ
185
+        }else if(e == this.radio1 && this.ball != ''){
186
+          this.radio1_points =jiequ
187
+          this.pruritus_Totalpoints = this.pruritus_Totalpoints + jiequ
188
+        }
189
+      //   if(e==this.radio1 && this.radio2 =='' && this.radio3 ==''){
190
+      //   var duct_touguan = jiequ
191
+      //    console.log('111111',duct_touguan);
192
+      //    this.pruritus_Totalpoints = duct_touguan
193
+      //    return duct_touguan
194
+      //  } else if(e==this.radio1 && this.radio2 !='' && this.radio3 !=''){
195
+      //    console.log('2222222222');
196
+      //    this.pruritus_Totalpoints = this.pruritus_Totalpoints + jiequ
197
+      //    return this.pruritus_Totalpoints
198
+      //  }else if(e==this.radio1 && (this.radio2 !='' || this.radio3 !='')){
199
+      //   //  console.log('5555555',duct_touguan,this.pruritus_Totalpoints);
200
+      //    this.pruritus_Totalpoints = this.pruritus_Totalpoints - duct_touguan
201
+      //    this.pruritus_Totalpoints = this.pruritus_Totalpoints + jiequ
202
+      //    return this.pruritus_Totalpoints
203
+      //  }
204
+ 
205
+      //  if(e==this.radio2 && this.radio1 !='' && this.radio3 !=''){
206
+      //    console.log('333333');
207
+      //    this.pruritus_Totalpoints = this.pruritus_Totalpoints + jiequ
208
+      //    return this.pruritus_Totalpoints
209
+      //  }else if(e==this.radio2 && (this.radio1 !='' || this.radio3 !='')){
210
+      //    this.pruritus_Totalpoints = this.pruritus_Totalpoints + jiequ
211
+      //    return this.pruritus_Totalpoints
212
+      //  }
213
+      //  else if(e==this.radio2 && this.radio1 =='' && this.radio3 ==''){
214
+      //    console.log('444444444');
215
+      //    this.pruritus_Totalpoints= jiequ
216
+      //  }
217
+ 
218
+      //  if(e==this.radio3 && this.radio2 !='' && this.radio1 !=''){
219
+      //    this.pruritus_Totalpoints = this.pruritus_Totalpoints + jiequ
220
+      //    return this.pruritus_Totalpoints
221
+      //  }else if(e==this.radio3 && (this.radio2 !='' || this.radio1 !='')){
222
+      //    this.pruritus_Totalpoints = this.pruritus_Totalpoints + jiequ
223
+      //    return this.pruritus_Totalpoints
224
+      //  }else{
225
+      //    this.pruritus_Totalpoints= jiequ
226
+      //  }
227
+      }
145 228
     }
146 229
 }
147 230
 </script>