|
@@ -1357,7 +1357,7 @@ export default {
|
|
|
let unit = scope.row.unit;
|
|
let unit = scope.row.unit;
|
|
|
let dose = Number(scope.row.dose);
|
|
let dose = Number(scope.row.dose);
|
|
|
|
|
|
|
|
- if (unit != "g" && unit != "克" && !Number.isInteger(dose)) {
|
|
|
|
|
|
|
+ /*if (unit != "g" && unit != "克" && !Number.isInteger(dose)) {
|
|
|
this.$message.error("剂量输入有误");
|
|
this.$message.error("剂量输入有误");
|
|
|
|
|
|
|
|
rationalMed10.showDose = false;
|
|
rationalMed10.showDose = false;
|
|
@@ -1375,7 +1375,7 @@ export default {
|
|
|
document.querySelectorAll("#dose" + scope.row.id)[0].style.color =
|
|
document.querySelectorAll("#dose" + scope.row.id)[0].style.color =
|
|
|
"red";
|
|
"red";
|
|
|
return;
|
|
return;
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
|
|
if (this.maxDose && this.minDose) {
|
|
if (this.maxDose && this.minDose) {
|
|
|
try {
|
|
try {
|