shish hace 11 meses
padre
commit
e18964cea2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hdApp/src/admin/billing/affirm.vue

+ 1 - 1
hdApp/src/admin/billing/affirm.vue

@@ -431,7 +431,7 @@ export default {
     this.reduceStock = this.option.reduceStock?this.option.reduceStock:0
     //如果扣除库存方法,付款方式默认选择赊账,这样方便提交
     if(this.reduceStock == 1){
-      this.form.hasPay = 0
+      this.form.hasPay = 2
     }
 
   },