|
|
@@ -23,14 +23,14 @@
|
|
|
|
|
|
<view class="input-wrap_box">
|
|
|
|
|
|
- <view>
|
|
|
- <button class="admin-button-com big" style="width:140upx;margin-right:18upx;" @click="clearSearch()">清空搜索</button>
|
|
|
- </view>
|
|
|
- <view> <AppSearchModule placeholder="这里搜索" @input="searchFn"/> </view>
|
|
|
-
|
|
|
<view class="select-dn_bx">
|
|
|
<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" defaultShowName='时间' />
|
|
|
</view>
|
|
|
+ <view> <AppSearchModule placeholder="这里搜索" @input="searchFn"/> </view>
|
|
|
+ <view>
|
|
|
+ <button class="admin-button-com big" style="width:120upx;margin-left:16upx;" @click="getMore()">更多</button>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
<view class="app-tabs">
|
|
|
<app-tabs :tabs="tabs" :isFixed="false" :top="50" :currentTab="tabIndex" :height="100" @change="change" itemWidth="20%" />
|
|
|
@@ -70,6 +70,14 @@
|
|
|
|
|
|
<NotLogin></NotLogin>
|
|
|
|
|
|
+ <uni-popup ref="rightShowMore" background-color="#fff" type="center" :animation="true" class="class-popup-style">
|
|
|
+ <view style="display:flex;width:100vw;padding:20upx 20upx 40upx 20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
|
|
|
+ <view style="width:100vw;"><button @click="clearSearch()">清空搜索</button></view>
|
|
|
+ <view style="width:100vw;margin-top:20upx;"><button @click="printWlList()">打印物流列表</button></view>
|
|
|
+ <view style="width:100vw;margin-top:35upx;"><button @click="closeMore()">取消</button></view>
|
|
|
+ </view>
|
|
|
+ </uni-popup>
|
|
|
+
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -354,6 +362,16 @@ export default {
|
|
|
this.resetList()
|
|
|
this.getOrderList()
|
|
|
},
|
|
|
+ getMore(){
|
|
|
+ this.$refs.rightShowMore.open('top')
|
|
|
+ },
|
|
|
+ closeMore(){
|
|
|
+ this.$refs.rightShowMore.close()
|
|
|
+ },
|
|
|
+ printWlList(){
|
|
|
+ this.closeMore()
|
|
|
+ this.$util.pageTo({url: "/pagesOrder/printWlList"})
|
|
|
+ },
|
|
|
getCustom(item){
|
|
|
this.showSearch = false
|
|
|
this.customId = item.id
|
|
|
@@ -417,7 +435,8 @@ page{
|
|
|
padding-bottom: 1upx;
|
|
|
overflow: hidden;
|
|
|
.select-dn_bx {
|
|
|
- padding-left: 18upx;
|
|
|
+ padding-left: 14upx;
|
|
|
+ padding-right:10upx;
|
|
|
}
|
|
|
.app-tabs {
|
|
|
position: fixed;
|