From 2c92d3e9bca50efc088ecca988583ef5bb4e63db Mon Sep 17 00:00:00 2001 From: chenfang Date: Wed, 11 Oct 2023 10:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=8D=E5=AF=BC=E5=85=A5demo?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/workstation/WorkstationImportForm.vue | 134 ++++++++++++++++++ src/views/wms/workstation/index.vue | 1 + 2 files changed, 135 insertions(+) create mode 100644 src/views/wms/workstation/WorkstationImportForm.vue diff --git a/src/views/wms/workstation/WorkstationImportForm.vue b/src/views/wms/workstation/WorkstationImportForm.vue new file mode 100644 index 000000000..c1b8235e7 --- /dev/null +++ b/src/views/wms/workstation/WorkstationImportForm.vue @@ -0,0 +1,134 @@ + + diff --git a/src/views/wms/workstation/index.vue b/src/views/wms/workstation/index.vue index 2155e11d0..294db7780 100644 --- a/src/views/wms/workstation/index.vue +++ b/src/views/wms/workstation/index.vue @@ -316,6 +316,7 @@ const handleImport = () => { /** 添加/修改操作 */ const formRef = ref() const openForm = (type: string, id?: number) => { + console.log(id) formRef.value.open(type, id) }