|
@@ -101,19 +101,10 @@
|
101
|
101
|
</div>
|
102
|
102
|
</div>
|
103
|
103
|
<div class="row">
|
104
|
|
-
|
105
|
|
- <div class="inline_block" style="margin-left: 10px">
|
|
104
|
+ <div style="">
|
106
|
105
|
诊断:
|
107
|
|
- <div
|
108
|
|
- class="under_line"
|
109
|
|
- style="
|
110
|
|
- width: 640px;
|
111
|
|
- text-align: left;
|
112
|
|
- word-break: break-all;
|
113
|
|
- word-wrap: break-word;
|
114
|
|
- display: inline-block;
|
115
|
|
- white-space: unset;
|
116
|
|
- "
|
|
106
|
+ <div style="border-bottom: 1px solid black;width: 95%;text-align: left;word-break: break-all;
|
|
107
|
+ word-wrap: break-word;display: inline-block;white-space: unset;"
|
117
|
108
|
>
|
118
|
109
|
{{ record.patient.diagnose }}
|
119
|
110
|
</div>
|
|
@@ -162,9 +153,9 @@
|
162
|
153
|
<div class="inline_block" style="flex: 1">
|
163
|
154
|
透析机型号:
|
164
|
155
|
<div class="under_line" style="width: 60%; text-align: center">
|
165
|
|
- {{record.assessment_before_dislysis.machine_type ?
|
166
|
|
- record.assessment_before_dislysis.machine_type : ""
|
167
|
|
- }}
|
|
156
|
+ <span v-if="record.bed_id !=0 && record.bed_id !=''">
|
|
157
|
+ {{ getnumberlist(record.bed_id) }}
|
|
158
|
+ </span>
|
168
|
159
|
</div>
|
169
|
160
|
</div>
|
170
|
161
|
<div class="inline_block" style="flex: 1">
|
|
@@ -254,9 +245,9 @@
|
254
|
245
|
</div>
|
255
|
246
|
</div>
|
256
|
247
|
|
257
|
|
- <div class="inline_block" style="flex: 2;">
|
|
248
|
+ <div class="inline_block" style="flex: 1;">
|
258
|
249
|
血管通路:
|
259
|
|
- <div class="under_line" style="width: 70%;">
|
|
250
|
+ <div class="under_line" style="width: 68%;white-space: normal;">
|
260
|
251
|
<!-- {{ QueryPartById(predialysis.blood_access_part_id) }} -->
|
261
|
252
|
{{
|
262
|
253
|
record.assessment_before_dislysis &&
|
|
@@ -272,7 +263,7 @@
|
272
|
263
|
</div>
|
273
|
264
|
</div>
|
274
|
265
|
|
275
|
|
- <div class="inline_block" style="flex: 2">
|
|
266
|
+ <div class="inline_block" style="flex: 1">
|
276
|
267
|
导管:
|
277
|
268
|
<div class="under_line"
|
278
|
269
|
style="width: 80%; text-align: center;white-space: normal;"
|
|
@@ -1026,12 +1017,9 @@
|
1026
|
1017
|
</div>
|
1027
|
1018
|
°C
|
1028
|
1019
|
</div>
|
1029
|
|
- <div class="inline_block"
|
1030
|
|
- style="margin-left: 10px; flex: 1"
|
1031
|
|
- >
|
|
1020
|
+ <div class="inline_block" style="flex: 1">
|
1032
|
1021
|
P:
|
1033
|
|
- <div
|
1034
|
|
- class="under_line"
|
|
1022
|
+ <div class="under_line"
|
1035
|
1023
|
style="width: 50px; text-align: center"
|
1036
|
1024
|
>
|
1037
|
1025
|
{{
|
|
@@ -1042,12 +1030,9 @@
|
1042
|
1030
|
</div>
|
1043
|
1031
|
次/分
|
1044
|
1032
|
</div>
|
1045
|
|
- <div class="inline_block"
|
1046
|
|
- style="margin-left: 10px; flex: 1"
|
1047
|
|
- >
|
|
1033
|
+ <div class="inline_block" style="flex: 1">
|
1048
|
1034
|
R:
|
1049
|
|
- <div
|
1050
|
|
- class="under_line"
|
|
1035
|
+ <div class="under_line"
|
1051
|
1036
|
style="width: 50px; text-align: center"
|
1052
|
1037
|
>
|
1053
|
1038
|
{{
|
|
@@ -1058,9 +1043,7 @@
|
1058
|
1043
|
</div>
|
1059
|
1044
|
次/分
|
1060
|
1045
|
</div>
|
1061
|
|
- <div class="inline_block"
|
1062
|
|
- style="margin-left: 10px; flex: 1.5"
|
1063
|
|
- >
|
|
1046
|
+ <div class="inline_block" style="flex: 1.5">
|
1064
|
1047
|
BP:
|
1065
|
1048
|
<div
|
1066
|
1049
|
class="under_line"
|
|
@@ -1085,35 +1068,13 @@
|
1085
|
1068
|
</div>
|
1086
|
1069
|
mmHg
|
1087
|
1070
|
</div>
|
1088
|
|
- <div class="inline_block" style="flex: 1.5">
|
1089
|
|
- 实际治疗时间:
|
1090
|
|
- <div class="under_line"
|
1091
|
|
- style="width: 30px; text-align: center"
|
1092
|
|
- >
|
1093
|
|
- {{
|
1094
|
|
- record.assessment_after_dislysis.actual_treatment_hour
|
1095
|
|
- ? record.assessment_after_dislysis.actual_treatment_hour
|
1096
|
|
- : "/"
|
1097
|
|
- }}
|
1098
|
|
- </div>
|
1099
|
|
- h
|
1100
|
|
- <div class="under_line"
|
1101
|
|
- style="width: 30px; text-align: center"
|
1102
|
|
- >
|
1103
|
|
- {{
|
1104
|
|
- record.assessment_after_dislysis.actual_treatment_minute
|
1105
|
|
- ? record.assessment_after_dislysis.actual_treatment_minute
|
1106
|
|
- : 0
|
1107
|
|
- }}
|
1108
|
|
- </div>
|
1109
|
|
- min
|
1110
|
|
- </div>
|
|
1071
|
+
|
1111
|
1072
|
</div>
|
1112
|
1073
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
1113
|
|
- <div class="inline_block" style="flex: 2.5">
|
|
1074
|
+ <div class="inline_block" style="flex: 2">
|
1114
|
1075
|
透析器凝血:
|
1115
|
1076
|
<div class="under_line"
|
1116
|
|
- style=" width: 170px; text-align: center; white-space: normal;"
|
|
1077
|
+ style=" width: 60%; text-align: center; white-space: normal;"
|
1117
|
1078
|
>
|
1118
|
1079
|
{{ record.assessment_after_dislysis.cruor ? record.assessment_after_dislysis.cruor : "/" }}
|
1119
|
1080
|
</div>
|
|
@@ -1121,7 +1082,7 @@
|
1121
|
1082
|
<div class="inline_block" style="flex: 2">
|
1122
|
1083
|
内瘘:
|
1123
|
1084
|
<div class="under_line"
|
1124
|
|
- style=" width: 170px; text-align: center; white-space: normal;"
|
|
1085
|
+ style=" width: 75%; text-align: center; white-space: normal;"
|
1125
|
1086
|
>
|
1126
|
1087
|
{{
|
1127
|
1088
|
record.assessment_after_dislysis.internal_fistula
|
|
@@ -1130,16 +1091,39 @@
|
1130
|
1091
|
}}
|
1131
|
1092
|
</div>
|
1132
|
1093
|
</div>
|
1133
|
|
- <div class="inline_block" style="flex: 4">
|
|
1094
|
+ <div class="inline_block" style="flex: 2">
|
1134
|
1095
|
导管:
|
1135
|
1096
|
<div class="under_line"
|
1136
|
|
- style="min-width: 120px; text-align: center"
|
|
1097
|
+ style="min-width: 75%; text-align: center"
|
1137
|
1098
|
>
|
1138
|
1099
|
{{
|
1139
|
1100
|
record.assessment_after_dislysis.catheter ? record.assessment_after_dislysis.catheter : "/"
|
1140
|
1101
|
}}
|
1141
|
1102
|
</div>
|
1142
|
1103
|
</div>
|
|
1104
|
+ <div class="inline_block" style="flex: 2">
|
|
1105
|
+ 实际治疗时间:
|
|
1106
|
+ <div class="under_line"
|
|
1107
|
+ style="width: 30px; text-align: center"
|
|
1108
|
+ >
|
|
1109
|
+ {{
|
|
1110
|
+ record.assessment_after_dislysis.actual_treatment_hour
|
|
1111
|
+ ? record.assessment_after_dislysis.actual_treatment_hour
|
|
1112
|
+ : "/"
|
|
1113
|
+ }}
|
|
1114
|
+ </div>
|
|
1115
|
+ h
|
|
1116
|
+ <div class="under_line"
|
|
1117
|
+ style="width: 30px; text-align: center"
|
|
1118
|
+ >
|
|
1119
|
+ {{
|
|
1120
|
+ record.assessment_after_dislysis.actual_treatment_minute
|
|
1121
|
+ ? record.assessment_after_dislysis.actual_treatment_minute
|
|
1122
|
+ : 0
|
|
1123
|
+ }}
|
|
1124
|
+ </div>
|
|
1125
|
+ min
|
|
1126
|
+ </div>
|
1143
|
1127
|
</div>
|
1144
|
1128
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
1145
|
1129
|
<div class="inline_block" style="flex: 1">
|
|
@@ -1559,6 +1543,7 @@ export default {
|
1559
|
1543
|
"腹痛",
|
1560
|
1544
|
],
|
1561
|
1545
|
org_id: "",
|
|
1546
|
+ number_list:[],
|
1562
|
1547
|
};
|
1563
|
1548
|
},
|
1564
|
1549
|
created() {
|
|
@@ -1634,7 +1619,8 @@ export default {
|
1634
|
1619
|
var resp = rs.data;
|
1635
|
1620
|
if (resp.state == 1) {
|
1636
|
1621
|
this.records = this.records.concat(resp.data.schedules);
|
1637
|
|
-
|
|
1622
|
+ console.log('');
|
|
1623
|
+ this.number_list = resp.data.numberList
|
1638
|
1624
|
//华池
|
1639
|
1625
|
if(this.org_id ==10440){
|
1640
|
1626
|
|
|
@@ -1872,7 +1858,7 @@ export default {
|
1872
|
1858
|
}
|
1873
|
1859
|
let objInfo = {}
|
1874
|
1860
|
this.records[i].his_advices.forEach((item,index)=>{
|
1875
|
|
- console.log("itemwowowowowo",item)
|
|
1861
|
+ // console.log("itemwowowowowo",item)
|
1876
|
1862
|
let { new_groupno } = item
|
1877
|
1863
|
if(!objInfo[new_groupno]){
|
1878
|
1864
|
objInfo[new_groupno] = {
|
|
@@ -1922,8 +1908,6 @@ export default {
|
1922
|
1908
|
}
|
1923
|
1909
|
}
|
1924
|
1910
|
|
1925
|
|
-
|
1926
|
|
-
|
1927
|
1911
|
console.log("时间我哦我",this.records)
|
1928
|
1912
|
|
1929
|
1913
|
// this.records.forEach(o => {
|
|
@@ -2006,6 +1990,15 @@ export default {
|
2006
|
1990
|
return ''
|
2007
|
1991
|
}
|
2008
|
1992
|
},
|
|
1993
|
+ // 透析型号
|
|
1994
|
+ getnumberlist(id){
|
|
1995
|
+ const options = this.number_list
|
|
1996
|
+ for(let i in options){
|
|
1997
|
+ if(id == options[i].id){
|
|
1998
|
+ return options[i].number_type
|
|
1999
|
+ }
|
|
2000
|
+ }
|
|
2001
|
+ },
|
2009
|
2002
|
getzongliang(id){
|
2010
|
2003
|
const options = this.anticoagulantsConfit
|
2011
|
2004
|
if(id != 0){
|
|
@@ -2138,7 +2131,6 @@ export default {
|
2138
|
2131
|
return "";
|
2139
|
2132
|
}
|
2140
|
2133
|
if (key[id] in this.operatorMaps) {
|
2141
|
|
- console.log('key[id]this.operatorMaps1111',key,id,this.operatorMaps[key[id]].es_url);
|
2142
|
2134
|
return this.operatorMaps[key[id]].es_url;
|
2143
|
2135
|
} else {
|
2144
|
2136
|
return "";
|
|
@@ -2216,26 +2208,26 @@ export default {
|
2216
|
2208
|
// },
|
2217
|
2209
|
getAge: function(val) {
|
2218
|
2210
|
|
2219
|
|
- if (val.id_card_no) {
|
2220
|
|
- var thisLen = val.id_card_no.length
|
2221
|
|
-
|
2222
|
|
- var birth = ''
|
2223
|
|
- if (thisLen == 15) {
|
2224
|
|
- birth = '19' + val.id_card_no.substr(6, 6)
|
2225
|
|
- } else {
|
2226
|
|
- birth = val.id_card_no.substr(6, 8)
|
2227
|
|
- }
|
2228
|
|
- var birthtwo =
|
2229
|
|
- birth.substr(0, 4) +
|
2230
|
|
- '-' +
|
2231
|
|
- birth.substr(4, 2) +
|
2232
|
|
- '-' +
|
2233
|
|
- birth.substr(6, 2)
|
2234
|
|
-
|
2235
|
|
- var age = jsGetAge(birthtwo, '-')
|
2236
|
|
- return age
|
2237
|
|
- }
|
2238
|
|
- },
|
|
2211
|
+ if (val.id_card_no) {
|
|
2212
|
+ var thisLen = val.id_card_no.length
|
|
2213
|
+
|
|
2214
|
+ var birth = ''
|
|
2215
|
+ if (thisLen == 15) {
|
|
2216
|
+ birth = '19' + val.id_card_no.substr(6, 6)
|
|
2217
|
+ } else {
|
|
2218
|
+ birth = val.id_card_no.substr(6, 8)
|
|
2219
|
+ }
|
|
2220
|
+ var birthtwo =
|
|
2221
|
+ birth.substr(0, 4) +
|
|
2222
|
+ '-' +
|
|
2223
|
+ birth.substr(4, 2) +
|
|
2224
|
+ '-' +
|
|
2225
|
+ birth.substr(6, 2)
|
|
2226
|
+
|
|
2227
|
+ var age = jsGetAge(birthtwo, '-')
|
|
2228
|
+ return age
|
|
2229
|
+ }
|
|
2230
|
+ },
|
2239
|
2231
|
newAdviceGroupObject: function () {
|
2240
|
2232
|
return Object.assign(
|
2241
|
2233
|
{},
|