From 401e4c01fe2f41043a40da92317e1cdd00be79c4 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 24 Mar 2025 14:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/entry/mater-group-to-store.vue | 7 ++++++- pages/entry/qualified-to-store.vue | 6 ++++++ pages/home/home.vue | 10 ---------- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 3d62d81..420ecd7 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "恒森", "appid" : "__UNI__8D175E0", "description" : "恒森WMS手持系统", - "versionName" : "1.1.4", - "versionCode" : 114, + "versionName" : "1.1.5", + "versionCode" : 115, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/entry/mater-group-to-store.vue b/pages/entry/mater-group-to-store.vue index 1d8fe18..607cd38 100644 --- a/pages/entry/mater-group-to-store.vue +++ b/pages/entry/mater-group-to-store.vue @@ -65,7 +65,7 @@ 载具编码 - + @@ -139,6 +139,11 @@ url: '/pages/common/mater-list?title=查询物料' }) }, + handleChange (e) { + if (e && e.charAt(0).toUpperCase() === 'T') { + this.index ='FStockPallet' + } + }, toEmpty () { this.currentData = {} this.index = '' diff --git a/pages/entry/qualified-to-store.vue b/pages/entry/qualified-to-store.vue index c5b2cd0..1485a30 100644 --- a/pages/entry/qualified-to-store.vue +++ b/pages/entry/qualified-to-store.vue @@ -22,6 +22,7 @@ @@ -129,6 +130,11 @@ this.val3 = this.currentData.qty } }, + handleChange2 (e) { + if (e && e.charAt(0).toUpperCase() === 'T') { + this.index ='FStockPallet' + } + }, toEmpty () { this.val1 = '' this.val2 = '' diff --git a/pages/home/home.vue b/pages/home/home.vue index 37699a1..e5aaeab 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -40,16 +40,6 @@ data() { return { userName: '', - menuList1: [ - {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}, {title: '合格证入库', path: '/pages/entry/qualified-to-store'}, {title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'}]}, - {title: '出库管理', path: 'RF02', sonTree: [{title: '托盘出库', path: '/pages/outbound/tray-out-store'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '单据出库', path: '/pages/outbound/bill-out-store'}, {title: '库存出库', path: '/pages/outbound/stock-out-store'}]}, - {title: '在库管理', path: 'RF03', sonTree: [{title: '库存信息', active: false, path: '/pages/in/store-info'}]}, - {title: '拣选管理', path: 'RF04', sonTree: [{title: '拣选作业', path: '/pages/pick/pick-task'}]}, - {title: '盘点管理', path: 'RF05', sonTree: [{title: '盘点作业', path: '/pages/check/check-task'}]}, - {title: '任务管理', path: 'RF06', sonTree: [{title: '任务管理', path: '/pages/task/task-manage'}]}, - {title: '设备操控', path: 'RF07', sonTree: [{title: '切换出入库模式', path: '/pages/mode/switch-in-out'}, {title: '拣选工位启停模式', path: '/pages/mode/pick'}, {title: '下发输送线运动命令', path: '/pages/mode/command'}]}, - {title: '转运管理', path: 'RF09', sonTree: [{title: '托盘转运', path: '/pages/transfer/tray-transfer'}]} - ], menuList: [ {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}, {title: '合格证入库', path: '/pages/entry/qualified-to-store'}, {title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'}]}, {title: '出库管理', path: 'RF02', sonTree: [{title: '空托盘出库', path: '/pages/outbound/tray-out-store'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '单据出库', path: '/pages/outbound/bill-list'}, {title: '库存出库', path: '/pages/outbound/stock-out-store'}]},