Commit b8da3c32 authored by zhengke's avatar zhengke

增加跳转

parent 91d2ebe1
...@@ -333,9 +333,10 @@ ...@@ -333,9 +333,10 @@
</td> </td>
<td> <td>
<div class="fz16 fbold linkspan" @click="goUrlBus('BusInfo',item,outItem,'车配信息')"> <div class="fz16 fbold linkspan">
<span style="color: #4BCA81;" v-if="item.BusResult==1"></span> <span style="color: #4BCA81;" @click="goUrlBus('BusInfo',item,outItem,'车配信息')" v-if="item.BusResult==1"></span>
<span class="colorE95252" v-else>{{item.BusResult=='-1'?"x":"O"}}</span> <span class="colorE95252" @click="goUrlBus('BusInfo',item,outItem,'车配信息')" v-else>{{item.BusResult=='-1'?"x":"O"}}</span>
<span @click="GoShoupei(item)" style="cursor:pointer;text-decoration:underline;display:block;color:#666;font-size:12px;">车辆信息</span>
</div> </div>
</td> </td>
<td> <td>
...@@ -1039,6 +1040,17 @@ ...@@ -1039,6 +1040,17 @@
res => { res => {
this.loading = false; this.loading = false;
}); });
},
//跳转手配书
GoShoupei(item) {
this.$router.push({
name: "busHandBook",
query: {
"TCID": item.TCIDS,
blank: 'y',
tab: "手配依赖书"
}
})
} }
}, },
mounted() { mounted() {
......
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