| | |
| | | <view class="status-button" |
| | | style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/statusbutton.png') no-repeat; |
| | | background-size: cover;"> |
| | | {{coalStatus[correctStatus]}} |
| | | {{coalStatus[correctStatus]||''}} |
| | | </view> |
| | | </view> |
| | | <view class="time"> |
| | |
| | | title: '正在打印中,请稍后' |
| | | }) |
| | | this.enterLoading = true |
| | | this.$reqGet('printer', { type: 2, tmId: this.coalDetailsData.id, weighingNumber: 1 }).then( |
| | | let form = { |
| | | deptId: this.getWeightHouseObj.deptId, |
| | | tmId: this.getWeightHouseObj.tmId, |
| | | carNo: uni.getStorageSync('carNo'), |
| | | type: 2, |
| | | weighingNumber: 1 |
| | | } |
| | | this.$reqPost('printer', Object.assign(form, JSON.parse(uni.getStorageSync('WeighHouseForm'))), |
| | | 'json').then( |
| | | res => { |
| | | uni.hideLoading() |
| | | this.enterLoading = false |