ERPTurbo_Client/packages/app-client/src/ext.json
shenyifei e6573b43e8 refactor(delivery): 重构发货单相关接口与组件实现
- 将 shipOrderVO 相关命名统一调整为 orderShip,提升语义一致性
- 更新 DeliveryFormSection 组件支持预览功能,新增 Popup 弹窗展示
- 优化 PurchaseFormSection 中发货单数据结构引用逻辑
- 移除冗余的 console 日志输出,提高代码整洁度
- 调整 CostList 组件增加 key 属性避免渲染异常
- 升级 API 接口定义文件,完善 OrderShip 类型声明
- 替换旧有 shipOrder 模块为新的 orderShip 模块
- 修正 MarketPriceSection 中箱重计算方式调用链路
- 完善类型定义中 costItemIds 字段类型从 number[] 到 string[]
- 更新 APP_VERSION 版本号至 v0.0.35
2025-12-15 17:20:55 +08:00

16 lines
335 B
JSON

{
"extEnable": false,
"extAppid": "wxa080848726642f73",
"directCommit": false,
"ext": {
"shopId": "1773706799954415618",
"merchantId": "1688916229785542657",
"merchantAppId": "1688924521266028546",
"wxMaId": "1728590945190146050"
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
}
}