| | |
| | | <view class="search-bg"> |
| | | <uni-search-bar placeholder="客户代号/名称" bgColor="#f4f4f4" @confirm="search" /> |
| | | </view> |
| | | <scroll-view> |
| | | <view> |
| | | <!-- 客户列表 --> |
| | | <view class="c-list" @click="getDetails(item.id)" v-for="(item,index) in csmtrList" :key="index"> |
| | | <view class="titles"><y-title :title="item.name"></y-title></view><view></view> |
| | |
| | | <view class="list-item1">创建人</view><view class="list-item2">{{item.createBy$}}</view> |
| | | <view class="list-item1">创建时间</view><view class="list-item2">{{item.createTime$}}</view> |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | <uni-load-more :status="status" :icon-size="16" :content-text="contentText" /> |
| | | </view> |
| | | </template> |
| | |
| | | last_id: '', |
| | | reload: false, |
| | | status: 'more', |
| | | curr:1, |
| | | curr:2, |
| | | contentText: { |
| | | contentdown: '上拉加载更多', |
| | | contentrefresh: '加载中', |
| | |
| | | }, |
| | | }) |
| | | }, |
| | | getCsmtr(e) { |
| | | getCsmtr() { |
| | | let that = this |
| | | uni.request({ |
| | | url: that.baseUrl + '/cstmr/page/auth', |