商户后台
This commit is contained in:
@@ -40,6 +40,13 @@ import merchantPrintTask from "./merchant/print-task";
|
||||
import merchantOrder from "./merchant/order";
|
||||
import merchantRefund from "./merchant/refund";
|
||||
|
||||
import merchantPortalProduct from "./merchant-portal/product";
|
||||
import merchantPortalProductCategory from "./merchant-portal/product-category";
|
||||
import merchantPortalOrder from "./merchant-portal/order";
|
||||
import merchantPortalPayment from "./merchant-portal/payment";
|
||||
import merchantPortalPrinter from "./merchant-portal/printer";
|
||||
import merchantPortalStore from "./merchant-portal/store";
|
||||
|
||||
import taskCategory from "./task/category";
|
||||
import taskOrderErrand from "./task/order-errand";
|
||||
import taskOrderPickup from "./task/order-pickup";
|
||||
@@ -104,6 +111,12 @@ export default {
|
||||
...merchantPrintTask,
|
||||
...merchantOrder,
|
||||
...merchantRefund,
|
||||
...merchantPortalProduct,
|
||||
...merchantPortalProductCategory,
|
||||
...merchantPortalOrder,
|
||||
...merchantPortalPayment,
|
||||
...merchantPortalPrinter,
|
||||
...merchantPortalStore,
|
||||
...taskCategory,
|
||||
...taskOrderErrand,
|
||||
...taskOrderPickup,
|
||||
|
||||
@@ -85,4 +85,11 @@ export default {
|
||||
"menu.finance.order_payment": "Order Payments",
|
||||
"menu.finance.merchant_withdrawal": "Merchant Withdrawals",
|
||||
"menu.xin-admin": "XinAdmin",
|
||||
"menu.merchant_portal": "Merchant Portal",
|
||||
"menu.merchant_portal.product": "Products",
|
||||
"menu.merchant_portal.product-category": "Categories",
|
||||
"menu.merchant_portal.order": "Orders",
|
||||
"menu.merchant_portal.payment": "Transactions",
|
||||
"menu.merchant_portal.printer": "Printers",
|
||||
"menu.merchant_portal.store": "Store Info",
|
||||
}
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
"merchant.portal.order.page.title": "Orders",
|
||||
"merchant.portal.order.page.description": "View your order records, status and payment details",
|
||||
"merchant.portal.order.id": "ID",
|
||||
"merchant.portal.order.order_no": "Order No.",
|
||||
"merchant.portal.order.user_id": "User ID",
|
||||
"merchant.portal.order.total_amount": "Total Amount",
|
||||
"merchant.portal.order.discount_amount": "Discount",
|
||||
"merchant.portal.order.delivery_fee": "Delivery Fee",
|
||||
"merchant.portal.order.payment_amount": "Paid Amount",
|
||||
"merchant.portal.order.pay_type": "Payment Method",
|
||||
"merchant.portal.order.pay_type.0": "Balance",
|
||||
"merchant.portal.order.pay_type.1": "WeChat Pay",
|
||||
"merchant.portal.order.pay_status": "Payment Status",
|
||||
"merchant.portal.order.pay_status.0": "Pending",
|
||||
"merchant.portal.order.pay_status.1": "Paid",
|
||||
"merchant.portal.order.pay_status.2": "Refunding",
|
||||
"merchant.portal.order.pay_status.3": "Refunded",
|
||||
"merchant.portal.order.status": "Order Status",
|
||||
"merchant.portal.order.status.0": "Pending",
|
||||
"merchant.portal.order.status.1": "Delivering",
|
||||
"merchant.portal.order.status.2": "Delivered",
|
||||
"merchant.portal.order.status.3": "Completed",
|
||||
"merchant.portal.order.status.4": "Cancelled",
|
||||
"merchant.portal.order.paid_at": "Paid At",
|
||||
"merchant.portal.order.completed_at": "Completed At",
|
||||
"merchant.portal.order.remark": "Remark",
|
||||
"merchant.portal.order.created_at": "Created At",
|
||||
};
|
||||
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
"merchant.portal.payment.page.title": "Transactions",
|
||||
"merchant.portal.payment.page.description": "View payment records and transaction history for your orders",
|
||||
"merchant.portal.payment.id": "ID",
|
||||
"merchant.portal.payment.payment_no": "Payment No.",
|
||||
"merchant.portal.payment.order_id": "Order ID",
|
||||
"merchant.portal.payment.amount": "Amount",
|
||||
"merchant.portal.payment.pay_type": "Payment Method",
|
||||
"merchant.portal.payment.pay_type.0": "Balance",
|
||||
"merchant.portal.payment.pay_type.1": "WeChat Pay",
|
||||
"merchant.portal.payment.status": "Status",
|
||||
"merchant.portal.payment.status.0": "Pending",
|
||||
"merchant.portal.payment.status.1": "Success",
|
||||
"merchant.portal.payment.status.2": "Refunded",
|
||||
"merchant.portal.payment.paid_at": "Paid At",
|
||||
"merchant.portal.payment.created_at": "Created At",
|
||||
};
|
||||
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
"merchant.portal.printer.page.title": "Printers",
|
||||
"merchant.portal.printer.page.description": "Manage your printer devices for printing order receipts",
|
||||
"merchant.portal.printer.id": "ID",
|
||||
"merchant.portal.printer.name": "Printer Name",
|
||||
"merchant.portal.printer.name.required": "Printer name is required",
|
||||
"merchant.portal.printer.brand": "Brand",
|
||||
"merchant.portal.printer.model": "Model",
|
||||
"merchant.portal.printer.device_no": "Device No.",
|
||||
"merchant.portal.printer.secret_key": "Secret Key",
|
||||
"merchant.portal.printer.status": "Status",
|
||||
"merchant.portal.printer.status.0": "Disabled",
|
||||
"merchant.portal.printer.status.1": "Enabled",
|
||||
"merchant.portal.printer.created_at": "Created At",
|
||||
"merchant.portal.printer.updated_at": "Updated At",
|
||||
};
|
||||
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
"merchant.portal.product-category.page.title": "Categories",
|
||||
"merchant.portal.product-category.page.description": "Manage your product categories for grouping products",
|
||||
"merchant.portal.product-category.id": "ID",
|
||||
"merchant.portal.product-category.parent_id": "Parent Category",
|
||||
"merchant.portal.product-category.name": "Category Name",
|
||||
"merchant.portal.product-category.name.required": "Category name is required",
|
||||
"merchant.portal.product-category.slug": "Slug",
|
||||
"merchant.portal.product-category.icon": "Icon",
|
||||
"merchant.portal.product-category.description": "Description",
|
||||
"merchant.portal.product-category.sort": "Sort",
|
||||
"merchant.portal.product-category.status": "Status",
|
||||
"merchant.portal.product-category.status.0": "Disabled",
|
||||
"merchant.portal.product-category.status.1": "Enabled",
|
||||
"merchant.portal.product-category.created_at": "Created At",
|
||||
"merchant.portal.product-category.updated_at": "Updated At",
|
||||
};
|
||||
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
"merchant.portal.product.page.title": "Products",
|
||||
"merchant.portal.product.page.description": "Manage your products, including listing, delisting, and recommendations",
|
||||
"merchant.portal.product.id": "ID",
|
||||
"merchant.portal.product.category_id": "Category",
|
||||
"merchant.portal.product.name": "Product Name",
|
||||
"merchant.portal.product.name.required": "Product name is required",
|
||||
"merchant.portal.product.description": "Description",
|
||||
"merchant.portal.product.images": "Images",
|
||||
"merchant.portal.product.price": "Price",
|
||||
"merchant.portal.product.price.required": "Price is required",
|
||||
"merchant.portal.product.original_price": "Original Price",
|
||||
"merchant.portal.product.stock": "Stock",
|
||||
"merchant.portal.product.unit": "Unit",
|
||||
"merchant.portal.product.sales": "Sales",
|
||||
"merchant.portal.product.status": "Status",
|
||||
"merchant.portal.product.status.0": "Offline",
|
||||
"merchant.portal.product.status.1": "Online",
|
||||
"merchant.portal.product.is_recommend": "Recommended",
|
||||
"merchant.portal.product.is_recommend.0": "No",
|
||||
"merchant.portal.product.is_recommend.1": "Yes",
|
||||
"merchant.portal.product.sort": "Sort",
|
||||
"merchant.portal.product.created_at": "Created At",
|
||||
"merchant.portal.product.updated_at": "Updated At",
|
||||
};
|
||||
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
"merchant.portal.store.page.title": "Store Info",
|
||||
"merchant.portal.store.page.description": "View and edit your store information",
|
||||
"merchant.portal.store.name": "Store Name",
|
||||
"merchant.portal.store.name.required": "Store name is required",
|
||||
"merchant.portal.store.logo": "Logo",
|
||||
"merchant.portal.store.banner": "Banner",
|
||||
"merchant.portal.store.description": "Description",
|
||||
"merchant.portal.store.contact_name": "Contact Name",
|
||||
"merchant.portal.store.contact_mobile": "Contact Phone",
|
||||
"merchant.portal.store.province": "Province",
|
||||
"merchant.portal.store.city": "City",
|
||||
"merchant.portal.store.district": "District",
|
||||
"merchant.portal.store.address": "Address",
|
||||
"merchant.portal.store.business_hours": "Business Hours",
|
||||
"merchant.portal.store.min_price": "Min. Order Price",
|
||||
};
|
||||
@@ -4,6 +4,10 @@ export default {
|
||||
"merchant.store.id": "ID",
|
||||
"merchant.store.user_id": "Owner",
|
||||
"merchant.store.user_id.required": "Owner is required",
|
||||
"merchant.store.username": "Username",
|
||||
"merchant.store.username.required": "Username is required",
|
||||
"merchant.store.password": "Password",
|
||||
"merchant.store.password.required": "Password must be at least 6 characters",
|
||||
"merchant.store.category_id": "Category",
|
||||
"merchant.store.name": "Store Name",
|
||||
"merchant.store.name.required": "Store name is required",
|
||||
|
||||
@@ -40,6 +40,13 @@ import merchantPrintTask from "./merchant/print-task";
|
||||
import merchantOrder from "./merchant/order";
|
||||
import merchantRefund from "./merchant/refund";
|
||||
|
||||
import merchantPortalProduct from "./merchant-portal/product";
|
||||
import merchantPortalProductCategory from "./merchant-portal/product-category";
|
||||
import merchantPortalOrder from "./merchant-portal/order";
|
||||
import merchantPortalPayment from "./merchant-portal/payment";
|
||||
import merchantPortalPrinter from "./merchant-portal/printer";
|
||||
import merchantPortalStore from "./merchant-portal/store";
|
||||
|
||||
import taskCategory from "./task/category";
|
||||
import taskOrderErrand from "./task/order-errand";
|
||||
import taskOrderPickup from "./task/order-pickup";
|
||||
@@ -104,6 +111,12 @@ export default {
|
||||
...merchantPrintTask,
|
||||
...merchantOrder,
|
||||
...merchantRefund,
|
||||
...merchantPortalProduct,
|
||||
...merchantPortalProductCategory,
|
||||
...merchantPortalOrder,
|
||||
...merchantPortalPayment,
|
||||
...merchantPortalPrinter,
|
||||
...merchantPortalStore,
|
||||
...taskCategory,
|
||||
...taskOrderErrand,
|
||||
...taskOrderPickup,
|
||||
|
||||
@@ -85,4 +85,11 @@ export default {
|
||||
"menu.finance.order_payment": "订单支付日志",
|
||||
"menu.finance.merchant_withdrawal": "商户提现",
|
||||
"menu.xin-admin": "XinAdmin",
|
||||
"menu.merchant_portal": "商户管理",
|
||||
"menu.merchant_portal.product": "商品列表",
|
||||
"menu.merchant_portal.product-category": "商品分类",
|
||||
"menu.merchant_portal.order": "订单列表",
|
||||
"menu.merchant_portal.payment": "交易流水",
|
||||
"menu.merchant_portal.printer": "打印机管理",
|
||||
"menu.merchant_portal.store": "商户信息",
|
||||
};
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
"merchant.portal.order.page.title": "订单列表",
|
||||
"merchant.portal.order.page.description": "查看您的订单记录,了解订单状态和支付情况",
|
||||
"merchant.portal.order.id": "ID",
|
||||
"merchant.portal.order.order_no": "订单号",
|
||||
"merchant.portal.order.user_id": "用户ID",
|
||||
"merchant.portal.order.total_amount": "订单总额",
|
||||
"merchant.portal.order.discount_amount": "优惠金额",
|
||||
"merchant.portal.order.delivery_fee": "配送费",
|
||||
"merchant.portal.order.payment_amount": "实付金额",
|
||||
"merchant.portal.order.pay_type": "支付方式",
|
||||
"merchant.portal.order.pay_type.0": "余额支付",
|
||||
"merchant.portal.order.pay_type.1": "微信支付",
|
||||
"merchant.portal.order.pay_status": "支付状态",
|
||||
"merchant.portal.order.pay_status.0": "待支付",
|
||||
"merchant.portal.order.pay_status.1": "已支付",
|
||||
"merchant.portal.order.pay_status.2": "退款中",
|
||||
"merchant.portal.order.pay_status.3": "已退款",
|
||||
"merchant.portal.order.status": "订单状态",
|
||||
"merchant.portal.order.status.0": "待接单",
|
||||
"merchant.portal.order.status.1": "配送中",
|
||||
"merchant.portal.order.status.2": "已送达",
|
||||
"merchant.portal.order.status.3": "已完成",
|
||||
"merchant.portal.order.status.4": "已取消",
|
||||
"merchant.portal.order.paid_at": "支付时间",
|
||||
"merchant.portal.order.completed_at": "完成时间",
|
||||
"merchant.portal.order.remark": "备注",
|
||||
"merchant.portal.order.created_at": "创建时间",
|
||||
};
|
||||
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
"merchant.portal.payment.page.title": "交易流水",
|
||||
"merchant.portal.payment.page.description": "查看您订单的支付记录和交易流水",
|
||||
"merchant.portal.payment.id": "ID",
|
||||
"merchant.portal.payment.payment_no": "支付单号",
|
||||
"merchant.portal.payment.order_id": "订单ID",
|
||||
"merchant.portal.payment.amount": "支付金额",
|
||||
"merchant.portal.payment.pay_type": "支付方式",
|
||||
"merchant.portal.payment.pay_type.0": "余额支付",
|
||||
"merchant.portal.payment.pay_type.1": "微信支付",
|
||||
"merchant.portal.payment.status": "支付状态",
|
||||
"merchant.portal.payment.status.0": "待支付",
|
||||
"merchant.portal.payment.status.1": "支付成功",
|
||||
"merchant.portal.payment.status.2": "已退款",
|
||||
"merchant.portal.payment.paid_at": "支付时间",
|
||||
"merchant.portal.payment.created_at": "创建时间",
|
||||
};
|
||||
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
"merchant.portal.printer.page.title": "打印机管理",
|
||||
"merchant.portal.printer.page.description": "管理您的打印机设备,用于打印订单小票",
|
||||
"merchant.portal.printer.id": "ID",
|
||||
"merchant.portal.printer.name": "打印机名称",
|
||||
"merchant.portal.printer.name.required": "打印机名称不能为空",
|
||||
"merchant.portal.printer.brand": "品牌",
|
||||
"merchant.portal.printer.model": "型号",
|
||||
"merchant.portal.printer.device_no": "设备编号",
|
||||
"merchant.portal.printer.secret_key": "密钥",
|
||||
"merchant.portal.printer.status": "状态",
|
||||
"merchant.portal.printer.status.0": "禁用",
|
||||
"merchant.portal.printer.status.1": "启用",
|
||||
"merchant.portal.printer.created_at": "创建时间",
|
||||
"merchant.portal.printer.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
"merchant.portal.product-category.page.title": "商品分类",
|
||||
"merchant.portal.product-category.page.description": "管理您的商品分类,用于对商品进行分组",
|
||||
"merchant.portal.product-category.id": "ID",
|
||||
"merchant.portal.product-category.parent_id": "上级分类",
|
||||
"merchant.portal.product-category.name": "分类名称",
|
||||
"merchant.portal.product-category.name.required": "分类名称不能为空",
|
||||
"merchant.portal.product-category.slug": "别名",
|
||||
"merchant.portal.product-category.icon": "图标",
|
||||
"merchant.portal.product-category.description": "描述",
|
||||
"merchant.portal.product-category.sort": "排序",
|
||||
"merchant.portal.product-category.status": "状态",
|
||||
"merchant.portal.product-category.status.0": "禁用",
|
||||
"merchant.portal.product-category.status.1": "启用",
|
||||
"merchant.portal.product-category.created_at": "创建时间",
|
||||
"merchant.portal.product-category.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
"merchant.portal.product.page.title": "商品列表",
|
||||
"merchant.portal.product.page.description": "管理您的商品,支持上架、下架、推荐等操作",
|
||||
"merchant.portal.product.id": "ID",
|
||||
"merchant.portal.product.category_id": "商品分类",
|
||||
"merchant.portal.product.name": "商品名称",
|
||||
"merchant.portal.product.name.required": "商品名称不能为空",
|
||||
"merchant.portal.product.description": "商品描述",
|
||||
"merchant.portal.product.images": "商品图片",
|
||||
"merchant.portal.product.price": "售价",
|
||||
"merchant.portal.product.price.required": "售价不能为空",
|
||||
"merchant.portal.product.original_price": "原价",
|
||||
"merchant.portal.product.stock": "库存",
|
||||
"merchant.portal.product.unit": "单位",
|
||||
"merchant.portal.product.sales": "销量",
|
||||
"merchant.portal.product.status": "状态",
|
||||
"merchant.portal.product.status.0": "下架",
|
||||
"merchant.portal.product.status.1": "上架",
|
||||
"merchant.portal.product.is_recommend": "推荐",
|
||||
"merchant.portal.product.is_recommend.0": "否",
|
||||
"merchant.portal.product.is_recommend.1": "是",
|
||||
"merchant.portal.product.sort": "排序",
|
||||
"merchant.portal.product.created_at": "创建时间",
|
||||
"merchant.portal.product.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
"merchant.portal.store.page.title": "商户信息",
|
||||
"merchant.portal.store.page.description": "查看和编辑您的商户基本信息",
|
||||
"merchant.portal.store.name": "店铺名称",
|
||||
"merchant.portal.store.name.required": "店铺名称不能为空",
|
||||
"merchant.portal.store.logo": "店铺Logo",
|
||||
"merchant.portal.store.banner": "店铺Banner",
|
||||
"merchant.portal.store.description": "店铺描述",
|
||||
"merchant.portal.store.contact_name": "联系人",
|
||||
"merchant.portal.store.contact_mobile": "联系电话",
|
||||
"merchant.portal.store.province": "省",
|
||||
"merchant.portal.store.city": "市",
|
||||
"merchant.portal.store.district": "区",
|
||||
"merchant.portal.store.address": "详细地址",
|
||||
"merchant.portal.store.business_hours": "营业时间",
|
||||
"merchant.portal.store.min_price": "起送价",
|
||||
};
|
||||
@@ -4,6 +4,10 @@ export default {
|
||||
"merchant.store.id": "ID",
|
||||
"merchant.store.user_id": "所属用户",
|
||||
"merchant.store.user_id.required": "所属用户不能为空",
|
||||
"merchant.store.username": "登录用户名",
|
||||
"merchant.store.username.required": "登录用户名不能为空",
|
||||
"merchant.store.password": "登录密码",
|
||||
"merchant.store.password.required": "登录密码不能少于6位",
|
||||
"merchant.store.category_id": "商户分类",
|
||||
"merchant.store.name": "店铺名称",
|
||||
"merchant.store.name.required": "店铺名称不能为空",
|
||||
|
||||
@@ -0,0 +1,221 @@
|
||||
import { Tag, Typography } from 'antd';
|
||||
import React from 'react';
|
||||
import XinTable from '@/components/XinTable';
|
||||
import type { XinTableColumn, XinTableProps } from '@/components/XinTable/typings';
|
||||
import type IOrder from '@/domain/iOrder';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import dayjs from 'dayjs';
|
||||
import relativeTime from 'dayjs/plugin/relativeTime';
|
||||
|
||||
const { Title, Text } = Typography;
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
const Table: React.FC = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const columns: XinTableColumn<IOrder>[] = [
|
||||
{
|
||||
title: t('merchant.portal.order.id'),
|
||||
dataIndex: 'id',
|
||||
hideInForm: true,
|
||||
sorter: true,
|
||||
align: 'center',
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.order_no'),
|
||||
dataIndex: 'order_no',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.user_id'),
|
||||
dataIndex: 'user_id',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.total_amount'),
|
||||
dataIndex: 'total_amount',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
render: (value: number) => `¥${value ?? '0.00'}`,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.discount_amount'),
|
||||
dataIndex: 'discount_amount',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
render: (value: number) => `¥${value ?? '0.00'}`,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.delivery_fee'),
|
||||
dataIndex: 'delivery_fee',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
render: (value: number) => `¥${value ?? '0.00'}`,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.payment_amount'),
|
||||
dataIndex: 'payment_amount',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
render: (value: number) => `¥${value ?? '0.00'}`,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.pay_type'),
|
||||
dataIndex: 'pay_type',
|
||||
valueType: 'select',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.order.pay_type.0') },
|
||||
{ value: 1, label: t('merchant.portal.order.pay_type.1') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
const colorMap: Record<number, string> = { 0: 'default', 1: 'blue' };
|
||||
const labelMap: Record<number, string> = {
|
||||
0: t('merchant.portal.order.pay_type.0'),
|
||||
1: t('merchant.portal.order.pay_type.1'),
|
||||
};
|
||||
return <Tag color={colorMap[value] ?? 'default'}>{labelMap[value] ?? '-'}</Tag>;
|
||||
},
|
||||
filters: [
|
||||
{ text: t('merchant.portal.order.pay_type.0'), value: 0 },
|
||||
{ text: t('merchant.portal.order.pay_type.1'), value: 1 },
|
||||
],
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.pay_status'),
|
||||
dataIndex: 'pay_status',
|
||||
valueType: 'select',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.order.pay_status.0') },
|
||||
{ value: 1, label: t('merchant.portal.order.pay_status.1') },
|
||||
{ value: 2, label: t('merchant.portal.order.pay_status.2') },
|
||||
{ value: 3, label: t('merchant.portal.order.pay_status.3') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
const colorMap: Record<number, string> = { 0: 'warning', 1: 'success', 2: 'processing', 3: 'default' };
|
||||
const labelMap: Record<number, string> = {
|
||||
0: t('merchant.portal.order.pay_status.0'),
|
||||
1: t('merchant.portal.order.pay_status.1'),
|
||||
2: t('merchant.portal.order.pay_status.2'),
|
||||
3: t('merchant.portal.order.pay_status.3'),
|
||||
};
|
||||
return <Tag color={colorMap[value] ?? 'default'}>{labelMap[value] ?? '-'}</Tag>;
|
||||
},
|
||||
filters: [
|
||||
{ text: t('merchant.portal.order.pay_status.0'), value: 0 },
|
||||
{ text: t('merchant.portal.order.pay_status.1'), value: 1 },
|
||||
{ text: t('merchant.portal.order.pay_status.2'), value: 2 },
|
||||
{ text: t('merchant.portal.order.pay_status.3'), value: 3 },
|
||||
],
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.status'),
|
||||
dataIndex: 'status',
|
||||
valueType: 'select',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.order.status.0') },
|
||||
{ value: 1, label: t('merchant.portal.order.status.1') },
|
||||
{ value: 2, label: t('merchant.portal.order.status.2') },
|
||||
{ value: 3, label: t('merchant.portal.order.status.3') },
|
||||
{ value: 4, label: t('merchant.portal.order.status.4') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
const colorMap: Record<number, string> = { 0: 'warning', 1: 'processing', 2: 'processing', 3: 'success', 4: 'default' };
|
||||
const labelMap: Record<number, string> = {
|
||||
0: t('merchant.portal.order.status.0'),
|
||||
1: t('merchant.portal.order.status.1'),
|
||||
2: t('merchant.portal.order.status.2'),
|
||||
3: t('merchant.portal.order.status.3'),
|
||||
4: t('merchant.portal.order.status.4'),
|
||||
};
|
||||
return <Tag color={colorMap[value] ?? 'default'}>{labelMap[value] ?? '-'}</Tag>;
|
||||
},
|
||||
filters: [
|
||||
{ text: t('merchant.portal.order.status.0'), value: 0 },
|
||||
{ text: t('merchant.portal.order.status.1'), value: 1 },
|
||||
{ text: t('merchant.portal.order.status.2'), value: 2 },
|
||||
{ text: t('merchant.portal.order.status.3'), value: 3 },
|
||||
{ text: t('merchant.portal.order.status.4'), value: 4 },
|
||||
],
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.paid_at'),
|
||||
dataIndex: 'paid_at',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).format('YYYY-MM-DD HH:mm:ss') : '-'),
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.completed_at'),
|
||||
dataIndex: 'completed_at',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).format('YYYY-MM-DD HH:mm:ss') : '-'),
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.remark'),
|
||||
dataIndex: 'remark',
|
||||
valueType: 'text',
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.order.created_at'),
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
dataIndex: 'created_at',
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).fromNow() : '-'),
|
||||
},
|
||||
];
|
||||
|
||||
const tableProps: XinTableProps<IOrder> = {
|
||||
api: '/merchant-portal/order',
|
||||
columns,
|
||||
rowKey: 'id',
|
||||
accessName: 'merchant.portal.order',
|
||||
addShow: false,
|
||||
editShow: false,
|
||||
scroll: { x: 1400 },
|
||||
formProps: {
|
||||
grid: true,
|
||||
colProps: { span: 12 },
|
||||
rowProps: { gutter: [30, 0] },
|
||||
layout: 'vertical',
|
||||
},
|
||||
modalProps: { width: 800 },
|
||||
cardProps: { variant: 'borderless' },
|
||||
pagination: { size: 'small', style: { marginBottom: 0 } },
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="mb-5">
|
||||
<Title level={3}>{t('merchant.portal.order.page.title')}</Title>
|
||||
<Text type="secondary">{t('merchant.portal.order.page.description')}</Text>
|
||||
</div>
|
||||
<XinTable<IOrder> {...tableProps} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Table;
|
||||
@@ -0,0 +1,138 @@
|
||||
import { Tag, Typography } from 'antd';
|
||||
import React from 'react';
|
||||
import XinTable from '@/components/XinTable';
|
||||
import type { XinTableColumn, XinTableProps } from '@/components/XinTable/typings';
|
||||
import type IOrderPayment from '@/domain/iOrderPayment';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import dayjs from 'dayjs';
|
||||
import relativeTime from 'dayjs/plugin/relativeTime';
|
||||
|
||||
const { Title, Text } = Typography;
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
const Table: React.FC = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const columns: XinTableColumn<IOrderPayment>[] = [
|
||||
{
|
||||
title: t('merchant.portal.payment.id'),
|
||||
dataIndex: 'id',
|
||||
hideInForm: true,
|
||||
sorter: true,
|
||||
align: 'center',
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.payment.payment_no'),
|
||||
dataIndex: 'payment_no',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.payment.order_id'),
|
||||
dataIndex: 'order_id',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.payment.amount'),
|
||||
dataIndex: 'amount',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
render: (value: number) => `¥${value ?? '0.00'}`,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.payment.pay_type'),
|
||||
dataIndex: 'pay_type',
|
||||
valueType: 'select',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.payment.pay_type.0') },
|
||||
{ value: 1, label: t('merchant.portal.payment.pay_type.1') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
const colorMap: Record<number, string> = { 0: 'default', 1: 'blue' };
|
||||
const labelMap: Record<number, string> = {
|
||||
0: t('merchant.portal.payment.pay_type.0'),
|
||||
1: t('merchant.portal.payment.pay_type.1'),
|
||||
};
|
||||
return <Tag color={colorMap[value] ?? 'default'}>{labelMap[value] ?? '-'}</Tag>;
|
||||
},
|
||||
filters: [
|
||||
{ text: t('merchant.portal.payment.pay_type.0'), value: 0 },
|
||||
{ text: t('merchant.portal.payment.pay_type.1'), value: 1 },
|
||||
],
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.payment.status'),
|
||||
dataIndex: 'status',
|
||||
valueType: 'select',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.payment.status.0') },
|
||||
{ value: 1, label: t('merchant.portal.payment.status.1') },
|
||||
{ value: 2, label: t('merchant.portal.payment.status.2') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
const colorMap: Record<number, string> = { 0: 'warning', 1: 'success', 2: 'error' };
|
||||
const labelMap: Record<number, string> = {
|
||||
0: t('merchant.portal.payment.status.0'),
|
||||
1: t('merchant.portal.payment.status.1'),
|
||||
2: t('merchant.portal.payment.status.2'),
|
||||
};
|
||||
return <Tag color={colorMap[value] ?? 'default'}>{labelMap[value] ?? '-'}</Tag>;
|
||||
},
|
||||
filters: [
|
||||
{ text: t('merchant.portal.payment.status.0'), value: 0 },
|
||||
{ text: t('merchant.portal.payment.status.1'), value: 1 },
|
||||
{ text: t('merchant.portal.payment.status.2'), value: 2 },
|
||||
],
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.payment.paid_at'),
|
||||
dataIndex: 'paid_at',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).format('YYYY-MM-DD HH:mm:ss') : '-'),
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.payment.created_at'),
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
dataIndex: 'created_at',
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).fromNow() : '-'),
|
||||
},
|
||||
];
|
||||
|
||||
const tableProps: XinTableProps<IOrderPayment> = {
|
||||
api: '/merchant-portal/payment',
|
||||
columns,
|
||||
rowKey: 'id',
|
||||
accessName: 'merchant.portal.payment',
|
||||
addShow: false,
|
||||
editShow: false,
|
||||
scroll: { x: 1000 },
|
||||
cardProps: { variant: 'borderless' },
|
||||
pagination: { size: 'small', style: { marginBottom: 0 } },
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="mb-5">
|
||||
<Title level={3}>{t('merchant.portal.payment.page.title')}</Title>
|
||||
<Text type="secondary">{t('merchant.portal.payment.page.description')}</Text>
|
||||
</div>
|
||||
<XinTable<IOrderPayment> {...tableProps} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Table;
|
||||
@@ -0,0 +1,128 @@
|
||||
import { Tag, Typography } from 'antd';
|
||||
import React from 'react';
|
||||
import XinTable from '@/components/XinTable';
|
||||
import type { XinTableColumn, XinTableProps } from '@/components/XinTable/typings';
|
||||
import type IPrinter from '@/domain/iPrinter';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import dayjs from 'dayjs';
|
||||
import relativeTime from 'dayjs/plugin/relativeTime';
|
||||
|
||||
const { Title, Text } = Typography;
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
const Table: React.FC = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const columns: XinTableColumn<IPrinter>[] = [
|
||||
{
|
||||
title: t('merchant.portal.printer.id'),
|
||||
dataIndex: 'id',
|
||||
hideInForm: true,
|
||||
sorter: true,
|
||||
align: 'center',
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.printer.name'),
|
||||
dataIndex: 'name',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
required: true,
|
||||
rules: [{ required: true, message: t('merchant.portal.printer.name.required') }],
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.printer.brand'),
|
||||
dataIndex: 'brand',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.printer.model'),
|
||||
dataIndex: 'model',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.printer.device_no'),
|
||||
dataIndex: 'device_no',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.printer.secret_key'),
|
||||
dataIndex: 'secret_key',
|
||||
valueType: 'password',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.printer.status'),
|
||||
dataIndex: 'status',
|
||||
valueType: 'radioButton',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.printer.status.0') },
|
||||
{ value: 1, label: t('merchant.portal.printer.status.1') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
return value === 1
|
||||
? <Tag color="success">{t('merchant.portal.printer.status.1')}</Tag>
|
||||
: <Tag color="default">{t('merchant.portal.printer.status.0')}</Tag>;
|
||||
},
|
||||
filters: [
|
||||
{ text: t('merchant.portal.printer.status.0'), value: 0 },
|
||||
{ text: t('merchant.portal.printer.status.1'), value: 1 },
|
||||
],
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.printer.created_at'),
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
dataIndex: 'created_at',
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).fromNow() : '-'),
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.printer.updated_at'),
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
dataIndex: 'updated_at',
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).fromNow() : '-'),
|
||||
},
|
||||
];
|
||||
|
||||
const tableProps: XinTableProps<IPrinter> = {
|
||||
api: '/merchant-portal/printer',
|
||||
columns,
|
||||
rowKey: 'id',
|
||||
accessName: 'merchant.portal.printer',
|
||||
scroll: { x: 1200 },
|
||||
formProps: {
|
||||
grid: true,
|
||||
colProps: { span: 12 },
|
||||
rowProps: { gutter: [30, 0] },
|
||||
layout: 'vertical',
|
||||
},
|
||||
modalProps: { width: 600 },
|
||||
cardProps: { variant: 'borderless' },
|
||||
pagination: { size: 'small', style: { marginBottom: 0 } },
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="mb-5">
|
||||
<Title level={3}>{t('merchant.portal.printer.page.title')}</Title>
|
||||
<Text type="secondary">{t('merchant.portal.printer.page.description')}</Text>
|
||||
</div>
|
||||
<XinTable<IPrinter> {...tableProps} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Table;
|
||||
@@ -0,0 +1,134 @@
|
||||
import { Tag, Typography } from 'antd';
|
||||
import React from 'react';
|
||||
import XinTable from '@/components/XinTable';
|
||||
import type { XinTableColumn, XinTableProps } from '@/components/XinTable/typings';
|
||||
import type IProductCategory from '@/domain/iProductCategory';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import dayjs from 'dayjs';
|
||||
import relativeTime from 'dayjs/plugin/relativeTime';
|
||||
|
||||
const { Title, Text } = Typography;
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
const Table: React.FC = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const columns: XinTableColumn<IProductCategory>[] = [
|
||||
{
|
||||
title: t('merchant.portal.product-category.id'),
|
||||
dataIndex: 'id',
|
||||
hideInForm: true,
|
||||
sorter: true,
|
||||
align: 'center',
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.name'),
|
||||
dataIndex: 'name',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
required: true,
|
||||
rules: [{ required: true, message: t('merchant.portal.product-category.name.required') }],
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.parent_id'),
|
||||
dataIndex: 'parent_id',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.slug'),
|
||||
dataIndex: 'slug',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.icon'),
|
||||
dataIndex: 'icon',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.sort'),
|
||||
dataIndex: 'sort',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.description'),
|
||||
dataIndex: 'description',
|
||||
valueType: 'text',
|
||||
hideInTable: true,
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.status'),
|
||||
dataIndex: 'status',
|
||||
valueType: 'radioButton',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.product-category.status.0') },
|
||||
{ value: 1, label: t('merchant.portal.product-category.status.1') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
return value === 1
|
||||
? <Tag color="success">{t('merchant.portal.product-category.status.1')}</Tag>
|
||||
: <Tag color="default">{t('merchant.portal.product-category.status.0')}</Tag>;
|
||||
},
|
||||
filters: [
|
||||
{ text: t('merchant.portal.product-category.status.0'), value: 0 },
|
||||
{ text: t('merchant.portal.product-category.status.1'), value: 1 },
|
||||
],
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.created_at'),
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
dataIndex: 'created_at',
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).fromNow() : '-'),
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product-category.updated_at'),
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
dataIndex: 'updated_at',
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).fromNow() : '-'),
|
||||
},
|
||||
];
|
||||
|
||||
const tableProps: XinTableProps<IProductCategory> = {
|
||||
api: '/merchant-portal/product-category',
|
||||
columns,
|
||||
rowKey: 'id',
|
||||
accessName: 'merchant.portal.product-category',
|
||||
scroll: { x: 1200 },
|
||||
formProps: {
|
||||
grid: true,
|
||||
colProps: { span: 12 },
|
||||
rowProps: { gutter: [30, 0] },
|
||||
layout: 'vertical',
|
||||
},
|
||||
modalProps: { width: 600 },
|
||||
cardProps: { variant: 'borderless' },
|
||||
pagination: { size: 'small', style: { marginBottom: 0 } },
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="mb-5">
|
||||
<Title level={3}>{t('merchant.portal.product-category.page.title')}</Title>
|
||||
<Text type="secondary">{t('merchant.portal.product-category.page.description')}</Text>
|
||||
</div>
|
||||
<XinTable<IProductCategory> {...tableProps} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Table;
|
||||
@@ -0,0 +1,173 @@
|
||||
import { Tag, Typography } from 'antd';
|
||||
import React from 'react';
|
||||
import XinTable from '@/components/XinTable';
|
||||
import type { XinTableColumn, XinTableProps } from '@/components/XinTable/typings';
|
||||
import type IMerchantProduct from '@/domain/iMerchantProduct';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import dayjs from 'dayjs';
|
||||
import relativeTime from 'dayjs/plugin/relativeTime';
|
||||
|
||||
const { Title, Text } = Typography;
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
const Table: React.FC = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const columns: XinTableColumn<IMerchantProduct>[] = [
|
||||
{
|
||||
title: t('merchant.portal.product.id'),
|
||||
dataIndex: 'id',
|
||||
hideInForm: true,
|
||||
sorter: true,
|
||||
align: 'center',
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.name'),
|
||||
dataIndex: 'name',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
required: true,
|
||||
rules: [{ required: true, message: t('merchant.portal.product.name.required') }],
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.category_id'),
|
||||
dataIndex: 'category_id',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.price'),
|
||||
dataIndex: 'price',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
render: (value: number) => `¥${value || '0.00'}`,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.original_price'),
|
||||
dataIndex: 'original_price',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
render: (value: number) => value ? `¥${value}` : '-',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.stock'),
|
||||
dataIndex: 'stock',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.sales'),
|
||||
dataIndex: 'sales',
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.unit'),
|
||||
dataIndex: 'unit',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.description'),
|
||||
dataIndex: 'description',
|
||||
valueType: 'text',
|
||||
hideInTable: true,
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.status'),
|
||||
dataIndex: 'status',
|
||||
valueType: 'radioButton',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.product.status.0') },
|
||||
{ value: 1, label: t('merchant.portal.product.status.1') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
return value === 1
|
||||
? <Tag color="success">{t('merchant.portal.product.status.1')}</Tag>
|
||||
: <Tag color="default">{t('merchant.portal.product.status.0')}</Tag>;
|
||||
},
|
||||
filters: [
|
||||
{ text: t('merchant.portal.product.status.0'), value: 0 },
|
||||
{ text: t('merchant.portal.product.status.1'), value: 1 },
|
||||
],
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.is_recommend'),
|
||||
dataIndex: 'is_recommend',
|
||||
valueType: 'radioButton',
|
||||
fieldProps: {
|
||||
options: [
|
||||
{ value: 0, label: t('merchant.portal.product.is_recommend.0') },
|
||||
{ value: 1, label: t('merchant.portal.product.is_recommend.1') },
|
||||
],
|
||||
},
|
||||
render: (value: number) => {
|
||||
return value === 1
|
||||
? <Tag color="orange">{t('merchant.portal.product.is_recommend.1')}</Tag>
|
||||
: <Tag>{t('merchant.portal.product.is_recommend.0')}</Tag>;
|
||||
},
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.sort'),
|
||||
dataIndex: 'sort',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
hideInSearch: true,
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.created_at'),
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
dataIndex: 'created_at',
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).fromNow() : '-'),
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.product.updated_at'),
|
||||
hideInForm: true,
|
||||
hideInSearch: true,
|
||||
dataIndex: 'updated_at',
|
||||
align: 'center',
|
||||
render: (value: string) => (value ? dayjs(value).fromNow() : '-'),
|
||||
},
|
||||
];
|
||||
|
||||
const tableProps: XinTableProps<IMerchantProduct> = {
|
||||
api: '/merchant-portal/product',
|
||||
columns,
|
||||
rowKey: 'id',
|
||||
accessName: 'merchant.portal.product',
|
||||
scroll: { x: 1400 },
|
||||
formProps: {
|
||||
grid: true,
|
||||
colProps: { span: 12 },
|
||||
rowProps: { gutter: [30, 0] },
|
||||
layout: 'vertical',
|
||||
},
|
||||
modalProps: { width: 800 },
|
||||
cardProps: { variant: 'borderless' },
|
||||
pagination: { size: 'small', style: { marginBottom: 0 } },
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="mb-5">
|
||||
<Title level={3}>{t('merchant.portal.product.page.title')}</Title>
|
||||
<Text type="secondary">{t('merchant.portal.product.page.description')}</Text>
|
||||
</div>
|
||||
<XinTable<IMerchantProduct> {...tableProps} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Table;
|
||||
@@ -0,0 +1,107 @@
|
||||
import { Typography } from 'antd';
|
||||
import React from 'react';
|
||||
import XinForm from '@/components/XinForm';
|
||||
import type { FormColumn } from '@/components/XinForm/typings';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import createAxios from '@/utils/request';
|
||||
|
||||
const { Title, Text } = Typography;
|
||||
|
||||
const Store: React.FC = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const columns: FormColumn[] = [
|
||||
{
|
||||
title: t('merchant.portal.store.name'),
|
||||
dataIndex: 'name',
|
||||
valueType: 'text',
|
||||
rules: [{ required: true, message: t('merchant.portal.store.name.required') }],
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.logo'),
|
||||
dataIndex: 'logo',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.banner'),
|
||||
dataIndex: 'banner',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.description'),
|
||||
dataIndex: 'description',
|
||||
valueType: 'textarea',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.contact_name'),
|
||||
dataIndex: 'contact_name',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.contact_mobile'),
|
||||
dataIndex: 'contact_mobile',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.province'),
|
||||
dataIndex: 'province',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.city'),
|
||||
dataIndex: 'city',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.district'),
|
||||
dataIndex: 'district',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.address'),
|
||||
dataIndex: 'address',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.business_hours'),
|
||||
dataIndex: 'business_hours',
|
||||
valueType: 'text',
|
||||
},
|
||||
{
|
||||
title: t('merchant.portal.store.min_price'),
|
||||
dataIndex: 'min_price',
|
||||
valueType: 'text',
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="mb-5">
|
||||
<Title level={3}>{t('merchant.portal.store.page.title')}</Title>
|
||||
<Text type="secondary">{t('merchant.portal.store.page.description')}</Text>
|
||||
</div>
|
||||
<XinForm
|
||||
columns={columns}
|
||||
layoutType="Form"
|
||||
grid
|
||||
request={async () => {
|
||||
const { data } = await createAxios<any>({
|
||||
url: '/merchant-portal/store',
|
||||
method: 'get',
|
||||
});
|
||||
return data.data;
|
||||
}}
|
||||
onFinish={async (values) => {
|
||||
await createAxios({
|
||||
url: '/merchant-portal/store',
|
||||
method: 'put',
|
||||
data: values,
|
||||
});
|
||||
return true;
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Store;
|
||||
@@ -31,12 +31,24 @@ const Table: React.FC = () => {
|
||||
rules: [{ required: true, message: t('merchant.store.name.required') }],
|
||||
},
|
||||
{
|
||||
title: t('merchant.store.user_id'),
|
||||
dataIndex: 'user_id',
|
||||
title: t('merchant.store.username'),
|
||||
dataIndex: 'username',
|
||||
valueType: 'text',
|
||||
align: 'center',
|
||||
required: true,
|
||||
hideInSearch: true,
|
||||
hideInTable: true,
|
||||
rules: [{ required: true, message: t('merchant.store.username.required') }],
|
||||
},
|
||||
{
|
||||
title: t('merchant.store.password'),
|
||||
dataIndex: 'password',
|
||||
valueType: 'password',
|
||||
align: 'center',
|
||||
required: true,
|
||||
hideInSearch: true,
|
||||
hideInTable: true,
|
||||
rules: [{ required: true, min: 6, message: t('merchant.store.password.required') }],
|
||||
},
|
||||
{
|
||||
title: t('merchant.store.category_id'),
|
||||
|
||||
Reference in New Issue
Block a user