"拉卡拉进件支付代码"

This commit is contained in:
hankaikai
2023-06-01 17:14:02 +08:00
parent 6f6938daa4
commit c29c10c193
19 changed files with 741 additions and 203 deletions

View File

@@ -571,7 +571,7 @@
minWidth: 160,
templet: '#extensionThirdStatus',
rowspan: 1,
colspan: 3
colspan: 4
}
, {
title: 'D1微信子商户号<hr/>支付宝子商户号',
@@ -671,7 +671,17 @@
templet: function (r) {
return thirdStatus(r.channelStatusList, r.ppStatus, r.ppThirdStatus, 4);
}
}
},
{
field: 'mcs4Status',
title: '拉卡拉',
align: "left",
width: 190,
rowspan: 1,
templet: function (r) {
return thirdStatus(r.channelStatusList, r.ppStatus, r.ppThirdStatus, 5);
}
}
]
],
done: function (index, layero) {