|
@@ -126,9 +126,11 @@ export default {
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.$router.push({
|
|
|
name: 'auxiliarySalesOrder',
|
|
|
- query: {
|
|
|
- orderEnginBaseId: row.orderEnginBaseId,
|
|
|
- }
|
|
|
+ params: {
|
|
|
+ pageName: row.orderEnginBaseId,
|
|
|
+ pageType: '-',
|
|
|
+ pageCode: row.orderEnginBaseId,
|
|
|
+ },
|
|
|
})
|
|
|
}
|
|
|
},
|
|
@@ -136,9 +138,11 @@ export default {
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.$router.push({
|
|
|
name: 'auxiliarySalesReturnOrder',
|
|
|
- query: {
|
|
|
- orderEnginBaseId: row.orderEnginBaseId,
|
|
|
- }
|
|
|
+ params: {
|
|
|
+ pageName: row.orderEnginBaseId,
|
|
|
+ pageType: '-',
|
|
|
+ pageCode: row.orderEnginBaseId,
|
|
|
+ },
|
|
|
})
|
|
|
}
|
|
|
},
|