未符合项跳转
This commit is contained in:
@@ -609,6 +609,7 @@ export default {
|
|||||||
this.addOrEdit = 'add'
|
this.addOrEdit = 'add'
|
||||||
this.attributeTitle = '新增'
|
this.attributeTitle = '新增'
|
||||||
this.showInfoModal = true
|
this.showInfoModal = true
|
||||||
|
this.attributeEO = {}
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs['attributeEO'].resetFields()
|
this.$refs['attributeEO'].resetFields()
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -415,8 +415,8 @@ export default {
|
|||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.standId,
|
||||||
pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
// pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
window.open(routeUrl.href, '_blank')
|
window.open(routeUrl.href, '_blank')
|
||||||
@@ -483,6 +483,9 @@ export default {
|
|||||||
},
|
},
|
||||||
// 提交按钮
|
// 提交按钮
|
||||||
handleSubmit() {
|
handleSubmit() {
|
||||||
|
this.dataList.forEach(item =>{
|
||||||
|
item.standId = item.standSerialNumber
|
||||||
|
})
|
||||||
let json = {
|
let json = {
|
||||||
prcCreateUser: this.$store.getters.userInfo.userId,
|
prcCreateUser: this.$store.getters.userInfo.userId,
|
||||||
prcCreateUserName: this.$store.getters.userInfo.userName,
|
prcCreateUserName: this.$store.getters.userInfo.userName,
|
||||||
@@ -502,7 +505,6 @@ export default {
|
|||||||
type: '8'
|
type: '8'
|
||||||
}
|
}
|
||||||
startProcess(paramsInfo).then(res => {
|
startProcess(paramsInfo).then(res => {
|
||||||
console.log(res)
|
|
||||||
this.taskID = res.data
|
this.taskID = res.data
|
||||||
const params = new FormData();
|
const params = new FormData();
|
||||||
params.set('json', JSON.stringify(json))
|
params.set('json', JSON.stringify(json))
|
||||||
|
|||||||
@@ -361,7 +361,6 @@ export default {
|
|||||||
// 选择勾选项的集合
|
// 选择勾选项的集合
|
||||||
handleSelectionChange(value) {
|
handleSelectionChange(value) {
|
||||||
this.multipleSelection = value
|
this.multipleSelection = value
|
||||||
console.log(value)
|
|
||||||
},
|
},
|
||||||
handleTabs(name) {
|
handleTabs(name) {
|
||||||
this.active = name
|
this.active = name
|
||||||
@@ -487,8 +486,8 @@ export default {
|
|||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.standId,
|
||||||
pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
// pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
window.open(routeUrl.href, '_blank')
|
window.open(routeUrl.href, '_blank')
|
||||||
|
|||||||
@@ -398,8 +398,8 @@ export default {
|
|||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.standId,
|
||||||
pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
// pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
window.open(routeUrl.href, '_blank')
|
window.open(routeUrl.href, '_blank')
|
||||||
|
|||||||
@@ -397,8 +397,8 @@ export default {
|
|||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.standId,
|
||||||
pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
// pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
window.open(routeUrl.href, '_blank')
|
window.open(routeUrl.href, '_blank')
|
||||||
|
|||||||
@@ -325,8 +325,8 @@ export default {
|
|||||||
name: 'OtherStandardDetails',
|
name: 'OtherStandardDetails',
|
||||||
params: {
|
params: {
|
||||||
id: item.standId,
|
id: item.standId,
|
||||||
pageType: 'FOREIGN_STAND'
|
// pageType: 'FOREIGN_STAND'
|
||||||
// pageType: item.standType + '_STAND'
|
pageType: item.standType + '_STAND'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
window.open(routeUrl.href, '_blank')
|
window.open(routeUrl.href, '_blank')
|
||||||
|
|||||||
@@ -180,8 +180,6 @@ export default {
|
|||||||
row.taskInfo = row.name
|
row.taskInfo = row.name
|
||||||
row.tabsName = this.$route.query.tabsName
|
row.tabsName = this.$route.query.tabsName
|
||||||
let prcType = this.detailData[index].prcType // 流程类型
|
let prcType = this.detailData[index].prcType // 流程类型
|
||||||
console.log(prcType)
|
|
||||||
console.log(row.taskInfo);
|
|
||||||
// 判断当前流程是否已全部办理完成
|
// 判断当前流程是否已全部办理完成
|
||||||
this.detailData.map(item => {
|
this.detailData.map(item => {
|
||||||
if (!item.endTime) {
|
if (!item.endTime) {
|
||||||
@@ -220,7 +218,9 @@ export default {
|
|||||||
this.toProcessDetail('xmpg2Step1-2',row)
|
this.toProcessDetail('xmpg2Step1-2',row)
|
||||||
}
|
}
|
||||||
//标准解读流程
|
//标准解读流程
|
||||||
}else if(prcType === '9'){
|
} else if (prcType === '8') {
|
||||||
|
this.toProcessDetail('wfhxzgStep5',row)
|
||||||
|
} else if(prcType === '9'){
|
||||||
this.toProcessDetail('bzjdStep1-6',row)
|
this.toProcessDetail('bzjdStep1-6',row)
|
||||||
//标准调研流程
|
//标准调研流程
|
||||||
}else if(prcType === '2'){
|
}else if(prcType === '2'){
|
||||||
|
|||||||
Reference in New Issue
Block a user