2025-04-28 00:40:37 +08:00
|
|
|
<wxs module="format" src="/utils/format.wxs"></wxs>
|
|
|
|
<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">
|
2025-04-29 00:39:23 +08:00
|
|
|
<view class="header_name">进度计划管理</view>
|
2025-04-28 00:40:37 +08:00
|
|
|
</van-col>
|
|
|
|
</van-row>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<scroll-view class="max_content_scroll" type="list" scroll-y bindscrolltolower="onScrollToLower">
|
|
|
|
<project-select init="{{initData}}" bindchange="onProjectSelect" id="projectSel"></project-select>
|
|
|
|
<view class="inspect_max_scroll">
|
|
|
|
<view class="inspect_for_scroll" v-if="{{ listData.length>0 }}" wx:for="{{listData}}" wx:key="index" data-set="{{item}}" bindtap="getInfo">
|
|
|
|
<view class="inspect_for_bgd">
|
|
|
|
<view class="inspect_list_title">
|
|
|
|
<view class="inspect_list_title_label inspect_list_title_width">
|
|
|
|
<view class="inspect_list_title_number">{{index < 10 ?'0'+(index+1):(index+1)}}</view>
|
2025-04-29 00:39:23 +08:00
|
|
|
<view class="module_title module_title_flex inspect_list_title_text">
|
|
|
|
填报时间:{{item.createDate}}
|
|
|
|
</view>
|
2025-04-28 00:40:37 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="inspect_list_info">
|
|
|
|
<view class="inspect_list_info_details">
|
|
|
|
<view class="inspect_list_info_img">
|
|
|
|
<van-image width="120rpx" height="120rpx" fit="cover" src="{{imgBaseUrl+item.mainImage+'.min.jpg'}}" />
|
|
|
|
</view>
|
|
|
|
<view class="inspect_list_info_data">
|
|
|
|
<view class="inspect_list_info_data_prop">计划名称:<text class="color_blue">{{item.taskName}}</text></view>
|
2025-04-29 00:39:23 +08:00
|
|
|
<view class="inspect_list_info_data_prop safety_issue_number">完成进度:<text class="color_orange txtb">{{item.schedulePercent}} %</text></view>
|
2025-04-28 00:40:37 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="inspect_list_info_position">
|
|
|
|
进度描述:<text class="color_purple">{{item.description}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view wx:if="{{listData.length==0}}">
|
|
|
|
<view style="padding-top: 70px;text-align: -webkit-center;">
|
|
|
|
<image src="https://szgcwx.jhncidg.com/staticFiles/nodata.png" style="width: 130px;height: 105px;"></image>
|
|
|
|
<view style="color: #a5abbb;">暂无数据</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
2025-04-29 00:39:23 +08:00
|
|
|
<view class="inspect_add_to_copy" bindtap="skipAdd">
|
2025-04-28 00:40:37 +08:00
|
|
|
<view style="padding-top: 22rpx;">
|
|
|
|
<image src="/images/new_add.png"></image>
|
|
|
|
<view>新增</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</scroll-view>
|
|
|
|
|
|
|
|
<van-tabbar wx:if="{{subDeptUserInfo.subDeptType=='1'}}" 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>
|
|
|
|
<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="{{aqglDB>0}}">{{aqglDB}}</span>
|
|
|
|
</van-tabbar-item>
|
|
|
|
|
|
|
|
<van-tabbar-item 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="{{zlglDB>0}}">{{zlglDB}}</span>
|
|
|
|
</van-tabbar-item>
|
|
|
|
|
|
|
|
<van-tabbar-item bindtap="JDGL">
|
|
|
|
<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 bindtap="XMGL">
|
|
|
|
<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>
|