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
28 KiB
1 line
28 KiB
|
2 months ago
|
<view class="container"><cmd-nav-bar vue-id="13b7b39a-1" iconOne="chevron-left" title="{{shopName}}" background-color="#fff" data-event-opts="{{[['^iconOne',[['goToInfo']]]]}}" bind:iconOne="__e" bind:__l="__l"></cmd-nav-bar><block wx:if="{{enDayShow}}"><view data-event-opts="{{[['tap',[['bigFWHPic',['$event']]]]]}}" style="width:100%;height:60rpx;margin-top:180rpx;" bindtap="__e"><u-notice-bar vue-id="13b7b39a-2" mode="horizontal" bgColor="#088FEB" color="#eee" text="{{textArr}}" bind:__l="__l"></u-notice-bar></view></block><view style="{{'margin-top:'+(enDayShow?'0':'180rpx')+';'}}"><uni-datetime-picker style="margin-bottom:10px;" vue-id="13b7b39a-3" 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><block wx:if="{{type=='khName'}}"><view class="tui-order-item boxbg"><view style="background:#fff;border:1px solid #eee;"><uni-segmented-control vue-id="13b7b39a-4" current="{{current}}" values="{{items}}" styleType="text" activeColor="#007aff" data-event-opts="{{[['^clickItem',[['onClickItem']]]]}}" bind:clickItem="__e" bind:__l="__l"></uni-segmented-control></view><view class="content"><view hidden="{{!(current===1)}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index4" wx:key="index4"><view class="shop-box" style="background:#fff;display:block;overflow:hidden;margin:0 auto 10px;"><view><view style="width:100%;height:80rpx;line-height:80rpx;"><text style="display:inline-block;width:55%;text-align:center;font-weight:bold;font-size:30rpx;">{{'日期:'+item.f0+''}}</text><text style="display:inline-block;width:45%;text-align:center;border-left:1px solid #eee;">{{'操作:'+item.$orig.createByName+''}}</text></view><uni-table vue-id="{{'13b7b39a-5-'+index4}}" border="{{true}}" stripe="{{true}}" emptyText="暂无更多数据" bind:__l="__l" vue-slots="{{['default']}}"><uni-tr style="background:#eee;" vue-id="{{('13b7b39a-6-'+index4)+','+('13b7b39a-5-'+index4)}}" bind:__l="__l" vue-slots="{{['default']}}"><uni-th vue-id="{{('13b7b39a-7-'+index4)+','+('13b7b39a-6-'+index4)}}" align="center" width="60" bind:__l="__l" vue-slots="{{['default']}}">货号</uni-th><uni-th vue-id="{{('13b7b39a-8-'+index4)+','+('13b7b39a-6-'+index4)}}" align="center" width="50" bind:__l="__l" vue-slots="{{['default']}}">数量</uni-th><uni-th vue-id="{{('13b7b39a-9-'+index4)+','+('13b7b39a-6-'+index4)}}" align="center" width="70" bind:__l="__l" vue-slots="{{['default']}}">单价</uni-th><uni-th vue-id="{{('13b7b39a-10-'+index4)+','+('13b7b39a-6-'+index4)}}" align="center" width="70" bind:__l="__l" vue-slots="{{['default']}}">总价</uni-th></uni-tr><block wx:for="{{item.$orig.saleDetailDTOList}}" wx:for-item="item1" wx:for-index="index" wx:key="index"><uni-tr bind:tap="__e" vue-id="{{('13b7b39a-11-'+index4+'-'+index)+','+('13b7b39a-5-'+index4)}}" data-event-opts="{{[['^tap',[['xiaoshouDetail',['1','$0'],[[['list','',index4],['saleDetailDTOList','',index]]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><uni-td vue-id="{{('13b7b39a-12-'+index4+'-'+index)+','+('13b7b39a-11-'+index4+'-'+index)}}" align="center" bind:__l="__l" vue-slots="{{['default']}}">{{item1.productSn}}</uni-td><uni-td vue-id="{{('13b7b39a-13-'+index4+'-'+index)+','+('13b7b39a-11-'+index4+'-'+index)}}" align="center" bind:__l="__l" vue-slots="{{['default']}}">{{item1.productCount==null?'0':item1.productCount}}</uni-td><uni-td vue-id="{{('13b7b39a-14-'+index4+'-'+index)+','+('13b7b39a-11-'+index4+'-'+index)}}" align="center" bind:__l="__l" vue-slots="{{['default']}}">{{item1.discountAmount}}</uni-td><uni-td vue-id="{{('13b7b39a-15-'+index4+'-'+index)+','+('13b7b39a-11-'+index4+'-'+index)}}" align="center" bind:__l="__l" vue-slots="{{['default']}}">{{item1.discountAmount*item1.productCount}}</uni-td></uni-tr></block><uni-tr vue-id="{{('13b7b39a-16-'+index4)+','+('13b7b39a-5-'+index4)}}" bind:__l="__l" vue-slots="{{['default']}}"><uni-td vue-id="{{('13b7b39a-17-'+index4)+','+('13b7b39a-16-'+index4)}}"
|