| | |
| | | <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 |
| | |
| | | <view class="edit-button"><u-button type="primary" |
| | | @click="editBtnClick" |
| | | shape="circle" |
| | | :disabled="userInfo.isRegister!==2" |
| | | plain>编辑个人资料</u-button></view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="file-name info"> |
| | | 状态:{{coalStatus[item.status]}} |
| | | </view> |
| | | <view class="info createTime"> |
| | | 入场时间:{{item.createTime}} |
| | | </view> |
| | | <view class="info code"> |
| | | 订单编号:{{item.code}} |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="confirm-button"> |
| | |
| | | |
| | | .collection-form-item { |
| | | width: 690rpx; |
| | | height: 380rpx; |
| | | height: 440rpx; |
| | | background: #ffffff; |
| | | box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15); |
| | | border-radius: 20rpx; |
| | |
| | | |
| | | .info-container { |
| | | width: 100%; |
| | | height: vww(100); |
| | | height: vww(150); |
| | | display: flex; |
| | | justify-content: center; |
| | | |
| | | .info-block { |
| | | width: 600rpx; |
| | | height: vww(80); |
| | | height: vww(120); |
| | | display: flex; |
| | | justify-content: center; |
| | | flex-wrap: wrap; |
| | |
| | | color: #515151; |
| | | margin: vww(5); |
| | | } |
| | | |
| | | .createTime, |
| | | .code { |
| | | width: 100%; |
| | | margin-left: vww(9); |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | } |
| | | } |
| | | |
| | | |
| | |
| | | clearInterval(state.reconnectTimeOut) |
| | | state.socketTask = null |
| | | commit('changereconnectState', false) |
| | | console.log(state.connectNum, state.connectNum.connectNum, '链接数'); |
| | | if (state.connectNum < 6 || state.connectNum.connectNum < 6 && state.globalisLogin) { |
| | | uni.showToast({ |
| | | title: '连接失败,正在尝试重新连接', |