celldetail.wxml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <view class="page">
  2. <view class="box1">
  3. <view class="wrap3">
  4. <view class="outer3">
  5. <text lines="1" class="txt2">{{taskInfo.external_cabinet}}号格口状态:{{taskInfo.status}}</text>
  6. <view class="main1">
  7. <view class="group1">
  8. <text lines="1" class="word3" bindtap="show1">检修开柜</text>
  9. </view>
  10. <view class="group2">
  11. <text lines="1" class="info2" bindtap="show">冻结格口</text>
  12. </view>
  13. </view>
  14. </view>
  15. </view>
  16. <view class="wrap4">
  17. <view class="box2">
  18. <text lines="1" class="word4">格口历史状态</text>
  19. <view class="box3"></view>
  20. </view>
  21. </view>
  22. <view class="wrap9" wx:for="{{taskInfo.list}}">
  23. <view class="main7">
  24. <view class="box7">
  25. <text lines="1" class="info8">{{item.user_title}}</text>
  26. <text lines="1" class="word13">{{item.name_type}}:{{item.name}}</text>
  27. </view>
  28. <view class="box8">
  29. <text lines="1" class="word14">状态更新:{{item.device_title}}</text>
  30. <text lines="1" decode="true" class="word15">{{item.created}}</text>
  31. </view>
  32. <text lines="1" class="txt6">操作原因:{{item.remark}}</text>
  33. </view>
  34. </view>
  35. </view>
  36. <view class="box9" wx:if="{{show}}">
  37. <view class="bd1">
  38. <view class="bd2">
  39. <text lines="1" class="info9">{{title}}</text>
  40. <view class="mod1">
  41. <van-cell-group>
  42. <van-field value="{{ message }}" custom-style="height:200rpx;background-color:#F6F6F6" bind:change="onChange" maxlength="150" type="textarea" placeholder="请输入操作原因" border="{{ false }}" />
  43. </van-cell-group>
  44. </view>
  45. <view class="mod2">
  46. <button class="layer3" bindtap="show">
  47. <text lines="1" class="info10" >取消</text>
  48. </button>
  49. <view class="layer4">
  50. <text lines="1" class="txt7" bindtap="opentask">{{edit}}</text>
  51. </view>
  52. </view>
  53. </view>
  54. </view>
  55. </view>
  56. </view>