From 4143e5d20b77a88c18537dca7a512a1661c27748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 12 Apr 2024 17:33:49 +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 | 54 +++++++++++++--------- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/hw-ui/src/views/board/fifthFloor/index.vue b/hw-ui/src/views/board/fifthFloor/index.vue index 6b9887a0..c1583d00 100644 --- a/hw-ui/src/views/board/fifthFloor/index.vue +++ b/hw-ui/src/views/board/fifthFloor/index.vue @@ -163,20 +163,25 @@ - + +
+ + + +
+
+ 取消 + 确定 +
开始 -
+ @@ -413,6 +418,8 @@ export default { }, data() { return { + input1:null, + visible:false, PrintData: {}, printModel: false, assignModel: false, @@ -699,19 +706,22 @@ export default { }) }, async startPlan(val) { - const data = await startNextProductPlanDetail({planId: val.planId}) - if (data.code === 200) { - this.$message({ - message: '已开始', - type: 'success' - }); - } - this.form = data.data || {} - this.form.materialId = val.materialId - this.form.materialCode = val.materialCode - this.form.materialName = val.materialName - this.form.planDetailStatus = setState(data.data.planDetailStatus) - this.getInfo(val) + this.visible = false + console.log(this.input1) + + // const data = await startNextProductPlanDetail({planId: val.planId}) + // if (data.code === 200) { + // this.$message({ + // message: '已开始', + // type: 'success' + // }); + // } + // this.form = data.data || {} + // this.form.materialId = val.materialId + // this.form.materialCode = val.materialCode + // this.form.materialName = val.materialName + // this.form.planDetailStatus = setState(data.data.planDetailStatus) + // this.getInfo(val) }, async tableClick(val) { if (!val) return