• - 在Form.vue中为每个抖音SKU添加对应的抖音商品名称输入框
    - 新增dySpmcList字段用于存储商品名称列表
    - 实现SKU与商品名称的关联显示和编辑功能
    - 更新表单验证和数据同步逻辑
    
    fix(wtSp): 优化SKU配置界面用户体验
    
    - 调整SKU配置区域的布局样式,增加换行支持
    - 优化输入框尺寸分配,SKU ID和商品名称分别设置合适的宽度
    - 更新提示文字,明确说明需填写SKU ID和对应商品名称
    - 移除无效SKU时同时清理对应的商品名称数据
    
    refactor(wtTjdbd): 移除调拨单详情中的金额列
    
    - 从表格中移除单价和金额列显示
    - 删除相关的金额格式化函数
    - 移除金额列的汇总计算逻辑
    - 简化表格结构,聚焦核心业务字段
    
    refactor(orders): 统一ERP API配置注入方式
    
    - 将直接注入ErpApiConfig改为通过IOptions模式注入
    - 在Program.cs中配置选项验证,确保必要参数存在
    - 更新所有使用ERP API配置的地方,统一使用IOptions包装
    - 添加配置验证逻辑,提高系统稳定性
    “wangming” authored
     
    Browse Dir »
  • feat(utils): 支持退款模式的收付款显示格式化
    
    - 添加可选参数 `opts` 配置对象,支持 `mode`, `skLabel`, `fkLabel`,
      `fallbackText` 选项
    - 新增 refund 模式,收付款段前缀分别显示「退款」「退回」
    - 兜底文案从「组合支付」改为「组合退款」
    - 优化参数处理逻辑
    
    fix(todoCenter): 商品调价单审核提示更新
    
    - 更新商品调价单审核提示信息,明确说明审核后调后成本将写入
      该仓库商品成本(wt_sp_cost.cbj)
    
    feat(wtCgthd): 序列号展示优化
    
    - 序列号列宽度调整至 200px
    - 实现序列号预览功能,超出 8 个则仅显示前 4 个 + 查看按钮
    - 添加序列号列表弹窗,展示完整序列号清单
    - 新增相关计算方法和对话框组件
    
    feat(wtDyDpsz): 抖音店铺配置功能增强
    
    - 扩展表单布局至 820px 宽度
    - 增加启用状态、同步天数等字段
    - 添加抖音开放平台配置区域(AppKey/AppSecret)
    - 新增发货人信息配置(姓名、电话、地址等)
    - 表格视图增加出库仓库、AppKey、同步天数等列
    - 实现出库仓库数据加载和展示
    
    fix(forms): 商品选择清空处理
    
    - 在多个表单组件中添加商品编号为空时的数据清空逻辑
    - 清空商品名称、单位、数量、单价、金额等相关字段
    - 重置序列号加载状态和列表数据
    
    docs(wtPriceAdjust): 商品调价单文档更新
    
    - 将调价单功能从调后售价改为调后成本
    - 更新表格列标题:「调前售价」→「调前成本」
    - 更新输入框占位符:「价格」→「新成本」
    - 修正审核提示文本,说明调后成本写入仓库商品成本
    ```
    “wangming” authored
     
    Browse Dir »







  • - Introduced a new Todo Center route and component for managing tasks.
    - Updated the dashboard to include a button linking to the Todo Center.
    - Enhanced the API for fetching user-specific tasks with optional data parameters.
    - Added English and Chinese translations for the Todo Center.
    - Refactored user menu to include a fixed Todo Center entry.
    - Improved various forms to handle cost price retrieval and display adjustments.
    
    Made-with: Cursor
    “wangming” authored
     
    Browse Dir »

  • - 抖音同步:after_sale_info.refund_status=1 识别退款中;MapOrderStatus 20→本地 Status 4
    - 订单合并、运单/发货、前端筛选与创建运单页支持退款中(4)
    - 手动更新发货单时清除 SalesOrderId,使含 ERP 赠品的明细可重新生成销售出库单
    - 附带 antis-ncc-admin wtSp、NCC Extend、launchSettings、前端 config 等既有改动
    
    Made-with: Cursor
    hexiaodong authored
     
    Browse Dir »
  • - Updated the build script in package.json to remove unnecessary NODE_OPTIONS.
    - Modified index.vue and Form.vue to manage the visibility of inventory fields based on the source of the order.
    - Added logic to ensure sales orders from the backend are marked correctly and can be edited based on their status.
    - Introduced new methods to handle order source and approval logic in the sales order forms.
    - Updated the API service to reflect changes in order status and source handling for sales orders.
    “wangming” authored
     
    Browse Dir »