Browse Source

修改bug

chenrui 10 months ago
parent
commit
7b9de2d604
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/salesManagement/salesQueryNew/tipModal.vue

+ 4 - 0
src/views/salesManagement/salesQueryNew/tipModal.vue

@@ -166,6 +166,10 @@ export default {
     //  保存
     handleSubmit () {
       const _this = this
+      if (!_this.priceVal) {
+        this.$message.warning('产品价格变更标记不能为空!')
+        return
+      }
       const objInfo = {
         productPriceChangeFlag: _this.priceVal
       }