You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.8 KiB

<!--pages/acceptance/acceptance.wxml-->
<userInfo detail="{{detail}}" type='12'></userInfo>
<view class="content">
<view class="content-title">并网信息</view>
<view class="content-line"></view>
<onGrid photo="{{photo}}" type="12" detail="{{detail}}" wx:if="{{detail.id}}"></onGrid>
</view>
<!-- 验收结论 -->
<view class="content" style="margin-top: 0;">
<!-- <view class="content-line"></view>
<view class="content-list">
<view class="content-list-title">近3天发电量</view>
<van-uploader file-list="{{powerCapacityUrl}}" data-name="powerImg" bind:after-read="afteruploadPhotoRead" bind:delete="deleteImg" preview-size="150rpx" preview-image preview-full-image max-count="1">
<image src="../../img/img-base.png" class="content-img" />
</van-uploader>
<view class="ml-20 txt-blue" bind:tap="goLink">查看发电量</view>
</view> -->
<view class="content-line"></view>
<view class="content-list">
<view class="content-list-title">物料并网完成状态</view>
<van-checkbox value="{{ gridCheck }}" shape="square" bind:change="onChangeGrid">
并网已完成
</van-checkbox>
</view>
<view class="content-line"></view>
<view class="content-list">
<view class="content-list-title">验收意见</view>
<input type="text" class="content-input" placeholder="请输入" model:value="{{fixConclusion}}" />
<!-- <input type="text" class="content-input" placeholder="请输入" model:value="{{fixConclusionSh}}" wx:if="{{status == '5'}}" /> -->
</view>
</view>
<!-- 空白底 -->
<view class="buttom-margin"></view>
<view class="from-submit-buttom">
<view class="from-submit-buttom-cancle" bindtap="passFn" data-type="2">不通过</view>
<view class="from-submit-buttom-confirm" bindtap="passFn" data-type="1">通过</view>
</view>
<van-dialog id="van-dialog" />