From 921050e177046db12510b50214e7613a8b7bd87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 15 Apr 2024 09:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/views/board/fifthFloor/index.vue | 63 ++++++++++++---------- 1 file changed, 36 insertions(+), 27 deletions(-) diff --git a/hw-ui/src/views/board/fifthFloor/index.vue b/hw-ui/src/views/board/fifthFloor/index.vue index 3fce4f4..821b4bf 100644 --- a/hw-ui/src/views/board/fifthFloor/index.vue +++ b/hw-ui/src/views/board/fifthFloor/index.vue @@ -164,35 +164,39 @@ - - 开始 - - + + + + + + + + + + + + + + + -
- - - -
-
- 取消 - 确定 + trigger="click"> +
+
+ + + +
+
+ 取消 + 确定 +
开始 + @@ -437,7 +442,6 @@ export default { data() { return { input1:null, - visible:false, PrintData: {}, printModel: false, assignModel: false, @@ -739,9 +743,14 @@ export default { this.form.planDetailStatus = setState(data.data.planDetailStatus) this.getInfo(val) }, + closePopover(){ + document.body.click() + }, async startPlan1(val) { - this.visible = false console.log(this.input1) + console.log(val) + document.body.click() + this.input1 = null // const data = await startNextProductPlanDetail({planId: val.planId}) // if (data.code === 200) { @@ -1320,7 +1329,7 @@ export default { cancelRawBack() { this.rawBackVisible = false; this.resetRawBack(); - } + }, } }