|
@@ -168,87 +168,63 @@
|
168
|
168
|
/>
|
169
|
169
|
</div>
|
170
|
170
|
</van-list>-->
|
171
|
|
- <div class="monitoringTable">
|
172
|
|
- <el-table :data="tableData" border style="width: 100%" class="newTable">
|
173
|
|
- <el-table-column fixed prop="date" label="机号" width="100" align="center">
|
|
171
|
+ <div class="monitoringTable">
|
|
172
|
+ <el-table :data="tableData" border style="width: 100%" class="newTable">
|
|
173
|
+ <el-table-column fixed prop="date" label="机号" width="100" align="center">
|
174
|
174
|
<template slot-scope="scope">
|
175
|
|
- {{
|
176
|
|
- scope.row.dialysis_order.device_number.number.length > 0
|
177
|
|
- ? scope.row.dialysis_order.device_number.number
|
178
|
|
- : scope.row.device_number.number
|
|
175
|
+ {{
|
|
176
|
+ scope.row.dialysis_order.device_number.number.length > 0
|
|
177
|
+ ? scope.row.dialysis_order.device_number.number
|
|
178
|
+ : scope.row.device_number.number
|
179
|
179
|
}}
|
180
|
180
|
</template>
|
181
|
|
-
|
182
|
|
- </el-table-column>
|
183
|
|
- <el-table-column prop="name" label="姓名" width="100" align="center">
|
184
|
|
- <template slot-scope="scope">
|
185
|
|
- {{scope.row.patient.name}}
|
186
|
|
- </template>
|
187
|
|
- </el-table-column>
|
188
|
|
- <el-table-column prop="province" label="透析号" width="100" align="center">
|
|
181
|
+ </el-table-column>
|
|
182
|
+ <el-table-column prop="name" label="姓名" width="100" align="center">
|
|
183
|
+ <template slot-scope="scope">{{scope.row.patient.name}}</template>
|
|
184
|
+ </el-table-column>
|
|
185
|
+ <el-table-column prop="province" label="透析号" width="100" align="center">
|
|
186
|
+ <template slot-scope="scope">{{scope.row.patient.dialysis_no}}</template>
|
|
187
|
+ </el-table-column>
|
|
188
|
+ <el-table-column prop="city" label="排班时间" width="100" align="center">
|
|
189
|
+ <template slot-scope="scope">{{parseTime(scope.row.schedule_date,"{y}-{m}-{d}")}}</template>
|
|
190
|
+ </el-table-column>
|
|
191
|
+ <el-table-column prop="address" label="透析模式" width="200" align="center">
|
|
192
|
+ <template slot-scope="scope">{{ scope.row.treatment_mode.name}}</template>
|
|
193
|
+ </el-table-column>
|
|
194
|
+ <el-table-column prop="zip" label="脱水量" width="100" align="center">
|
189
|
195
|
<template slot-scope="scope">
|
190
|
|
- {{scope.row.patient.dialysis_no}}
|
191
|
|
- </template>
|
192
|
|
- </el-table-column>
|
193
|
|
- <el-table-column prop="city" label="排班时间" width="100" align="center">
|
194
|
|
- <template slot-scope="scope">
|
195
|
|
- {{parseTime(scope.row.schedule_date,"{y}-{m}-{d}")}}
|
196
|
|
- </template>
|
197
|
|
- </el-table-column>
|
198
|
|
- <el-table-column prop="address" label="透析模式" width="200" align="center">
|
199
|
|
- <template slot-scope="scope">
|
200
|
|
- {{ scope.row.treatment_mode.name}}
|
201
|
|
- </template>
|
202
|
|
- </el-table-column>
|
203
|
|
- <el-table-column prop="zip" label="脱水量" width="100" align="center">
|
204
|
|
- <template slot-scope="scope">
|
205
|
|
- {{
|
206
|
|
- scope.row.prescription.dewater_amount
|
207
|
|
- ? scope.row.prescription.dewater_amount
|
208
|
|
- : ""
|
|
196
|
+ {{
|
|
197
|
+ scope.row.prescription.dewater_amount
|
|
198
|
+ ? scope.row.prescription.dewater_amount
|
|
199
|
+ : ""
|
209
|
200
|
}}
|
210
|
|
- </template>
|
211
|
|
- </el-table-column>
|
212
|
|
- <el-table-column prop="zip" label="体重(透前/透后)" width="150" align="center">
|
213
|
|
- <template slot-scope="scope">
|
214
|
|
- {{
|
215
|
|
- scope.row.assessment_before_dislysis.weight_before
|
216
|
|
- ? scope.row.assessment_before_dislysis.weight_before
|
217
|
|
- : ""
|
|
201
|
+ </template>
|
|
202
|
+ </el-table-column>
|
|
203
|
+ <el-table-column prop="zip" label="体重(透前/透后)" width="150" align="center">
|
|
204
|
+ <template slot-scope="scope">
|
|
205
|
+ {{
|
|
206
|
+ scope.row.assessment_before_dislysis.weight_before
|
|
207
|
+ ? scope.row.assessment_before_dislysis.weight_before
|
|
208
|
+ : ""
|
218
|
209
|
}}/{{
|
219
|
|
- scope.row.assessment_after_dislysis.weight_after
|
220
|
|
- ? scope.row.assessment_after_dislysis.weight_after
|
221
|
|
- : ""
|
|
210
|
+ scope.row.assessment_after_dislysis.weight_after
|
|
211
|
+ ? scope.row.assessment_after_dislysis.weight_after
|
|
212
|
+ : ""
|
222
|
213
|
}}
|
223
|
|
- </template>
|
224
|
|
- </el-table-column>
|
225
|
|
- <el-table-column prop="zip" label="监控预警(血压/心率)" width="200" align="center">
|
|
214
|
+ </template>
|
|
215
|
+ </el-table-column>
|
|
216
|
+ <el-table-column prop="zip" label="监控预警(血压/心率)" width="200" align="center">
|
226
|
217
|
<template slot-scope="scope">
|
227
|
|
- <span
|
228
|
|
- v-if="monitorBloodPressureStatus(scope.row.monitoring_record) == 1"
|
229
|
|
- >低压</span
|
230
|
|
- >
|
231
|
|
- <span
|
232
|
|
- v-if="monitorBloodPressureStatus(scope.row.monitoring_record) == 2"
|
233
|
|
- >正常</span
|
234
|
|
- >
|
235
|
|
- <span
|
236
|
|
- v-if="monitorBloodPressureStatus(scope.row.monitoring_record) == 3"
|
237
|
|
- >高压</span
|
238
|
|
- >
|
239
|
|
- <span v-if="monitorRateStatus(scope.row.monitoring_record) == 1"
|
240
|
|
- >心率过缓</span
|
241
|
|
- >
|
242
|
|
- <span v-if="monitorRateStatus(scope.row.monitoring_record) == 2"
|
243
|
|
- >正常</span
|
244
|
|
- >
|
245
|
|
- <span v-if="monitorRateStatus(scope.row.monitoring_record) == 3"
|
246
|
|
- >心率过高</span
|
247
|
|
- >
|
|
218
|
+ <span v-if="monitorBloodPressureStatus(scope.row.monitoring_record) == 1">低压</span>
|
|
219
|
+ <span v-if="monitorBloodPressureStatus(scope.row.monitoring_record) == 2">正常</span>
|
|
220
|
+ <span v-if="monitorBloodPressureStatus(scope.row.monitoring_record) == 3">高压</span>
|
|
221
|
+ <span v-if="monitorRateStatus(scope.row.monitoring_record) == 1">心率过缓</span>
|
|
222
|
+ <span v-if="monitorRateStatus(scope.row.monitoring_record) == 2">正常</span>
|
|
223
|
+ <span v-if="monitorRateStatus(scope.row.monitoring_record) == 3">心率过高</span>
|
248
|
224
|
</template>
|
249
|
|
- </el-table-column>
|
250
|
|
- </el-table>
|
251
|
|
- </div>
|
|
225
|
+ </el-table-column>
|
|
226
|
+ </el-table>
|
|
227
|
+ </div>
|
252
|
228
|
</div>
|
253
|
229
|
<side-bar :active_index="1"></side-bar>
|
254
|
230
|
<mt-datetime-picker
|
|
@@ -262,24 +238,24 @@
|
262
|
238
|
</template>
|
263
|
239
|
|
264
|
240
|
<script>
|
265
|
|
-import SideBar from '@/pages/layout/SideBar'
|
266
|
|
-import Divider from 'vux/src/components/divider/index'
|
267
|
|
-import { getMonitorList, GetAllZone, getPatientMonitors } from '@/api/monitor'
|
268
|
|
-import { parseTime } from '@/utils'
|
269
|
|
-import { Toast } from 'vant'
|
|
241
|
+import SideBar from "@/pages/layout/SideBar";
|
|
242
|
+import Divider from "vux/src/components/divider/index";
|
|
243
|
+import { getMonitorList, GetAllZone, getPatientMonitors } from "@/api/monitor";
|
|
244
|
+import { parseTime } from "@/utils";
|
|
245
|
+import { Toast } from "vant";
|
270
|
246
|
|
271
|
247
|
export default {
|
272
|
|
- name: 'MonitoringIndex',
|
273
|
|
- created () {
|
|
248
|
+ name: "MonitoringIndex",
|
|
249
|
+ created() {
|
274
|
250
|
this.queryParams.date = this.parseTime(
|
275
|
251
|
new Date().getTime() / 1000,
|
276
|
|
- '{y}-{m}-{d}'
|
277
|
|
- )
|
278
|
|
- this.queryParams.partition = this.partition
|
279
|
|
- this.getMonitor(this.queryParams)
|
280
|
|
- this.GetAllZone()
|
|
252
|
+ "{y}-{m}-{d}"
|
|
253
|
+ );
|
|
254
|
+ this.queryParams.partition = this.partition;
|
|
255
|
+ this.getMonitor(this.queryParams);
|
|
256
|
+ this.GetAllZone();
|
281
|
257
|
},
|
282
|
|
- data () {
|
|
258
|
+ data() {
|
283
|
259
|
return {
|
284
|
260
|
tableData: [],
|
285
|
261
|
loading: false,
|
|
@@ -293,132 +269,132 @@ export default {
|
293
|
269
|
partition: 0,
|
294
|
270
|
queryParams: {
|
295
|
271
|
date: new Date(),
|
296
|
|
- partition: ''
|
|
272
|
+ partition: ""
|
297
|
273
|
},
|
298
|
|
- patient_keyword: '',
|
|
274
|
+ patient_keyword: "",
|
299
|
275
|
search_page: 1,
|
300
|
|
- schedule_date: '2016-02-03'
|
301
|
|
- }
|
|
276
|
+ schedule_date: "2016-02-03"
|
|
277
|
+ };
|
302
|
278
|
},
|
303
|
279
|
methods: {
|
304
|
|
- clickfunction: function (val) {
|
|
280
|
+ clickfunction: function(val) {
|
305
|
281
|
this.$router.push({
|
306
|
|
- path: '/details',
|
|
282
|
+ path: "/details",
|
307
|
283
|
query: {
|
308
|
284
|
patient_id: val.patient_id,
|
309
|
285
|
date: val.schedule_date,
|
310
|
286
|
patient_name: val.patient.name
|
311
|
287
|
}
|
312
|
|
- })
|
|
288
|
+ });
|
313
|
289
|
},
|
314
|
|
- getMonitor: function (queryParams) {
|
315
|
|
- this.search_page = 1
|
316
|
|
- this.patient_keyword = ''
|
|
290
|
+ getMonitor: function(queryParams) {
|
|
291
|
+ this.search_page = 1;
|
|
292
|
+ this.patient_keyword = "";
|
317
|
293
|
|
318
|
|
- this.loading = true
|
319
|
|
- this.finished = false
|
320
|
|
- this.dialysis_scheduals = []
|
|
294
|
+ this.loading = true;
|
|
295
|
+ this.finished = false;
|
|
296
|
+ this.dialysis_scheduals = [];
|
321
|
297
|
getMonitorList(queryParams).then(response => {
|
322
|
|
- this.loading = false
|
323
|
|
- this.finished = true
|
|
298
|
+ this.loading = false;
|
|
299
|
+ this.finished = true;
|
324
|
300
|
if (response.data.state == 0) {
|
325
|
|
- return false
|
|
301
|
+ return false;
|
326
|
302
|
} else {
|
327
|
|
- var scheduals = response.data.data.monitor
|
328
|
|
- var zoneMap = {}
|
329
|
|
- var schedualMap = {}
|
|
303
|
+ var scheduals = response.data.data.monitor;
|
|
304
|
+ var zoneMap = {};
|
|
305
|
+ var schedualMap = {};
|
330
|
306
|
|
331
|
307
|
for (let index = 0; index < scheduals.length; index++) {
|
332
|
|
- const schedual = scheduals[index]
|
|
308
|
+ const schedual = scheduals[index];
|
333
|
309
|
if (schedualMap[schedual.device_zone.name] == null) {
|
334
|
|
- schedualMap[schedual.device_zone.name] = []
|
|
310
|
+ schedualMap[schedual.device_zone.name] = [];
|
335
|
311
|
}
|
336
|
|
- schedualMap[schedual.device_zone.name].push(schedual)
|
|
312
|
+ schedualMap[schedual.device_zone.name].push(schedual);
|
337
|
313
|
if (zoneMap[schedual.device_zone.name] == null) {
|
338
|
|
- zoneMap[schedual.device_zone.name] = schedual.device_zone
|
|
314
|
+ zoneMap[schedual.device_zone.name] = schedual.device_zone;
|
339
|
315
|
}
|
340
|
316
|
}
|
341
|
317
|
|
342
|
|
- var zones = []
|
343
|
|
- zones.push({ value: 0, text: '全部分区' })
|
|
318
|
+ var zones = [];
|
|
319
|
+ zones.push({ value: 0, text: "全部分区" });
|
344
|
320
|
for (var zoneName in zoneMap) {
|
345
|
|
- zones.push({ value: zoneMap[zoneName].id, text: zoneName })
|
|
321
|
+ zones.push({ value: zoneMap[zoneName].id, text: zoneName });
|
346
|
322
|
}
|
347
|
|
- zones = zones.sort(function (a, b) {
|
348
|
|
- return a.value > b.value
|
349
|
|
- })
|
350
|
|
- this.zones = zones
|
|
323
|
+ zones = zones.sort(function(a, b) {
|
|
324
|
+ return a.value > b.value;
|
|
325
|
+ });
|
|
326
|
+ this.zones = zones;
|
351
|
327
|
|
352
|
|
- var dialysis_scheduals = []
|
|
328
|
+ var dialysis_scheduals = [];
|
353
|
329
|
for (let index = 0; index < zones.length; index++) {
|
354
|
|
- const zone = zones[index]
|
355
|
|
- var scheduals = schedualMap[zone.text]
|
|
330
|
+ const zone = zones[index];
|
|
331
|
+ var scheduals = schedualMap[zone.text];
|
356
|
332
|
if (scheduals == null) {
|
357
|
|
- continue
|
|
333
|
+ continue;
|
358
|
334
|
}
|
359
|
335
|
dialysis_scheduals.push({
|
360
|
336
|
zone_name: zone.text,
|
361
|
337
|
scheduals: scheduals
|
362
|
|
- })
|
|
338
|
+ });
|
363
|
339
|
}
|
364
|
|
- this.dialysis_scheduals = dialysis_scheduals
|
|
340
|
+ this.dialysis_scheduals = dialysis_scheduals;
|
365
|
341
|
|
366
|
|
- console.log('是什么东西啊', this.dialysis_scheduals)
|
367
|
|
- let arr = [...this.dialysis_scheduals]
|
368
|
|
- console.log('arr', arr)
|
369
|
|
- let arr2 = []
|
|
342
|
+ console.log("是什么东西啊", this.dialysis_scheduals);
|
|
343
|
+ let arr = [...this.dialysis_scheduals];
|
|
344
|
+ console.log("arr", arr);
|
|
345
|
+ let arr2 = [];
|
370
|
346
|
arr.map(item => {
|
371
|
|
- arr2.push(...item.scheduals)
|
372
|
|
- })
|
373
|
|
- console.log('arr2', arr2)
|
374
|
|
- let arr3 = []
|
|
347
|
+ arr2.push(...item.scheduals);
|
|
348
|
+ });
|
|
349
|
+ console.log("arr2", arr2);
|
|
350
|
+ let arr3 = [];
|
375
|
351
|
arr2.map(item => {
|
376
|
|
- this.schedule_date = item.schedule_date
|
377
|
|
- arr3.push(item.patient)
|
378
|
|
- })
|
379
|
|
- this.tableData = arr2
|
|
352
|
+ this.schedule_date = item.schedule_date;
|
|
353
|
+ arr3.push(item.patient);
|
|
354
|
+ });
|
|
355
|
+ this.tableData = arr2;
|
380
|
356
|
}
|
381
|
|
- })
|
|
357
|
+ });
|
382
|
358
|
},
|
383
|
|
- parseTime (time, layout) {
|
384
|
|
- return parseTime(time, layout)
|
|
359
|
+ parseTime(time, layout) {
|
|
360
|
+ return parseTime(time, layout);
|
385
|
361
|
},
|
386
|
|
- openPicker: function () {
|
387
|
|
- this.$refs.date_picker.open()
|
|
362
|
+ openPicker: function() {
|
|
363
|
+ this.$refs.date_picker.open();
|
388
|
364
|
},
|
389
|
|
- handleDateConfirm: function (val) {
|
390
|
|
- this.queryParams.date = this.parseTime(this.date / 1000, '{y}-{m}-{d}')
|
391
|
|
- this.queryParams.partition = this.partition
|
|
365
|
+ handleDateConfirm: function(val) {
|
|
366
|
+ this.queryParams.date = this.parseTime(this.date / 1000, "{y}-{m}-{d}");
|
|
367
|
+ this.queryParams.partition = this.partition;
|
392
|
368
|
|
393
|
|
- this.getMonitor(this.queryParams)
|
|
369
|
+ this.getMonitor(this.queryParams);
|
394
|
370
|
},
|
395
|
|
- partitionName: function (val) {
|
396
|
|
- return typeof this.partitionArr[val] !== 'undefined' &&
|
397
|
|
- typeof this.partitionArr[val].name !== 'undefined'
|
|
371
|
+ partitionName: function(val) {
|
|
372
|
+ return typeof this.partitionArr[val] !== "undefined" &&
|
|
373
|
+ typeof this.partitionArr[val].name !== "undefined"
|
398
|
374
|
? this.partitionArr[val].name
|
399
|
|
- : ''
|
|
375
|
+ : "";
|
400
|
376
|
},
|
401
|
|
- GetAllZone: function () {
|
|
377
|
+ GetAllZone: function() {
|
402
|
378
|
GetAllZone().then(response => {
|
403
|
379
|
if (response.data.state == 0) {
|
404
|
|
- return false
|
|
380
|
+ return false;
|
405
|
381
|
} else {
|
406
|
|
- this.partitionArr = response.data.data.zone
|
407
|
|
- this.partitionArr.unshift({ id: 0, name: '全部分区' })
|
|
382
|
+ this.partitionArr = response.data.data.zone;
|
|
383
|
+ this.partitionArr.unshift({ id: 0, name: "全部分区" });
|
408
|
384
|
}
|
409
|
|
- })
|
|
385
|
+ });
|
410
|
386
|
},
|
411
|
|
- itemClick: function (id) {
|
412
|
|
- this.partition = id
|
413
|
|
- this.visible = false
|
414
|
|
- this.queryParams.date = this.parseTime(this.date / 1000, '{y}-{m}-{d}')
|
415
|
|
- this.queryParams.partition = this.partition
|
416
|
|
- this.getMonitor(this.queryParams)
|
|
387
|
+ itemClick: function(id) {
|
|
388
|
+ this.partition = id;
|
|
389
|
+ this.visible = false;
|
|
390
|
+ this.queryParams.date = this.parseTime(this.date / 1000, "{y}-{m}-{d}");
|
|
391
|
+ this.queryParams.partition = this.partition;
|
|
392
|
+ this.getMonitor(this.queryParams);
|
417
|
393
|
},
|
418
|
|
- monitorBloodPressureStatus: function (val) {
|
419
|
|
- let status = 0
|
|
394
|
+ monitorBloodPressureStatus: function(val) {
|
|
395
|
+ let status = 0;
|
420
|
396
|
if (val.length == 0) {
|
421
|
|
- return 0
|
|
397
|
+ return 0;
|
422
|
398
|
}
|
423
|
399
|
for (let i = 0; i < val.length; i++) {
|
424
|
400
|
// 舒张压(低压)(diastolic_blood_pressure) 收缩压(高压)(systolic_blood_pressure)
|
|
@@ -426,17 +402,17 @@ export default {
|
426
|
402
|
val[i].systolic_blood_pressure >= 140 ||
|
427
|
403
|
val[i].diastolic_blood_pressure >= 90
|
428
|
404
|
) {
|
429
|
|
- status = 3 // 高压
|
|
405
|
+ status = 3; // 高压
|
430
|
406
|
} else if (
|
431
|
407
|
val[i].diastolic_blood_pressure < 60 ||
|
432
|
408
|
val[i].systolic_blood_pressure < 90
|
433
|
409
|
) {
|
434
|
|
- status = 1 // 低压
|
|
410
|
+ status = 1; // 低压
|
435
|
411
|
} else if (
|
436
|
412
|
val[i].diastolic_blood_pressure >= 60 ||
|
437
|
413
|
val[i].systolic_blood_pressure < 140
|
438
|
414
|
) {
|
439
|
|
- status = 2 // 正常
|
|
415
|
+ status = 2; // 正常
|
440
|
416
|
}
|
441
|
417
|
|
442
|
418
|
// if ( val[i].diastolic_blood_pressure < 60 | val[i].systolic_blood_pressure < 90 ) {
|
|
@@ -454,74 +430,74 @@ export default {
|
454
|
430
|
// }
|
455
|
431
|
}
|
456
|
432
|
|
457
|
|
- return status
|
|
433
|
+ return status;
|
458
|
434
|
},
|
459
|
|
- monitorRateStatus: function (val) {
|
460
|
|
- let status = 0
|
|
435
|
+ monitorRateStatus: function(val) {
|
|
436
|
+ let status = 0;
|
461
|
437
|
if (val.length == 0) {
|
462
|
|
- return 0
|
|
438
|
+ return 0;
|
463
|
439
|
}
|
464
|
440
|
for (let i = 0; i < val.length; i++) {
|
465
|
441
|
// 舒张压(低压)(diastolic_blood_pressure) 收缩压(高压)(systolic_blood_pressure)
|
466
|
442
|
if (val[i].pulse_frequency < 60) {
|
467
|
|
- status = 1 // 心率过缓
|
|
443
|
+ status = 1; // 心率过缓
|
468
|
444
|
} else if (
|
469
|
445
|
val[i].pulse_frequency >= 60 &&
|
470
|
446
|
val[i].pulse_frequency < 100
|
471
|
447
|
) {
|
472
|
|
- status = 2 // 心率正常
|
|
448
|
+ status = 2; // 心率正常
|
473
|
449
|
} else if (val[i].pulse_frequency >= 100) {
|
474
|
|
- status = 3 // 心率过快
|
|
450
|
+ status = 3; // 心率过快
|
475
|
451
|
}
|
476
|
452
|
}
|
477
|
|
- return status
|
|
453
|
+ return status;
|
478
|
454
|
},
|
479
|
|
- searchWithKeyword: function (page) {
|
480
|
|
- this.$refs.search_field.blur()
|
|
455
|
+ searchWithKeyword: function(page) {
|
|
456
|
+ this.$refs.search_field.blur();
|
481
|
457
|
if (this.patient_keyword.length == 0) {
|
482
|
|
- this.queryParams.date = this.parseTime(this.date / 1000, '{y}-{m}-{d}')
|
483
|
|
- this.queryParams.partition = this.partition
|
484
|
|
- this.getMonitor(this.queryParams)
|
485
|
|
- return
|
|
458
|
+ this.queryParams.date = this.parseTime(this.date / 1000, "{y}-{m}-{d}");
|
|
459
|
+ this.queryParams.partition = this.partition;
|
|
460
|
+ this.getMonitor(this.queryParams);
|
|
461
|
+ return;
|
486
|
462
|
}
|
487
|
463
|
|
488
|
|
- this.partition = 0
|
|
464
|
+ this.partition = 0;
|
489
|
465
|
|
490
|
|
- this.search_page = page
|
|
466
|
+ this.search_page = page;
|
491
|
467
|
if (page == 1) {
|
492
|
|
- this.dialysis_scheduals = []
|
|
468
|
+ this.dialysis_scheduals = [];
|
493
|
469
|
}
|
494
|
|
- this.loading = true
|
495
|
|
- this.finished = false
|
|
470
|
+ this.loading = true;
|
|
471
|
+ this.finished = false;
|
496
|
472
|
getPatientMonitors({
|
497
|
473
|
keyword: this.patient_keyword,
|
498
|
474
|
page: this.search_page
|
499
|
475
|
}).then(rs => {
|
500
|
|
- this.loading = false
|
501
|
|
- this.finished = true
|
502
|
|
- var resp = rs.data
|
|
476
|
+ this.loading = false;
|
|
477
|
+ this.finished = true;
|
|
478
|
+ var resp = rs.data;
|
503
|
479
|
if (resp.state == 1) {
|
504
|
480
|
if (resp.data.monitor.length > 0) {
|
505
|
481
|
this.dialysis_scheduals.push({
|
506
|
|
- zone_name: '',
|
|
482
|
+ zone_name: "",
|
507
|
483
|
scheduals: resp.data.monitor
|
508
|
|
- })
|
509
|
|
- this.finished = false
|
|
484
|
+ });
|
|
485
|
+ this.finished = false;
|
510
|
486
|
} else {
|
511
|
|
- this.finished = true
|
|
487
|
+ this.finished = true;
|
512
|
488
|
}
|
513
|
489
|
}
|
514
|
|
- })
|
|
490
|
+ });
|
515
|
491
|
},
|
516
|
|
- onLoad: function () {
|
517
|
|
- this.searchWithKeyword(this.search_page + 1)
|
|
492
|
+ onLoad: function() {
|
|
493
|
+ this.searchWithKeyword(this.search_page + 1);
|
518
|
494
|
}
|
519
|
495
|
},
|
520
|
496
|
components: {
|
521
|
497
|
Divider,
|
522
|
498
|
SideBar
|
523
|
499
|
}
|
524
|
|
-}
|
|
500
|
+};
|
525
|
501
|
</script>
|
526
|
502
|
|
527
|
503
|
<style lang="scss" scoped>
|
|
@@ -555,7 +531,7 @@ export default {
|
555
|
531
|
.choice {
|
556
|
532
|
border-bottom: 1px #e5e5e5 solid;
|
557
|
533
|
position: fixed;
|
558
|
|
- top: 48px;
|
|
534
|
+ top: 47px;
|
559
|
535
|
right: 0;
|
560
|
536
|
z-index: 66;
|
561
|
537
|
left: 0;
|
|
@@ -632,7 +608,7 @@ export default {
|
632
|
608
|
background: #fff;
|
633
|
609
|
border-radius: 30px;
|
634
|
610
|
.searchBtn {
|
635
|
|
- width: 15%;
|
|
611
|
+ width: 14%;
|
636
|
612
|
float: left;
|
637
|
613
|
height: 1rem;
|
638
|
614
|
line-height: 1rem;
|