From 1074be6e448f9dd3b2bb842585655a70b608168e Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 30 Jul 2024 17:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=86=E6=94=AF=E5=A4=87?= =?UTF-8?q?=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inout/splitCode.js | 9 + src/views/inout/split/codePanel.vue | 518 +++++++++++++++++++++++++++- 2 files changed, 526 insertions(+), 1 deletion(-) diff --git a/src/api/inout/splitCode.js b/src/api/inout/splitCode.js index b373787b..4452330d 100644 --- a/src/api/inout/splitCode.js +++ b/src/api/inout/splitCode.js @@ -10,3 +10,12 @@ export function materialPrescribePage(query) { }); } +export function materialCodePage(query) { + return axios({ + url: "/udiwms/ioSplit/material/code/filter", + method: "get", + params: query + }); +} + + diff --git a/src/views/inout/split/codePanel.vue b/src/views/inout/split/codePanel.vue index 14aeffbc..ed2b614d 100644 --- a/src/views/inout/split/codePanel.vue +++ b/src/views/inout/split/codePanel.vue @@ -1,14 +1,530 @@