|
|
|
@ -1,10 +1,10 @@ |
|
|
|
<!--subpages/safetyinspection/pages/safetyinspection/safetyinspection.wxml--> |
|
|
|
<view class="from"> |
|
|
|
<view class="prosecutors" bind:tap="showPopup"> |
|
|
|
<view > |
|
|
|
<view> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<text class="prosecutors_pre">检查人员</text> |
|
|
|
<text class="prosecutors_name">{{ selectedOptions }}</text> |
|
|
|
<text class="prosecutors_name">{{ selectedNames }}</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<image src="../../../../images/right.png" class="prosecutors_img"></image> |
|
|
|
@ -12,36 +12,36 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="pitfall"> |
|
|
|
<view class="prosecutors"> |
|
|
|
<view> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<text class="prosecutors_pre">已整改隐患</text> |
|
|
|
<view class="prosecutors"> |
|
|
|
<view> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<text class="prosecutors_pre">已整改隐患</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<image src="../../../../images/right.png" class="prosecutors_img"></image> |
|
|
|
<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-group> |
|
|
|
</view> |
|
|
|
<view class="input1"> |
|
|
|
<input bindinput="changeNewPassword" type="text" placeholder=" 请输入" /> |
|
|
|
</view> |
|
|
|
<view class="add" bind:tap="addAnother"> |
|
|
|
<image src="../../../../images/add.png" class="add_img"></image> |
|
|
|
<text>再添加一条</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="checkbox1"> |
|
|
|
<van-checkbox-group value="{{ result }}" bind:change="onChange"> |
|
|
|
<van-checkbox name="a">1.车间一些软件设备出现生锈断裂情况严重</van-checkbox> |
|
|
|
<van-checkbox name="b">2.还有部分货运车辆已过年检。</van-checkbox> |
|
|
|
</van-checkbox-group> |
|
|
|
</view> |
|
|
|
<view class="input1"> |
|
|
|
<input bindinput="changeNewPassword" type="password" placeholder=" 请输入"/> |
|
|
|
</view> |
|
|
|
<view class="add"> |
|
|
|
<image src="../../../../images/add.png" class="add_img"></image> |
|
|
|
<text>再添加一条</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="prosecutors"> |
|
|
|
<view> |
|
|
|
<view class="conclusion"> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<text class="prosecutors_pre">检查结论</text> |
|
|
|
<text class="prosecutors_name">请选择</text> |
|
|
|
<picker class="prosecutors_name" bindchange="pickerChange" value="{{index}}" range="{{array}}"> |
|
|
|
<view class="{{gridName?'':'gray'}}"> |
|
|
|
{{gridName?gridName:'请选择'}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view class="conclusion_right"> |
|
|
|
<image src="../../../../images/right.png" class="prosecutors_img"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -49,8 +49,12 @@ |
|
|
|
<view class="prosecutors_data"> |
|
|
|
<text class="prosecutors_req">*</text> |
|
|
|
<text class="prosecutors_pre">拟复查时间</text> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="bindOwnerIdCardInput" bindinput="bindOwnerIdCardInput" value="{{form.ownerIdCard}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<view> |
|
|
|
<picker mode="date" class="prosecutors_name" bindchange="pickerChange" value="{{data}}" range="{{array}}"> |
|
|
|
<view class="{{gridName?'':'gray'}}"> |
|
|
|
{{gridName?gridName:'请选择'}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
@ -125,19 +129,11 @@ |
|
|
|
</van-checkbox-group> |
|
|
|
<button bindtap="confirmSelection">确定</button> |
|
|
|
</van-popup>--> |
|
|
|
<van-popup |
|
|
|
show="{{ showPopup }}" |
|
|
|
closeable |
|
|
|
close-icon="close" |
|
|
|
position="bottom" |
|
|
|
custom-style="height: 50%" |
|
|
|
bind:close="onClose" |
|
|
|
> |
|
|
|
|
|
|
|
<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="onChange"> |
|
|
|
<van-checkbox name="{{item.name}}" bind:click="onClick" wx:for="{{arr}}">{{item.name}}</van-checkbox> |
|
|
|
</van-checkbox-group> |
|
|
|
<button bindtap="confirmSelection">确定</button> |
|
|
|
</view> |
|
|
|
</van-popup> |
|
|
|
<van-checkbox-group value="{{selectedOptions}}" bind:change="onChange1"> |
|
|
|
<van-checkbox name="{{item.value}}" data-value="{{item.value}}" wx:for="{{arr}}">{{item.name}}</van-checkbox> |
|
|
|
</van-checkbox-group> |
|
|
|
<button bindtap="confirmSelection">确定</button> |
|
|
|
</view> |
|
|
|
</van-popup> |