搜索
重置
diff --git a/src/views/pay/payOrder/payDaiFuWater.vue b/src/views/pay/payOrder/payDaiFuWater.vue
index 9ba7152..9f70f64 100644
--- a/src/views/pay/payOrder/payDaiFuWater.vue
+++ b/src/views/pay/payOrder/payDaiFuWater.vue
@@ -11,7 +11,7 @@
-
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.userType == 'store' ? '商户' : '代理商' }}
+
+
+
{{ scope.row.bankName }}
@@ -233,6 +251,16 @@ export default {
dicts: ['pay_status', 'source_type', 'yes_no', 'payment_status'],
data() {
return {
+ typeCon: [
+ {
+ label: '商户',
+ value: 'store',
+ },
+ {
+ label: '代理商',
+ value: 'agent',
+ },
+ ],
statusOptions: [
{
label: '通过',
@@ -379,6 +407,8 @@ export default {
noOrder: null,
outTradeNo: null,
batchNo: null,
+ userType: null,
+
},
// 表单参数
diff --git a/src/views/pay/payOrder/payDailiDivideDetail.vue b/src/views/pay/payOrder/payDailiDivideDetail.vue
index 460143b..df3cbab 100644
--- a/src/views/pay/payOrder/payDailiDivideDetail.vue
+++ b/src/views/pay/payOrder/payDailiDivideDetail.vue
@@ -23,6 +23,7 @@
+
-
+
+
+
+
+
-
+
+
+ {{ scope.row.userType=='agent'? scope.row.name:scope.row.storeName }}
+
+
+
+
+
+
+ {{ scope.row.userType == 'store' ? '商户' : '代理商' }}
+
+
+
@@ -121,6 +141,16 @@ export default {
incomeTotal: 0,
expendTotal: 0
},
+ userCon: [
+ {
+ label: '商户',
+ value: 'store',
+ },
+ {
+ label: '代理商',
+ value: 'agent',
+ },
+ ],
typeCon: [
{
label: '收入',
@@ -259,6 +289,7 @@ export default {
accountNo: null,
isIncome: null,
witType: null,
+ userType:null,
},
// 表单参数
form: {},
diff --git a/src/views/pay/payTest/payCode.vue b/src/views/pay/payTest/payCode.vue
index 9109ed1..ba3129b 100644
--- a/src/views/pay/payTest/payCode.vue
+++ b/src/views/pay/payTest/payCode.vue
@@ -73,7 +73,7 @@
@click="payCode">支付
-
@@ -107,6 +107,9 @@ export default {
data() {
return {
+ // 返回信息
+ resMsg:null,
+
showCode:false,
rules: {
version: [
@@ -227,7 +230,9 @@ export default {
payTest
.payCode(form)
.then((response) => {
- this.form.resp = response.msg
+ this.resMsg=response.msg
+ let s=JSON.parse(response.msg)
+ this.form.resp = s.codeImgUrl
});
},
//代扣支付签名
diff --git a/测试.zip b/测试.zip
deleted file mode 100644
index 82336b0..0000000
Binary files a/测试.zip and /dev/null differ