feat(hand-factory): release v1.3.34
- 扫描钢卷功能支持维护异常信息 - 隐藏「设备巡检」菜单入口 - 版本号升级至 1.3.34
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
{ key: 'ship', label: '发货', description: '扫描钢卷二维码,执行发货操作', cardClass: 'card-ship' },
|
{ key: 'ship', label: '发货', description: '扫描钢卷二维码,执行发货操作', cardClass: 'card-ship' },
|
||||||
{ key: 'cancelShip', label: '撤回发货', description: '撤回已发货的钢卷', cardClass: 'card-cancelShip' },
|
{ key: 'cancelShip', label: '撤回发货', description: '撤回已发货的钢卷', cardClass: 'card-cancelShip' },
|
||||||
{ key: 'transfer', label: '移库', description: '将钢卷移动到目标库区', cardClass: 'card-transfer' },
|
{ 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: 'see', label: '查看存储钢卷', description: '扫描库区码,查看库区内存储的钢卷信息', cardClass: 'card-see' },
|
||||||
{ key: 'release', label: '释放库位', description: '释放当前库位占用', cardClass: 'card-release' },
|
{ key: 'release', label: '释放库位', description: '释放当前库位占用', cardClass: 'card-release' },
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ module.exports = {
|
|||||||
// 应用名称
|
// 应用名称
|
||||||
name: "ruoyi-app",
|
name: "ruoyi-app",
|
||||||
// 应用版本
|
// 应用版本
|
||||||
version: "1.3.33",
|
version: "1.3.34",
|
||||||
// 应用logo
|
// 应用logo
|
||||||
logo: "/static/logo.jpg",
|
logo: "/static/logo.jpg",
|
||||||
// 官方网站
|
// 官方网站
|
||||||
|
|||||||
@@ -33,12 +33,12 @@
|
|||||||
</view>
|
</view>
|
||||||
</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="menu-item-box">
|
||||||
<view class="iconfont icon-setting menu-icon"></view>
|
<view class="iconfont icon-setting menu-icon"></view>
|
||||||
<view>设备巡检</view>
|
<view>设备巡检</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<!-- <view class="list-cell list-cell-arrow" @click="handleToAb">
|
<!-- <view class="list-cell list-cell-arrow" @click="handleToAb">
|
||||||
<view class="menu-item-box">
|
<view class="menu-item-box">
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ function checkStorageSpace() {
|
|||||||
function checkUpdate(forceCheck = false) {
|
function checkUpdate(forceCheck = false) {
|
||||||
// 1. 准备本地版本信息
|
// 1. 准备本地版本信息
|
||||||
const localVersion = plus.runtime.version; // 基座版本
|
const localVersion = plus.runtime.version; // 基座版本
|
||||||
const staticVersion = '1.3.33'; // 静态默认版本
|
const staticVersion = '1.3.34'; // 静态默认版本
|
||||||
// const localWgtVersion = staticVersion;
|
// const localWgtVersion = staticVersion;
|
||||||
const localWgtVersion = uni.getStorageSync('wgtVersion') || staticVersion; // 本地wgt版本(从存储获取或用默认)
|
const localWgtVersion = uni.getStorageSync('wgtVersion') || staticVersion; // 本地wgt版本(从存储获取或用默认)
|
||||||
const currentVersion = compareVersion(localWgtVersion, localVersion) > 0
|
const currentVersion = compareVersion(localWgtVersion, localVersion) > 0
|
||||||
|
|||||||
@@ -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",
|
"wgtUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.wgt",
|
||||||
"apkUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.apk"
|
"apkUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.apk"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user