You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
14 KiB
1 line
14 KiB
|
2 months ago
|
<view class="page1"><view style="position:fixed;top:0;z-index:101;height:50px;width:100%;display:flex;background:#fff;"><view style="display:flex;font-size:15px;"><view class="color-box"> 下游待配货 <view class="color-piece" style="background:#E6E6FA;"></view></view><view class="color-box"> 挂单 <view class="color-piece" style="background:#C1FFC1;"></view></view><view class="color-box"> 作废 <view class="color-piece" style="background:#777;"></view></view><view class="color-box"> 待库房配货 <view class="color-piece" style="background:#FFEC8B;"></view></view><view class="color-box"> 库房配货完成 <view class="color-piece" style="background:#87CEFA;"></view></view></view><view data-event-opts="{{[['tap',[['openPopup',['']]]]]}}" class="top-btn" bindtap="__e"> 标签 </view><view data-event-opts="{{[['tap',[['clearSearch',['$event']]]]]}}" class="top-btn" style="float:left;" bindtap="__e"> 清空 </view><view data-event-opts="{{[['tap',[['getOrderInfoList',['sreach']]]]]}}" class="top-btn" style="float:left;" bindtap="__e"> 查询 </view><view data-event-opts="{{[['tap',[['goKaiDan',['$event']]]]]}}" class="top-btn" bindtap="__e"> 开 单 </view></view><view style="position:fixed;top:50px;z-index:101;width:100%;height:70px;background:#fff;"><view style="height:60px;"><view style="width:450px;display:flex;line-height:50px;float:left;"><uni-datetime-picker style="margin-bottom:10px;" vue-id="cca6e3d4-1" type="daterange" value="{{range}}" data-event-opts="{{[['^change',[['searchList']]],['^input',[['__set_model',['','range','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></uni-datetime-picker></view><view style="width:220px;display:flex;line-height:50px;float:left;"> 客户:<input style="border:1px solid #eee;height:50px;width:150px;" type="text" data-event-opts="{{[['input',[['__set_model',['','customName','$event',[]]],['sreachName',['$event']]]],['focus',[['inputFocus',['$event']]]]]}}" value="{{customName}}" bindinput="__e" bindfocus="__e"/></view><view style="width:285px;display:flex;line-height:50px;float:left;"> 状态:<uni-data-select bind:input="__e" class="uni-data-select" vue-id="cca6e3d4-2" localdata="{{statusList}}" placeholder="订单状态" value="{{listStatus}}" data-event-opts="{{[['^input',[['__set_model',['','listStatus','$event',[]]]]]]}}" bind:__l="__l"></uni-data-select></view><block wx:if="{{faBookShow}}"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" style="z-index:98;position:fixed;top:0;left:0;width:100%;height:100%;" bindtap="__e"><block wx:if="{{faBookShow}}"><view class="book-mask"><block wx:if="{{$root.g0==0}}"><view style="color:#777;width:100%;height:50px;line-height:50px;text-align:center;"> 暂无匹配项 </view></block><block wx:else><block wx:for="{{customList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['checkName',['$0'],[[['customList','',index]]]]]]]}}" style="height:50px;line-height:50px;" bindtap="__e">{{''+item.name+''}}</view></block></block></view></block></view></block></view></view><view class="table" style="margin-top:120px;overflow:scroll;"><view class="table-content"><view class="table-th"><view style="width:50px;">操作</view><view style="width:140px;">标签</view><view data-event-opts="{{[['tap',[['changeSort',['$event']]]]]}}" style="position:relative;" catchtap="__e"> 日期 <block wx:if="{{timeOrder==1}}"><uni-icons style="position:absolute;top:0;right:15px;" vue-id="cca6e3d4-3" type="up" size="14" bind:__l="__l"></uni-icons></block><block wx:if="{{timeOrder==0}}"><uni-icons style="position:absolute;top:0;right:15px;" vue-id="cca6e3d4-4" type="down" size="14" bind:__l="__l"></uni-icons></block></view><view>客户</view><view style="width:50px;">打印</view><view style="width:100px;">打印次数</view><view style="width:50px;">配货</view><view style="width:100px;">销售数量</view><view>销售总额</view><view style="width:100px;">退货数量</view><view>退货总额</view></view><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="inde
|