qingyiay
2023-10-10 a25c7697644a40d3aa3a9746085a9a7618dd098a
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -759,7 +759,8 @@
               type: 2,
               weighingNumber: 1
            }
            this.$reqPost('printer', Object.assign(form, JSON.parse(uni.getStorageSync('WeighHouseForm'))),
            let form1 = uni.getStorageSync('WeighHouseForm') ? uni.getStorageSync('WeighHouseForm') : '{}'
            this.$reqPost('printer', Object.assign(form, JSON.parse(form1)),
               'json').then(
               res => {
                  uni.hideLoading()