Commit a5b621a8 authored by zhengke's avatar zhengke

修改车配

parent 21fafa52
...@@ -434,11 +434,13 @@ ...@@ -434,11 +434,13 @@
} }
.DiningTable tr td { .DiningTable tr td {
height: 30px; height: 34px;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
} }
/* .bookDinnerStatisticsTalbe tr td .DiningTable tr:last-child >td{
border-bottom:0;
} */
.DiningTable tr td:last-child { .DiningTable tr td:last-child {
border-right: none; border-right: none;
} }
......
...@@ -1124,7 +1124,8 @@ ...@@ -1124,7 +1124,8 @@
}, },
//获取目的地列表 //获取目的地列表
getLinePlaceList() { getLinePlaceList() {
this.queryMsg.PlaceID = 0 this.queryMsg.PlaceID = 0;
this.queryMsg.LineteamId = 0;
let msg = { let msg = {
lineID: this.queryMsg.LineId, lineID: this.queryMsg.LineId,
} }
......
...@@ -91,9 +91,6 @@ ...@@ -91,9 +91,6 @@
.busInfoP { .busInfoP {
display: inline-block; display: inline-block;
}
.busInfoP :hover {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
} }
...@@ -171,7 +168,7 @@ ...@@ -171,7 +168,7 @@
<tfoot> <tfoot>
<tr> <tr>
<td>车辆类型</td> <td>车辆类型</td>
<td colspan="7" align="left"> <td colspan="7" align="left" style="padding-left:5px;">
<el-select class="w150" placeholder="请选择" v-model="PostData.BusType"> <el-select class="w150" placeholder="请选择" v-model="PostData.BusType">
<el-option :key="0" :value="0" label="请选择"></el-option> <el-option :key="0" :value="0" label="请选择"></el-option>
<el-option v-for="item in BusTypeList" :key="item.Id" :label="item.newName" :value="item.Id"> <el-option v-for="item in BusTypeList" :key="item.Id" :label="item.newName" :value="item.Id">
...@@ -500,8 +497,8 @@ ...@@ -500,8 +497,8 @@
let tempCostFee = 0; let tempCostFee = 0;
var tempHighSpeedFee = 0; var tempHighSpeedFee = 0;
if (obj.BusType) { if (obj.BusType) {
obj.PayType=1;
let busTypeObj = this.BusTypeList.find(item => item.Id === obj.BusType); let busTypeObj = this.BusTypeList.find(item => item.Id === obj.BusType);
if (busTypeObj) { if (busTypeObj) {
obj.DetailList.forEach(subItem => { obj.DetailList.forEach(subItem => {
//接送价格 //接送价格
......
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