From f69dfa6585a7b2c2bd89e77cfd65aed2998d6d2d Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 29 Dec 2025 14:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E9=A1=BB=E7=9F=A5=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/certificateManage/index.js | 50 +++++ .../safetyInstructions/index.vue | 183 +++++++++--------- 2 files changed, 138 insertions(+), 95 deletions(-) diff --git a/src/api/certificateManage/index.js b/src/api/certificateManage/index.js index 61f9b72..38f73c7 100644 --- a/src/api/certificateManage/index.js +++ b/src/api/certificateManage/index.js @@ -460,3 +460,53 @@ export function getImpFunctionListPageApi(data) { params:data }) } + +// 安全须知-列表 +export function getRuleListApi(data) { + return request({ + url: '/certificate/certificate_system/certificateInfo/getRuleList', + method: 'get', + headers: { + //"merchant-id":"378915229716713472", + }, + params:data + }) +} + +// 安全须知-新增 +export function insertRuleApi(data) { + return request({ + url: '/certificate/certificate_system/certificateInfo/insertRule', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data:data + }) +} + + +// 安全须知-更新 +export function updateRuleApi(data) { + return request({ + url: '/certificate/certificate_system/certificateInfo/updateRule', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data:data + }) +} + +// 安全须知-更新状态 +export function updateRuleStateApi(data) { + return request({ + url: '/certificate/certificate_system/certificateInfo/updateRuleState', + method: 'post', + headers: { + //"merchant-id":"378915229716713472", + }, + data:data + }) +} + diff --git a/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue b/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue index 3bc8d4a..08a6cd2 100644 --- a/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue +++ b/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue @@ -36,20 +36,26 @@ - - -