Commit 9d252203 authored by zhengke's avatar zhengke

修改链接

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