• 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 Code »







  • - 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 Code »

  • - 抖音同步: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 Code »
  • - 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 Code »