Commit 9c36500a authored by 黄奎's avatar 黄奎

1

parent bcfe2de2
...@@ -135,6 +135,12 @@ ...@@ -135,6 +135,12 @@
<el-form-item label="订车人:" style="width: 48%;"> <el-form-item label="订车人:" style="width: 48%;">
<div style="max-width: 205px;">{{ postMsg.UseName }}</div> <div style="max-width: 205px;">{{ postMsg.UseName }}</div>
</el-form-item> </el-form-item>
<el-form-item label="司机:" style="width: 48%;">
<div style="max-width: 205px;">{{ postMsg.DriverInfo }}</div>
</el-form-item>
<el-form-item label="车牌号:" style="width: 48%;">
<div style="max-width: 205px;">{{ postMsg.BusNo }}</div>
</el-form-item>
<el-form-item label="团体名称:" style="width: 48%;"> <el-form-item label="团体名称:" style="width: 48%;">
<div style="max-width: 205px;">{{ postMsg.TeamName }}</div> <div style="max-width: 205px;">{{ postMsg.TeamName }}</div>
</el-form-item> </el-form-item>
...@@ -147,6 +153,7 @@ ...@@ -147,6 +153,7 @@
<el-form-item label="天数:" style="width: 48%;"> <el-form-item label="天数:" style="width: 48%;">
<div style="max-width: 205px;">{{ postMsg.UseDayNum }}</div> <div style="max-width: 205px;">{{ postMsg.UseDayNum }}</div>
</el-form-item> </el-form-item>
<el-form-item label="去程航班:" style="width: 48%;"> <el-form-item label="去程航班:" style="width: 48%;">
<div style="max-width: 205px;">{{ postMsg.GoFlightInfo }}</div> <div style="max-width: 205px;">{{ postMsg.GoFlightInfo }}</div>
</el-form-item> </el-form-item>
...@@ -244,7 +251,7 @@ ...@@ -244,7 +251,7 @@
<el-row style="width: 100%;"> <el-row style="width: 100%;">
<el-col :span="24"> <el-col :span="24">
<el-col :span="2" style="text-align:right">状态:</el-col> <el-col :span="2" style="text-align:right">状态:</el-col>
<el-col :span="6" style="text-align:left"> <el-col :span="22" style="text-align:left">
<template v-if="priceType == 1"> <template v-if="priceType == 1">
<el-select filterable placeholder="请选择" v-model="postMsg.OfferState"> <el-select filterable placeholder="请选择" v-model="postMsg.OfferState">
<el-option label='等待报价' :value="2"></el-option> <el-option label='等待报价' :value="2"></el-option>
...@@ -258,7 +265,7 @@ ...@@ -258,7 +265,7 @@
</el-col> </el-col>
</el-row> </el-row>
<div class="flex" style="margin-top: 10px;"> <div class="flex" style="margin-top: 10px;">
<div style="max-width: 48%;"> <div style="width: 48%;padding-left: 20px;">
<span>备注:</span> <span>备注:</span>
<span> <span>
<template v-if="priceType == 1"> <template v-if="priceType == 1">
...@@ -270,7 +277,7 @@ ...@@ -270,7 +277,7 @@
</template> </template>
</span> </span>
</div> </div>
<div style="max-width: 50%;"> <div style="width: 50%;">
<span>注意事项:</span> <span>注意事项:</span>
<span> <span>
<template v-if="priceType == 1"> <template v-if="priceType == 1">
......
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