shish 1 년 전
부모
커밋
e18964cea2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     }
 
   },