celldetail.wxml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <view class="page">
  2. <view class="box1">
  3. <view class="wrap3">
  4. <view class="outer3">
  5. <text lines="1" class="txt2">1号格口状态:空闲</text>
  6. <view class="main1">
  7. <view class="group1" >
  8. <text lines="1" class="word3" bindtap="show">检修开柜</text>
  9. </view>
  10. <view class="group2">
  11. <text lines="1" class="info2">冻结格口</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="wrap5">
  23. <view class="main2">
  24. <view class="box4">
  25. <text lines="1" class="info3">管家取衣</text>
  26. <text lines="1" class="word5">物流员:张某某</text>
  27. </view>
  28. <view class="box5">
  29. <text lines="1" class="txt3">状态更新:空闲</text>
  30. <text lines="1" decode="true" class="txt4">2019-07-04&nbsp;17:55:29</text>
  31. </view>
  32. <view class="box6"></view>
  33. </view>
  34. </view>
  35. <view class="wrap6">
  36. <view class="layer1">
  37. <view class="main3">
  38. <text lines="1" class="word6">检修开柜</text>
  39. <text lines="1" class="info4">运维员:张某某</text>
  40. </view>
  41. <view class="main4">
  42. <text lines="1" class="word7">状态更新:空闲</text>
  43. <text lines="1" decode="true" class="info5">2019-07-04&nbsp;17:55:29</text>
  44. </view>
  45. <view class="main5"></view>
  46. </view>
  47. </view>
  48. <view class="wrap7">
  49. <view class="main6">
  50. <view class="block1">
  51. <text lines="1" class="info6">管家存衣</text>
  52. <text lines="1" class="word8">管理员:张某某</text>
  53. </view>
  54. <view class="block2">
  55. <text lines="1" class="word9">状态更新:净衣用户待取</text>
  56. <text lines="1" decode="true" class="word10">2019-07-04&nbsp;17:55:29</text>
  57. </view>
  58. <view class="block3"></view>
  59. </view>
  60. </view>
  61. <view class="wrap8">
  62. <view class="layer2">
  63. <view class="outer4">
  64. <text lines="1" class="word11">管家存衣</text>
  65. <text lines="1" class="word12">物流员:张某某</text>
  66. </view>
  67. <view class="outer5">
  68. <text lines="1" class="info7">状态更新:净衣用户待取</text>
  69. <text lines="1" decode="true" class="txt5">2019-07-04&nbsp;17:55:29</text>
  70. </view>
  71. <view class="outer6"></view>
  72. </view>
  73. </view>
  74. <view class="wrap9">
  75. <view class="main7">
  76. <view class="box7">
  77. <text lines="1" class="info8">状态撤回</text>
  78. <text lines="1" class="word13">物流员:张某某</text>
  79. </view>
  80. <view class="box8">
  81. <text lines="1" class="word14">状态更新:脏衣管家待取</text>
  82. <text lines="1" decode="true" class="word15">2019-07-04&nbsp;17:55:29</text>
  83. </view>
  84. <text lines="1" class="txt6">操作原因:未封签自动开柜门,撤回重新走流程</text>
  85. </view>
  86. </view>
  87. </view>
  88. <view class="box9" wx:if="{{show}}" bindtap="show">
  89. <view class="bd1">
  90. <view class="bd2">
  91. <text lines="1" class="info9">冻结格口</text>
  92. <view class="mod1">
  93. <text lines="1" class="word16">请填写操作原因</text>
  94. </view>
  95. <view class="mod2">
  96. <button bindtap="onClick" class="layer3">
  97. <text lines="1" class="info10">取消</text>
  98. </button>
  99. <view class="layer4">
  100. <text lines="1" class="txt7">冻结</text>
  101. </view>
  102. </view>
  103. </view>
  104. </view>
  105. </view>
  106. </view>