From e041b06fc309676fd702267eb22ff2efbbc4c380 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 23 Jul 2024 13:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA=E5=8D=95?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/coms/comReceiptPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/fg/coms/comReceiptPopup.vue b/src/pages/fg/coms/comReceiptPopup.vue index d741e041..6a018045 100644 --- a/src/pages/fg/coms/comReceiptPopup.vue +++ b/src/pages/fg/coms/comReceiptPopup.vue @@ -360,7 +360,7 @@ uni.hideLoading() if (res.data && res.data.length > 0) { res.data.forEach(item => { - item.label = item.itemCode + "(" + item.planQty + item.uom + ")" + "(" + + item.label = item.itemCode + "(" + item.planQty + this.getUomInfo(item.uom) + ")" + "(" + dateFormatData(item.planDate) + ")" item.value = item })