-
+
搜索
@@ -92,12 +95,12 @@
-
- 导出
-
-
+
+ 导出
+
+
-
@@ -105,7 +108,7 @@
-
+
@@ -136,11 +139,12 @@
: scope.row.orderStatus == 4 ? '驳回' : scope.row.orderStatus == 5 ? '已撤销' : '已关闭' }}
-
+
+
- {{ scope.row.accountName }}({{ scope.row.bankName }})({{ scope.row.cardNumber }})
+ {{ scope.row.payCarddealerCard.cardHolder }}({{ scope.row.payCarddealerCard.bankName }})({{ scope.row.payCarddealerCard.cardNumber }})
@@ -173,6 +177,9 @@
查看凭证
+
+ 复制
@@ -314,7 +321,7 @@ import cardMerchantOrderRefreshMixin from "@/api/cardMerchantOrderRefresh.mixin"
export default {
name: "TransferOrder",
dicts: ['collection_order_status'],
- mixins: [cardMerchantOrderRefreshMixin],
+ mixins: [cardMerchantOrderRefreshMixin],
data() {
return {
amount: null,
@@ -416,6 +423,13 @@ export default {
this.init();
},
methods: {
+ getReadableText(data) {
+ return `${data.cardNumber}/${data.accountName}/${data.bankName}/${this.NumberDiv(data.amount, 100)}`
+ },
+ /** 复制代码成功 */
+ handleClipboardSuccess() {
+ this.$modal.msgSuccess("复制成功");
+ },
tableRowClassName({ row, rowIndex }) {
if (row.orderStatus == 4) {
return "redOrder";
@@ -524,7 +538,7 @@ export default {
this.infoList = response.rows;
this.total = Number(response.total);
});
- },
+ },
/** 查询代付订单列表 */
getList(amount) {
@@ -547,7 +561,7 @@ export default {
this.infoList = response.rows;
this.total = Number(response.total);
this.loading = false;
- this.startTimer(queryParams)
+ this.startTimer(queryParams)
});
},
// 取消按钮