上线前隐藏部分功能

This commit is contained in:
weipengfei 2023-11-04 18:23:09 +08:00
parent 233a0748a2
commit 98dfd452f7
3 changed files with 62 additions and 36 deletions

View File

@ -423,31 +423,37 @@
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: '', // name: '',
// type: 4, // type: 4,
// image: require('@/static/images/index5.png') // image: require('@/static/images/index5.png')
// }, // },
{ // {
name: '扫码出库', // name: '',
type: 11, // type: 11,
image: require('@/static/images/index10.png') // image: require('@/static/images/index10.png')
}, // },
{ // {
name: '商户设置', // name: '',
type: 12, // type: 12,
image: require('@/static/images/index11.png') // image: require('@/static/images/index11.png')
}, // },
{ {
name: '提现管理', name: '提现管理',
type: 5, type: 5,
@ -470,6 +476,11 @@
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,
@ -486,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')
@ -1101,6 +1110,13 @@
.mer_id}` .mer_id}`
}) })
break; 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'

View File

@ -34,16 +34,16 @@
<image class="icon_img" src="@/static/images/index21.png" mode="aspectFit"></image> <image class="icon_img" src="@/static/images/index21.png" mode="aspectFit"></image>
<text class="text">在售管理</text> <text class="text">在售管理</text>
</view> </view>
<view class="examine" <!-- <view class="examine"
@click="navigator(`/pages/admin/order/index?mer_id=${mer_id}&product_type=98&type_id=${userInfoData.mer_info.type_id}`)"> @click="navigator(`/pages/admin/order/index?mer_id=${mer_id}&product_type=98&type_id=${userInfoData.mer_info.type_id}`)">
<image class="icon_img" src="@/static/images/index18.png" mode="aspectFit"> <image class="icon_img" src="@/static/images/index18.png" mode="aspectFit">
<text class="text">财务管理</text> <text class="text">财务管理</text>
</view> </view> -->
<!-- <view class="examine" <view class="examine"
@click="navigator(`/pages/admin/financial_management/index?mer_id=${mer_id}&product_type=98&type_id=${userInfoData.mer_info.type_id}`)"> @click="navigator(`/pages/admin/financial_management/index?mer_id=${mer_id}&product_type=98&type_id=${userInfoData.mer_info.type_id}`)">
<image class="icon_img" src="@/static/images/index18.png" mode="aspectFit"> <image class="icon_img" src="@/static/images/index18.png" mode="aspectFit">
<text class="text">财务管理</text> <text class="text">财务管理</text>
</view> --> </view>
<view class="examine" <view class="examine"
@click="navigator(`/pages/admin/order/index?mer_id=${mer_id}&product_type=98&type_id=${userInfoData.mer_info.type_id}`)"> @click="navigator(`/pages/admin/order/index?mer_id=${mer_id}&product_type=98&type_id=${userInfoData.mer_info.type_id}`)">
<image class="icon_img" src="@/static/images/index1.png" mode="aspectFit"> <image class="icon_img" src="@/static/images/index1.png" mode="aspectFit">
@ -86,12 +86,12 @@
</image> </image>
<text class="text">委托销售</text> <text class="text">委托销售</text>
</view> --> </view> -->
<view class="examine" @click="navigator(`/pages/commissionedSales/receivedCommission/index?type_id=${userInfoData.mer_info.type_id}`)"> <view v-if="no_prod" class="examine" @click="navigator(`/pages/commissionedSales/receivedCommission/index?type_id=${userInfoData.mer_info.type_id}`)">
<image class="icon_img" src="@/static/images/index13.png" mode="aspectFit"> <image class="icon_img" src="@/static/images/index13.png" mode="aspectFit">
</image> </image>
<text class="text">委托销售</text> <text class="text">委托销售</text>
</view> </view>
<view class="examine" @click="navigator(`/pages/users/order_list/relase?mer_id=${mer_id}&status=-1`)"> <view v-if="no_prod" class="examine" @click="navigator(`/pages/users/order_list/relase?mer_id=${mer_id}&status=-1`)">
<image class="icon_img" src="@/static/images/index17.png" mode="aspectFit"> <image class="icon_img" src="@/static/images/index17.png" mode="aspectFit">
</image> </image>
<text class="text">委托订单</text> <text class="text">委托订单</text>
@ -141,12 +141,12 @@
<image class="icon_img" src="@/static/images/index4.png" mode="aspectFit"></image> <image class="icon_img" src="@/static/images/index4.png" mode="aspectFit"></image>
<text class="text">供货采购</text> <text class="text">供货采购</text>
</view> --> </view> -->
<view v-if="no_prod" class="examine" <view class="examine"
@click="navigator(`/pages/nongKe/supply_chain/supplierA?tit=1&type_id=12&isDetail=1&product_type=98&cate_id=${userInfoData.mer_info.category_id}`)"> @click="navigator(`/pages/nongKe/supply_chain/supplierA?tit=1&type_id=12&isDetail=1&product_type=98&cate_id=${userInfoData.mer_info.category_id}`)">
<image class="icon_img" src="@/static/images/index4.png" mode="aspectFit"></image> <image class="icon_img" src="@/static/images/index4.png" mode="aspectFit"></image>
<text class="text">供货采购</text> <text class="text">供货采购</text>
</view> </view>
<view v-if="no_prod" class="examine" @click="navigator('/pages/users/order_list/indexCopy?status=-1&product_type=98')"> <view class="examine" @click="navigator('/pages/users/order_list/indexCopy?status=-1&product_type=98')">
<image class="icon_img" src="@/static/images/index5.png" mode="aspectFit"></image> <image class="icon_img" src="@/static/images/index5.png" mode="aspectFit"></image>
<text class="text">进货管理</text> <text class="text">进货管理</text>
</view> </view>

View File

@ -31,14 +31,16 @@
</view> </view>
</view> </view>
<u-tabs :list="[{name: '先款后货'},{name: '先货后款'}]" :scrollable="false" lineColor="#ff6d20" lineWidth="30" :itemStyle="{height: '88rpx'}" @change="changeTabs"> <u-tabs v-if="no_prod" :list="[{name: '先款后货'},{name: '先货后款'}]" :scrollable="false" lineColor="#ff6d20" lineWidth="30" :itemStyle="{height: '88rpx'}" @change="changeTabs">
</u-tabs> </u-tabs>
</view> </view>
<view class="content"> <view class="content">
<view class="hot_serch"> <view v-if="no_prod" class="hot_serch">
<!-- <text>热搜:</text> <text>热a搜商品</text> <text>热搜商品</text> <!-- <text>热搜:</text> <text>热a搜商品</text> <text>热搜商品</text>
<text>热搜sasas商品</text> --> <text>热搜sasas商品</text> -->
</view> </view>
<view v-else class="hot_serch2">
</view>
<!-- <view class="menu_cls"> <!-- <view class="menu_cls">
<u-scroll-list> <u-scroll-list>
@ -308,6 +310,7 @@
}, },
data() { data() {
return { return {
no_prod: false,
titName: "", titName: "",
price: 0, price: 0,
stock: 0, stock: 0,
@ -902,6 +905,13 @@
} }
} }
.hot_serch2{
padding-top: 72rpx;
/* #ifdef H5 */
padding-top: 90rpx;
/* #endif */
}
.productList .search .input { .productList .search .input {
flex: 1; flex: 1;
height: 60rpx; height: 60rpx;