更新首页布局 #2
|
@ -423,20 +423,38 @@
|
||||||
name: '商品管理',
|
name: '商品管理',
|
||||||
type: 1,
|
type: 1,
|
||||||
image: require('@/static/images/index7.png')
|
image: require('@/static/images/index7.png')
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
|
name: '入库管理',
|
||||||
|
type: 13,
|
||||||
|
image: require('@/static/images/index9.png')
|
||||||
|
},
|
||||||
|
{
|
||||||
name: '订单管理',
|
name: '订单管理',
|
||||||
type: 2,
|
type: 2,
|
||||||
image: require('@/static/images/index1.png')
|
image: require('@/static/images/index1.png')
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
name: '供货采购',
|
name: '供货采购',
|
||||||
type: 3,
|
type: 3,
|
||||||
image: require('@/static/images/index4.png')
|
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: '提现管理',
|
name: '提现管理',
|
||||||
type: 5,
|
type: 5,
|
||||||
image: require('@/static/images/index8.png')
|
image: require('@/static/images/index8.png')
|
||||||
|
@ -458,7 +476,12 @@
|
||||||
name: '商品管理',
|
name: '商品管理',
|
||||||
type: 1,
|
type: 1,
|
||||||
image: require('@/static/images/index7.png')
|
image: require('@/static/images/index7.png')
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
|
name: '入库管理',
|
||||||
|
type: 13,
|
||||||
|
image: require('@/static/images/index9.png')
|
||||||
|
}, {
|
||||||
name: '订单管理',
|
name: '订单管理',
|
||||||
type: 2,
|
type: 2,
|
||||||
image: require('@/static/images/index1.png')
|
image: require('@/static/images/index1.png')
|
||||||
|
@ -474,15 +497,13 @@
|
||||||
name: '订单核销',
|
name: '订单核销',
|
||||||
type: 7,
|
type: 7,
|
||||||
image: require('@/static/images/index2.png')
|
image: require('@/static/images/index2.png')
|
||||||
}, {
|
},
|
||||||
name: '委托销售',
|
{
|
||||||
type: 9,
|
name: '商户设置',
|
||||||
image: require('@/static/images/index6.png')
|
type: 12,
|
||||||
}, {
|
image: require('@/static/images/index11.png')
|
||||||
name: '委托订单',
|
},
|
||||||
type: 10,
|
{
|
||||||
image: require('@/static/images/index2.png')
|
|
||||||
}, {
|
|
||||||
name: '全部',
|
name: '全部',
|
||||||
type: 8,
|
type: 8,
|
||||||
image: require('@/static/images/index3.png')
|
image: require('@/static/images/index3.png')
|
||||||
|
@ -1075,6 +1096,27 @@
|
||||||
.mer_id}&status=-1`
|
.mer_id}&status=-1`
|
||||||
})
|
})
|
||||||
break;
|
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:
|
default:
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/moreProject/moreProject'
|
url: '/pages/moreProject/moreProject'
|
||||||
|
|
Loading…
Reference in New Issue