| | |
| | | this.$reqPost('arrive', this.punchTheClockObj, 'params').then(res => { |
| | | console.log(res, '签到'); |
| | | if (res.code == 0) { |
| | | this.$u.toast('签到成功'); |
| | | this.coalStatus = 2 |
| | | setTimeout(() => { |
| | | uni.redirectTo({ |
| | | url: `/pages/driver-page/appointment/appointment?type=入场申请&yyId=${this.entranceApplyParams.yyId}&yuYueSection=${this.yuYueSection}&coalStatus=${this.coalStatus}&takeCoalId=${this.entranceApplyParams.takeCoalId}&deptId=${this.entranceApplyParams.deptId}&filedId=${this.entranceApplyParams.filedId}&sendDate=${this.entranceApplyParams.sendDate}` |
| | | url: `/pages/driver-page/appointment/appointment?type=入场申请&yyId=${this.entranceApplyParams.yyId}&yuYueSection=${this.yuYueSection}&takeCoalId=${this.entranceApplyParams.takeCoalId}&deptId=${this.entranceApplyParams.deptId}&filedId=${this.entranceApplyParams.filedId}&sendDate=${this.entranceApplyParams.sendDate}` |
| | | }) |
| | | }, 1000); |
| | | } else { |