|
@@ -117,10 +117,9 @@ export default {
|
|
btnType: 'text',
|
|
btnType: 'text',
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
this.$router.push({
|
|
this.$router.push({
|
|
- name: "workOrderPool",
|
|
|
|
|
|
+ name: row.isAllFee=='YES'?"allInclusiveExpense":'applicationWithoutFee',
|
|
query: {
|
|
query: {
|
|
- id:row.id,
|
|
|
|
- activeName: "SettleAccounts",
|
|
|
|
|
|
+ rpProjectRepairId:row.id
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -128,13 +127,12 @@ export default {
|
|
serviceOrderDetail: {
|
|
serviceOrderDetail: {
|
|
btnType: 'text',
|
|
btnType: 'text',
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
- // this.$router.push({
|
|
|
|
- // name: "workOrderPool",
|
|
|
|
- // query: {
|
|
|
|
- // id:row.orderBaseId,
|
|
|
|
- // activeName: "SettleAccounts",
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
|
|
+ this.$router.push({
|
|
|
|
+ name: "workOrderPool",
|
|
|
|
+ query: {
|
|
|
|
+ rpProjectRepairId:row.id
|
|
|
|
+ }
|
|
|
|
+ })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|