From b0785d6b9f6e68ae3954c4d7b4952d682625a366 Mon Sep 17 00:00:00 2001 From: cc_zbp <487602586@qq.com> Date: Fri, 19 May 2023 10:19:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=AB=E7=A0=81=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 17 +++---- pages/gather/gather.vue | 12 ++--- pages/nongKe/gather/select_warehouse.vue | 64 ++++++++++++++++++++---- 3 files changed, 69 insertions(+), 24 deletions(-) diff --git a/api/api.js b/api/api.js index d1e19e5..de5adeb 100644 --- a/api/api.js +++ b/api/api.js @@ -1,13 +1,12 @@ -// +---------------------------------------------------------------------- -// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -// +---------------------------------------------------------------------- -// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved. -// +---------------------------------------------------------------------- -// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -// +---------------------------------------------------------------------- -// | Author: CRMEB Team -// +---------------------------------------------------------------------- import request from "@/utils/request.js"; +/** + * 商品扫码枪查询商品是否存在 + * + */ +export function seachBarCodeAPI(data) { + return request.get("micro/seach_bar_code", data); +} + /** * 获取里海云仓商品 * diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 066e5e6..b87f7f7 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -4,8 +4,8 @@ - - + + 市级供应链 @@ -38,8 +38,8 @@ - - + + 我的店铺 @@ -99,8 +99,8 @@ - - + + 里海云仓 diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index 9cf90e8..b0c3014 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -32,12 +32,25 @@ + + + + + + + + + + + +