Commit 8fddb1fa authored by 黄奎's avatar 黄奎

11

parent 702fdf82
<style scoped> <style scoped>
.tripPlanTab { .tripPlanTab {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0;
border-radius: 5px; border-radius: 5px;
table-layout: fixed; table-layout: fixed;
background: white; background: white;
...@@ -17,6 +18,7 @@ ...@@ -17,6 +18,7 @@
top: 0; top: 0;
z-index: 10; z-index: 10;
background: #E6E6E6; background: #E6E6E6;
font-size: 13px;
} }
.tripPlanTab tr td { .tripPlanTab tr td {
...@@ -26,6 +28,7 @@ ...@@ -26,6 +28,7 @@
padding-right: 1px; padding-right: 1px;
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
font-size: 12px;
} }
</style> </style>
...@@ -107,6 +110,13 @@ ...@@ -107,6 +110,13 @@
<template v-else> <template v-else>
<font style="color:red;"> X</font> <font style="color:red;"> X</font>
</template> </template>
<br />
<template v-if="subItem.CityName&&subItem.CityName!=''">
{{subItem.CityName}}
</template>
<template v-else>
&nbsp;
</template>
</font> </font>
</template> </template>
</td> </td>
...@@ -220,7 +230,7 @@ ...@@ -220,7 +230,7 @@
that.Confirm(tipMsg, function () { that.Confirm(tipMsg, function () {
var orderMsg = { var orderMsg = {
//MainId: item.MainId, //MainId: item.MainId,
OrderId:item.OrderId, OrderId: item.OrderId,
CancelRemark: 'ERP取消车订单' CancelRemark: 'ERP取消车订单'
}; };
that.loading = true; that.loading = true;
......
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