From 205d38d57f3afb5cc40c4ebfdd6ca7a17f16fe17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Wed, 15 May 2024 11:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=87=E7=AD=BE=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++ pages/index/index.vue | 7 ++ pages/scan/scan.vue | 96 +++++++++++++++++++ .../warehoseActionList/warehoseActionList.vue | 30 +++++- pages/watchGoods/goodsdetail/goodsdetail.vue | 2 +- pages/watchGoods/watchGoods.vue | 30 +++++- 6 files changed, 170 insertions(+), 3 deletions(-) create mode 100644 pages/scan/scan.vue diff --git a/pages.json b/pages.json index 1e8e22f..b7ef6da 100644 --- a/pages.json +++ b/pages.json @@ -224,6 +224,14 @@ "navigationBarTitleText" : "成品入库", "enablePullDownRefresh" : false } + }, + { + "path" : "pages/scan/scan", + "style" : + { + "navigationBarTitleText" : "扫码信息展示", + "enablePullDownRefresh" : false + } } ] diff --git a/pages/index/index.vue b/pages/index/index.vue index e63b9aa..1513292 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -126,6 +126,13 @@ type: 3, index: 10 }, + { + name: '标签扫码', + icon: 'scan', + url: '/pages/scan/scan', + type: 3, + index: 14 + }, { name: '拼箱', icon: 'grid-fill', diff --git a/pages/scan/scan.vue b/pages/scan/scan.vue new file mode 100644 index 0000000..458bffc --- /dev/null +++ b/pages/scan/scan.vue @@ -0,0 +1,96 @@ + + + + + \ No newline at end of file diff --git a/pages/warehoseActionList/warehoseActionList.vue b/pages/warehoseActionList/warehoseActionList.vue index 2c0d8c2..62b07c2 100644 --- a/pages/warehoseActionList/warehoseActionList.vue +++ b/pages/warehoseActionList/warehoseActionList.vue @@ -3,7 +3,7 @@ + prefixIconStyle="font-size: 22px;color: #909399" @change="queryChange"> @@ -57,6 +57,7 @@