| | |
| | | close(){ |
| | | |
| | | }, |
| | | |
| | | |
| | | |
| | | |
| | | open(){}, |
| | | enterOk(parintItem,item){ |
| | | console.log(parintItem,'priintItem') |
| | |
| | | uni.showLoading({ |
| | | title:'加载中' |
| | | }); |
| | | if(this.activeObj.productName ==='EDC'){ |
| | | if( this.activeObj.checkStatus !== 7){ |
| | | this.$u.toast(`请检查当前EDC订单质检状态后在确认装卸!`); |
| | | return |
| | | } |
| | | console.log(this.activeObj,'12313') |
| | | if(this.activeObj.productName ==='EDC' && this.activeObj.checkStatus !== 7){ |
| | | this.$u.toast(`请检查当前EDC订单质检状态后在确认装卸!`); |
| | | return |
| | | |
| | | }else if( this.isEmptyCar === null){ |
| | | this.$u.toast(`请检查${this.isNumOk ? '计件数量' :'折吨'},以及是否空车出厂项!`); |