qingyiay
2023-09-16 71a830c0c6adfd19dd726abe6772df35e94313e9
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 {