|
@@ -1599,7 +1599,7 @@ export default {
|
|
2) ||
|
|
2) ||
|
|
(this.aduitlist.salePlanType == '期货' &&
|
|
(this.aduitlist.salePlanType == '期货' &&
|
|
this.aduitlist.basis > 10000) ||
|
|
this.aduitlist.basis > 10000) ||
|
|
- (this.aduitlist.salePlanType == '期货' && this.aduitlist.basis < 1)
|
|
|
|
|
|
+ (this.aduitlist.salePlanType == '期货' && this.aduitlist.basis < 0)
|
|
) {
|
|
) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '基差输入错误',
|
|
message: '基差输入错误',
|