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 = "请选择包装规格"