| | |
| | | </view> |
| | | |
| | | <!-- 称重历史--> |
| | | <weigh-item :list="showWeigh"></weigh-item> |
| | | <weigh-item :list="showWeigh" class="weighing-item"></weigh-item> |
| | | <!-- 时间线 --> |
| | | <view class="timeLine"> |
| | | <u-steps :current="dayRZ.length - 1" |
| | |
| | | //打印磅单 |
| | | printOrder(){ |
| | | this.$reqGet('printerHandler',{tmId:this.orderPlanId}).then(res => { |
| | | uni.hideLoading(); |
| | | this.$u.toast(res.msg) |
| | | if (res.data) { |
| | | uni.hideLoading(); |
| | | // this.$u.toast('打印成功') |
| | | // this.orderPlanData = res.data |
| | | } |
| | | }).catch((err) => { |
| | |
| | | |
| | | <style lang="scss" |
| | | scoped> |
| | | .weighing-item{ |
| | | min-height: 200rpx!important; |
| | | } |
| | | /deep/.u-steps { |
| | | .u-steps-item { |
| | | .u-steps-item__content { |