|
@@ -1,9 +1,9 @@
|
|
|
<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;color: red;" value="{{checkTime}}" disabled="disabled" /> ,对你单位做出了隐患限期整改告知书(编号:<text type="text" style="width: 250rpx;" >{{fcCode}}</text>),经对你单位整改情况进行复查,提出如下意见:</view>
|
|
|
+ <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;color: red;" disabled="disabled" value="{{lasttime}}"/> 前整改完毕,达到有关法律法规规章和标准规定的要求。由此造成应当采取措施,确保安全生产。</view>
|
|
|
+ <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>
|
|
|
|
|
@@ -22,9 +22,10 @@
|
|
|
<text bindtap="bindQianming1">被复查单位负责人(签名):</text>
|
|
|
<image wx:if="{{qianming1 != undefined && qianming1 != null}}" src="{{qianming1}}" class="qm_img"></image>
|
|
|
</view>
|
|
|
- <view class="flex_row mar_top" style="text-align: right;"><input type="text" style="width: 370rpx;" disabled="disabled" value="{{deptName}}"/></view>
|
|
|
- <!-- <view class="flex_row mar_top2" style="text-align: right;"><input type="number" style="width: 100rpx;" />年<input type="number" style="width: 100rpx;" />月<input type="number" style="width: 100rpx;" />日</view> -->
|
|
|
- <view class="flex_row mar_top" style="text-align: right;"><input type="text" style="width: 340rpx;" disabled="disabled" value="{{checkTime}}"/></view>
|
|
|
+ <!-- <view class="flex_row mar_top" style="text-align: right;"><input type="text" style="width: 370rpx;" disabled="disabled" value="{{deptName}}"/></view> -->
|
|
|
+ <!-- <view class="flex_row mar_top" style="text-align: right;"><input type="text" style="width: 340rpx;" disabled="disabled" value="{{checkTime}}"/></view> -->
|
|
|
+ <view class="flex_row mar_top2" style="text-align: right;"><text type="text" style="width: 340rpx;" />{{deptName}}</view>
|
|
|
+ <view class="flex_row mar_top2" style="text-align: right;"><text type="text" style="width: 340rpx;" />{{checkTime}}</view>
|
|
|
|
|
|
<!-- <button type="primary" bindtap="bindViewSubmit">提交</button> -->
|
|
|
<view style="height: 10rpx;"></view>
|