|
@@ -238,12 +238,6 @@
|
238
|
238
|
</el-radio-group>
|
239
|
239
|
</el-form-item>
|
240
|
240
|
</el-col>
|
241
|
|
-
|
242
|
|
- <el-col :span="24">
|
243
|
|
- <p style="margin-top:20px;">是否弹窗提醒:
|
244
|
|
- <el-switch v-model="is_open"></el-switch>
|
245
|
|
- </p>
|
246
|
|
- </el-col>
|
247
|
241
|
</el-row>
|
248
|
242
|
</el-form>
|
249
|
243
|
<div slot="footer" class="dialog-footer">
|
|
@@ -888,8 +882,8 @@ export default {
|
888
|
882
|
this.itemDate = this.form.inspect_date
|
889
|
883
|
this.items = []
|
890
|
884
|
var inspections = response.data.data.inspections
|
891
|
|
-
|
892
|
|
-
|
|
885
|
+
|
|
886
|
+
|
893
|
887
|
this.inspections = response.data.data.inspections
|
894
|
888
|
if (inspections == null) {
|
895
|
889
|
this.inspections = []
|
|
@@ -903,7 +897,7 @@ export default {
|
903
|
897
|
this.inspectionsMap[inspections[index].item_id] =
|
904
|
898
|
inspections[index]
|
905
|
899
|
}
|
906
|
|
-
|
|
900
|
+
|
907
|
901
|
var items = this.project.inspection_reference
|
908
|
902
|
console.log('itmes', items)
|
909
|
903
|
for (var index in items) {
|
|
@@ -1166,7 +1160,7 @@ export default {
|
1166
|
1160
|
fetchInspectionReference(this.patientID).then(response => {
|
1167
|
1161
|
if (response.data.state == 1) {
|
1168
|
1162
|
var reference = response.data.data.reference
|
1169
|
|
-
|
|
1163
|
+
|
1170
|
1164
|
var patient_info = response.data.data.patient_info
|
1171
|
1165
|
this.projects = reference
|
1172
|
1166
|
this.patient_info = patient_info
|
|
@@ -1223,7 +1217,7 @@ export default {
|
1223
|
1217
|
console.log("inspections=========",inspections)
|
1224
|
1218
|
console.log("时间",this.project.inspection_reference)
|
1225
|
1219
|
var obj = {created_time:0,inspect_date:0,inspect_desc:"",inspect_tips:"",inspect_type:1,inspect_value:"",item_id:11063,item_name:"",org_id:0,patient_id:"",project_id:4,project_name:"",updated_time:"",status:1}
|
1226
|
|
-
|
|
1220
|
+
|
1227
|
1221
|
this.total = response.data.data.total
|
1228
|
1222
|
this.itemDate = response.data.data.date
|
1229
|
1223
|
let remind = response.data.data.remind
|
|
@@ -1257,22 +1251,22 @@ export default {
|
1257
|
1251
|
var inspectionsMap = {}
|
1258
|
1252
|
this.inspectionsMap = {}
|
1259
|
1253
|
for (var index in inspections) {
|
1260
|
|
-
|
|
1254
|
+
|
1261
|
1255
|
inspectionsMap[inspections[index].item_id] = inspections[index]
|
1262
|
1256
|
this.inspectionsMap[inspections[index].item_id] = inspections[index]
|
1263
|
1257
|
}
|
1264
|
|
-
|
|
1258
|
+
|
1265
|
1259
|
var items = this.project.inspection_reference
|
1266
|
|
-
|
|
1260
|
+
|
1267
|
1261
|
for (var index in items) {
|
1268
|
1262
|
var item = {}
|
1269
|
1263
|
for (var key in items[index]) {
|
1270
|
|
-
|
|
1264
|
+
|
1271
|
1265
|
item[key] = items[index][key]
|
1272
|
1266
|
}
|
1273
|
|
-
|
|
1267
|
+
|
1274
|
1268
|
if (item.item_id > 0) {
|
1275
|
|
-
|
|
1269
|
+
|
1276
|
1270
|
if (inspectionsMap[items[index].item_id] == undefined) {
|
1277
|
1271
|
item.value = inspectionsMap[items[index].id].inspect_value
|
1278
|
1272
|
item.item_name = inspectionsMap[items[index].id].item_name
|
|
@@ -1283,14 +1277,14 @@ export default {
|
1283
|
1277
|
|
1284
|
1278
|
}
|
1285
|
1279
|
} else {
|
1286
|
|
-
|
|
1280
|
+
|
1287
|
1281
|
item.value = inspectionsMap[items[index].id].inspect_value
|
1288
|
1282
|
item.item_name = inspectionsMap[items[index].id].item_name
|
1289
|
1283
|
|
1290
|
1284
|
}
|
1291
|
|
-
|
|
1285
|
+
|
1292
|
1286
|
item.value_direction = ''
|
1293
|
|
-
|
|
1287
|
+
|
1294
|
1288
|
if (item.range_type == 1) {
|
1295
|
1289
|
var value = parseFloat(item.value)
|
1296
|
1290
|
var range_min = parseFloat(item.range_min)
|
|
@@ -1301,7 +1295,7 @@ export default {
|
1301
|
1295
|
item.value_direction = '↑'
|
1302
|
1296
|
}
|
1303
|
1297
|
}
|
1304
|
|
-
|
|
1298
|
+
|
1305
|
1299
|
this.items.push(item)
|
1306
|
1300
|
console.log("item233333333333wo",this.items)
|
1307
|
1301
|
|