|
@@ -298,7 +298,7 @@ export default {
|
|
|
WBI: 'applicationWithoutFee',
|
|
|
WBK: 'applicationWithoutFee',
|
|
|
CRE_ORDER: 'workOrderPool',
|
|
|
- SEND_MALL: 'order_list',
|
|
|
+ SEND_MALL: 'order_detail',
|
|
|
RP_MALL: 'order_pr',
|
|
|
CR_SALES: (paidType=='M'?'auxiliarySalesOrder':paidType=='P'?'attachmentSalesOrder':paidType=='YB'?'orderSettleManag':paidType=='MALL'?'order_list':'')
|
|
|
}
|
|
@@ -546,9 +546,15 @@ export default {
|
|
|
this.read(id)
|
|
|
this.$router.push({
|
|
|
name: this.typeFilter(type,paidType),
|
|
|
+ params: {
|
|
|
+ pageName: orderId,
|
|
|
+ pageType: 'detail',
|
|
|
+ pageCode: orderId,
|
|
|
+ pagePam: "operationDetails"
|
|
|
+ },
|
|
|
query: {
|
|
|
id: orderId,
|
|
|
- activeName: "workOrderInfo",
|
|
|
+ orderId: orderId
|
|
|
}
|
|
|
})
|
|
|
},
|