From 33140069d7c8fe0b07d753048a95b4ca4b490825 Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 11 Oct 2022 00:02:28 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E5=9E=9B=E7=A0=81=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E6=9F=A5=E8=AF=A2=E5=B1=95=E7=A4=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/production/stackCode.vue | 36 ++++++++++------------------ src/views/production/stackManage.vue | 4 +++- 2 files changed, 15 insertions(+), 25 deletions(-) diff --git a/src/views/production/stackCode.vue b/src/views/production/stackCode.vue index 3095d49..c4a7faf 100644 --- a/src/views/production/stackCode.vue +++ b/src/views/production/stackCode.vue @@ -22,19 +22,16 @@ prop="code" show-overflow-tooltip > - - + - diff --git a/src/views/production/stackManage.vue b/src/views/production/stackManage.vue index 0ebb28d..86f0235 100644 --- a/src/views/production/stackManage.vue +++ b/src/views/production/stackManage.vue @@ -143,7 +143,8 @@ export default { }); }, codeDetail(orderId) { - + this.codeDetailVisible = true; + this.idQuery.orderIdFk = orderId; }, handleForm() { @@ -159,6 +160,7 @@ export default { }, // 删除 handleDel(index, row) { + }, }, mounted() {