Browse Source

收款提交的新增

zhangrenyuan/feature-20260326164720-日常优化3.0
zhangrenyuan 3 weeks ago
parent
commit
e45ea38de9
  1. 2
      src/components/locales/lang/en.js
  2. 2
      src/components/locales/lang/zh-CN.js
  3. 4
      src/views/moneyManage/executor/executor.vue
  4. 2
      src/views/moneyManage/financialAccount/cashFlow.vue
  5. 2
      src/views/moneyManage/financialAccount/performanceAttribution.vue
  6. 2
      src/views/moneyManage/receiveDetail/receiveFinance.vue
  7. 2
      src/views/moneyManage/receiveDetail/receiveHead.vue
  8. 2
      src/views/moneyManage/receiveDetail/receiveManage.vue
  9. 6
      src/views/moneyManage/receiveDetail/receiveService.vue
  10. 6
      src/views/moneyManage/receiveDetail/utils/staticData.js
  11. 2
      src/views/moneyManage/refundDetail/refundCharge.vue
  12. 2
      src/views/moneyManage/refundDetail/refundFinance.vue
  13. 2
      src/views/moneyManage/refundDetail/refundHeader.vue
  14. 2
      src/views/moneyManage/refundDetail/refundService.vue

2
src/components/locales/lang/en.js

@ -1137,6 +1137,8 @@ export default {
ipay88: "Ipay88",
paymentAsia: "PaymentAsia",
transfer: "E-Transfer",
iotPay: "IOT Pay",
stripe3:'Stripe3',
paysolution:'paysolution',
stripe2:'Stripe2',
},

2
src/components/locales/lang/zh-CN.js

@ -1149,6 +1149,8 @@ export default {
ipay88: "Ipay88",
paymentAsia: "PaymentAsia",
transfer: "E-Transfer",
iotPay: "IOT Pay",
stripe3:'Stripe3',
paysolution:'paysolution',
stripe2:'Stripe2',
},

4
src/views/moneyManage/executor/executor.vue

@ -469,6 +469,8 @@ const channelOptions = ref([
t('cash.payMethods.grabpay'),
t('cash.payMethods.nets'),
t('cash.payMethods.transfer'),
t('cash.payMethods.iotPay'),
t('cash.payMethods.stripe3'),
t('cash.payMethods.paypal'),
])
@ -655,4 +657,4 @@ onMounted(() => {
}
}
}
</style>
</style>

2
src/views/moneyManage/financialAccount/cashFlow.vue

