From f6a72ccc1a90eb5b89cd69259c5796182e5edc5d Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 26 Feb 2025 09:08:03 +0800 Subject: [PATCH] =?UTF-8?q?2/26=20=E4=BC=98=E5=8C=961.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collect/IocCollectOrderCheckCode.vue | 74 +++++++++---------- 1 file changed, 33 insertions(+), 41 deletions(-) diff --git a/src/views/collect/IocCollectOrderCheckCode.vue b/src/views/collect/IocCollectOrderCheckCode.vue index 3a0e54cb..82a6b91e 100644 --- a/src/views/collect/IocCollectOrderCheckCode.vue +++ b/src/views/collect/IocCollectOrderCheckCode.vue @@ -136,7 +136,34 @@ - + + 单据 {{ orderData.billNo }}-追溯码详情 + + + + + + + + + + + + + + + + + + 单据 {{ orderData.billNo }}-业务详情 - - - + + @@ -209,40 +233,6 @@ @pagination="getBizDetailList" > - - - - 单据 {{ orderData.billNo }}-追溯码详情 - - - - - - - - - - - - - - - - - - - - @@ -351,7 +341,8 @@ export default { codeCount: 0, selectPrescriptionVisible: false, viewType: 1, - collectSet: {} + collectSet: {}, + productsType: 2 } }, methods: { @@ -759,6 +750,7 @@ export default { this.detailList = res.data.list this.codeList = this.detailList.map(item => item.udiCode) this.resultTotal = res.data.total || 0 + this.productsType = this.detailList[0].this.detailList // this.codeLoading = false }).catch(() => { // this.codeLoading = false