|
|
@ -1,12 +1,12 @@ |
|
|
|
<template> |
|
|
|
<!-- <page-meta root-font-size="18px"></page-meta> --> |
|
|
|
<view class=""> |
|
|
|
<view class="" style=" width: 100%; position: fixed; top: 20rpx;right: 0;"> |
|
|
|
<view class="uni-flex" style="flex-direction: column" > |
|
|
|
<view class="" style=" width: 100%; position: fixed; top: 0;right: 0;"> |
|
|
|
<com-blank-view @goScan='openScanPopup' v-if="locationCode==''"></com-blank-view> |
|
|
|
<location-info :locationDetail='locationDetail' v-if="locationCode"></location-info> |
|
|
|
<z-tabs v-if="locationCode" :list="tabList" @change="tabChange" /> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 200rpx;width:100%"> |
|
|
|
<view style="padding-top: 200rpx;width:100%"> |
|
|
|
<view v-if="totalCount>0" style="margin:10rpx; font-size:35rpx; font-weight:bold">总数 : {{totalCount}} </view> |
|
|
|
<view v-for="(item, index) in dataList" style="width:100%"> |
|
|
|
<view class="uni-flex uni-row" style=" align-items: center; background-color: #fff; border-radius:10rpx;margin:10rpx; " > |
|
|
|