Преглед изворни кода

修改了备件申购价格限制

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