feat(钢卷管理): 添加撤回发货功能并更新版本号至1.3.20
- 在钢卷管理页面新增撤回发货按钮及相关处理逻辑 - 添加撤回发货API接口cancelExportCoil - 重构发货操作弹窗,支持发货和撤回发货两种操作 - 更新应用版本号至1.3.20,涉及config.js、manifest.json等文件
This commit is contained in:
@@ -73,7 +73,7 @@ function checkStorageSpace() {
|
||||
function checkUpdate(forceCheck = false) {
|
||||
// 1. 准备本地版本信息
|
||||
const localVersion = plus.runtime.version; // 基座版本
|
||||
const staticVersion = '1.3.19'; // 静态默认版本
|
||||
const staticVersion = '1.3.20'; // 静态默认版本
|
||||
const localWgtVersion = uni.getStorageSync('wgtVersion') || staticVersion; // 本地wgt版本(从存储获取或用默认)
|
||||
const currentVersion = compareVersion(localWgtVersion, localVersion) > 0
|
||||
? localWgtVersion
|
||||
|
||||
Reference in New Issue
Block a user