fcdetail.wxml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <view class="container">
  2. <view class="zg_bh"><text>编号:</text><input type="number" style="width: 400rpx;" disabled="disabled" value="{{fcCode}}"/></view>
  3. <text class="con_tit mar_top">复查意见告知书</text>
  4. <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>
  5. <textarea disabled="disabled" value="{{opinion}}"></textarea>
  6. <view class="flex_row text_ind">现告知你单位对上述问题于 <input type="text" style="width: 400rpx;" disabled="disabled" value="{{lasttime}}"/> 前整改完毕,达到有关法律法规规章和标准规定的要求。由此造成应当采取措施,确保安全生产。</view>
  7. <view class="flex_row text_ind">逾期未整改或在整改过程中存在安全生产违法行为的,我单位将提报相关执法部门进行依法查处。</view>
  8. <view class="flex_row text_ind">如果对本告知内容有异议,可向<input type="text" style="width: 400rpx;" disabled="disabled" value="{{askCompany}}"/>咨询或说明情况,也可通过12350安全生产举报电话进行反映。在没有新书面告知前,本告知要求不停止执行,法律另有规定的除外。</view>
  9. <!-- <view class="flex_row mar_top">检查人员:{{nickname}}</view>
  10. <view class="flex_row mar_top">
  11. <text>检查人员编号:</text><input type="text" style="width: 400rpx;" disabled="disabled" value="{{checker1Code}}"/>
  12. </view> -->
  13. <view class="flex_row mar_top txt_vi">
  14. <text>检查人员(签名):</text>
  15. <image wx:if="{{qianming01 != undefined && qianming01 != null}}" src="{{qianming01}}" class="qm_img"></image>
  16. </view>
  17. <view class="flex_row mar_top">
  18. <text>检查人员编号:</text><input type="text" style="width: 400rpx;" disabled="disabled" value="{{checker1Code}}"/>
  19. </view>
  20. <view class="flex_row mar_top txt_vi">
  21. <text>检查人员(签名):</text>
  22. <image wx:if="{{qianming02 != undefined && qianming02 != null}}" src="{{qianming02}}" class="qm_img"></image>
  23. </view>
  24. <view class="flex_row mar_top">
  25. <text>检查人员编号:</text><input type="text" style="width: 400rpx;" disabled="disabled" value="{{checker2Code}}"/>
  26. </view>
  27. <view class="flex_row mar_top txt_vi">
  28. <text>被复查单位负责人(签名):</text>
  29. <image wx:if="{{qianming03 != undefined && qianming03 != null}}" src="{{qianming03}}" class="qm_img"></image>
  30. </view>
  31. <view class="flex_row mar_top2 sign_layout_parent">
  32. <view style="text-align: right;" wx:if="{{signature != undefined && signature != null}}">
  33. <view style="text-align: right;"><text type="text" style="width: 340rpx;" />{{deptName}}</view>
  34. <view style="text-align: right;"><text type="text" style="width: 340rpx;" />{{checkTime}}</view>
  35. <view class="sign_layout" style="text-align: right; ">
  36. <image src="{{signature}}" class="sign_img"></image>
  37. </view>
  38. </view>
  39. </view>
  40. <view style="height: 20rpx;"></view>
  41. </view>