| | |
| | | stationId: '', |
| | | stationName: '', |
| | | }, |
| | | list: [] |
| | | list: [], |
| | | } |
| | | }, |
| | | onLoad(options) { |
| | |
| | | this.$message.hideLoading() |
| | | if (code == 0) { |
| | | this.list = data || [] |
| | | |
| | | } |
| | | }, |
| | | |
| | |
| | | url: `/sub_pages/partner/delivery/delivery?stationId=${item.stationId}&stationName=${item.name}` |
| | | }) |
| | | }, |
| | | showAll() { |
| | | uni.navigateTo({ |
| | | url: `/sub_pages/partner/delivery/delivery` |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | |
| | | </u-input> |
| | | </view> |
| | | </view> |
| | | <view class="search-container m-t-12 flex" v-if="currentInfo&¤tInfo.mainWarehouse"> |
| | | <view class="m-l-a m-r-0 w-fit" @click="showAll">查看全部>></view> |
| | | </view> |
| | | |
| | | |
| | | |
| | | |