Commit f7888f4e authored by 黄奎's avatar 黄奎

车辆新增回送费

parent 81bf61a9
...@@ -195,13 +195,17 @@ ...@@ -195,13 +195,17 @@
<tfoot> <tfoot>
<tr> <tr>
<td>车辆类型</td> <td>车辆类型</td>
<td colspan="7" align="left" style="padding-left:5px;"> <td 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">
</el-option> </el-option>
</el-select> </el-select>
</td> </td>
<td>回送费</td>
<td colspan="4" align="left" style="padding-left:5px;">
<el-input v-model="PostData.BackFee" @keyup.native="checkPrice(PostData,'BackFee')" placeholder="请输入回送费" maxlength="10" class='w135'></el-input>
</td>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>
...@@ -432,7 +436,7 @@ ...@@ -432,7 +436,7 @@
DayNum: 0, DayNum: 0,
TotalNumber: 0 TotalNumber: 0
}, },
PostData: [], PostData: {},
//公用信息 //公用信息
CommonList: [], CommonList: [],
//禁用文本框 //禁用文本框
......
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