From 824a68cbc45318884adbbc4bc67130cff16e03be Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 27 Oct 2025 16:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A9=BA=E6=9E=B6=E5=91=BC?= =?UTF-8?q?=E5=8F=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- pages.json | 8 ++ pages/home/home.vue | 2 +- pages/outbound/kjhj.vue | 165 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 176 insertions(+), 3 deletions(-) create mode 100644 pages/outbound/kjhj.vue diff --git a/manifest.json b/manifest.json index 03cb0af..5124558 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "欧伦", "appid" : "__UNI__DE2F207", "description" : "欧伦WMS手持系统", - "versionName" : "1.1.6", - "versionCode" : 116, + "versionName" : "1.1.7", + "versionCode" : 117, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 13c4889..eac489a 100644 --- a/pages.json +++ b/pages.json @@ -436,6 +436,14 @@ } } + ,{ + "path" : "pages/outbound/kjhj", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index c8d8c80..71cb3f0 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -41,7 +41,7 @@ return { userName: '', menuList: [ - {title: '预装管理', path: 'RF04', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group2'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}]}, + {title: '预装管理', path: 'RF04', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group2'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}, {title: '空架呼叫', path: '/pages/outbound/kjhj'}]}, {title: '产线管理', path: 'RF07', sonTree: [{title: '产线叫料', path: '/pages/outbound/line-callmater'}, {title: '线边仓出库', path: '/pages/outbound/mater-outstore'}, {title: '产线转运', path: '/pages/outbound/line-transfer2'}]}, {title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘', path: '/pages/entry/mater-group'}, {title: '组盘入库', path: '/pages/entry/groupplate-instore'}, {title: '货架绑定', path: '/pages/outbound/shelf-bind'}, {title: '拣选余料回库', path: '/pages/entry/pick-yl-return-store'}, {title: '空载具入库', path: '/pages/entry/empty-vehicle-instore'}]}, {title: '出库管理', path: 'RF02', sonTree: [{title: '产线转运', path: '/pages/outbound/line-transfer'}, {title: '空载具出库', path: '/pages/outbound/empty-vehicle-outstore'}, {title: 'CTU载具出库', path: '/pages/outbound/ctu-vehicle-outstore'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}]}, diff --git a/pages/outbound/kjhj.vue b/pages/outbound/kjhj.vue new file mode 100644 index 0000000..89331fa --- /dev/null +++ b/pages/outbound/kjhj.vue @@ -0,0 +1,165 @@ + + + + +