|
@@ -1459,10 +1459,13 @@ export default {
|
1459
|
1459
|
});
|
1460
|
1460
|
},
|
1461
|
1461
|
EditUser(id, patientid) {
|
1462
|
|
- this.dialogVisible = true;
|
|
1462
|
+ console.log("hh2h333232332233232323322323",id)
|
|
1463
|
+ console.log("patient_id2323223323223322332323322323",patientid)
|
1463
|
1464
|
EditUser(id, patientid).then(response => {
|
1464
|
1465
|
if (response.data.state === 1) {
|
|
1466
|
+ this.dialogVisible = true;
|
1465
|
1467
|
var device = response.data.data.device;
|
|
1468
|
+ console.log("使用登记详情22222222222",device)
|
1466
|
1469
|
var patients = response.data.data.patients;
|
1467
|
1470
|
var count = response.data.data.count
|
1468
|
1471
|
var macher = response.data.data.macher
|
|
@@ -1506,15 +1509,7 @@ export default {
|
1506
|
1509
|
this.userform.disinfection_residue = device.disinfection_residue;
|
1507
|
1510
|
this.userform.longtime = device.long_time;
|
1508
|
1511
|
this.userform.dialysis_time = device.dialysis_hour;
|
1509
|
|
- // this.userform.user_total = device.user_total
|
1510
|
|
- // this.userform.starttime = uParseTime(
|
1511
|
|
- // device.disinfec_startime,
|
1512
|
|
- // '{y}-{m}-{d} {h}:{i}'
|
1513
|
|
- // )
|
1514
|
|
- // this.userform.endtime = uParseTime(
|
1515
|
|
- // device.disinfec_endtime,
|
1516
|
|
- // '{y}-{m}-{d} {h}:{i}'
|
1517
|
|
- // )
|
|
1512
|
+
|
1518
|
1513
|
this.userform.starttime = this.updateTimes(device.disinfec_startime);
|
1519
|
1514
|
this.userform.endtime = this.updateTimes(device.disinfec_endtime);
|
1520
|
1515
|
this.userform.equiment_id = device.equiment_id;
|