| | |
| | | @click="arriveClick" |
| | | shape="circle" |
| | | :disabled="coalDetailsData.status >= 2"></u-button> |
| | | <u-button text="入场申请" |
| | | <u-button text="打印磅单" |
| | | type="primary" |
| | | plain |
| | | @click="rcsqClick" |
| | | @click="printOrder" |
| | | shape="circle" |
| | | :disabled="coalDetailsData.status >= 3"></u-button> |
| | | :disabled="currentPageCoalStatus !== 4"></u-button> |
| | | </view> |
| | | <view class="bottom-button"> |
| | | <u-button text="放空" |
| | |
| | | </view> |
| | | </view> |
| | | <view class="weigh-ability" v-if="!isReservation"> |
| | | <view class="weigh-button"><u-button text="展示通知单" |
| | | <!-- <view class="weigh-button"><u-button text="展示通知单" |
| | | @click="showCaolPickUpBill" |
| | | type="primary" |
| | | shape="circle"></u-button></view> |
| | | shape="circle"></u-button></view> --> |
| | | <view class="weigh-button"><u-button |
| | | :disabled="!isapproach" |
| | | text="上磅计量" |
| | |
| | | res.data.id |
| | | }&gateCameraId=${res.data.lastEquipmentId}&gateCameraCode=${res.data.lastEquipmentCode}&weighHouseCode=${res.data.code}&primarySkin=${ |
| | | this.primarySkin |
| | | }&primaryHair=${this.primaryHair}&psrimaryClean=${this.primaryClean}&sceneInOut=${res.data.sceneInOut}&overTmWaixiao=${this.overTmWaixiao}` |
| | | }&primaryHair=${this.primaryHair}&psrimaryClean=${this.primaryClean}&sceneInOut=${res.data.sceneInOut}&overTmWaixiao=${this.overTmWaixiao} |
| | | &isWeighing=${this.coalDetailsData.weighingType}` |
| | | }); |
| | | } else { |
| | | this.$u.toast('未在磅房,请前往磅房后再试!!'); |
| | |
| | | uni.navigateTo({ |
| | | url: `/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail?orderPlanId=${this.orderPlanId}&flag=${true}` |
| | | }) |
| | | }, |
| | | //打印磅单 |
| | | printOrder(){ |
| | | this.$reqGet('printerHandler',{tmId:this.orderPlanId}).then(res => { |
| | | if (res.data) { |
| | | uni.hideLoading(); |
| | | // this.orderPlanData = res.data |
| | | } else { |
| | | uni.hideLoading(); |
| | | this.$u.toast('加载失败') |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | }; |