2
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt10 inner30">
|
||||
<view class="pl40 pr40 pt30 pb30 bg-fff box-shadow-000-10-10 ulib-r10" wx:if="{{!noData}}">
|
||||
<view class="pl5 pr40 pt30 pb30 bg-fff box-shadow-000-10-10 ulib-r10" wx:if="{{!noData}}">
|
||||
<view class="fn-flex font-22 text-center color-666">
|
||||
<view class="fn-flex-item">店员</view>
|
||||
<view class="fn-flex-item">人员</view>
|
||||
<view class="fn-flex-item">操作</view>
|
||||
</view>
|
||||
<block wx:for="{{list}}" wx:key='index'>
|
||||
|
||||
@@ -273,7 +273,7 @@
|
||||
</view>
|
||||
|
||||
<view class="fixed left-0 right-0 bottom-0 pt20 pl30 pr30 pb40 bg-000-op80 fn-flex" style="z-index:999" wx:if="{{userInfo.group_id==4 && info.status<3}}">
|
||||
<button bindtap="bindShowConfirm" class="fn-flex-item ml20 mr20 btn-36afa2 wp100 font-28 color-fff ulib-r750" hover-class="btn-36afa2-hover">{{info.bt_cn}}</button>
|
||||
<button bindtap="postConfirmOrder" class="fn-flex-item ml20 mr20 btn-36afa2 wp100 font-28 color-fff ulib-r750" hover-class="btn-36afa2-hover">{{info.bt_cn}}</button>
|
||||
</view>
|
||||
|
||||
<view class="fixed left-0 right-0 bottom-0 pt20 pl30 pr30 pb40 bg-000-op80 fn-flex z-index-9999" wx:if="{{userInfo.group_id < 4 && info.status==0}}">
|
||||
|
||||
Reference in New Issue
Block a user