|
@@ -282,14 +282,6 @@
|
|
{{ item.name | paymentMediaName }}
|
|
{{ item.name | paymentMediaName }}
|
|
</a-select-option>
|
|
</a-select-option>
|
|
</a-select>
|
|
</a-select>
|
|
- <p v-if="rebateData" style="margin-bottom: 0">
|
|
|
|
- 返点类型:{{
|
|
|
|
- rebateData.rebateType == 1 ? "返货" : "返现"
|
|
|
|
- }}
|
|
|
|
- 返点比例:{{
|
|
|
|
- rebateData.rebateRate
|
|
|
|
- }}%
|
|
|
|
- </p>
|
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
|
|
|
<a-form-model-item label="选择端口" prop="paymentPort">
|
|
<a-form-model-item label="选择端口" prop="paymentPort">
|
|
@@ -310,9 +302,16 @@
|
|
{{ item.portName }}
|
|
{{ item.portName }}
|
|
</a-select-option>
|
|
</a-select-option>
|
|
</a-select>
|
|
</a-select>
|
|
|
|
+ <p v-if="rebateData" style="margin-bottom: 0">
|
|
|
|
+ 返点类型:{{
|
|
|
|
+ rebateData.rebateType == 1 ? "返货" : "返现"
|
|
|
|
+ }}
|
|
|
|
+ 返点比例:{{
|
|
|
|
+ rebateData.rebateRate
|
|
|
|
+ }}%
|
|
|
|
+ </p>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
|
|
|
-
|
|
|
|
<a-form-model-item label="可用金额" prop="totalAmount">
|
|
<a-form-model-item label="可用金额" prop="totalAmount">
|
|
{{ totalAmount ? allMoney(totalAmount) : "-" }}
|
|
{{ totalAmount ? allMoney(totalAmount) : "-" }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
@@ -547,16 +546,16 @@
|
|
<a-form-model-item label="客户名称" prop="advertiserName">
|
|
<a-form-model-item label="客户名称" prop="advertiserName">
|
|
{{ queryByIdList.advertiserName }}
|
|
{{ queryByIdList.advertiserName }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
- <a-form-model-item label="产品名称" prop="productName">
|
|
|
|
- {{ queryByIdList.productName }}
|
|
|
|
- </a-form-model-item>
|
|
|
|
- <a-form-model-item label="项目名称" prop="projectName">
|
|
|
|
- {{ queryByIdList.projectName }}
|
|
|
|
- </a-form-model-item>
|
|
|
|
|
|
+<!-- <a-form-model-item label="产品名称" prop="productName">-->
|
|
|
|
+<!-- {{ queryByIdList.productName }}-->
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
|
|
+<!-- <a-form-model-item label="项目名称" prop="projectName">-->
|
|
|
|
+<!-- {{ queryByIdList.projectName }}-->
|
|
|
|
+<!-- </a-form-model-item>-->
|
|
<a-form-model-item label="媒体" prop="paymentMedia">
|
|
<a-form-model-item label="媒体" prop="paymentMedia">
|
|
{{ queryByIdList.paymentMedia | paymentMediaName }}
|
|
{{ queryByIdList.paymentMedia | paymentMediaName }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
- <a-form-model-item label="端口" prop="portName">
|
|
|
|
|
|
+ <a-form-model-item label="端口" prop="portName" v-if="queryByIdList.paymentMedia != '2'">
|
|
{{ queryByIdList.portName }}
|
|
{{ queryByIdList.portName }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="类型" prop="rechargeType">
|
|
<a-form-model-item label="类型" prop="rechargeType">
|
|
@@ -568,6 +567,9 @@
|
|
: "-"
|
|
: "-"
|
|
}}
|
|
}}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
|
+ <a-form-model-item label="备注" prop="portName" v-if="queryByIdList.remarks != '' && queryByIdList.remarks != null">
|
|
|
|
+ {{ queryByIdList.remarks }}
|
|
|
|
+ </a-form-model-item>
|
|
<div
|
|
<div
|
|
style="
|
|
style="
|
|
max-height: 350px;
|
|
max-height: 350px;
|
|
@@ -588,6 +590,11 @@
|
|
v-if="item.agentName != '' && item.agentName != null"
|
|
v-if="item.agentName != '' && item.agentName != null"
|
|
>
|
|
>
|
|
{{ item.agentName }}
|
|
{{ item.agentName }}
|
|
|
|
+ </a-form-model-item> <a-form-model-item
|
|
|
|
+ label="产品"
|
|
|
|
+ prop="productName"
|
|
|
|
+ >
|
|
|
|
+ {{ item.productName }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
|
|
|
<a-form-model-item label="账户" prop="accountName">
|
|
<a-form-model-item label="账户" prop="accountName">
|
|
@@ -606,10 +613,10 @@
|
|
}}%
|
|
}}%
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="现金金额" prop="cashAmount">
|
|
<a-form-model-item label="现金金额" prop="cashAmount">
|
|
- {{ allMoney(item.cashAmount) }}
|
|
|
|
|
|
+ {{ item.cashAmount }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="到账金额" prop="receivedAmount">
|
|
<a-form-model-item label="到账金额" prop="receivedAmount">
|
|
- {{ allMoney(item.receivedAmount) }}
|
|
|
|
|
|
+ {{ item.receivedAmount }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -1265,8 +1272,6 @@
|
|
paymentPort: this.queryByIdList.paymentPort,
|
|
paymentPort: this.queryByIdList.paymentPort,
|
|
paymentMedia: this.queryByIdList.paymentMedia,
|
|
paymentMedia: this.queryByIdList.paymentMedia,
|
|
};
|
|
};
|
|
- // this.getMoney(params);
|
|
|
|
- this.getRebate(params);
|
|
|
|
this.getAccountList();
|
|
this.getAccountList();
|
|
this.getPaymentPortList(params);
|
|
this.getPaymentPortList(params);
|
|
this.getAction("/financePayment/pool/queryPoolProjectList", params)
|
|
this.getAction("/financePayment/pool/queryPoolProjectList", params)
|
|
@@ -1293,22 +1298,6 @@
|
|
.then((res) => {
|
|
.then((res) => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.totalAmount = res.result ? res.result.cashAmount : 0;
|
|
this.totalAmount = res.result ? res.result.cashAmount : 0;
|
|
- } else {
|
|
|
|
- this.$message.warning(res.message);
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- .finally(() => {
|
|
|
|
- });
|
|
|
|
- },
|
|
|
|
- getRebate(params) {
|
|
|
|
- // var params = {
|
|
|
|
- // advertiserId: this.queryByIdList.advertiserId,
|
|
|
|
- // type: this.queryByIdList.paymentMedia,
|
|
|
|
- // productId: this.queryByIdList.paymentMedia,
|
|
|
|
- // };
|
|
|
|
- this.getAction("/financePayment/application/queryInfo", params)
|
|
|
|
- .then((res) => {
|
|
|
|
- if (res.success) {
|
|
|
|
this.rebateData = res.result;
|
|
this.rebateData = res.result;
|
|
} else {
|
|
} else {
|
|
this.$message.warning(res.message);
|
|
this.$message.warning(res.message);
|
|
@@ -1368,6 +1357,8 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handleAddPleace() {
|
|
handleAddPleace() {
|
|
|
|
+ this.rebateData = undefined;
|
|
|
|
+ this.totalAmount = undefined;
|
|
this.auditPolicyStatus = true;
|
|
this.auditPolicyStatus = true;
|
|
this.addType = "add";
|
|
this.addType = "add";
|
|
this.getNewAdvertiserList();
|
|
this.getNewAdvertiserList();
|