| | |
| | | <view class="prefix">订单类型:</view> |
| | | <view class="suffix">{{ weighList.orderType || '' }}</view> |
| | | </view> |
| | | <view class="main-information" v-if="isweight"> |
| | | <!-- <view class="main-information" v-if="isweight"> |
| | | <view class="prefix">皮重:</view> |
| | | <view class="suffix"> |
| | | {{currentSkin}} |
| | |
| | | <view class="suffix"> |
| | | {{ isWeightclean}} |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <!-- <view class="main-information"> |
| | | <view class="prefix">订单余量:</view> |
| | | <view class="suffix">{{ weighList.orderSurplus || 0 }}</view> |
| | |
| | | </view> |
| | | </view> |
| | | <!-- 称重历史--> |
| | | <weigh-item :list="weighHistory"></weigh-item> |
| | | <weigh-item :list="weighHistory" class="weighingDecive-item"></weigh-item> |
| | | <view class="three"> |
| | | <!-- .外购订单,不出现返回加减吨的按钮 --> |
| | | <u-button type="primary" |
| | |
| | | |
| | | <style lang="scss" |
| | | scoped> |
| | | .weighingDecive-item{ |
| | | min-height: 200rpx!important; |
| | | .weigh-history { |
| | | min-height: 200rpx!important; |
| | | } |
| | | } |
| | | @mixin flex { |
| | | display: flex; |
| | | justify-content: space-between; |
| | |
| | | .bottom-block { |
| | | width: calc(100% - 60rpx); |
| | | box-sizing: border-box; |
| | | height: 630rpx; |
| | | height: 420rpx; |
| | | margin: 0 vww(15) vww(15) vww(15); |
| | | background: #ffffff; |
| | | box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12); |
| | |
| | | |
| | | .block-main { |
| | | width: 94%; |
| | | height: 565rpx; |
| | | margin-top: vww(10); |
| | | height: 420rpx; |
| | | margin-top: vww(5); |
| | | @include flex; |
| | | justify-content: space-around; |
| | | align-items: flex-start; |