@ -25,6 +25,8 @@ const paytypeList = [
t('cash.payMethods.grabpay'), // Grabpay
t('cash.payMethods.nets'), // Nets
t('cash.payMethods.transfer'), // E-Transfer
t('cash.payMethods.iotPay'), // IOT Pay
t('cash.payMethods.stripe3'), // Stripe3
t('cash.payMethods.paypal'), // PayPal
t('cash.payMethods.paysolution'), // Paysolution
t('cash.payMethods.bankTransfer'),//

2
src/views/moneyManage/financialAccount/performanceAttribution.vue

@ -24,6 +24,8 @@ const paytypeList = [
t('cash.payMethods.grabpay'),
t('cash.payMethods.nets'),
t('cash.payMethods.transfer'),
t('cash.payMethods.iotPay'),
t('cash.payMethods.stripe3'),
t('cash.payMethods.paypal'),
]

2
src/views/moneyManage/receiveDetail/receiveFinance.vue

@ -779,6 +779,8 @@ const paytypeList = [
t('cash.payMethods.grabpay'), // Grabpay
t('cash.payMethods.nets'), // Nets
t('cash.payMethods.transfer'), // E-Transfer
t('cash.payMethods.iotPay'), // IOT Pay
t('cash.payMethods.stripe3'), // Stripe3
t('cash.payMethods.paypal'), // PayPal
t('cash.payMethods.paysolution'), // Paysolution
t('cash.payMethods.bankTransfer'),//

2
src/views/moneyManage/receiveDetail/receiveHead.vue

@ -764,6 +764,8 @@ const paytypeList = ref([
t('cash.payMethods.grabpay'), // Grabpay
t('cash.payMethods.nets'), // Nets
t('cash.payMethods.transfer'), // E-Transfer
t('cash.payMethods.iotPay'), // IOT Pay
t('cash.payMethods.stripe3'), // Stripe3
t('cash.payMethods.paypal'), // PayPal
t('cash.payMethods.bankTransfer'),//
t('cash.payMethods.card'), //

2
src/views/moneyManage/receiveDetail/receiveManage.vue

@ -779,6 +779,8 @@ const paytypeList = [
t('cash.payMethods.grabpay'), // Grabpay
t('cash.payMethods.nets'), // Nets
t('cash.payMethods.transfer'), // E-Transfer
t('cash.payMethods.iotPay'), // IOT Pay
t('cash.payMethods.stripe3'), // Stripe3
t('cash.payMethods.paypal'), // PayPal
t('cash.payMethods.paysolution'), // Paysolution
t('cash.payMethods.bankTransfer'),//

6
src/views/moneyManage/receiveDetail/receiveService.vue

@ -697,7 +697,7 @@ const ifGroup = () => {
isGroup.value = true
addFormData.value.receivedMarket = t('cash.markets.Malaysia')
addFormData.value.receivedWallet = t('cash.wallet.MalaysiaWallet')
} else if (addFormData.value.payType === t('cash.payMethods.transfer')) {
} else if (addFormData.value.payType === t('cash.payMethods.transfer') || addFormData.value.payType === t('cash.payMethods.iotPay') || addFormData.value.payType === t('cash.payMethods.stripe3')) {
isGroup.value = true
addFormData.value.receivedMarket = t('cash.markets.Canada')
addFormData.value.receivedWallet = t('cash.wallet.CanadaWallet')
@ -1034,6 +1034,8 @@ const paytypeOptions = ref([
t('cash.payMethods.grabpay'), // Grabpay
t('cash.payMethods.nets'), // Nets
t('cash.payMethods.transfer'), // E-Transfer
t('cash.payMethods.iotPay'), // IOT Pay
t('cash.payMethods.stripe3'), // Stripe3
t('cash.payMethods.paypal'), // PayPal
t('cash.payMethods.paysolution'), // Paysolution
t('cash.payMethods.bankTransfer'),//
@ -1330,6 +1332,8 @@ const paytypeList = ref([
t('cash.payMethods.grabpay'), // Grabpay
t('cash.payMethods.nets'), // Nets
t('cash.payMethods.transfer'), // E-Transfer
t('cash.payMethods.iotPay'), // IOT Pay
t('cash.payMethods.stripe3'), // Stripe3
t('cash.payMethods.paypal'), // PayPal
t('cash.payMethods.paysolution'), // Paysolution
t('cash.payMethods.bankTransfer'),//

6
src/views/moneyManage/receiveDetail/utils/staticData.js

@ -291,6 +291,10 @@ export const normalizePayType = (name) => {
return 'PaymentAsia'
} else if (name == t('cash.payMethods.transfer') || name == 'E-Transfer') {
return 'E-Transfer'
} else if (name == t('cash.payMethods.iotPay') || name == 'IOT Pay') {
return 'IOT Pay'
} else if (name == t('cash.payMethods.stripe3') || name == 'Stripe3') {
return 'Stripe3'
} else if (name == t('cash.payMethods.grabpay') || name == 'Grabpay') {
return 'Grabpay'
} else if (name == t('cash.payMethods.nets') || name == 'Nets') {
@ -388,4 +392,4 @@ export const WalletForId = (walletName) => {
}else if(walletName==t('cash.wallet.BeijingWallet')){
return 10
}
}
}

2
src/views/moneyManage/refundDetail/refundCharge.vue

@ -441,6 +441,8 @@ const channelOptions = computed(() => [
t('cash.payMethods.grabpay'),
t('cash.payMethods.nets'),
t('cash.payMethods.transfer'),
t('cash.payMethods.iotPay'),
t('cash.payMethods.stripe3'),
t('cash.payMethods.paypal')
])
const statusList = computed(() => [

2
src/views/moneyManage/refundDetail/refundFinance.vue

@ -420,6 +420,8 @@ const channelOptions = computed(() => [
t('cash.payMethods.grabpay'),
t('cash.payMethods.nets'),
t('cash.payMethods.transfer'),
t('cash.payMethods.iotPay'),
t('cash.payMethods.stripe3'),
t('cash.payMethods.paypal')
])
const statusList = computed(() => [

2
src/views/moneyManage/refundDetail/refundHeader.vue

@ -441,6 +441,8 @@ const channelOptions = computed(() => [
t('cash.payMethods.grabpay'),
t('cash.payMethods.nets'),
t('cash.payMethods.transfer'),
t('cash.payMethods.iotPay'),
t('cash.payMethods.stripe3'),
t('cash.payMethods.paypal')
])
const statusList = computed(() => [

2
src/views/moneyManage/refundDetail/refundService.vue

@ -580,6 +580,8 @@ const channelOptions = computed(() => [
t('cash.payMethods.grabpay'), // Grabpay
t('cash.payMethods.nets'), // Nets
t('cash.payMethods.transfer'), // E-Transfer
t('cash.payMethods.iotPay'), // IOT Pay
t('cash.payMethods.stripe3'), // Stripe3
t('cash.payMethods.paypal'), // PayPal
t('cash.payMethods.paysolution'), // Paysolution
t('cash.payMethods.bankTransfer'),//

Loading…
Cancel
Save