对接握手流程
This commit is contained in:
@@ -191,8 +191,6 @@
|
||||
} else {
|
||||
this.userIds = []
|
||||
}
|
||||
console.log(this.userIds)
|
||||
console.log(this.userName)
|
||||
this.treeVisible = true
|
||||
} else {
|
||||
this.gData = []
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
},
|
||||
{
|
||||
title: this.$t('technicalField'),
|
||||
dataIndex: 'technologyTerritory_dictText',
|
||||
dataIndex: 'technologyTerritory',
|
||||
align: 'center',
|
||||
ellipsis: true
|
||||
},
|
||||
@@ -133,11 +133,17 @@
|
||||
// align: 'center'
|
||||
// },
|
||||
{
|
||||
title: this.$t('StandardImplementationDate'),
|
||||
title: this.$t('ImplementationDate'),
|
||||
dataIndex: 'xin1Che1Xing2Shi2Shi1Ri4Qi1',
|
||||
align: 'center',
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('vehicleInProductionDate'),
|
||||
dataIndex: 'implementTime',
|
||||
align: 'center',
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('correspondingStandard'),
|
||||
dataIndex: 'correspondingStandard',
|
||||
|
||||
@@ -115,21 +115,22 @@
|
||||
},
|
||||
{
|
||||
title: this.$t('technicalField'),
|
||||
dataIndex: 'technologyTerritory_dictText',
|
||||
dataIndex: 'technologyTerritory',
|
||||
align: 'center',
|
||||
ellipsis: true
|
||||
},
|
||||
// {
|
||||
// title: this.$t('functionalAreas'),
|
||||
// dataIndex: 'functionalAreas',
|
||||
// align: 'center'
|
||||
// },
|
||||
{
|
||||
title: this.$t('StandardImplementationDate'),
|
||||
title: this.$t('ImplementationDate'),
|
||||
dataIndex: 'xin1Che1Xing2Shi2Shi1Ri4Qi1',
|
||||
align: 'center',
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('vehicleInProductionDate'),
|
||||
dataIndex: 'implementTime',
|
||||
align: 'center',
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('correspondingStandard'),
|
||||
dataIndex: 'correspondingStandard',
|
||||
|
||||
@@ -831,7 +831,9 @@
|
||||
let query = {
|
||||
type: 1,
|
||||
msg: value,
|
||||
taskAffirmDueDate: this.formInline.taskAffirmDueDate
|
||||
projectNameId:this.$route.query.projectNameId,
|
||||
projectName:this.$route.query.projectName,
|
||||
taskAffirmDueDate: this.formInline.taskAffirmDueDate,
|
||||
}
|
||||
postAction('/workFlow/startProcess', query).then((res) => {
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user