| | |
| | | <template> |
| | | <view> |
| | | <view class="code"> |
| | | <view class="item"> |
| | | <view class="code-decs">楼号:</view> |
| | | <uni-combox :candidates="floorList" placeholder="请选择楼号" v-model="floor" @input="getFloor"></uni-combox> |
| | | </view> |
| | | <view class="code"> |
| | | <view class="item"> |
| | | <view class="code-decs">暂存位:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="stationCode" :focus="stationCodeFocus" |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="mat-list-title"> |
| | | <!-- <view class="mat-list-title"> |
| | | <view style="-webkit-flex: 1;flex: 1;">站点列表</view> |
| | | </view> |
| | | </view> --> |
| | | <scroll-view> |
| | | <view class="list" v-for="(item,i) in dataList" :key="i" :class="'bg-'+item.color"> |
| | | <view class="aside"> |
| | |
| | | width: 100%; |
| | | background-color: white; |
| | | position: fixed; |
| | | margin-top: 200rpx; |
| | | margin-top: 100rpx; |
| | | z-index: 9; |
| | | /* border-top: 1px solid #DCDFE6; */ |
| | | text-align: center; |