|
|
@ -13,8 +13,9 @@ |
|
|
|
</view> |
|
|
|
<view class="from"> |
|
|
|
<view class="prosecutors"> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<view class="nes"> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_pre">企业名称</text> |
|
|
|
<picker class="prosecutors_name" bindchange="pickerChange2" range-key="name" value="{{index}}" range="{{companyList}}"> |
|
|
|
<view class="{{gridNName?'':'gray'}}"> |
|
|
@ -24,23 +25,25 @@ |
|
|
|
</view> |
|
|
|
<view class="conclusion_right"> |
|
|
|
<image src="../../../../images/right.png" class="prosecutors_img"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view></view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="prosecutors" bind:tap="showPopup"> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<view class="nes"> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_pre">检查人员</text> |
|
|
|
<text class="prosecutors_name">{{ selectedNames }}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view class="conclusion_right"> |
|
|
|
<image src="../../../../images/right.png" class="prosecutors_img"></image> |
|
|
|
</view> |
|
|
|
</view></view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="pitfall"> |
|
|
|
<view class="prosecutors"> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_req" wx:if="{{checkResultFlag == 0}}">*</text> |
|
|
|
<view class="conclusion1"> |
|
|
|
<text class="prosecutors_pre">隐患明细</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -75,10 +78,10 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="prosecutors"> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<view class="nes"> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_pre">检查结论</text> |
|
|
|
<picker class="prosecutors_name" bindchange="pickerChange" value="{{index}}" range="{{array}}"> |
|
|
|
<view class="{{checkResultName?'':'gray'}}"> |
|
|
@ -90,22 +93,25 @@ |
|
|
|
<image src="../../../../images/right.png" class="prosecutors_img"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="prosecutors"> |
|
|
|
<view class="prosecutors_data"> |
|
|
|
<text class="prosecutors_req" wx:if="{{checkResultFlag == 0}}">*</text> |
|
|
|
<view class="nes"> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_pre">拟复查时间</text> |
|
|
|
<view> |
|
|
|
<picker mode="date" class="prosecutors_name" bindchange="pickerChange1" value="{{data}}"> |
|
|
|
<view class="{{getData?'':'gray'}}"> |
|
|
|
{{getData?getData:'请选择'}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view class="conclusion_right"> |
|
|
|
<image src="../../../../images/right.png" class="prosecutors_img"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="attachment"> |
|
|
|
<view class="image-box"> |
|
|
|
<view class="{{ uploadImageList.length < 4 ? 'image-list' : uploadImageList.length > 3 && uploadImageList.length < 7 ? 'image-list image-list-2' : uploadImageList.length > 6 && uploadImageList.length < 10 ? 'image-list image-list-3' : 'image-list image-list-4' }}"> |
|
|
@ -125,7 +131,7 @@ |
|
|
|
<image wx:if="{{uploadImageList.length < 3}}" src="../../../../images/ig_tianjiatupian@2x.png" bindtap="chooseImage" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text class="text1">备注</text> |
|
|
|
<text class="text_27">备注</text> |
|
|
|
<view class="textarea1"> |
|
|
|
<textarea placeholder-style="color: #C1C1C1;" bindinput="bindRemarkInput" maxlength="100" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|