|
@ -980,13 +980,7 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
financial: { |
|
|
|
|
|
transactionFlow: { |
|
|
|
|
|
recordTransaction: {}, |
|
|
|
|
|
recordPayCallback: {}, |
|
|
|
|
|
}, |
|
|
|
|
|
financialRecord: {} |
|
|
|
|
|
}, |
|
|
|
|
|
deal: { |
|
|
deal: { |
|
|
channelConfig: { |
|
|
channelConfig: { |
|
|
tradingChannel: { |
|
|
tradingChannel: { |
|
@ -1380,5 +1374,134 @@ export default { |
|
|
reset: "Reset" |
|
|
reset: "Reset" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
financial: { |
|
|
|
|
|
financialRecord: { |
|
|
|
|
|
orderIdLabel : 'Order ID', |
|
|
|
|
|
amountLabel: 'Amount', |
|
|
|
|
|
currencyLabel: 'Currency Unit', |
|
|
|
|
|
descriptionLabel: 'Description Information', |
|
|
|
|
|
inputAmount: 'Please enter amount', |
|
|
|
|
|
inputContent : 'Please enter description information', |
|
|
|
|
|
inputUserId: 'Please enter user ID', |
|
|
|
|
|
inputOrderId: 'Please enter related order ID', |
|
|
|
|
|
inputCurrency: 'Please enter currency unit', |
|
|
|
|
|
selectTransactionDate: 'Please select transaction date', |
|
|
|
|
|
selectTransactionDateRange: 'Please select transaction date range', |
|
|
|
|
|
inputDescription: 'Please enter description information', |
|
|
|
|
|
userIdLabel: 'User ID', |
|
|
|
|
|
search: 'Search', |
|
|
|
|
|
reset: 'Reset', |
|
|
|
|
|
add: 'Add', |
|
|
|
|
|
edit: 'Edit', |
|
|
|
|
|
delete: 'Delete', |
|
|
|
|
|
export: 'Export', |
|
|
|
|
|
id: 'Primary Key', |
|
|
|
|
|
userId: 'User ID', |
|
|
|
|
|
orderId: 'Related Order ID', |
|
|
|
|
|
transactionType: 'Transaction Type', |
|
|
|
|
|
amount: 'Amount', |
|
|
|
|
|
currency: 'Currency Unit', |
|
|
|
|
|
description: 'Description Information', |
|
|
|
|
|
transactionDate: 'Transaction Date', |
|
|
|
|
|
status: 'Status', |
|
|
|
|
|
operation: 'Operation', |
|
|
|
|
|
detail: 'Details', |
|
|
|
|
|
addTitle: 'Add Financial Record', |
|
|
|
|
|
detailTitle: 'Financial Record Details', |
|
|
|
|
|
editTitle: 'Edit Financial Record', |
|
|
|
|
|
confirm: 'Confirm', |
|
|
|
|
|
cancel: 'Cancel', |
|
|
|
|
|
idRequired: 'Primary Key cannot be empty', |
|
|
|
|
|
userIdRequired: 'User ID cannot be empty', |
|
|
|
|
|
orderIdRequired: 'Related Order ID cannot be empty', |
|
|
|
|
|
transactionTypeRequired: 'Transaction Type cannot be empty', |
|
|
|
|
|
amountRequired: 'Amount cannot be empty', |
|
|
|
|
|
currencyRequired: 'Currency Unit cannot be empty', |
|
|
|
|
|
descriptionRequired: 'Description Information cannot be empty', |
|
|
|
|
|
transactionDateRequired: 'Transaction Date cannot be empty', |
|
|
|
|
|
statusRequired: 'Status cannot be empty', |
|
|
|
|
|
updateSuccess: 'Update successful', |
|
|
|
|
|
addSuccess: 'Add successful' |
|
|
|
|
|
}, |
|
|
|
|
|
transactionFlow: { |
|
|
|
|
|
recordPayCallback: { |
|
|
|
|
|
userId: 'User Number', |
|
|
|
|
|
inputUserId: 'Please enter user number', |
|
|
|
|
|
orderNumber: 'Order Number', |
|
|
|
|
|
inputOrderId: 'Please enter order number', |
|
|
|
|
|
platformName: 'Payment Platform', |
|
|
|
|
|
inputPlatformName: 'Please enter payment platform', |
|
|
|
|
|
processingStatus: 'Processing Status', |
|
|
|
|
|
selectProcessingStatus: 'Please select processing status', |
|
|
|
|
|
transactionStatus: 'Transaction Status', |
|
|
|
|
|
selectTransactionStatus: 'Please select transaction status', |
|
|
|
|
|
channelNumber: 'Channel Number', |
|
|
|
|
|
inputPaymentChannelNo: 'Please enter channel number', |
|
|
|
|
|
receiptTime: 'Receipt Time', |
|
|
|
|
|
selectReceiptTime: 'Please select receipt time', |
|
|
|
|
|
receiptNumber: 'Receipt Number', |
|
|
|
|
|
ipAddress: 'IP Address', |
|
|
|
|
|
transactionAmount: 'Transaction Amount', |
|
|
|
|
|
receiptContent: 'Receipt Content', |
|
|
|
|
|
verificationStatus: 'Verification Status', |
|
|
|
|
|
verificationFailureReason: 'Verification Failure Reason', |
|
|
|
|
|
detailDialogTitle: 'Payment Receipt Detail Dialog', |
|
|
|
|
|
inputIpAddress: 'Please enter IP address', |
|
|
|
|
|
inputTransactionAmount: 'Please enter transaction amount', |
|
|
|
|
|
inputContent: 'Please enter content', |
|
|
|
|
|
processingStatus1: 'Successfully processed callback', |
|
|
|
|
|
processingStatus0: 'Processing callback', |
|
|
|
|
|
processingStatus2: 'Processing failed callback', |
|
|
|
|
|
transactionStatus1: 'Payment successful', |
|
|
|
|
|
transactionStatus2: 'Payment processing', |
|
|
|
|
|
transactionStatus3: 'Payment failed', |
|
|
|
|
|
transactionStatus4: 'Refund successful', |
|
|
|
|
|
userIdRequired: 'User Number cannot be empty', |
|
|
|
|
|
userIdNumeric: 'User Number must be numeric', |
|
|
|
|
|
orderIdRequired: 'Order Number cannot be empty', |
|
|
|
|
|
orderIdNumeric: 'Order Number must be numeric', |
|
|
|
|
|
amountRequired: 'Transaction Amount cannot be empty', |
|
|
|
|
|
amountNumeric: 'Transaction Amount must be numeric', |
|
|
|
|
|
channelNoRequired: 'Channel Number cannot be empty', |
|
|
|
|
|
channelNoNumeric: 'Channel Number must be numeric', |
|
|
|
|
|
successCallback: 'Success callback', |
|
|
|
|
|
processingCallback: 'Processing callback', |
|
|
|
|
|
failedCallback: 'Failed callback', |
|
|
|
|
|
addTitle: 'Add Payment Receipt' |
|
|
|
|
|
}, |
|
|
|
|
|
recordTransaction: { |
|
|
|
|
|
senderId: 'User ID', |
|
|
|
|
|
inputSenderId: 'Please enter user ID', |
|
|
|
|
|
senderAccount: 'Account Number', |
|
|
|
|
|
inputSenderAccount: 'Please enter account number', |
|
|
|
|
|
billCode: 'Bill Code', |
|
|
|
|
|
inputBillCode: 'Please enter bill code', |
|
|
|
|
|
receiverId: 'Target User ID', |
|
|
|
|
|
inputReceiverId: 'Please enter target user ID', |
|
|
|
|
|
receiverAccount: 'Target User Account Number', |
|
|
|
|
|
inputReceiverAccount: 'Please enter target user account number', |
|
|
|
|
|
previousBalance: 'Balance before transaction', |
|
|
|
|
|
inputPreviousBalance: 'Please enter balance before transaction', |
|
|
|
|
|
changeBalance: 'Changed Balance', |
|
|
|
|
|
inputChangeBalance: 'Please enter changed balance', |
|
|
|
|
|
currentBalance: 'Current Balance', |
|
|
|
|
|
inputCurrentBalance: 'Please enter current balance', |
|
|
|
|
|
remark: 'Remark', |
|
|
|
|
|
inputRemark: 'Please enter remark', |
|
|
|
|
|
id: 'ID', |
|
|
|
|
|
type: 'Type', |
|
|
|
|
|
status: 'Status', |
|
|
|
|
|
addTitle: 'Add Transaction Record', |
|
|
|
|
|
editTitle: 'Edit Transaction Record', |
|
|
|
|
|
detailTitle: 'Transaction Record Details', |
|
|
|
|
|
senderIdRequired: 'User ID cannot be empty', |
|
|
|
|
|
senderIdNumber: 'Please enter numeric value', |
|
|
|
|
|
senderAccountRequired: 'Account Number cannot be empty', |
|
|
|
|
|
billCodeRequired: 'Bill Code cannot be empty', |
|
|
|
|
|
receiverIdRequired: 'Target User ID cannot be empty', |
|
|
|
|
|
receiverAccountRequired: 'Target User Account Number cannot be empty' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|