对接握手流程
This commit is contained in:
@@ -669,7 +669,7 @@ module.exports = {
|
||||
listConfirmationStatus:'清单确认状态',
|
||||
ListConfirmationDeadline:'清单确认截止时间',
|
||||
dataConfirmation:'请选择清单确认状态为未发起或拒绝的数据,以及法规工程师、认证工程师不为空',
|
||||
taskDataConfirmation:'请选择清单确认状态为接受及任务确认状态为未发起或拒绝的数据,以及法规工程师、认证工程师不为空',
|
||||
taskDataConfirmation:'请选择清单确认状态为接受及任务确认状态为未发起或拒绝的数据,以及工程接口人不为空',
|
||||
pleaseSelectPersonFirst:'请先选择人员',
|
||||
onlyOnePersonCanBeSelected:'只能选择一个人员',
|
||||
overrule:'驳回',
|
||||
|
||||
@@ -763,8 +763,7 @@
|
||||
for (let j = 0; j < selectedRowKeys.length; j++) {
|
||||
if (this.dataSource[i].id == selectedRowKeys[j]) {
|
||||
if ((this.dataSource[i].taskAffirmStatus == 'Not started' || this.dataSource[i].taskAffirmStatus == 'rejected') &&
|
||||
this.dataSource[i].homologationEngineerId && this.dataSource[i].regulationOwnerId
|
||||
&& this.dataSource[i].inventoryAffirmStatus == 'accepted') {
|
||||
this.dataSource[i].engineeringInterfacePerson && this.dataSource[i].inventoryAffirmStatus == 'accepted') {
|
||||
isTrue = true
|
||||
} else {
|
||||
isTrue = false
|
||||
@@ -832,7 +831,7 @@
|
||||
let query = {
|
||||
type: 1,
|
||||
msg: value,
|
||||
taskAffirmDueDate:this.formInline.taskAffirmDueDate
|
||||
taskAffirmDueDate: this.formInline.taskAffirmDueDate
|
||||
}
|
||||
postAction('/workFlow/startProcess', query).then((res) => {
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user