yumeng 2 年 前
コミット
95680e3f0c
1 ファイル変更12 行追加0 行削除
  1. 12 0
      src/views/modules/policy-management/appRecharge.vue

+ 12 - 0
src/views/modules/policy-management/appRecharge.vue

@@ -115,6 +115,15 @@
                             <a-select-option value="2"> 返现</a-select-option>
                         </a-select>
                     </a-form-item>
+
+
+                    <a-form-item class="grid-form-item" label="账户ID:" :colon="false">
+                        <a-input
+                            v-model="configForm.accountId"
+                            placeholder="请输入账户ID"
+                            allow-clear
+                        />
+                    </a-form-item>
                     <a-form-item class="grid-form-item" label="申请时间:" :colon="false">
                         <a-range-picker
                             v-model="configForm.time"
@@ -1098,6 +1107,7 @@
                     paymentMedia: this.configForm.paymentMedia,
                     rebateType: this.configForm.rebateType,
                     auditStatus: this.configForm.auditStatus,
+                    accountId: this.configForm.accountId,
                     startDate:
                         this.configForm.time && this.configForm.time.length == 2
                             ? moment(this.configForm.time[0]).format("YYYY-MM-DD")
@@ -1503,6 +1513,7 @@
                     paymentMedia: this.configForm.paymentMedia,
                     rebateType: this.configForm.rebateType,
                     auditStatus: this.configForm.auditStatus,
+                    accountId: this.configForm.accountId,
                     startDate:
                         this.configForm.time && this.configForm.time.length == 2
                             ? moment(this.configForm.time[0]).format("YYYY-MM-DD")
@@ -2112,6 +2123,7 @@
                     time: [],
                     status: undefined,
                     type: undefined,
+                    accountId: undefined,
                 };
                 this.tablePag = {
                     page: 1,