From 10cb8509cfc75ae6869e06354adcf69fdb402f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Fri, 24 Mar 2023 17:38:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E7=BA=A7=E4=BA=A7=E5=93=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inout/ioCodeRel.js | 9 + src/views/inout/codeRel/ioCodeRel.vue | 254 ++++++++++++++++++++++ src/views/inout/codeRel/ioCodeRelEdit.vue | 240 ++++++++++++++++++++ 3 files changed, 503 insertions(+) create mode 100644 src/api/inout/ioCodeRel.js create mode 100644 src/views/inout/codeRel/ioCodeRel.vue create mode 100644 src/views/inout/codeRel/ioCodeRelEdit.vue diff --git a/src/api/inout/ioCodeRel.js b/src/api/inout/ioCodeRel.js new file mode 100644 index 00000000..f39db72c --- /dev/null +++ b/src/api/inout/ioCodeRel.js @@ -0,0 +1,9 @@ +import axios from '@/utils/request' + +export function getList(query) { + return axios({ + url: "/udi/ioCode/Rel/list", + method: "get", + params: query + }); +} diff --git a/src/views/inout/codeRel/ioCodeRel.vue b/src/views/inout/codeRel/ioCodeRel.vue new file mode 100644 index 00000000..8f04db15 --- /dev/null +++ b/src/views/inout/codeRel/ioCodeRel.vue @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 显示/隐藏搜索栏 + 重置 + 查询 + 新增 + + + + + + + + + + + + + + + + + 编辑 + + 删除 + + + + + + + + + + + + + + + + + diff --git a/src/views/inout/codeRel/ioCodeRelEdit.vue b/src/views/inout/codeRel/ioCodeRelEdit.vue new file mode 100644 index 00000000..b4c19ae8 --- /dev/null +++ b/src/views/inout/codeRel/ioCodeRelEdit.vue @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 编辑 + + 删除 + + + + + + + + + + + + + + + + +