123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <view class="page">
- <view class="box1">
- <view class="wrap3">
- <view class="outer3">
- <text lines="1" class="txt2">1号格口状态:空闲</text>
- <view class="main1">
- <view class="group1" >
- <text lines="1" class="word3" bindtap="show">检修开柜</text>
- </view>
- <view class="group2">
- <text lines="1" class="info2">冻结格口</text>
- </view>
- </view>
- </view>
- </view>
- <view class="wrap4">
- <view class="box2">
- <text lines="1" class="word4">格口历史状态</text>
- <view class="box3"></view>
- </view>
- </view>
- <view class="wrap5">
- <view class="main2">
- <view class="box4">
- <text lines="1" class="info3">管家取衣</text>
- <text lines="1" class="word5">物流员:张某某</text>
- </view>
- <view class="box5">
- <text lines="1" class="txt3">状态更新:空闲</text>
- <text lines="1" decode="true" class="txt4">2019-07-04 17:55:29</text>
- </view>
- <view class="box6"></view>
- </view>
- </view>
- <view class="wrap6">
- <view class="layer1">
- <view class="main3">
- <text lines="1" class="word6">检修开柜</text>
- <text lines="1" class="info4">运维员:张某某</text>
- </view>
- <view class="main4">
- <text lines="1" class="word7">状态更新:空闲</text>
- <text lines="1" decode="true" class="info5">2019-07-04 17:55:29</text>
- </view>
- <view class="main5"></view>
- </view>
- </view>
- <view class="wrap7">
- <view class="main6">
- <view class="block1">
- <text lines="1" class="info6">管家存衣</text>
- <text lines="1" class="word8">管理员:张某某</text>
- </view>
- <view class="block2">
- <text lines="1" class="word9">状态更新:净衣用户待取</text>
- <text lines="1" decode="true" class="word10">2019-07-04 17:55:29</text>
- </view>
- <view class="block3"></view>
- </view>
- </view>
- <view class="wrap8">
- <view class="layer2">
- <view class="outer4">
- <text lines="1" class="word11">管家存衣</text>
- <text lines="1" class="word12">物流员:张某某</text>
- </view>
- <view class="outer5">
- <text lines="1" class="info7">状态更新:净衣用户待取</text>
- <text lines="1" decode="true" class="txt5">2019-07-04 17:55:29</text>
- </view>
- <view class="outer6"></view>
- </view>
- </view>
- <view class="wrap9">
- <view class="main7">
- <view class="box7">
- <text lines="1" class="info8">状态撤回</text>
- <text lines="1" class="word13">物流员:张某某</text>
- </view>
- <view class="box8">
- <text lines="1" class="word14">状态更新:脏衣管家待取</text>
- <text lines="1" decode="true" class="word15">2019-07-04 17:55:29</text>
- </view>
- <text lines="1" class="txt6">操作原因:未封签自动开柜门,撤回重新走流程</text>
- </view>
- </view>
- </view>
- <view class="box9" wx:if="{{show}}" bindtap="show">
- <view class="bd1">
- <view class="bd2">
- <text lines="1" class="info9">冻结格口</text>
- <view class="mod1">
- <text lines="1" class="word16">请填写操作原因</text>
- </view>
- <view class="mod2">
- <button bindtap="onClick" class="layer3">
- <text lines="1" class="info10">取消</text>
- </button>
- <view class="layer4">
- <text lines="1" class="txt7">冻结</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
|