From 8edf190dd8755446613da55e0730c4aeabf60890 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 11 二月 2025 08:30:10 +0800 Subject: [PATCH] Revert "faat:提煤单详情下磅文字修改" --- pages/driver-page/driver-index/bill-of-lading-details/punchTheClock/punchTheClock.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/punchTheClock/punchTheClock.vue b/pages/driver-page/driver-index/bill-of-lading-details/punchTheClock/punchTheClock.vue index 582d68c..36693d6 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/punchTheClock/punchTheClock.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/punchTheClock/punchTheClock.vue @@ -94,11 +94,9 @@ 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 { -- Gitblit v1.9.1