From cea9826af267ca03d598e25ceffc7050bfb0a9f3 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 26 Jul 2024 17:53:39 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=BE=85=E5=8A=9E=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 7 +- src/common/lang/system/zh.js | 9 + .../system/todoPushRecord/TodoPushRecord.vue | 167 ++++++++++++++++++ 3 files changed, 182 insertions(+), 1 deletion(-) create mode 100644 src/views/system/todoPushRecord/TodoPushRecord.vue diff --git a/src/api/api.js b/src/api/api.js index c801edef..ee7b85e1 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -160,6 +160,9 @@ const syncAsmsInterface = (params) => getAction('/docking/asms/api/lawsAsmsOpenA // ASMS接口管理-删除字典配置项 const batchDelDictItemAsmsInterface = (params) => getAction('/docking/asms/api/lawsAsmsOpenApi/removeDictItemBatch', params) +// 待办推送记录-重新发送 +const resendMessage = (params) => postAction('/lawsUnifiedTodoLog/send', params) + export { addRole, editRole, @@ -250,5 +253,7 @@ export { editAsmsInterface, getAsmsInterfaceById, syncAsmsInterface, - batchDelDictItemAsmsInterface + batchDelDictItemAsmsInterface, + + resendMessage } diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js index f26ba493..0c21444e 100644 --- a/src/common/lang/system/zh.js +++ b/src/common/lang/system/zh.js @@ -107,5 +107,14 @@ module.exports = { isBringIn: '是否引入', haveBind: '当前零部件分类结构下已有', isBringInRelation: '绑定标准关联关系,是否引入对应关系?' + }, + // 待办推送记录 + todoPushRecord: { + messageType: '消息类型', + pushContent: '推送内容', + pushAddress: '推送地址', + returnContent: '返回内容', + resend: '重新发送', + areYouSureResend: '确定重新发送吗' } } diff --git a/src/views/system/todoPushRecord/TodoPushRecord.vue b/src/views/system/todoPushRecord/TodoPushRecord.vue new file mode 100644 index 00000000..37ed6de4 --- /dev/null +++ b/src/views/system/todoPushRecord/TodoPushRecord.vue @@ -0,0 +1,167 @@ + + + + +