Browse Source

义乌店特殊设置

shish 1 month ago
parent
commit
ba966281d6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ghsApp/src/admin/billing/affirm.vue

+ 6 - 0
ghsApp/src/admin/billing/affirm.vue

@@ -736,6 +736,12 @@ export default {
 
     //默认欠款是首选项
     this.form.hasPay = 2;
+
+    //我要花义乌店,快捷开单,收款方式,默认扫码
+    if(Number(option.customId) == 151776) {
+      this.form.hasPay = 0
+    }
+
     // #ifdef APP-PLUS
     if (this.$util.isScanEnv()) {
       this.isScanEnv = true;