Merge remote-tracking branch 'origin/feature_dev_20221008_TODO' into feature_dev_20221008_TODO

This commit is contained in:
wangzhijiang
2022-10-19 11:21:40 +08:00
4 changed files with 56 additions and 33 deletions
@@ -324,14 +324,19 @@
putAction(this.url.dreSubmit, query).then((res) => {
if (res.success) {
this.$message.success(this.$t('OperationSuccessful'))
this.$router.push({
path: '/ProjectDetails',
query: {
type: '103',
...this.$route.query
}
})
if (this.$route.query.router) {
this.$router.push({
path: '/projectRegulationTasks'
})
} else {
this.$router.push({
path: '/ProjectDetails',
query: {
type: '103',
...this.$route.query
}
})
}
// setTimeout(() => {
// this.loading = false
// window.close()
@@ -375,13 +380,19 @@
if (res.success) {
setTimeout(() => {
this.loading = false
this.$router.push({
path: '/ProjectDetails',
query: {
type: '103',
...this.$route.query
}
})
if (this.$route.query.router) {
this.$router.push({
path: '/projectRegulationTasks'
})
} else {
this.$router.push({
path: '/ProjectDetails',
query: {
type: '103',
...this.$route.query
}
})
}
}, 1000)
}
})
@@ -144,6 +144,7 @@
},
viewClick(row) {
let query = {}
row.router = this.$route.path
if (row.flowType == '1') {
query = {
taskDefinitionKey: row.taskDefinitionKey,
@@ -176,6 +177,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds: row.taskId,
actiProcInstId: row.actiProcInstId,
projectTaskInventoryId: row.projectLawsInventoryId,
@@ -195,8 +197,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.designTaskDetailId,
PersonChargeFeedback: row.designPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',
@@ -209,6 +211,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds: row.taskId,
actiProcInstId: row.actiProcInstId,
projectTaskInventoryId: row.projectLawsInventoryId,
@@ -228,8 +231,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.prehomoTaskDetailId,
PersonChargeFeedback: row.prehomoPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',
@@ -242,6 +245,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds: row.taskId,
actiProcInstId: row.actiProcInstId,
id: row.projectLibraryId,
@@ -261,8 +265,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.verifyTaskDetailId,
PersonChargeFeedback: row.verifyPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',
@@ -137,6 +137,7 @@
},
ProcessingClick(row) {
let query = {}
row.router = this.$route.path
if (row.flowType == '1') {
query = {
taskDefinitionKey: row.taskDefinitionKey,
@@ -169,6 +170,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds: row.taskId,
actiProcInstId: row.actiProcInstId,
projectTaskInventoryId: row.projectLawsInventoryId,
@@ -188,8 +190,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.designTaskDetailId,
PersonChargeFeedback: row.designPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',
@@ -202,6 +204,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds: row.taskId,
actiProcInstId: row.actiProcInstId,
projectTaskInventoryId: row.projectLawsInventoryId,
@@ -221,8 +224,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.prehomoTaskDetailId,
PersonChargeFeedback: row.prehomoPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',
@@ -235,6 +238,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds: row.taskId,
actiProcInstId: row.actiProcInstId,
id: row.projectLibraryId,
@@ -254,8 +258,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.verifyTaskDetailId,
PersonChargeFeedback: row.verifyPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',
@@ -144,6 +144,7 @@
},
viewClick(row) {
let query = {}
row.router = this.$route.path
if (row.flowType == '1') {
query = {
taskDefinitionKey:row.taskDefinitionKey,
@@ -176,6 +177,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds:row.taskId,
actiProcInstId: row.actiProcInstId,
projectTaskInventoryId: row.projectLawsInventoryId,
@@ -195,8 +197,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.designTaskDetailId,
PersonChargeFeedback: row.designPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',
@@ -209,6 +211,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds:row.taskId,
actiProcInstId: row.actiProcInstId,
projectTaskInventoryId: row.projectLawsInventoryId,
@@ -228,8 +231,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.prehomoTaskDetailId,
PersonChargeFeedback: row.prehomoPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',
@@ -242,6 +245,7 @@
row.taskId = ''
}
query = {
router: row.router,
taskIds: row.taskId,
actiProcInstId: row.actiProcInstId,
id: row.projectLibraryId,
@@ -261,8 +265,8 @@
projectName: row.projectName,
targetMarket: row.targetMarket,
projectNameId: row.projectNameId,
primaryKeyId: row.verifyTaskDetailId,
PersonChargeFeedback: row.verifyPersonChargeFeedback
primaryKeyId: row.primaryKeyId,
PersonChargeFeedback: row.PersonChargeFeedback
}
let newUrl = this.$router.resolve({
path: '/taskListProcess',