diff --git a/src/components/locales/lang/en.js b/src/components/locales/lang/en.js index 89ec268..24615c5 100644 --- a/src/components/locales/lang/en.js +++ b/src/components/locales/lang/en.js @@ -75,6 +75,12 @@ export default { // Dialog Titles will: 'Will ', deleteRecord: 'Delete Record!', + customerName: 'Customer Name', + orderStatus: 'Order Status', + paymentCurrency: 'Payment Currency', + payType: 'Payment Method', + customerNamePlaceholder: 'Please enter the customer name', + payTime: 'Payment time' }, // Message Group @@ -162,6 +168,22 @@ export default { executed: 'Completed', errorExecution: 'Error', unknownStatus: 'Unknown', + noPermissionRefundView: 'No permission to view refunds', + noPermissionRefundAudit: 'No permission to audit refunds', + noPermissionRefundTrack: 'No permission to track refund progress', + jwcodeTooLong: 'Homily ID must be no more than 8 digits', + noPermissionAreaRefundView: 'no refund authority view area', + noPermissionAreaRefundAudit: 'no refund authority audit area', + noPermissionAreaRefundTrack: 'no view refund district authority', + invalidJwcodeFormat: 'The fine network number format is incorrect. Please enter a positive integer.', + + checkRefundModel: 'Please select the refund method', + checkRefundReason: 'Please enter the reason for the refund', + checkRefundGold: 'Please enter the number of refunded gold coins and free gold coins.', + invalidPermanentGold: 'Please enter the correct number of permanent gold coins', + invalidFreeGold: 'Please enter the correct number of free gold coins', + refundGoldExceed: "The number of refunded gold coins cannot exceed the original number of gold coins.", + refundFreeExceed: 'The number of refunded free gold coins cannot exceed the original number of free gold coins.', }, // Common List Fields @@ -200,6 +222,9 @@ export default { consumeTime: 'Consumption Time', refundTime: 'Refund Time', updateTime: 'Update Time', + homilyId: 'Homily ID', + goodsNum: 'Quantity', + refundReason: 'Refund Reason', }, // Common Export Fields @@ -275,7 +300,9 @@ export default { '商品退款': 'Product Refund', '金币退款': 'Gold Coin Refund', }, + audit: 'Audit', waitAudit: 'Pending', + RefundSuccessful: 'Refund Successful', passed: 'Approved', rejected: 'Rejected', permanentGold: 'Permanent Gold Coins', @@ -435,4 +462,57 @@ export default { refund: 'Refund', }, }, + cash_refund: { + audit: 'Audit', + viewProgress: 'View Progress', + refundApplicationInfo: 'Refund Application Info', + refundModel: 'Refund Mode', + fullRefund: 'Full Refund', + partialRefund: 'Partial Refund', + refundReason: 'Refund Reason', + originalOrderInfo: 'Original Order Info', + jwcode: 'Homily ID', + marketName: 'Region', + goodsName: 'Product Name', + paymentCurrency: 'Payment Currency', + paymentAmount: 'Payment Amount', + payTime: 'Payment Time', + payVoucher: 'Payment Voucher', + noVoucher: 'No Voucher', + customerName: 'Customer Name', + activityName: 'Activity Name', + payType: 'Payment Method', + receivedCurrency: 'Received Currency', + receivedAmount: 'Received Amount', + receivedTime: 'Received Time', + handlingCharge: 'Handling Charge', + submitter: 'Submitter', + remark: 'Remark', + rejectionInfo: 'Rejection Info', + rejectionRemark: 'Rejection Remark', + placeholder: { + rejectionRemark: 'Please enter rejection remark', + }, + reject: 'Reject', + pass: 'Approve', + cancel: 'Cancel', + confirm: 'Confirm', + submitted: 'Submitted', + withdrawn: 'withdrawn', + inProgress: 'In progress', + rejected: 'Rejected', + refundAmountError: 'The refund amount was filled in incorrectly.', + withdrawRecord: 'withdraw that message!!', + refundReasonTip: 'ps: Please indicate the user\'s refund request in the refund reason.', + }, + refundProgress: { + title: 'Refund Progress', + submitter: 'Submitter', + areaFinance: 'Regional Finance', + areaCharge: 'Regional Manager', + headFinance: 'HQ Finance', + executor: 'Executor', + unknownSubmitter: 'Unknown', + notRecorded: 'Not Recorded', + }, } diff --git a/src/components/locales/lang/zh-CN.js b/src/components/locales/lang/zh-CN.js index 734d19f..496f400 100644 --- a/src/components/locales/lang/zh-CN.js +++ b/src/components/locales/lang/zh-CN.js @@ -70,6 +70,12 @@ export default { // 对话框标题 will: '将要', deleteRecord: '删除该翻译记录!', + customerName: '客户姓名', + orderStatus: '订单状态', + paymentCurrency: '付款币种', + payType: '支付方式', + customerNamePlaceholder: '请输入客户姓名', + payTime: '付款时间', }, // 提示信息组 elmessage: { @@ -150,6 +156,23 @@ export default { executed: '执行完成', errorExecution: '执行出错', unknownStatus: '未知状态', + oPermissionRefundView: '无查看退款权限', + noPermissionRefundAudit: '无审核退款权限', + noPermissionRefundTrack: '无查看进度权限', + jwcodeTooLong: '精网号长度不能超过8位', + noPermissionAreaRefundView: '无查看地区退款权限', + noPermissionAreaRefundAudit: '无审核地区退款权限', + noPermissionAreaRefundTrack: '无查看地区退款进度权限', + invalidJwcodeFormat: '精网号格式错误,请输入正整数', + + checkRefundModel: '请选择退款方式', + checkRefundReason: '请输入退款理由', + checkRefundGold: '请输入退款金币数和免费金币数', + invalidPermanentGold: '请输入正确的永久金币数', + invalidFreeGold: '请输入正确的免费金币数', + refundGoldExceed: '退款金币数不能大于原金币数', + refundFreeExceed: '退款免费金币数不能大于原免费金币数', + // 补充已有但可能缺失的(建议统一) }, // 通用列表字段组 @@ -188,6 +211,9 @@ export default { consumeTime: '消耗时间', refundTime: '退款时间', updateTime: '更新时间', + homilyId: 'Homily ID', + goodsNum: '产品数量', + refundReason: '退款理由', }, // 通用导出字段组 common_export: { @@ -261,7 +287,9 @@ export default { '商品退款': '商品退款', '金币退款': '金币退款', }, + audit: '审核', waitAudit: '待审核', + RefundSuccessful: '退款成功', passed: '已通过', rejected: '已驳回', permanentGold: '永久金币', @@ -425,4 +453,60 @@ export default { refund: '退款', } }, + //现金退款组 + cash_refund: { + audit: '审核', + viewProgress: '查看进度', + refundApplicationInfo: '退款申请信息', + refundModel: '退款方式', + fullRefund: '全部退款', + partialRefund: '部分退款', + refundReason: '退款理由', + originalOrderInfo: '原订单信息', + jwcode: '精网号', + marketName: '所属地区', + goodsName: '产品名称', + paymentCurrency: '付款币种', + paymentAmount: '付款金额', + payTime: '付款时间', + payVoucher: '转账凭证', + noVoucher: '无转账凭证', + customerName: '客户姓名', + activityName: '活动名称', + payType: '支付方式', + receivedCurrency: '到账币种', + receivedAmount: '到账金额', + receivedTime: '到账时间', + handlingCharge: '手续费', + submitter: '提交人', + remark: '备注', + rejectionInfo: '驳回信息', + rejectionRemark: '驳回备注', + placeholder: { + rejectionRemark: '请输入驳回备注' + }, + reject: '驳回', + pass: '通过', + cancel: '取消', + confirm: '确定', + submitted: '已提交', + withdrawn: '已撤回', + inProgress: '进行中', + rejected: '已驳回', + refundAmountError: '退款金额填写有误', + withdrawRecord: '撤回该信息!', + refundReasonTip: 'ps:请在退款理由表明用户的退款需求。', + }, + refundProgress: { + title: '退款进度', + submitter: '提交人', + areaFinance: '地区财务', + areaCharge: '地区负责人', + headFinance: '总部财务', + executor: '指定执行人', + unknownSubmitter: '未知提交人', + notRecorded: '未记录审核人' + }, + + } \ No newline at end of file diff --git a/src/views/moneyManage/refundDetail/refundCharge.vue b/src/views/moneyManage/refundDetail/refundCharge.vue index 865886b..67440b3 100644 --- a/src/views/moneyManage/refundDetail/refundCharge.vue +++ b/src/views/moneyManage/refundDetail/refundCharge.vue @@ -1,346 +1,347 @@