119 lines
3.4 KiB
Plaintext
119 lines
3.4 KiB
Plaintext
<view class="header_title">
|
|
<view class="header_title_row">
|
|
<van-row>
|
|
<van-col span="4">
|
|
<view class="header_img" bindtap="XMGK">
|
|
<image src="/images/left.png"></image>
|
|
<text class="header_fh">返回</text>
|
|
</view>
|
|
</van-col>
|
|
<van-col span="3">
|
|
<user-infos></user-infos>
|
|
</van-col>
|
|
<van-col span="10">
|
|
<view class="header_name">项目管理</view>
|
|
</van-col>
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="max_content">
|
|
<project-select init="{{initData}}" bindchange="onProjectSelect"></project-select>
|
|
<view class="gd_max" style="margin-top: 20rpx;">
|
|
<van-row class="demo clearfix">
|
|
<van-col span="8" wx:for="{{menuList}}" wx:key="unique">
|
|
<view class="gd_min" data-id="{{item.menuIdenti}}" data-url="{{item.menuUrl}}" bindtap="goMenu">
|
|
<span class="tabNum_active" wx:if="{{item.menuIdenti=='FBDWSH' && fbdwDB>0}}">{{fbdwDB}}</span>
|
|
<span class="tabNum_active" wx:if="{{item.menuIdenti=='FBRYSH' && fbrtDB>0}}">{{fbrtDB}}</span>
|
|
<image src="{{item.menuImg}}"></image>
|
|
<view>{{item.menuName}}</view>
|
|
</view>
|
|
</van-col>
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
<van-tabbar wx:if="{{subDeptUserInfo.userPost!='3' && subDeptUserInfo.userPost!='4' && subDeptUserInfo.userPost!='5'}}" active="{{ active }}" bind:change="onChange" active-color="#ffffff" inactive-color="#7d95d6">
|
|
<van-tabbar-item bindtap="XMGK">
|
|
<image
|
|
slot="icon"
|
|
src="/images/footer_5.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
<image
|
|
slot="icon-active"
|
|
src="/images/foot_5.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
项目概况
|
|
</van-tabbar-item>
|
|
|
|
<van-tabbar-item wx:if="{{subDeptUserInfo.subDeptType=='1'}}" bindtap="AQGL">
|
|
<image
|
|
slot="icon"
|
|
src="/images/footer_7.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
<image
|
|
slot="icon-active"
|
|
src="/images/foot_7.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
安全管理
|
|
<span class="tabNum" wx:if="{{aq>0}}">{{aq}}</span>
|
|
</van-tabbar-item>
|
|
|
|
<van-tabbar-item wx:if="{{subDeptUserInfo.subDeptType=='1'}}" bindtap="ZLGL">
|
|
<image
|
|
slot="icon"
|
|
src="/images/footer_5.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
<image
|
|
slot="icon-active"
|
|
src="/images/foot_5.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
质量管理
|
|
<span class="tabNum" wx:if="{{ad>0}}">{{ad}}</span>
|
|
</van-tabbar-item>
|
|
|
|
<van-tabbar-item wx:if="{{subDeptUserInfo.subDeptType=='1'}}" bindtap="JDGL2">
|
|
<image
|
|
slot="icon"
|
|
src="/images/footer_6.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
<image
|
|
slot="icon-active"
|
|
src="/images/foot_6.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
进度管理
|
|
</van-tabbar-item>
|
|
|
|
<van-tabbar-item>
|
|
<image
|
|
slot="icon"
|
|
src="/images/footer_1.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height: 40rpx;"
|
|
/>
|
|
<image
|
|
slot="icon-active"
|
|
src="/images/foot_1.png"
|
|
mode="aspectFit"
|
|
style="width:40rpx; height:40rpx;"
|
|
/>
|
|
项目管理
|
|
<span class="tabNum" wx:if="{{todoDb>0}}">{{todoDb}}</span>
|
|
</van-tabbar-item>
|
|
</van-tabbar>
|