Commit a5b621a8 authored by zhengke's avatar zhengke

修改车配

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