@@ -1467,7 +1467,7 @@ export default {
return
}
if (
- !this.aduitlist.basis &&
+ !String(this.aduitlist.basis) &&
this.aduitlist.procurementPlanType != '现货'
) {
this.$message({
@@ -1550,7 +1550,7 @@ export default {
})
- if (!this.aduitlist.basis && this.aduitlist.salePlanType == '期货') {
+ if ( !String(this.aduitlist.basis) && this.aduitlist.salePlanType == '期货') {
message: '基差不能为空!',
type: 'warning',