|
|
@ -20,7 +20,7 @@ |
|
|
|
</view> |
|
|
|
<view class="checkbox1"> |
|
|
|
<van-checkbox-group value="{{ result }}" bind:change="onChange"> |
|
|
|
<van-checkbox name="{{item.value}}" wx:for="{{arr1}}">{{item.name}}</van-checkbox> |
|
|
|
<van-checkbox custom-class="group1" name="{{item.value}}" wx:for="{{arr1}}" >{{item.name}}</van-checkbox> |
|
|
|
</van-checkbox-group> |
|
|
|
</view> |
|
|
|
<view class="input1"> |
|
|
@ -50,9 +50,9 @@ |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<text class="prosecutors_pre">拟复查时间</text> |
|
|
|
<view> |
|
|
|
<picker mode="date" class="prosecutors_name" bindchange="pickerChange" value="{{data}}" range="{{array}}"> |
|
|
|
<view class="{{gridName?'':'gray'}}"> |
|
|
|
{{gridName?gridName:'请选择'}} |
|
|
|
<picker mode="date" class="prosecutors_name" bindchange="pickerChange1" value="{{data}}"> |
|
|
|
<view class="{{getData?'':'gray'}}"> |
|
|
|
{{getData?getData:'请选择'}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
</view> |
|
|
@ -66,50 +66,56 @@ |
|
|
|
<van-uploader file-list="{{ fileList }}" bind:after-read="afterRead" /> |
|
|
|
<text class="text1">备注</text> |
|
|
|
<view class="textarea1"> |
|
|
|
<textarea class="" placeholder-style="color: #C1C1C1;" value="{{form.remark}}" bindblur="bindRemarkInput" bindinput="bindRemarkInput" maxlength="100" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<textarea placeholder-style="color: #C1C1C1;" bindinput="bindRemarkInput" maxlength="100" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="from"> |
|
|
|
<view><text class="text2">巡检记录</text></view> |
|
|
|
<view> |
|
|
|
<text class="text2">巡检记录</text> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 32rpx;padding: 0 35rpx;"> |
|
|
|
<view class="logsBox"> |
|
|
|
<view class="logsBox" wx:for="{{showList}}" wx:for-index="index"> |
|
|
|
<view class="item-dian {{index!=0?'item-dian1':''}}"> |
|
|
|
<view class="neidian"></view> |
|
|
|
</view> |
|
|
|
<view class="logs-top"> |
|
|
|
<view class="logs-top-title">时间</view> |
|
|
|
<view class="logs-top-title">{{item.checkTime}}</view> |
|
|
|
</view> |
|
|
|
<view class="logs-content"> |
|
|
|
<view class="logs-content-left"> |
|
|
|
<view> |
|
|
|
<text class="logs-content-title">检察人员:</text> |
|
|
|
<text class="logs-content-txt">123</text> |
|
|
|
<text class="logs-content-txt">{{item.checkPersons}}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class="logs-content-title">检查结论:</text> |
|
|
|
<text class="logs-content-txt">123</text> |
|
|
|
<text class="logs-content-txt">{{item.checkResultFlag}}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class="logs-content-title">隐患明细:</text> |
|
|
|
<text class="logs-content-txt">123</text> |
|
|
|
<text class="logs-content-txt" wx:for="{{item.hiddenDangeList}}" >{{item.hazardDesc}}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class="logs-content-title">整改要求:</text> |
|
|
|
<text class="logs-content-txt">123</text> |
|
|
|
<text class="logs-content-txt" wx:for="{{item.hiddenDangeList}}">{{item.hazardStatus}}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class="logs-content-title">拟复查时间:</text> |
|
|
|
<text class="logs-content-txt">{{item.reviewTime}}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class="logs-content-title">附件:</text> |
|
|
|
<text class="logs-content-txt">123</text> |
|
|
|
<text class="logs-content-title" >附件:</text> |
|
|
|
<text class="logs-content-txt" wx:for="{{item.attachmentUrls}}" >{{item.fileName}}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class="logs-content-title">备注:</text> |
|
|
|
<text class="logs-content-txt">123</text> |
|
|
|
<text class="logs-content-txt">{{item.remark}}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class="logs-content-title">整改要求:</text> |
|
|
|
<text class="logs-content-txt">123</text> |
|
|
|
<text class="logs-content-title">巡查定位:</text> |
|
|
|
<text class="logs-content-txt">--</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -120,15 +126,20 @@ |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
<!--<van-popup show="{{ showPopup }}" bind:close="onClose"position="top" |
|
|
|
class="var" > |
|
|
|
<van-checkbox-group bind:change="onChange1"> |
|
|
|
<van-checkbox name="checkbox1">选项1</van-checkbox> |
|
|
|
<van-checkbox name="checkbox2">选项2</van-checkbox> |
|
|
|
<van-checkbox name="checkbox3">选项3</van-checkbox> |
|
|
|
</van-checkbox-group> |
|
|
|
<button bindtap="confirmSelection">确定</button> |
|
|
|
</van-popup>--> |
|
|
|
<view class="footer"> |
|
|
|
<view class="btn"> |
|
|
|
<text class="btn_text">提交</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="image-box"> |
|
|
|
<view class="field-text">上传图片</view> |
|
|
|
<view wx:for="{{imageUrls}}"> |
|
|
|
<image wx:if="{{imageUrls}}" src="{{item.tempFilePath}}" mode="aspectFit" style="width: 200rpx; height: 300px;"></image> |
|
|
|
</view> |
|
|
|
<image src="../../../../images/addphoto.png" bindtap="chooseImage" /> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<van-popup show="{{ showPopup }}" closeable close-icon="close" position="bottom" custom-style="height: 50%" bind:close="onClose"> |
|
|
|
<view class="popup-content"> |
|
|
|
<van-checkbox-group value="{{selectedOptions}}" bind:change="onChange1"> |
|
|
@ -136,4 +147,4 @@ |
|
|
|
</van-checkbox-group> |
|
|
|
<button bindtap="confirmSelection">确定</button> |
|
|
|
</view> |
|
|
|
</van-popup> |
|
|
|
</van-popup> |
|
|
|