From 75e6070803cada3eab6c3c2e5d06a6074f409d99 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Fri, 30 Aug 2024 16:51:41 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E8=BD=AC=E4=BA=A4=E7=9A=84=E6=97=B6=E5=80=99=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E8=A1=A8=E5=8D=95=E5=92=8C=E5=A1=AB=E5=86=99?= =?UTF-8?q?=E7=9A=84=E5=9B=9E=E5=A4=8D=E6=A1=86=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1234627132358656]后端-转交的时候保存当前表单和填写的回复框内容 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1234627132358656 --- localconfig/i18n/language_en.json | 11 +++++++++++ localconfig/i18n/language_zh.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 4e519cc..512d680 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3722,6 +3722,17 @@ "processtaskstepstartifnecessaryapi": { "getname": "If necessary, start the work order steps" }, + "processtasktransferapi": { + "getname": "Transfer work order", + "input": { + "param": { + "desc": { + "issavedata": "Do you want to save the data", + "workerlist": "Transfer the target object list" + } + } + } + }, "redoasynccreateprocesstaskapi": { "getname": "Redo asynchronous creation of work orders" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index ee78d52..1cc5bc7 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3772,6 +3772,17 @@ "processtaskstepstartifnecessaryapi": { "getname": "如果需要,开始工单步骤" }, + "processtasktransferapi": { + "getname": "转交工单", + "input": { + "param": { + "desc": { + "issavedata": "是否保存数据", + "workerlist": "转交目标对象列表" + } + } + } + }, "redoasynccreateprocesstaskapi": { "getname": "重做异步创建工单" }, -- Gitee