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) }