From 187c2fc159ef9697d38ade0a9e06bdc416e0d1e8 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 4 Nov 2023 18:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 74 +++++++++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 16 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 829b909..e5915e4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -423,20 +423,38 @@ name: '商品管理', type: 1, image: require('@/static/images/index7.png') - }, { + }, + { + name: '入库管理', + type: 13, + image: require('@/static/images/index9.png') + }, + { name: '订单管理', type: 2, image: require('@/static/images/index1.png') - }, { + }, + { name: '供货采购', type: 3, image: require('@/static/images/index4.png') }, + // { + // name: '进货管理', + // type: 4, + // image: require('@/static/images/index5.png') + // }, + // { + // name: '扫码出库', + // type: 11, + // image: require('@/static/images/index10.png') + // }, + // { + // name: '商户设置', + // type: 12, + // image: require('@/static/images/index11.png') + // }, { - name: '进货管理', - type: 4, - image: require('@/static/images/index5.png') - }, { name: '提现管理', type: 5, image: require('@/static/images/index8.png') @@ -458,7 +476,12 @@ name: '商品管理', type: 1, image: require('@/static/images/index7.png') - }, { + }, + { + name: '入库管理', + type: 13, + image: require('@/static/images/index9.png') + }, { name: '订单管理', type: 2, image: require('@/static/images/index1.png') @@ -474,15 +497,13 @@ name: '订单核销', type: 7, image: require('@/static/images/index2.png') - }, { - name: '委托销售', - type: 9, - image: require('@/static/images/index6.png') - }, { - name: '委托订单', - type: 10, - image: require('@/static/images/index2.png') - }, { + }, + { + name: '商户设置', + type: 12, + image: require('@/static/images/index11.png') + }, + { name: '全部', type: 8, image: require('@/static/images/index3.png') @@ -1075,6 +1096,27 @@ .mer_id}&status=-1` }) break; + case 11: + uni.navigateTo({ + url: `/pages/admin/stockOut/index?mer_id=${this.userInfoData + .service + .mer_id}` + }) + break; + case 12: + uni.navigateTo({ + url: `/pages/product/basicSet?mer_id=${this.userInfoData + .service + .mer_id}` + }) + break; + case 13: + uni.navigateTo({ + url: `/pages/nongKe/gather/select_warehouse?mer_id=${this.userInfoData + .service + .mer_id}&stype=2` + }) + break; default: uni.navigateTo({ url: '/pages/moreProject/moreProject'