瀏覽代碼

Merge branch 'develop_cuxiao' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_cuxiao

lilei 1 年之前
父節點
當前提交
fe73cac7e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/promotionRulesManagement/dealerPromotions/sendAmountModal.vue

+ 1 - 1
src/views/promotionRulesManagement/dealerPromotions/sendAmountModal.vue

@@ -76,7 +76,7 @@
             <a-input-number
               v-model="form.regularAmount"
               @blur="calculatePrice"
-              :min="0"
+              :min="form.gateType==='FIXED_AMOUNT'?form.quotaAmount:0"
               :step="1"
               :precision="2"
               :max="999999"