| | |
| | | sendDate: '', |
| | | deptId: '', |
| | | filedId: '', |
| | | coalName:'', |
| | | isSpecial: null |
| | | } |
| | | }, |
| | |
| | | this.sendDate = params.sendDate || '' |
| | | this.deptId = params.deptId || '' |
| | | this.filedId = params.filedId || '' |
| | | this.coalName = params.coalName; |
| | | this.isSpecial = Number(params.isSpecial) |
| | | console.log(params.isSpecial, typeof params.isSpecial); |
| | | this.getTakeCoal() |
| | |
| | | }, |
| | | directAppointment() { |
| | | uni.navigateTo({ |
| | | url: `/pages/driver-page/appointment/appointment?takeCoalId=${this.orderPlanId}&filedId=${this.filedId}&deptId=${this.deptId}&sendDate=${this.sendDate}` |
| | | url: `/pages/driver-page/appointment/appointment?takeCoalId=${this.orderPlanId}&filedId=${this.filedId}&deptId=${this.deptId}&sendDate=${this.sendDate}&coalName=${this.coalName}` |
| | | }); |
| | | }, |
| | | submitOriginInfo() { |