|
@@ -760,9 +760,9 @@
|
|
|
}
|
|
|
return false
|
|
|
}
|
|
|
- if (this.baseInfoForm.saleLimit == '' || _baseWaterValidate(100, 100000, '', '', 'saleLimit', parseFloat(this
|
|
|
+ if (this.baseInfoForm.saleLimit == '' || _baseWaterValidate(100, 10000000, '', '', 'saleLimit', parseFloat(this
|
|
|
.baseInfoForm.saleLimit))) {
|
|
|
- if (_baseWaterValidate(100, 100000, '', '', 'saleLimit', parseFloat(this.baseInfoForm.saleLimit))) {
|
|
|
+ if (_baseWaterValidate(100, 10000000, '', '', 'saleLimit', parseFloat(this.baseInfoForm.saleLimit))) {
|
|
|
that.$message.error('销售上限输入错误!');
|
|
|
} else {
|
|
|
that.$message.error('销售上限不能为空!');
|