Commit fe7033f7 authored by youjie's avatar youjie

no message

parent 69ddb3b6
......@@ -458,6 +458,9 @@ export default {
if (this.$route.query.MainId) {
this.msg.MainId = this.$route.query.MainId
}
if (this.$route.query.OrderTCNUM) {
this.msg.OrderTCNUM = this.$route.query.OrderTCNUM
}
// crm自动登陆传过来的参数
if(this.$route.query.crmOrderObj){
let crmOrderObj = JSON.parse(this.$route.query.crmOrderObj)
......
......@@ -798,12 +798,13 @@ Vue.component("TCIDJump", {
event_id: 'CarDealerOrder',
data: {
OrderId: id,
type: 3
}}, `${href}`)
}else{
this.$router.push({
path: path,
query: {
OrderId: id,
OrderTCNUM: id,
blank: 'y'
}
});
......@@ -2285,7 +2286,7 @@ export default {
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
},
{
field: "YingShou",
formatter: this.moneyFormat,
......@@ -2295,7 +2296,7 @@ export default {
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
},
},
{
field: "ShiShou",
formatter: this.moneyFormat,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment