| | |
| | | style="color: rgb(73, 123, 251);"> |
| | | 查看明细 |
| | | </view> |
| | | |
| | | </view> |
| | | </view> |
| | | |
| | | <!-- 称重历史--> |
| | | <view class="weigh-history" |
| | | v-if="showWeigh.length!==0"> |
| | | <view class="block-main"> |
| | | <view class="weigh-item" |
| | | v-for='item in showWeigh' |
| | | :key="item.id"> |
| | | <view class="weigh-time"> |
| | | <u-tag :text="item.createTime.slice(-8,-3)" |
| | | plain></u-tag> |
| | | </view> |
| | | <view class="item-block"> |
| | | <view class="item"> |
| | | <view class="concrete" |
| | | style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/skin.png') no-repeat;background-size: cover;"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | </view> |
| | | <!-- 时间线 --> |
| | | <view class="timeLine"> |
| | | <u-steps :current="dayRZ.length - 1" |
| | | direction="column" |
| | |
| | | completeOutSaleShow: false, |
| | | overTmWaixiao: null, |
| | | // 判读网络状态, |
| | | normalCode: null |
| | | normalCode: true |
| | | }; |
| | | }, |
| | | onShow() { |
| | |
| | | height: 100%; |
| | | min-height: 380rpx; |
| | | margin: vww(18) vww(7) vww(11) vww(17); |
| | | // flex-direction: column; |
| | | // justify-content: space-between; |
| | | // align-items: flex-start; |
| | | } |
| | | |
| | | .status-button { |
| | |
| | | color: #7d7d7d; |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | | // 称重历史 |
| | | .weigh-history { |
| | | @extend .block-information; |
| | | |
| | | .block-main { |
| | | @extend .block-main; |
| | | gap: 10rpx 20rpx; |
| | | |
| | | .weigh-item { |
| | | width: 100%; |
| | | height: vww(80); |
| | | @include flex; |
| | | flex-direction: column; |
| | | justify-content: space-around; |
| | | align-items: flex-start; |
| | | |
| | | .item-block { |
| | | width: 100%; |
| | | height: vww(36); |
| | | @include flex; |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | // 时间线 |
| | | .timeLine { |
| | | height: 300rpx; |
| | | min-height: 300rpx; |