12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <view class="container">
- <view class="zg_bh"><text>编号:</text><input type="number" style="width: 400rpx;" disabled="disabled" value="{{fcCode}}"/></view>
- <text class="con_tit mar_top">复查意见告知书</text>
- <view class="flex_row text_ind mar_top2 ">本机关于 <input type="text" style="width: 400rpx;" value="{{checkTime}}" disabled="disabled" /> ,对你单位做出了隐患限期整改告知书(编号:<text type="text" style="width: 250rpx;" >{{fcCode}}</text>),经对你单位整改情况进行复查,提出如下意见:</view>
- <textarea disabled="disabled" value="{{opinion}}"></textarea>
- <view class="flex_row text_ind">现告知你单位对上述问题于 <input type="text" style="width: 400rpx;" disabled="disabled" value="{{lasttime}}"/> 前整改完毕,达到有关法律法规规章和标准规定的要求。由此造成应当采取措施,确保安全生产。</view>
- <view class="flex_row text_ind">逾期未整改或在整改过程中存在安全生产违法行为的,我单位将提报相关执法部门进行依法查处。</view>
- <view class="flex_row text_ind">如果对本告知内容有异议,可向<input type="text" style="width: 400rpx;" disabled="disabled" value="{{askCompany}}"/>咨询或说明情况,也可通过12350安全生产举报电话进行反映。在没有新书面告知前,本告知要求不停止执行,法律另有规定的除外。</view>
- <!-- <view class="flex_row mar_top">检查人员:{{nickname}}</view>
- <view class="flex_row mar_top">
- <text>检查人员编号:</text><input type="text" style="width: 400rpx;" disabled="disabled" value="{{checker1Code}}"/>
- </view> -->
- <view class="flex_row mar_top txt_vi">
- <text>检查人员(签名):</text>
- <image wx:if="{{qianming01 != undefined && qianming01 != null}}" src="{{qianming01}}" class="qm_img"></image>
- </view>
- <view class="flex_row mar_top">
- <text>检查人员编号:</text><input type="text" style="width: 400rpx;" disabled="disabled" value="{{checker1Code}}"/>
- </view>
- <view class="flex_row mar_top txt_vi">
- <text>检查人员(签名):</text>
- <image wx:if="{{qianming02 != undefined && qianming02 != null}}" src="{{qianming02}}" class="qm_img"></image>
- </view>
- <view class="flex_row mar_top">
- <text>检查人员编号:</text><input type="text" style="width: 400rpx;" disabled="disabled" value="{{checker2Code}}"/>
- </view>
- <view class="flex_row mar_top txt_vi">
- <text>被复查单位负责人(签名):</text>
- <image wx:if="{{qianming03 != undefined && qianming03 != null}}" src="{{qianming03}}" class="qm_img"></image>
- </view>
- <view class="flex_row mar_top2 sign_layout_parent">
- <view style="text-align: right;" wx:if="{{signature != undefined && signature != null}}">
- <view style="text-align: right;"><text type="text" style="width: 340rpx;" />{{deptName}}</view>
- <view style="text-align: right;"><text type="text" style="width: 340rpx;" />{{checkTime}}</view>
- <view class="sign_layout" style="text-align: right; ">
- <image src="{{signature}}" class="sign_img"></image>
- </view>
- </view>
- </view>
- <view style="height: 20rpx;"></view>
- </view>
|