757 lines
31 KiB
Plaintext
757 lines
31 KiB
Plaintext
<!--pages/construction-details/index.wxml-->
|
||
<!-- 施工日志详情 -->
|
||
<view class="construction">
|
||
<view class="construction-content" style="margin: 30rpx 0;">
|
||
<view class="eharts_title">
|
||
基础信息
|
||
</view>
|
||
<view class="rowStyle">
|
||
一级施工区域
|
||
<view class="rightStyle">
|
||
<input type="digit" name="mainStructure" class="inputStyle" style="width: 200px;" value="{{itemData.building_num}}" disabled="disabled"/>
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
二级施工区域
|
||
<view class="rightStyle">
|
||
<input type="digit" name="rebarBindInWall" class="inputStyle" style="width: 200px;" value="{{itemData.floor_num}}" disabled="disabled"/>
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
施工日期
|
||
<view class="rightStyle">
|
||
<input type="digit" name="fullScaffoldingFormwork" class="inputStyle" style="width: 200px;" value="{{itemData.fill_time}}" disabled="disabled"/>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<!-- tab栏切换 -->
|
||
<view class="modify_video_nav" style="margin-bottom: 64rpx;width: 100%;">
|
||
<view class="{{activeState==1?'active':''}}" bindtap="trainingTypeJump" data-index="1"><text>地基与基础</text></view>
|
||
<view class="{{activeState==2?'active':''}}" bindtap="trainingTypeJump" data-index="2"><text>主体结构</text></view>
|
||
<view class="{{activeState==3?'active':''}}" bindtap="trainingTypeJump" data-index="3"><text>砌体结构</text></view>
|
||
<view class="{{activeState==4?'active':''}}" bindtap="trainingTypeJump" data-index="4"><text>装饰装修</text></view>
|
||
<view class="{{activeState==5?'active':''}}" bindtap="trainingTypeJump" data-index="5"><text>安装工程</text></view>
|
||
</view>
|
||
|
||
<!-- 地基与基础 -->
|
||
<view class="construction-content" style="margin: 30rpx 0;" wx:if="{{activeState == 1}}">
|
||
<view class="rowStyle">
|
||
地基与基础工程完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.schedule_construction_one}}" class="inputStyle" disabled="disabled"/>%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title" style="display: flex;margin-bottom: 40rpx;">
|
||
围护结构
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
1)
|
||
<input type="text" value="{{itemData.oneData.whz_position}}" class="inputStyle1" disabled="disabled"/>(一般填写东、南、西、北)侧围护桩施工当天完成
|
||
<input type="text" value="{{itemData.oneData.wh_today_finish_num}}" class="inputStyle1" disabled="disabled"/>根,累计完成
|
||
<input type="text" value="{{itemData.oneData.wh_tital_finish_num}}" class="inputStyle1" disabled="disabled"/>根,(总量
|
||
<input type="text" value="{{itemData.oneData.wh_tital_num}}" class="inputStyle1" disabled="disabled"/> 根)累计完成总量的
|
||
<input type="text" value="{{itemData.oneData.wh_tital_finish_rate}}" class="inputStyle1" disabled="disabled"/>%
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
2)
|
||
<input type="text" value="{{itemData.oneData.lxq_position}}" class="inputStyle1" disabled="disabled"/>(一般填写东、南、西、北)侧地下连续墙施工完成
|
||
<input type="text" value="{{itemData.oneData.lxq_finish_num}}" class="inputStyle1" disabled="disabled"/>副(总量
|
||
<input type="text" value="{{itemData.oneData.lxq_tital_num}}" class="inputStyle1" disabled="disabled"/>副),累计完成总量的
|
||
<input type="text" value="{{itemData.oneData.lxq_tital_finish_rate}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
3)
|
||
<input type="text" value="{{itemData.oneData.pmzh_position}}" class="inputStyle1" disabled="disabled"/>(一般填写东、南、西、北)侧喷锚支护施工完成至总量的
|
||
<input type="text" value="{{itemData.oneData.pmzh_tital_finish_rate}}" class="inputStyle1" disabled="disabled"/>%
|
||
</view>
|
||
|
||
<view class="eharts_title" style="display: flex;margin-bottom: 40rpx;">
|
||
土方工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)土方开挖完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.tfkw_tital_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
2)
|
||
<input type="text" value="{{itemData.oneData.tfht_position}}" class="inputStyle1" disabled="disabled"/>(一般填写东、南、西、北)侧土方回填完成至总量的
|
||
<input type="text" value="{{itemData.oneData.tfht_tital_finish_rate}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)室内土方回填完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.tfht_sn_tital_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title" style="display: flex;margin-bottom: 40rpx;">
|
||
基坑降水
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)降水井施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.jkjs_tital_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title" style="display: flex;margin-bottom: 40rpx;">
|
||
桩基工程
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
1)
|
||
<input type="text" value="{{itemData.oneData.zj_type1}}" class="inputStyle1" disabled="disabled"/>(灌注桩、静压桩)桩施工完成至
|
||
<input type="text" value="{{itemData.oneData.zj_finish_rate}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
2)
|
||
<input type="text" value="{{itemData.oneData.zj_type2}}" class="inputStyle1" disabled="disabled"/>(灌注桩、静压桩)桩施工累计完成
|
||
<input type="text" value="{{itemData.oneData.zj_tital_finish_num}}" class="inputStyle1" disabled="disabled"/>根(总量
|
||
<input type="text" value="{{itemData.oneData.zj_tital_num}}" class="inputStyle1" disabled="disabled"/>根),累计完成总量的
|
||
<input type="text" value="{{itemData.oneData.zj_tital_finish_rate}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)桩间土开挖完成
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.zj_zjtkw_finish_tate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)破桩头累计完成
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.zj_pzt_tital_finish_num}}" class="inputStyle" disabled="disabled" />根
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title" style="display: flex;margin-bottom: 40rpx;">
|
||
楼筏板工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)垫层完成至总量
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.lfb_dc_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)防水及防水保护层完成至总量
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.lfb_fs_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)筏板的模板施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.lfb_mb_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)筏板钢筋绑扎完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.lfb_gj_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
5)钢筋支撑架搭设完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.lfb_gjzcj_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
6)防雷接地及安装预留预埋完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.lfb_fljd_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
7)砼浇筑完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.lfb_tjz_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
8)筏板模板拆除完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.lfb_mbcc_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title" style="display: flex;margin-bottom: 40rpx;">
|
||
地下室防水工程
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
1)
|
||
<input type="text" value="{{itemData.oneData.dxsfs_wqfsc_position}}" class="inputStyle1" disabled="disabled"/>(此处选择“东、南、西、北”)侧外墙防水层施工完成至总量的
|
||
<input type="text" value="{{itemData.oneData.dxsfs_wqfsc_finish_rate}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
2)
|
||
<input type="text" value="{{itemData.oneData.dxsfs_wqfsbhc_position}}" class="inputStyle1" disabled="disabled"/>(此处选择“东、南、西、北”)侧外墙防水保护层施工完成至总量的
|
||
<input type="text" value="{{itemData.oneData.dxsfs_wqfsbhc_finish_rate}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)车库顶板防水及防水保护层施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.oneData.dxsfs_ckdbfs_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title" style="display: flex;margin-bottom: 40rpx;">
|
||
±0.000以下主体结构施工
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
1)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num1}}" class="inputStyle1" disabled="disabled"/>层外围护脚手架搭设完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate1}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
2)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num2}}" class="inputStyle1" disabled="disabled"/>层墙柱钢筋绑扎完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate2}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
3)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num3}}" class="inputStyle1" disabled="disabled"/>层满堂脚手架搭设完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate3}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
4)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num4}}" class="inputStyle1" disabled="disabled"/>层顶板梁板模板安装完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate4}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
5)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num5}}" class="inputStyle1" disabled="disabled"/>层墙柱模板安装完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate5}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
6)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num6}}" class="inputStyle1" disabled="disabled"/>层顶板梁板钢筋安装完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate6}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
7)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num7}}" class="inputStyle1" disabled="disabled"/>层预制墙板吊装完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate7}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
8)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num8}}" class="inputStyle1" disabled="disabled"/>层叠合板及楼梯吊装完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate8}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
9)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num9}}" class="inputStyle1" disabled="disabled"/>层模板及支撑体系拆除完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate9}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
10)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num10}}" class="inputStyle1" disabled="disabled"/>层安装预留预埋完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate10}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
11)
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_num11}}" class="inputStyle1" disabled="disabled"/>层混凝土浇筑完成至总量的
|
||
<input type="text" value="{{itemData.oneData.ztjg_storey_finish_rate11}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
|
||
<view class="eharts_title" style="display: flex;margin-bottom: 40rpx;">
|
||
±0.000以下砌体结构施工
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
1)
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_num1}}" class="inputStyle1" disabled="disabled"/>层植筋完成至总量的
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_finish_rate1}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
2)
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_num2}}" class="inputStyle1" disabled="disabled"/>层砌体砌筑完成至总量的
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_finish_rate2}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
3)
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_num3}}" class="inputStyle1" disabled="disabled"/>层构造柱、圈过梁完成至总量的
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_finish_rate3}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
4)
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_num4}}" class="inputStyle1" disabled="disabled"/>层轻质隔墙安装完成至总量的
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_finish_rate4}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
5)
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_num5}}" class="inputStyle1" disabled="disabled"/>层安装预留预埋完成至总量的
|
||
<input type="text" value="{{itemData.oneData.qtjg_storey_finish_rate5}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
</view>
|
||
|
||
<!-- 主体结构 -->
|
||
<view class="construction-content" style="margin: 30rpx 0;" wx:if="{{activeState == 2}}">
|
||
|
||
<view class="rowStyle">
|
||
主体结构施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.schedule_construction_two}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
主体结构
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)外围护脚手架搭设完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)墙柱钢筋绑扎完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)满堂脚手架搭设完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)顶板梁板模板安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate4}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
5)墙柱模板安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate5}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
6)顶板梁板钢筋安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate6}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
7)预制墙板吊装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate7}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
8)叠合板及楼梯吊装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate8}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
9)模板及支撑体系拆除完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate9}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
10)安装预留预埋完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate10}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
11)混凝土浇筑完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.twoData.finish_rate11}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<!-- 砌体结构 -->
|
||
<view class="construction-content" style="margin: 30rpx 0;" wx:if="{{activeState == 3}}">
|
||
|
||
<view class="rowStyle">
|
||
砌体结构施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.threeData.schedule_construction_three}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
砌体结构
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)植筋完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.threeData.finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)砌体砌筑完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.threeData.finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)构造柱、圈过梁完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.threeData.finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)轻质隔墙安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.threeData.finish_rate4}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
5)烟、气道施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.threeData.finish_rate5}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
6)安装预留预埋完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.threeData.finish_rate6}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<!-- 装饰装修 -->
|
||
<view class="construction-content" style="margin: 30rpx 0;" wx:if="{{activeState == 4}}">
|
||
|
||
<view class="rowStyle">
|
||
装饰装修工程完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.schedule_construction_four}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
抹灰工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)抹灰工程施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mh_finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
腻子涂料工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)腻子工程施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mh_finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)涂料工程施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mh_finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="eharts_title">
|
||
地辐热工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)保温层施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.dfr_finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)地暖管施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.dfr_finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)混凝土保护层施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.dfr_finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)阀门施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.dfr_finish_rate4}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
地面工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)厨房/卫生间/阳台防水施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.dm_finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)地砖铺贴施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.dm_finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)水泥砂浆地面施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.dm_finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
楼梯扶手及护栏工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)楼梯扶手施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.ltfs_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)栏杆施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.lg_finish_rate}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
门窗工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)入户门安装完成
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mc_num1}}" class="inputStyle" disabled="disabled" />樘
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)防火门安装完成
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mc_num2}}" class="inputStyle" disabled="disabled" />樘
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)窗框安装完成
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mc_num3}}" class="inputStyle" disabled="disabled" />樘
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)窗扇安装完成
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mc_num4}}" class="inputStyle" disabled="disabled" />樘
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
5)门的五金件安装完成
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mc_num5}}" class="inputStyle" disabled="disabled" />樘
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
6)窗的五金件安装完成
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.mc_num6}}" class="inputStyle" disabled="disabled" />樘
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
吊顶工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)吊顶施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.dd_finish_rate}}" class="inputStyle" disabled="disabled" />樘
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
外墙工程
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
1)
|
||
<input type="text" value="{{itemData.fourData.wq_position1}}" class="inputStyle1" disabled="disabled"/>(一般填写东、南、西、北)侧外墙外保温(含抗裂砂浆、网格布)施工完成至总量的
|
||
<input type="text" value="{{itemData.fourData.wq_finish_rate1}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
2)
|
||
<input type="text" value="{{itemData.fourData.wq_position2}}" class="inputStyle1" disabled="disabled"/>(一般填写东、南、西、北)侧腻子施工完成至总量的
|
||
<input type="text" value="{{itemData.fourData.wq_finish_rate2}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
3)
|
||
<input type="text" value="{{itemData.fourData.wq_position3}}" class="inputStyle1" disabled="disabled"/>(一般填写东、南、西、北)侧饰面层(涂料/真石漆)施工完成至总量的
|
||
<input type="text" value="{{itemData.fourData.wq_finish_rate3}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
<view class="rowStyle" style="display: inline-block;">
|
||
4)
|
||
<input type="text" value="{{itemData.fourData.wq_position4}}" class="inputStyle1" disabled="disabled"/>(一般填写东、南、西、北)侧幕墙施工完成至总量的
|
||
<input type="text" value="{{itemData.fourData.wq_finish_rate4}}" class="inputStyle1" disabled="disabled"/>%;
|
||
</view>
|
||
|
||
|
||
<view class="eharts_title">
|
||
屋面工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)找平层施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.wm_finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)保温层施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.wm_finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)防水层施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.wm_finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)防水保护层施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.wm_finish_rate4}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
5)屋面面层施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.wm_finish_rate5}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
6)钢爬梯施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.wm_finish_rate6}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
7)屋面设备基础等附属结构施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fourData.wm_finish_rate7}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<!-- 安装工程 -->
|
||
<view class="construction-content" style="margin: 30rpx 0;" wx:if="{{activeState == 5}}">
|
||
|
||
<view class="rowStyle">
|
||
安装工程施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.schedule_construction_five}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
电气工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)穿线(含强电、弱电)完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.dq_finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)开关、面板、灯具安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.dq_finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)配电箱、桥架安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.dq_finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)电缆敷设安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.dq_finish_rate4}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
给排水工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)管道(含排水、给水、消防、暖通)敷设安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.jps_finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)阀门、水表安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.jps_finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)预留洞口封堵(含防火封堵)完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.jps_finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
4)管道保温施工完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.jps_finish_rate4}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
暖通工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)暖通设备安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.nt_finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)风管安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.nt_finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
|
||
<view class="eharts_title">
|
||
消防工程
|
||
</view>
|
||
<view class="rowStyle">
|
||
1)通风管道设备安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.xf_finish_rate1}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
2)消防栓安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.xf_finish_rate2}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
<view class="rowStyle">
|
||
3)消防栓内配套设备安装完成至总量的
|
||
<view class="rightStyle">
|
||
<input type="text" value="{{itemData.fiveData.xf_finish_rate3}}" class="inputStyle" disabled="disabled" />%
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<van-overlay show="{{loadShow}}">
|
||
<view class="gif">
|
||
<image src="../../images/loding2.gif"></image>
|
||
<view>正在提交,请稍后...</view>
|
||
</view>
|
||
</van-overlay>
|