@@ -349,6 +349,13 @@ export default {
})
return
}
+ if (isDisc === undefined || isDisc === '') {
+ this.$message({
+ type: 'info',
+ message: `必填选择是否优惠价格结算!`
+ })
+ return
+ }
if (!this.apiType || this.apiType <= 0) {