|
@@ -488,7 +488,7 @@
|
488
|
488
|
let data = {
|
489
|
489
|
'prescriptions': this.prescriptions
|
490
|
490
|
}
|
491
|
|
-
|
|
491
|
+
|
492
|
492
|
createdTemplate(params, data).then(response => {
|
493
|
493
|
if (response.data.state == 1) {
|
494
|
494
|
this.$message.success('保存成功')
|
|
@@ -987,7 +987,7 @@
|
987
|
987
|
this.prescriptions[i].addition[b].count = this.prescriptions[i].addition[b].count.toString()
|
988
|
988
|
}
|
989
|
989
|
}
|
990
|
|
-
|
|
990
|
+
|
991
|
991
|
let data = {
|
992
|
992
|
'prescriptions': this.prescriptions
|
993
|
993
|
}
|
|
@@ -1481,7 +1481,7 @@
|
1481
|
1481
|
remark: '',
|
1482
|
1482
|
day: 1,
|
1483
|
1483
|
prescribing_number: temp3[b].prescribing_number,
|
1484
|
|
- single_dose_unit: temp3[b].drug.min_unit,
|
|
1484
|
+ single_dose_unit: temp3[b].drug.drug_dose_unit,
|
1485
|
1485
|
prescribing_number_unit: temp3[b].drug.max_unit,
|
1486
|
1486
|
medical_insurance_number: temp3[b].drug.medical_insurance_number
|
1487
|
1487
|
|