法规清单-撤回不符合的数据进行提示;

法规清单-法规工程师-不填写符合性流程的提示语
This commit is contained in:
范强强
2023-03-28 08:59:50 +08:00
parent b938986054
commit 22b5391b2e
3 changed files with 88 additions and 86 deletions
+1
View File
@@ -1721,5 +1721,6 @@ module.exports = {
cantTransferToYourself:"Can't transfer to yourself",
theDataYouInitiate:'The data you selected does not meet the process initiation criteria. Please recheck and initiate',
dataWithProcessReleasedCannotBeReset:'Data with a process status of list to be released cannot be reset',
reasonForReturnOfDesignCompliance:'Reason for return of design compliance',
noteone:'Note: CSV format is supported. The value is within 20M and the number is 1 to 10',
}
+1
View File
@@ -1824,4 +1824,5 @@ module.exports = {
noteone:':支持CSV格式大小20M以内数量1-10个',
theDataYouInitiate:'您所选的数据均不符合流程发起条件请重新检查后发起',
dataWithProcessReleasedCannotBeReset:'流程状态为清单待发布的数据不能被重置',
reasonForReturnOfDesignCompliance:'设计符合性退回原因',
}