|
@@ -480,28 +480,28 @@
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
- if (!this.form.cxsjt3) {
|
|
|
- MessageBox({
|
|
|
- title: '提示',
|
|
|
- message: '请选择采血时间t<sub>3</sub>'
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
- if (!this.form.t3hx) {
|
|
|
- MessageBox({
|
|
|
- title: '提示',
|
|
|
- message: '请输入t<sub>3</sub>点活性'
|
|
|
- })
|
|
|
- return
|
|
|
- } else {
|
|
|
- if (!this.$recheck.checkIntFloat12(this.form.t3hx)) {
|
|
|
- MessageBox({
|
|
|
- title: '提示',
|
|
|
- message: 't<sub>3</sub>点活性请输入整数或2位小数'
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
- }
|
|
|
+ // if (!this.form.cxsjt3) {
|
|
|
+ // MessageBox({
|
|
|
+ // title: '提示',
|
|
|
+ // message: '请选择采血时间t<sub>3</sub>'
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // if (!this.form.t3hx) {
|
|
|
+ // MessageBox({
|
|
|
+ // title: '提示',
|
|
|
+ // message: '请输入t<sub>3</sub>点活性'
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // } else {
|
|
|
+ // if (!this.$recheck.checkIntFloat12(this.form.t3hx)) {
|
|
|
+ // MessageBox({
|
|
|
+ // title: '提示',
|
|
|
+ // message: 't<sub>3</sub>点活性请输入整数或2位小数'
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // }
|
|
|
// if (!this.form.yfghx) {
|
|
|
// MessageBox({
|
|
|
// title: '提示',
|