From 87eeb99a25817aa20887ca0854aa2cf16f3c3bce Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Fri, 21 Jun 2024 13:08:25 +0800 Subject: [PATCH] u --- .../buns-post-detail-templates/bpd-send-reciever-tmp.vue | 3 ++- pages/deliveryDeal/arriveDeliveryScanning.vue | 2 +- pages/deliveryDeal/arriveScanning.vue | 2 +- pages/deliveryDeal/deliveryScanning.vue | 2 +- pages/deliveryDeal/signedScanning.vue | 2 +- pages/post/updateBillPicture.vue | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/components/buns-post-detail-templates/bpd-send-reciever-tmp.vue b/components/buns-post-detail-templates/bpd-send-reciever-tmp.vue index ac4197c..d7e5955 100644 --- a/components/buns-post-detail-templates/bpd-send-reciever-tmp.vue +++ b/components/buns-post-detail-templates/bpd-send-reciever-tmp.vue @@ -2,7 +2,8 @@ - + + diff --git a/pages/deliveryDeal/arriveDeliveryScanning.vue b/pages/deliveryDeal/arriveDeliveryScanning.vue index a9a4924..be73089 100644 --- a/pages/deliveryDeal/arriveDeliveryScanning.vue +++ b/pages/deliveryDeal/arriveDeliveryScanning.vue @@ -100,7 +100,7 @@ methods: { getRSDStaffList: apiService.getRSDStaffList, initData() { - this.submitParam.billCode = this.queryOption.billCode || this.queryOption.orderSn + this.submitParam.billCode = this.queryOption.billCode }, async handleSubmit(val) { let extParam = {} diff --git a/pages/deliveryDeal/arriveScanning.vue b/pages/deliveryDeal/arriveScanning.vue index 36fd684..e8c95fa 100644 --- a/pages/deliveryDeal/arriveScanning.vue +++ b/pages/deliveryDeal/arriveScanning.vue @@ -83,7 +83,7 @@ }, methods: { initData() { - this.submitParam.billCode = this.queryOption.billCode || this.queryOption.orderSn + this.submitParam.billCode = this.queryOption.billCode }, async handleSubmit(val) { let extParam = {} diff --git a/pages/deliveryDeal/deliveryScanning.vue b/pages/deliveryDeal/deliveryScanning.vue index aa5d852..3b84818 100644 --- a/pages/deliveryDeal/deliveryScanning.vue +++ b/pages/deliveryDeal/deliveryScanning.vue @@ -100,7 +100,7 @@ methods: { getRSDStaffList: apiService.getRSDStaffList, initData() { - this.submitParam.billCode = this.queryOption.billCode || this.queryOption.orderSn + this.submitParam.billCode = this.queryOption.billCode }, async handleSubmit(val) { let extParam = {} diff --git a/pages/deliveryDeal/signedScanning.vue b/pages/deliveryDeal/signedScanning.vue index f1740e0..1519d57 100644 --- a/pages/deliveryDeal/signedScanning.vue +++ b/pages/deliveryDeal/signedScanning.vue @@ -103,7 +103,7 @@ methods: { getRSDStaffList: apiService.getRSDStaffList, initData() { - this.submitParam.billCode = this.queryOption.billCode || this.queryOption.orderSn + this.submitParam.billCode = this.queryOption.billCode }, handleScanValChange: debounce(async function(val){ if(val) { diff --git a/pages/post/updateBillPicture.vue b/pages/post/updateBillPicture.vue index 1090299..9a1149b 100644 --- a/pages/post/updateBillPicture.vue +++ b/pages/post/updateBillPicture.vue @@ -96,7 +96,7 @@ methods: { getRSDStaffList: apiService.getRSDStaffList, initData() { - this.submitParam.billCode = this.queryOption.billCode || this.queryOption.orderSn + this.submitParam.billCode = this.queryOption.billCode this.curPageType = pageTypeMap[this.queryOption.type] this.setNavigationBarTitle(this.curPageType.title) },