root 2 лет назад
Родитель
Сommit
7d52a306ce

+ 0 - 0
backendApi/web/files/494a7052778a378e830a9be07791df79.jpg


+ 0 - 0
backendApi/web/files/52e0e8a804613b6dbd448f261a9f1738.jpg


+ 0 - 0
backendApi/web/files/7502d35e986c371d91c3cc3bc9606cec.xlsx


+ 0 - 0
backendApi/web/files/78eaf33758e63afe87c7f33479be64b8.xlsx


+ 0 - 0
backendApi/web/files/b3f633c405c032628cb6ed32ae644635.xlsx


+ 0 - 0
backendApi/web/files/d47fd296259f33b8acd4c83a9daa7050.xlsx


+ 0 - 0
backendApi/web/files/d728f556be863154a550b163cc57280c.xlsx


+ 0 - 0
backendApi/web/files/da0754a0b5bd3543a3ae136d7295f7d7.xlsx


+ 0 - 0
backendApi/web/files/f1401b864d88310a9cdbefc49ea50eeb.xlsx


+ 0 - 0
backendApi/web/files/f35fb1cdf14032269a1241c3649be540.xlsx


+ 0 - 0
backendApi/web/files/f5a037abaf373868b33ffb98047e320a.xlsx


+ 1 - 0
backendEle/src/views/finance/withdraw.vue

@@ -500,6 +500,7 @@ export default {
     handleFilterStatusClick (tab, event) {
       filterHelper.clearFilterOption(this)
       this.getData()
+      console.log("filterStatus---->"+this.filterStatus)
     },
     handleFilterUser (filterData) {
       filterHelper.handleFilterUser(this, filterData)

+ 6 - 6
common/messages/zh-CN/ctx.php

@@ -143,15 +143,15 @@ return [
     'memberUnderrepresentedRegion' => '该会员该区域的数额不足',
     'memberSurplusRegionLess' => '该会员当期该区域剩余数额不足',
     'withdrawFormNoSn' => "不存在提现流水号为 {sn} 的已付款记录",
-    'withdrawFormUserNameInconsistent'=>'Excel中提现流水号 { excelName } 的用户名与系统中的信息 { userName } 不一致',
-    'withdrawFormRealNameInconsistent' => "Excel中提现流水号 {sn} 的会员姓名 {excelName} 与系统中的信息【 { realName } 】不一致",
+    'withdrawFormUserNameInconsistent'=>'Excel中提现流水号 {excelName} 的用户名与系统中的信息 {userName} 不一致',
+    'withdrawFormRealNameInconsistent' => "Excel中提现流水号 {sn} 的会员姓名 {excelName} 与系统中的信息【 {realName} 】不一致",
     'withdrawFormPeriodsInconsistent' => "Excel中提现流水号 {sn} 的提现期数 {withdrawPeriodNum} 与系统中的信息【 {systemWithdrawPeriodNum} 】不一致",
     'withdrawFormPaidAtInconsistent' => 'Excel中提现流水号 {sn} 的付款日期 {paidAt} 与系统中的信息【 {systemPaidAt} 】不一致',
-    'withdrawFormAmountInconsistent' => "Excel中提现流水号 {sn} 的提现金额 {execlAmount} 与系统中的信息【 { systemAmount } 】不一致",
-    'withdrawFormBankRealNameInconsistent' => "Excel中提现流水号 {sn} 的实时开户名{ execlBankRealName }与系统中的信息【 { systemName } 】不一致",
-    'withdrawFormBankNoInconsistent' => "Excel中提现流水号{sn}的实时银行账户{ excelBankNo }与系统中的信息【 { systemBankNo } 】不一致",
+    'withdrawFormAmountInconsistent' => "Excel中提现流水号 {sn} 的提现金额 {execlAmount} 与系统中的信息【 {systemAmount} 】不一致",
+    'withdrawFormBankRealNameInconsistent' => "Excel中提现流水号 {sn} 的实时开户名{execlBankRealName}与系统中的信息【 {systemName} 】不一致",
+    'withdrawFormBankNoInconsistent' => "Excel中提现流水号{sn}的实时银行账户{excelBankNo}与系统中的信息【 {systemBankNo} 】不一致",
     'withdrawFormNoExistsUser'=>'不存在该用户',
-    'withdrawChkAuditStatus' => "提现单{ sn }当前状态为【{statusName}】,无法设置为【{ newStatusName }】",
+    'withdrawChkAuditStatus' => "提现单{sn}当前状态为【{statusName}】,无法设置为【{newStatusName}】",
 
     # 网络功能
     'numberOfLayers' => '层数',

+ 0 - 0
common/models/Instalment.php