From 464692e1d4f3b3382d7ad5d8ae5ecb85baa5d55f Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Fri, 31 May 2024 10:47:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=200531=E7=A7=91=E5=AE=A4=E5=87=BA?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inout/ioDepartmentOrder.js | 8 +++++++ src/components/inout/baziPanel.vue | 31 +++++++++++++++++++++++++-- src/views/inout/IoDepartmentOrder.vue | 26 +++++++++++++++++++--- 3 files changed, 60 insertions(+), 5 deletions(-) diff --git a/src/api/inout/ioDepartmentOrder.js b/src/api/inout/ioDepartmentOrder.js index 9a08fcab..8afa936b 100644 --- a/src/api/inout/ioDepartmentOrder.js +++ b/src/api/inout/ioDepartmentOrder.js @@ -31,3 +31,11 @@ export function clickToTriggerbyCode(data) { params: data }); } + +export function deleteSkSicker(data) { + return axios({ + url: "/udiwms/inout/ioDepartmentOrder/deleteSkSicker", + method: "delete", + params: data + }); +} diff --git a/src/components/inout/baziPanel.vue b/src/components/inout/baziPanel.vue index 3c05a357..995fc5b6 100644 --- a/src/components/inout/baziPanel.vue +++ b/src/components/inout/baziPanel.vue @@ -1,7 +1,10 @@