商户订单

This commit is contained in:
liu
2026-06-17 10:52:47 +08:00
parent 8d52e863b9
commit 845bea4b81
35 changed files with 1716 additions and 0 deletions
@@ -0,0 +1,22 @@
export default {
"merchant.withdrawal.page.title": "Merchant Withdrawals",
"merchant.withdrawal.page.description": "Manage merchant withdrawal requests",
"merchant.withdrawal.id": "ID",
"merchant.withdrawal.withdraw_no": "Withdraw No.",
"merchant.withdrawal.merchant_id": "Merchant ID",
"merchant.withdrawal.amount": "Amount",
"merchant.withdrawal.channel": "Channel",
"merchant.withdrawal.channel.wechat": "WeChat",
"merchant.withdrawal.channel.alipay": "Alipay",
"merchant.withdrawal.channel.bank": "Bank Card",
"merchant.withdrawal.account_info": "Account Info",
"merchant.withdrawal.status": "Status",
"merchant.withdrawal.status.0": "Pending Review",
"merchant.withdrawal.status.1": "Approved",
"merchant.withdrawal.status.2": "Completed",
"merchant.withdrawal.status.3": "Rejected",
"merchant.withdrawal.remark": "Remark",
"merchant.withdrawal.processed_at": "Processed At",
"merchant.withdrawal.created_at": "Created At",
"merchant.withdrawal.updated_at": "Updated At",
};
@@ -0,0 +1,21 @@
export default {
"merchant.order_payment.page.title": "Order Payment Logs",
"merchant.order_payment.page.description": "View order payment records",
"merchant.order_payment.id": "ID",
"merchant.order_payment.payment_no": "Payment No.",
"merchant.order_payment.order_id": "Order ID",
"merchant.order_payment.user_id": "User ID",
"merchant.order_payment.payment_transaction_id": "Transaction ID",
"merchant.order_payment.amount": "Amount",
"merchant.order_payment.pay_type": "Pay Type",
"merchant.order_payment.pay_type.0": "Balance",
"merchant.order_payment.pay_type.1": "WeChat",
"merchant.order_payment.status": "Status",
"merchant.order_payment.status.0": "Unpaid",
"merchant.order_payment.status.1": "Paid",
"merchant.order_payment.status.2": "Refunded",
"merchant.order_payment.paid_at": "Paid At",
"merchant.order_payment.refund_at": "Refund At",
"merchant.order_payment.created_at": "Created At",
"merchant.order_payment.updated_at": "Updated At",
};
+8
View File
@@ -37,6 +37,8 @@ import merchantProductCategory from "./merchant/product-category";
import merchantProduct from "./merchant/product";
import merchantPrinter from "./merchant/printer";
import merchantPrintTask from "./merchant/print-task";
import merchantOrder from "./merchant/order";
import merchantRefund from "./merchant/refund";
import taskCategory from "./task/category";
import taskOrderErrand from "./task/order-errand";
@@ -55,6 +57,8 @@ import financeDeposit from "./finance/deposit";
import financeDepositPayment from "./finance/deposit-payment";
import financeWithdrawal from "./finance/withdrawal";
import financeTransaction from "./finance/transaction";
import financeOrderPayment from "./finance/order-payment";
import financeMerchantWithdrawal from "./finance/merchant-withdrawal";
import userProfile from "./user/profile";
@@ -98,6 +102,8 @@ export default {
...merchantProduct,
...merchantPrinter,
...merchantPrintTask,
...merchantOrder,
...merchantRefund,
...taskCategory,
...taskOrderErrand,
...taskOrderPickup,
@@ -113,6 +119,8 @@ export default {
...financeDepositPayment,
...financeWithdrawal,
...financeTransaction,
...financeOrderPayment,
...financeMerchantWithdrawal,
...userProfile,
...xinForm,
...xinTable,
+4
View File
@@ -61,6 +61,8 @@ export default {
"menu.merchant.product": "Products",
"menu.merchant.printer": "Printers",
"menu.merchant.print-task": "Print Tasks",
"menu.merchant.order": "Orders",
"menu.merchant.refund": "Refunds",
"menu.task": "Campus Tasks",
"menu.task.orders": "Task Orders",
"menu.task.category": "Categories",
@@ -80,5 +82,7 @@ export default {
"menu.finance.deposit_payment": "Deposit Payments",
"menu.finance.withdrawal": "Withdrawals",
"menu.finance.transaction": "Transactions",
"menu.finance.order_payment": "Order Payments",
"menu.finance.merchant_withdrawal": "Merchant Withdrawals",
"menu.xin-admin": "XinAdmin",
}
+33
View File
@@ -0,0 +1,33 @@
export default {
"merchant.order.page.title": "Order Management",
"merchant.order.page.description": "Manage campus merchant orders",
"merchant.order.id": "ID",
"merchant.order.order_no": "Order No.",
"merchant.order.user_id": "User ID",
"merchant.order.merchant_id": "Merchant ID",
"merchant.order.address_id": "Address ID",
"merchant.order.total_amount": "Total Amount",
"merchant.order.discount_amount": "Discount",
"merchant.order.delivery_fee": "Delivery Fee",
"merchant.order.payment_amount": "Payment Amount",
"merchant.order.pay_type": "Pay Type",
"merchant.order.pay_type.0": "Balance",
"merchant.order.pay_type.1": "WeChat",
"merchant.order.pay_status": "Pay Status",
"merchant.order.pay_status.0": "Unpaid",
"merchant.order.pay_status.1": "Paid",
"merchant.order.pay_status.2": "Refunding",
"merchant.order.pay_status.3": "Refunded",
"merchant.order.status": "Order Status",
"merchant.order.status.0": "Unpaid",
"merchant.order.status.1": "Pending Delivery",
"merchant.order.status.2": "Delivering",
"merchant.order.status.3": "Completed",
"merchant.order.status.4": "Cancelled",
"merchant.order.cancel_reason": "Cancel Reason",
"merchant.order.remark": "Remark",
"merchant.order.paid_at": "Paid At",
"merchant.order.completed_at": "Completed At",
"merchant.order.created_at": "Created At",
"merchant.order.updated_at": "Updated At",
};
+22
View File
@@ -0,0 +1,22 @@
export default {
"merchant.refund.page.title": "Order Refunds",
"merchant.refund.page.description": "Handle user refund requests",
"merchant.refund.id": "ID",
"merchant.refund.refund_no": "Refund No.",
"merchant.refund.order_id": "Order ID",
"merchant.refund.order_item_id": "Order Item ID",
"merchant.refund.user_id": "User ID",
"merchant.refund.merchant_id": "Merchant ID",
"merchant.refund.amount": "Amount",
"merchant.refund.reason": "Reason",
"merchant.refund.images": "Images",
"merchant.refund.status": "Status",
"merchant.refund.status.0": "Pending",
"merchant.refund.status.1": "Approved",
"merchant.refund.status.2": "Completed",
"merchant.refund.status.3": "Rejected",
"merchant.refund.reply": "Reply",
"merchant.refund.processed_at": "Processed At",
"merchant.refund.created_at": "Created At",
"merchant.refund.updated_at": "Updated At",
};