From 71a830c0c6adfd19dd726abe6772df35e94313e9 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期六, 16 九月 2023 19:34:07 +0800 Subject: [PATCH] 重做装卸员页面 司机异常原因修改 --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index e5ea6f9..509e646 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -548,6 +548,7 @@ this.$reqGet('printer', { type: 2, tmId: this.coalDetailsData.id }).then(res => { uni.hideLoading() this.enterLoading = false + console.log(res); if (res.code === 0) { this.$u.toast('鎵撳嵃鎴愬姛') } else { -- Gitblit v1.9.1