From 9aa14a8beee4c6f8548f18fabba18b97a27d85b6 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Fri, 2 Aug 2024 18:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=B9=E6=AC=A1=E7=9A=84?= =?UTF-8?q?=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/coms/comNoReceiptPopup.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/pages/fg/coms/comNoReceiptPopup.vue b/src/pages/fg/coms/comNoReceiptPopup.vue index 39266aa1..f257c332 100644 --- a/src/pages/fg/coms/comNoReceiptPopup.vue +++ b/src/pages/fg/coms/comNoReceiptPopup.vue @@ -176,7 +176,7 @@ rawLocationCode: "", workshop: "", bomVersion: "", - uom:"" + uom: "" } }, props: { @@ -194,7 +194,7 @@ openRequestPopup() { this.initData(); this.planDate = getCurrDate() - this.batch =this.planDate.replace('-','') + this.batch = this.planDate.replace('-', '') this.$refs.popup.open('bottom') }, initData() { @@ -223,7 +223,7 @@ this.planDateList = [] this.fgLocationCode = "" this.rawLocationCode = "" - this.workshop="" + this.workshop = "" }, @@ -286,7 +286,7 @@ workStationCode: this.workStationCode, fgLocationCode: this.fgLocationCode, rawLocationCode: this.rawLocationCode, - workshop:this.workshop + workshop: this.workshop }; this.closeRequestPopup(); this.$emit("confirm", item); @@ -309,7 +309,7 @@ var fgLocation = parent[0].children.filter(children => children.value == this.workStationCode) this.fgLocationCode = fgLocation[0].fgLocationCode; this.workshop = parent[0].workshop; - + this.clearItemCode() this.clearPackUnit() @@ -325,6 +325,7 @@ confirmSelectDate(data) { this.planDate = data[0].label + this.batch = this.planDate.replace('-', ''); }, showSelectDate() { @@ -389,7 +390,7 @@ confirmSelectItem(data) { this.itemCode = data[0].label; this.bomVersion = data[1].value; - this.uom=data[0].uom; + this.uom = data[0].uom; // this.uom = itemInfo.uom //清除其他数据