Commit f455e29f authored by youjie's avatar youjie

no message

parent d029dea5
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<el-table-column width="200" prop="CreateTimeStr" label="订单Id" show-overflow-tooltip> <el-table-column width="200" prop="CreateTimeStr" label="订单Id" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
<p class="cursor-pointer c059FF6 fz18 row-c" @click="goDetails(scope.row,1)"> <p class="cursor-p c059FF6 fz18 row-c" @click="goDetails(scope.row,1)">
<el-tag style="margin-right: 5px;" size="mini">{{scope.row.OrderTypeName}}</el-tag> <el-tag style="margin-right: 5px;" size="mini">{{scope.row.OrderTypeName}}</el-tag>
<span>{{scope.row.OrderId}}</span> <span>{{scope.row.OrderId}}</span>
</p> </p>
...@@ -109,16 +109,6 @@ ...@@ -109,16 +109,6 @@
methods: { methods: {
goDetails(row,type){ goDetails(row,type){
let name let name
name = 'erpCustomerOrderDay'
this.$router.push({
path: name,
query: {
OrderId: row.OrderId,
blank: 'y',
tab: ''
}
});
return
if(type==1) { if(type==1) {
name = 'erpCustomerOrderDay' name = 'erpCustomerOrderDay'
this.$router.push({ this.$router.push({
...@@ -130,20 +120,18 @@ ...@@ -130,20 +120,18 @@
} }
}); });
}else if(type==2){ }else if(type==2){
if(row.TeamType==0){ if (row.IsOneDayOrder == 1) {
name = 'TravelControlList' name = 'groupTourOrderByTuanOne'
}else if(row.TeamType==1){ } else {
name = 'TravelControlListSale' name = 'groupTourOrderByTuan'
}else if(row.TeamType==2){ }
name = 'oneDayTrip' this.$router.push({
} name: name,
this.$router.push({ query: {
path: name, id: row.TCID,
query: { tcmun: row.TCNUM,
tcmun: row.TCNUM, blank: "y",
blank: 'y', }
tab: ''
}
}); });
} }
......
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