|
@@ -537,7 +537,7 @@
|
537
|
537
|
</el-select>
|
538
|
538
|
</el-form-item>
|
539
|
539
|
|
540
|
|
- <el-form-item
|
|
540
|
+ <!-- <el-form-item
|
541
|
541
|
label="置换方式:"
|
542
|
542
|
v-if="
|
543
|
543
|
isShows('置换液') && (addPlan.mode == 2 || addPlan.mode == 5 || addPlan.mode == 12)
|
|
@@ -555,7 +555,7 @@
|
555
|
555
|
:value="option.id"
|
556
|
556
|
></el-option>
|
557
|
557
|
</el-select>
|
558
|
|
- </el-form-item>
|
|
558
|
+ </el-form-item> -->
|
559
|
559
|
</el-col>
|
560
|
560
|
|
561
|
561
|
<el-col :span="8" v-if="isShows('置换液总量') && (addPlan.mode == 2 || addPlan.mode == 5 || addPlan.mode == 12)">
|
|
@@ -1401,7 +1401,7 @@ export default {
|
1401
|
1401
|
type: 'success',
|
1402
|
1402
|
duration: 2000
|
1403
|
1403
|
})
|
1404
|
|
- this.$refs[formName].resetFields()
|
|
1404
|
+
|
1405
|
1405
|
this.dialogFormVisible = false
|
1406
|
1406
|
this.tableData[this.current_index].doctor =
|
1407
|
1407
|
response.data.data.solution.doctor
|
|
@@ -1410,6 +1410,7 @@ export default {
|
1410
|
1410
|
this.tableData[this.current_index].initiate_mode =
|
1411
|
1411
|
response.data.data.solution.initiate_mode
|
1412
|
1412
|
this.current_index = -1
|
|
1413
|
+ this.$refs[formName].resetFields()
|
1413
|
1414
|
return false
|
1414
|
1415
|
}
|
1415
|
1416
|
})
|
|
@@ -1484,7 +1485,7 @@ export default {
|
1484
|
1485
|
}
|
1485
|
1486
|
this.addPlan.dialysis_dialyszers = this.dialysis_dialyszers
|
1486
|
1487
|
this.addPlan.dialysis_irrigation = this.dialysis_irrigation
|
1487
|
|
-
|
|
1488
|
+ this.addPlan.mode_id = parseInt(this.addPlan.mode_id)
|
1488
|
1489
|
editPatientDialysisSolution(this.patientID,this.addPlan.id,this.addPlan, mode).then(response => {
|
1489
|
1490
|
if (response.data.state == 0) {
|
1490
|
1491
|
this.$message.error(response.data.msg)
|
|
@@ -1496,10 +1497,8 @@ export default {
|
1496
|
1497
|
type: 'success',
|
1497
|
1498
|
duration: 2000
|
1498
|
1499
|
})
|
1499
|
|
- this.$refs[formName].resetFields()
|
1500
|
|
-
|
1501
|
1500
|
this.dialogVisible = false
|
1502
|
|
-
|
|
1501
|
+ // this.$refs[formName].resetFields()
|
1503
|
1502
|
for (var dindex in response.data.data.solution) {
|
1504
|
1503
|
if (dindex == 'id') {
|
1505
|
1504
|
continue
|
|
@@ -1512,6 +1511,7 @@ export default {
|
1512
|
1511
|
// this.tableData[this.current_index].updated_time = response.data.data.solution.updated_time;
|
1513
|
1512
|
|
1514
|
1513
|
this.current_index = -1
|
|
1514
|
+ this.fetchPatientDialysisSolutions()
|
1515
|
1515
|
return false
|
1516
|
1516
|
}
|
1517
|
1517
|
})
|
|
@@ -1526,6 +1526,7 @@ export default {
|
1526
|
1526
|
const mode = '1'
|
1527
|
1527
|
this.addPlan.dialysis_dialyszers = this.dialysis_dialyszers
|
1528
|
1528
|
this.addPlan.dialysis_irrigation = this.dialysis_irrigation
|
|
1529
|
+ this.addPlan.mode_id = parseInt(this.addPlan.mode_id)
|
1529
|
1530
|
console.log("add",this.addPlan)
|
1530
|
1531
|
createPatientDialysisSolution(
|
1531
|
1532
|
this.patientID,
|
|
@@ -1542,13 +1543,14 @@ export default {
|
1542
|
1543
|
type: 'success',
|
1543
|
1544
|
duration: 2000
|
1544
|
1545
|
})
|
1545
|
|
- this.$refs[formName].resetFields()
|
1546
|
1546
|
this.dialogVisible = false
|
1547
|
|
- this.tableData.unshift(response.data.data.solution)
|
|
1547
|
+ // this.tableData.unshift(response.data.data.solution)
|
1548
|
1548
|
if (this.tableData.length > 10) {
|
1549
|
1549
|
this.tableData.pop()
|
1550
|
1550
|
}
|
1551
|
1551
|
this.total += 1
|
|
1552
|
+ // this.$refs[formName].resetFields()
|
|
1553
|
+ this.fetchPatientDialysisSolutions()
|
1552
|
1554
|
return false
|
1553
|
1555
|
}
|
1554
|
1556
|
})
|
|
@@ -1944,7 +1946,6 @@ export default {
|
1944
|
1946
|
|
1945
|
1947
|
addPlanModeChange() {
|
1946
|
1948
|
var thismode = parseInt(this.addPlan.mode)
|
1947
|
|
- console.log("addplan22323",this.addPlan.mode)
|
1948
|
1949
|
if(thismode == 2 || thismode == 5 || thismode ==12){
|
1949
|
1950
|
this.zhiShow = true
|
1950
|
1951
|
this.huShow= true
|
|
@@ -2195,7 +2196,7 @@ export default {
|
2195
|
2196
|
this.plasmaSeparatorList = getDataConfig('hemodialysis','plasma_separator')
|
2196
|
2197
|
this.bilirubinAdsorptionColumn = getDataConfig('hemodialysis','bilirubin_adsorption_column')
|
2197
|
2198
|
this.queryParams.id = this.patientID
|
2198
|
|
- // this.fetchAllDoctorAndNurse();
|
|
2199
|
+
|
2199
|
2200
|
|
2200
|
2201
|
}
|
2201
|
2202
|
}
|