Commit c6b3f3fc authored by zhengke's avatar zhengke

修改跳转参数及车配计算

parent 11d2dcc0
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
<el-input class='w170' type="text" v-model="scope.row.BookGroup"></el-input> <el-input class='w170' type="text" v-model="scope.row.BookGroup"></el-input>
<el-tooltip class="item" effect="dark" content="同上" placement="top"> <el-tooltip class="item" effect="dark" content="同上" placement="top">
<i class="iconfont icon-tongshang" style="cursor:pointer;" v-if="scope.$index!=0" <i class="iconfont icon-tongshang" style="cursor:pointer;" v-if="scope.$index!=0"
@click="getBeforeInfo(scope.$index)"></i> @click="getBeforeInfo(scope.$index),getBusPrice(scope.row)"></i>
</el-tooltip> </el-tooltip>
</div> </div>
</template> </template>
...@@ -716,9 +716,9 @@ ...@@ -716,9 +716,9 @@
newPlanData.BusType = oldPlanData.BusType; newPlanData.BusType = oldPlanData.BusType;
newPlanData.PayType = oldPlanData.PayType; newPlanData.PayType = oldPlanData.PayType;
newPlanData.BookGroup = oldPlanData.BookGroup; newPlanData.BookGroup = oldPlanData.BookGroup;
newPlanData.HighSpeedPrice = oldPlanData.HighSpeedPrice;
newPlanData.HighSpeedPayType = oldPlanData.HighSpeedPayType; newPlanData.HighSpeedPayType = oldPlanData.HighSpeedPayType;
newPlanData.CostPrice = oldPlanData.CostPrice; // newPlanData.HighSpeedPrice = oldPlanData.HighSpeedPrice;
// newPlanData.CostPrice = oldPlanData.CostPrice;
} }
}, },
mounted() { mounted() {
......
...@@ -524,7 +524,7 @@ ...@@ -524,7 +524,7 @@
this.$router.push({ this.$router.push({
name: path, name: path,
query: { query: {
"TCID": obj.TCIDS, "TCID": outItem.TCIDs,
StartDate: obj.StartDateStr, StartDate: obj.StartDateStr,
DayNum: obj.DayNum, DayNum: obj.DayNum,
TotalNumber: obj.TotalSeat, //机位总数 TotalNumber: obj.TotalSeat, //机位总数
......
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