feat(hand-factory): release v1.3.34

- 扫描钢卷功能支持维护异常信息
- 隐藏「设备巡检」菜单入口
- 版本号升级至 1.3.34
This commit is contained in:
2026-06-09 09:04:52 +08:00
parent a24e369ebb
commit fb5ee8356b
5 changed files with 6 additions and 6 deletions

View File

@@ -189,7 +189,7 @@
{ key: 'ship', label: '发货', description: '扫描钢卷二维码,执行发货操作', cardClass: 'card-ship' },
{ key: 'cancelShip', label: '撤回发货', description: '撤回已发货的钢卷', cardClass: 'card-cancelShip' },
{ key: 'transfer', label: '移库', description: '将钢卷移动到目标库区', cardClass: 'card-transfer' },
{ key: 'scanCoil', label: '扫描钢卷', description: '直接扫描钢卷码,查看钢卷详细信息', cardClass: 'card-scanCoil' },
{ key: 'scanCoil', label: '扫描钢卷', description: '直接扫描钢卷码,查看钢卷详细信息,并维护异常信息', cardClass: 'card-scanCoil' },
{ key: 'see', label: '查看存储钢卷', description: '扫描库区码,查看库区内存储的钢卷信息', cardClass: 'card-see' },
{ key: 'release', label: '释放库位', description: '释放当前库位占用', cardClass: 'card-release' },
],

View File

@@ -9,7 +9,7 @@ module.exports = {
// 应用名称
name: "ruoyi-app",
// 应用版本
version: "1.3.33",
version: "1.3.34",
// 应用logo
logo: "/static/logo.jpg",
// 官方网站

View File

@@ -33,12 +33,12 @@
</view>
</view>
<view class="list-cell list-cell-arrow" @click="handleToEqp">
<!-- <view class="list-cell list-cell-arrow" @click="handleToEqp">
<view class="menu-item-box">
<view class="iconfont icon-setting menu-icon"></view>
<view>设备巡检</view>
</view>
</view>
</view> -->
<!-- <view class="list-cell list-cell-arrow" @click="handleToAb">
<view class="menu-item-box">

View File

@@ -73,7 +73,7 @@ function checkStorageSpace() {
function checkUpdate(forceCheck = false) {
// 1. 准备本地版本信息
const localVersion = plus.runtime.version; // 基座版本
const staticVersion = '1.3.33'; // 静态默认版本
const staticVersion = '1.3.34'; // 静态默认版本
// const localWgtVersion = staticVersion;
const localWgtVersion = uni.getStorageSync('wgtVersion') || staticVersion; // 本地wgt版本从存储获取或用默认
const currentVersion = compareVersion(localWgtVersion, localVersion) > 0

View File

@@ -1,5 +1,5 @@
{
"version": "klp 1.3.33",
"version": "klp 1.3.34",
"wgtUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.wgt",
"apkUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.apk"
}