123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709 |
- <template>
- <app-layout>
- <scroll-view @scrolltolower="getMore" scroll-y :style="{'height':`${windowHeight}px`}">
- <view v-if="search" class="search-item main-between cross-center">
- <view class="search-input">
- <image class="search-icon" src='/static/image/icon/icon-search.png'></image>
- <input :focus="!msg" @confirm='searchMethod' confirm-type='search' v-model='keyword' placeholder-style='color:#999999;font-size:13px;' @blur="getFocus=false" @focus="getFocus=true" :placeholder="is_user ? '请输入团长手机号':'请输入活动名称或买家手机号'"></input>
- <image v-if="getFocus && keyword.length > 0" @click="clearSearch" class="search-clear" src="../image/clear.png"></image>
- </view>
- <view @click="cancelSeacrch">取消</view>
- </view>
- <view v-if="!searchResult && search && list.length == 0" class="search-history">
- <view v-if="candidate.length != 0" class='main-between search-title'>
- <view>历史搜索</view>
- <view @click="clear">
- <image class="delete-icon" src="/static/image/icon/delete.png"></image>
- </view>
- </view>
- <view class='flex-wrap candidate-list'>
- <view @click="keywordSearch(item)" class="keyword-item box-grow-0" v-for="item in candidate" :key="item">
- <text class="t-omit">{{item}}</text>
- </view>
- </view>
- </view>
- <view v-if="!search" class="search-area main-between cross-center">
- <view class="search dir-left-nowrap" :class="{'all-search': is_user}" @click="toSearch">
- <image class="icon-search" src="/static/image/icon/icon-search.png"></image>
- <text :class="{'keyword':keyword.length> 0}">{{ keyword.length> 0?keyword:is_user ? '请输入团长手机号':'请输入活动名称或买家手机号'}}</text>
- </view>
- <view v-if="!is_user" class="choose dir-left-nowrap cross-center" @click='toTime' :class="getTheme + '-m-text ' + getTheme">
- <text v-if="time == 0">汇总</text>
- <text v-else-if="time == 1">今日</text>
- <text v-else-if="time == 2">昨日</text>
- <text v-else-if="time == 3">7日</text>
- <text v-else>自定义</text>
- <image :class="getTheme + '-m-back ' + getTheme" v-if="chooseTime" src='./../image/order-close.png'></image>
- <image :class="getTheme + '-m-back ' + getTheme" v-else src='./../image/order-open.png'></image>
- </view>
- </view>
- <view v-if="!search" class="main-between navs-info">
- <view @click="tab(0)" class="box-grow-1 main-center cross-center navs">
- <text :class="[`${_num==0?`${getTheme + '-m-text ' + getTheme + ' active ' + getTheme + '-m-border ' + getTheme}`:'nav-text'}`]">全部</text>
- </view>
- <view @click="tab(1)" class="box-grow-1 main-center cross-center navs">
- <text :class="[`${_num==1?`${getTheme + '-m-text ' + getTheme + ' active ' + getTheme + '-m-border ' + getTheme}`:'nav-text'}`]">未付款</text>
- </view>
- <view @click="tab(2)" class="box-grow-1 main-center cross-center navs">
- <text :class="[`${_num==2?`${getTheme + '-m-text ' + getTheme + ' active ' + getTheme + '-m-border ' + getTheme}`:'nav-text'}`]">待发货</text>
- </view>
- <view @click="show=!show" v-if="active" class="box-grow-1 main-center navs more-navs">
- <text :class="[`${_num==active.value?`${getTheme + '-m-text ' + getTheme + ' active ' + getTheme + '-m-border ' + getTheme}`:'nav-text'}`]">{{active.name}}</text>
- <image :class="getTheme + '-m-back ' + getTheme" src="./../image/more-active.png"></image>
- </view>
- <view @click="show=!show" v-if="!active" class="box-grow-1 main-center navs more-navs">
- <text class="nav-text">更多状态</text>
- <image src="./../image/more.png"></image>
- </view>
- </view>
- <view v-if="!search && show" class="more-menu">
- <view @click="chooseItem(item.value)" v-for="item in menu" :key="item.value">{{item.name}}</view>
- </view>
- <view v-if="!search" class="search-palce"></view>
- <!-- 订单信息 -->
- <view class='no-tip' v-if="list.length == 0">
- <image src="/static/image/order-empty.png"></image>
- <span>暂无{{activeTab == 0?'未付款': activeTab == 1?'待发货':activeTab == 2?'待提货':''}}订单</span>
- </view>
- <view v-else>
- <app-order v-for="(item,index) in list" :key="item.id" v-on:update="update" v-if="(_num==3 && item.is_confirm == 0) || _num!=3" :is_user="is_user" :theme="getTheme" :item="item"></app-order>
- </view>
- <app-time-screening @click="toChoose" @cancel="cancel" :theme="getTheme" v-if="chooseTime" :time="time" :start-date="date_start" :end-date="date_end"></app-time-screening>
- <app-menu v-if="!is_user" :theme="getTheme" active="order"></app-menu>
- </scroll-view>
- </app-layout>
- </template>
- <script>
- import { mapState, mapGetters } from "vuex";
- import appTimeScreening from "../../../components/page-component/app-time-screening/app-time-screening.vue";
- import appMenu from '../components/app-menu';
- import appOrder from '../components/app-order';
- export default {
- data() {
- return {
- _num: '0',
- getFocus: false,
- more_list: false,
- page: 1,
- menu: [
- {
- name: '待提货',
- value: '3'
- },
- {
- name: '已提货',
- value: '4'
- },
- {
- name: '已完成',
- value: '8'
- },
- {
- name: '已关闭',
- value: '6'
- }
- ],
- active: null,
- is_user: false,
- show: false,
- search: false,
- keyword: '',
- list: [],
- candidate: [],
- date_start: '',
- date_end: '',
- time: 0,
- activity_id: 0,
- windowHeight: 0,
- chooseTime: false,
- detail: {},
- custom: false,
- msg: false,
- searchResult: false,
- loading: false
- }
- },
- components: {
- "app-menu": appMenu,
- 'app-order': appOrder,
- "app-time-screening": appTimeScreening
- },
- computed: {
- ...mapGetters('mallConfig', {
- getTheme: 'getTheme',
- }),
- ...mapState({
- userInfo: state => state.user.info,
- adminImg: state => state.mallConfig.__wxapp_img.app_admin,
- })
- },
- methods: {
- cancel() {
- this.chooseTime = false;
- },
- update(e) {
- for(let index in this.list) {
- if(this.list[index].id == e.id) {
- this.list[index] = e;
- }
- }
- this.$forceUpdate();
- },
- clearSearch() {
- this.keyword = '';
- },
- toSearch() {
- this.search = true;
- this.list = [];
- this.searchResult = false;
- this.candidate = uni.getStorageSync('keyword');
- },
- keywordSearch(e) {
- this.keyword = e;
- this.searchResult = true;
- this.search = false;
- uni.showLoading({
- title: '加载中...'
- });
- this.page = 1;
- this.getList();
- },
- // 清除搜索记录
- clear() {
- let that = this;
- uni.removeStorage({
- key: 'keyword',
- success(res) {
- that.candidate = [];
- uni.showToast({
- title: '清理成功',
- duration: 1000,
- type: 'success',
- mask: false
- });
- }
- });
- },
- // 搜索
- searchMethod() {
- var value = uni.getStorageSync('keyword');
- if (this.keyword.length == 0) {
- return
- } else if (value.length > 0) {
- value.unshift(this.keyword)
- } else {
- value = [this.keyword]
- }
- uni.showLoading({
- title: '加载中...'
- });
- this.page = 1;
- this.getList();
- value.forEach(function(row, index) {
- if (value[0] == value[index] && index > 0) {
- value.splice(index, 1)
- }
- })
- uni.setStorage({
- key: "keyword",
- data: value
- })
- this.search = false;
- this.searchResult = true;
- },
- // 取消搜索
- cancelSeacrch() {
- uni.showLoading({
- title: '加载中...'
- });
- this.search = false;
- this.keyword = '';
- // this.list = [];
- this.page = 1;
- this.getList();
- },
- change(e) {
- let that = this;
- that.time = e;
- that.custom = false;
- if (that.time == 4) {
- that.custom = true;
- that.date_end = that.today;
- that.date_start = that.today + ' 00:00:00';
- }
- },
- // 确认选择时间
- toChoose(date_start,date_end,time) {
- let that = this;
- uni.showLoading({
- title: '加载中...'
- });
- that.date_start = date_start;
- that.date_end = date_end;
- that.time = time;
- that.page = 1;
- that.getList();
- that.chooseTime = false;
- },
- // 打开时间筛选
- toTime() {
- let that = this;
- that.chooseTime = !that.chooseTime;
- that.show = false;
- },
- // 选择更多状态
- chooseItem(e) {
- let that = this;
- uni.showLoading({
- title: '加载中...'
- });
- that._num = e;
- that.menu.forEach(function(row, index) {
- if (row.value == that._num) {
- that.active = row;
- }
- })
- that.show = !that.show;
- that.page = 1;
- that.list = [];
- that.getList();
- },
- // 切换状态
- tab(e) {
- this._num = e;
- this.show = false;
- this.active = null;
- this.list = [];
- this.page = 1;
- uni.showLoading({
- title: '加载中...'
- });
- this.getList();
- },
- getList() {
- let that = this;
- if(that.loading) {
- return false
- }
- that.loading = true;
- that.$request({
- url: that.is_user ? that.$api.community.order_list : that.$api.community.middle_list,
- data: {
- status: that._num,
- date_end: that.date_end,
- date_start: that.date_start,
- page: that.page,
- keyword: that.keyword
- }
- }).then(response=>{
- that.$hideLoading();
- uni.hideLoading();
- that.loading = false;
- if(response.code == 0) {
- let list = response.data.list;
- that.more_list = false;
- if (list.length == response.data.pagination.pageSize) {
- that.more_list = true;
- }
- if(that.page == 1) {
- that.list = response.data.list;
- that.$forceUpdate();
- }else {
- that.list = that.list.concat(list);
- that.$forceUpdate();
- }
- that.page++;
- }else {
- uni.showToast({
- title: response.msg,
- icon: 'none',
- duration: 1000
- });
- }
- }).catch(response => {
- that.loading = false;
- that.$hideLoading();
- uni.hideLoading();
- })
- },
- getMore() {
- if (this.more_list) {
- this.getList();
- }
- }
- },
- onShow: function() {
- this.page = 1;
- this.getList();
- },
- onLoad(options) {
- let that = this;
- if(options.is_user == 1) {
- that.is_user = true
- }
- if(options.keyword) {
- that.keyword = options.keyword;
- }
- uni.getSystemInfo({
- success: function (res) {
- that.windowHeight = res.windowHeight;
- }
- })
- that.$showLoading({
- type: 'global',
- text: '加载中...'
- });
- that._num = 0
- }
- }
- </script>
- <style scoped lang="scss">
- .more-menu {
- position: fixed;
- z-index: 5;
- top: #{166rpx};
- padding-top: #{22rpx};
- right: #{22rpx};
- width: #{196rpx};
- background-color: #fff;
- font-size: #{28rpx};
- color: #666;
- border-bottom: #{1rpx} solid #e0e0e0;
- .handle-btn {
- height: #{48rpx};
- display: flex;
- align-items: center;
- padding: 0 #{24rpx};
- border-radius: #{24rpx};
- border: #{2rpx} solid #bbb;
- color: #353535;
- font-size: #{24rpx};
- margin-left: #{16rpx};
- &.other {
- border: #{2rpx} solid #ff4544;
- color: #ff4544;
- }
- }
- view {
- width: #{196rpx};
- height: #{68rpx};
- line-height: #{68rpx};
- text-align: center;
- border-left: #{1rpx} solid #e0e0e0;
- border-right: #{1rpx} solid #e0e0e0;
- }
- }
- .search-area {
- position: fixed;
- z-index: 3;
- top: 0;
- left: 0;
- right: 0;
- height: #{88rpx};
- line-height: #{88rpx};
- background-color: #efeff4;
- padding: 0 #{48rpx} 0 #{24rpx};
- .icon-search {
- height: #{24rpx};
- width: #{24rpx};
- margin-top: #{16rpx};
- }
- .icon-search+text {
- color:#b2b2b2;
- font-size:#{24rpx};
- margin:0 #{5rpx};
- }
- .search {
- height: #{56rpx};
- line-height: #{56rpx};
- border-radius: #{28rpx};
- background-color: #fff;
- color: #b2b2b2;
- width: #{528rpx};
- &.all-search {
- width: #{702rpx};
- }
- .keyword {
- color: #353535;
- }
- image {
- margin-left: #{28rpx};
- margin-right: #{10rpx};
- }
- }
- .choose {
- font-size: #{26rpx};
- }
- image {
- width: #{22rpx};
- height: #{12rpx};
- margin-left: #{12rpx};
- }
- }
- .navs-info {
- background-color: #fff;
- border-bottom: #{1rpx} solid #e2e2e2;
- position: fixed;
- z-index: 2;
- top: #{78rpx};
- left: 0;
- right: 0;
- padding-top: #{10rpx};
- .navs {
- height: #{100rpx};
- font-size: #{28rpx};
- color: #666;
- text-align: center;
- position: relative;
- &.more-navs {
- line-height: #{100rpx};
- }
- .active {
- display: inline-block;
- height: #{100rpx};
- line-height: #{102rpx};
- border-bottom: #{2rpx} solid;
- }
- image {
- height: #{16rpx};
- width: #{16rpx};
- margin-left: #{16rpx};
- display: block;
- float: right;
- margin-top: #{42rpx};
- }
- }
- }
- .order-item {
- background-color: #fff;
- padding: #{24rpx};
- margin: #{20rpx} #{24rpx} 0;
- border-radius: #{16rpx};
- display: block;
- .order-info {
- font-size: #{24rpx};
- color: #353535;
- margin-bottom: #{24rpx};
- .remark-info {
- margin-top: #{8rpx};
- }
- }
- .order-user {
- height: #{72rpx};
- background-color: #f7f7f7;
- padding-left: #{28rpx};
- font-size: #{24rpx};
- color: #353535;
- view:first-of-type {
- margin-right: #{32rpx};
- }
- }
- .goods {
- height: #{160rpx};
- margin-top: #{24rpx};
- position: relative;
- font-size: #{24rpx};
- color: #353535;
- margin-bottom: #{24rpx};
- .goods-status {
- height: #{40rpx};
- line-height: #{40rpx};
- color: #fff;
- width: #{160rpx};
- position: absolute;
- bottom: 0;
- left: 0;
- text-align: center;
- background-color: #ff4544;
- border-bottom-left-radius: #{4rpx};
- border-bottom-right-radius: #{4rpx};
- }
- .goods-img {
- height: #{160rpx};
- width: #{160rpx};
- float: left;
- margin-right: #{20rpx};
- border-radius: #{4rpx};
- }
- .goods-name {
- padding-top: #{5rpx};
- }
- .goods-attr {
- font-size: #{24rpx};
- color: #999;
- position: absolute;
- top: #{78rpx};
- left: #{180rpx};
- width: 70%;
- text {
- margin-right: #{20rpx};
- }
- }
- .goods-num {
- font-size: #{24rpx};
- color: #999;
- position: absolute;
- top: #{126rpx};
- left: #{180rpx};
- }
- .goods-price {
- font-size: #{24rpx};
- color: #353535;
- position: absolute;
- bottom: 0;
- right: 0;
- }
- }
- .price-info {
- font-size: #{28rpx};
- color: #353535;
- .other {
- font-size: #{24rpx};
- color: #999;
- }
- }
- .menu-button {
- margin-top: #{24rpx};
- }
- }
- .search-item {
- height: #{96rpx};
- background-color: #efeff4;
- padding: 0 #{24rpx};
- font-size: #{28rpx};
- color: #00c203;
- .search-input {
- height: #{64rpx};
- position: relative;
- width: #{620rpx};
- .search-clear {
- position: absolute;
- right: #{15rpx};
- top: #{21rpx};
- width: #{30rpx};
- height: #{30rpx};
- z-index: 100;
- }
- .search-icon {
- height: #{22rpx};
- width: #{22rpx};
- position: absolute;
- top: #{21rpx};
- left: #{28rpx};
- z-index: 10;
- }
- input {
- padding-left: #{62rpx};
- padding-right: #{70rpx};
- background-color: #fff;
- border-radius: #{32rpx};
- height: #{64rpx};
- font-size: #{26rpx};
- color: #353535;
- }
- }
- }
- .search-history {
- position: absolute;
- top: #{96rpx};
- left: 0;
- right: 0;
- height: 100%;
- background-color: #fff;
- padding: #{24rpx} #{4rpx};
- font-size: #{28rpx};
- color: #666;
- z-index: 20;
- .delete-icon {
- height: #{34rpx};
- width: #{28rpx};
- }
- .candidate-list {
- max-height: #{420rpx};
- overflow: hidden;
- }
- .search-title {
- padding: 0 #{20rpx};
- margin-bottom: #{24rpx};
- }
- .keyword-item {
- height: #{64rpx};
- line-height: #{64rpx};
- padding: 0 #{20rpx};
- background-color: #f7f7f7;
- color: #333;
- border-radius: #{32rpx};
- font-size: #{28rpx};
- margin-left: #{20rpx};
- margin-bottom: #{20rpx};
- max-width: 90%;
- }
- }
- .no-tip {
- position: fixed;
- top: #{400rpx};
- left: 0;
- right: 0;
- margin: 0 auto;
- color: #666666;
- font-size: #{24rpx};
- width: #{240rpx};
- text-align: center;
- image {
- height: #{240rpx};
- width: #{240rpx};
- margin-bottom: #{20rpx};
- }
- }
- .search-palce {
- height: #{188rpx};
- }
- .dialog-bg {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0,0,0,.3);
- z-index: 1000;
- .dialog {
- font-size: 30rpx;
- color: #353535;
- width: 480rpx;
- height: 200rpx;
- border-radius: 16rpx;
- text-align: center;
- background-color: #fff;
- .dialog-content {
- height: 110rpx;
- line-height: 110rpx;
- }
- .dialog-btn {
- position: relative;
- height: 90rpx;
- border-top: 2rpx solid #e2e2e2;
- .btn {
- width: 240rpx;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- font-size: 26rpx;
- color: #666;
- }
- .line {
- position: absolute;
- top: 20rpx;
- left: 50%;
- margin-left: -1rpx;
- width: 2rpx;
- height: 45rpx;
- background-color: #e2e2e2;
- }
- }
- }
- }
- </style>
|