浏览代码

修改了备件申购价格限制

duanxiaoduan 1 年之前
父节点
当前提交
bb7b2fd2d8
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/views/custom/subscribe/index.vue

+ 4 - 2
src/views/custom/subscribe/index.vue

@@ -2162,8 +2162,10 @@ export default {
           }
           console.log("priceObj",priceObj)
           //总价大于2000 或单价>500
-          if(sumPrices >= 2000 || priceObj){
-            this.isApplyEx4 = true
+          if(sumPrices >= 2000 || priceObj){
+            // 这个版本不要了
+            // this.isApplyEx4 = true
+            this.isApplyEx4 = false
             this.getFlowPath()
           } else {
             this.isApplyEx4 = false