feat(shopGift): 优化礼品卡生成功能

- 新增礼品卡预览功能
- 添加使用地址字段
- 优化商品选择界面
- 增加备注信息字段
- 改进表单样式和布局
This commit is contained in:
2025-08-17 19:29:49 +08:00
parent 9ba07e6c0d
commit 35b5b35048
7 changed files with 1580 additions and 468 deletions

View File

@@ -14,8 +14,16 @@ export interface ShopGift {
goodsId?: number;
// 领取时间
takeTime?: string;
// 操作人
// 核销时间
verificationTime?: string;
// 操作人ID
operatorUserId?: number;
// 操作人
operatorUserName?: string;
// 操作备注
operatorRemarks?: string;
// 使用地址
useLocation?: string;
// 是否展示
isShow?: boolean;
// 状态, 0上架 1待上架 2待审核 3审核不通过
@@ -26,6 +34,8 @@ export interface ShopGift {
sortNumber?: number;
// 用户ID
userId?: number;
// 昵称
nickName?: string;
// 是否删除, 0否, 1是
deleted?: number;
// 租户id