From 5cbf9f019ea3da96cb3d99d40c8bed8386f1467b Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Fri, 2 Aug 2024 16:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E6=8B=A9=E7=89=A9?= =?UTF-8?q?=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/coms/comReceiptPopup.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/fg/coms/comReceiptPopup.vue b/src/pages/fg/coms/comReceiptPopup.vue index 02f64d54..56c3b655 100644 --- a/src/pages/fg/coms/comReceiptPopup.vue +++ b/src/pages/fg/coms/comReceiptPopup.vue @@ -399,7 +399,7 @@ item.value = item }) this.itemCodeList = res.data - this.showItemCodeSelect = true + // this.showItemCodeSelect = true if (this.itemCodeList.length == 1) { this.itemCode = this.itemCodeList[0].itemCode; @@ -448,6 +448,7 @@ uni.hideLoading() }) }, + clearPackUnit() { this.packUnitName = "请选择包装规格"