From bdfb30585af2aa130f97a71a50eaea131c79801e Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 18 Sep 2023 14:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=20=E8=AE=A4=E8=AF=81=E6=B8=85=E5=8D=95=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E4=BB=BB=E5=8A=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 2 +- jero-web/src/common/lang/zh-cn.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 8018e836a..43e06006c 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1426,7 +1426,7 @@ module.exports = { confirmLaunchTask:'Confirm to initiate a task ?', conditionsNotMet:'Conditions not met', onlyProcessStatusReturned:'Only data with process status of List to Be Checked and Rejected by Owner can be returned', - onlyProcessReturned:'Only data with a process status of list to be verified and rejected by the responsible person can be initiated, and the delivery type, engineering interface person, responsible person, and deadline cannot be empty', + onlyProcessReturned:'Only data whose process status is Task ready to be started or rejected by the responsible person can be initiated, and the deliverable type, project interface person, responsible person, and deadline cannot be left blank', confirmToAcceptTheTask:'Confirm to accept the task?', confirmRejectTask:'Confirm to reject the task ?', onlyDataStatusConfirmedSelected:'Only data with process status of Task to Be Confirmed can be selected', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 31addc756..29ccb00da 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1525,7 +1525,7 @@ module.exports = { confirmLaunchTask: '确认发起任务?', conditionsNotMet: '不满足条件', onlyProcessStatusReturned: '只能退回流程状态为清单待校核和责任人拒绝的数据', - onlyProcessReturned: '只能发起流程状态为清单待校核和责任人拒绝的数据,并且交付物类型、工程接口人、责任人、截止时间不能为空', + onlyProcessReturned: '只能发起流程状态为任务待发起和责任人拒绝的数据,并且交付物类型、工程接口人、责任人、截止时间不能为空', confirmToAcceptTheTask: '确认接受任务?', confirmRejectTask: '确认拒绝任务?', onlyDataStatusConfirmedSelected: '只能选择流程状态为任务待确认的数据', @@ -3430,7 +3430,7 @@ module.exports = { confirmLaunchTask: '确认发起任务?', conditionsNotMet: '不满足条件', onlyProcessStatusReturned: '只能退回流程状态为清单待校核和责任人拒绝的数据', - onlyProcessReturned: '只能发起流程状态为清单待校核和责任人拒绝的数据,并且交付物类型、工程接口人、责任人、截止时间不能为空', + onlyProcessReturned: '只能发起流程状态为任务待发起和责任人拒绝的数据,并且交付物类型、工程接口人、责任人、截止时间不能为空', confirmToAcceptTheTask: '确认接受任务?', confirmRejectTask: '确认拒绝任务?', onlyDataStatusConfirmedSelected: '只能选择流程状态为任务待确认的数据',