Commit e05bca6b authored by youjie's avatar youjie

no message

parent 9f81d7c7
......@@ -645,6 +645,11 @@
<span class="fz15 fbold">{{ scope.row.PlatformMoney }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="行驶公里" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15">{{ scope.row.RunKM }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="油费支出" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OutOilFee }}</span>
......@@ -806,6 +811,11 @@
<span class="fz15 fbold">{{ scope.row.PlatformMoney }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="行驶公里" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15">{{ scope.row.RunKM }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="油费支出" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OutOilFee }}</span>
......
......@@ -181,6 +181,18 @@
@keyup.native="handleCurrentChange(1)" @change="handleCurrentChange(1)"/>
</span>
</li>
<li>
<span><em>系统团号</em>
<el-input clearable type="Number" v-model="msg.OrderTCNUM" placeholder="系统团号"
@keyup.native="handleCurrentChange(1)" @change="handleCurrentChange(1)"/>
</span>
</li>
<li>
<span><em>组团号</em>
<el-input clearable type="Number" v-model="msg.TCNUM" placeholder="系统团号"
@keyup.native="handleCurrentChange(1)" @change="handleCurrentChange(1)"/>
</span>
</li>
<li>
<span><em>{{$t('fnc.khmingcheng')}}</em>
<el-select v-model="msg.CustomerId" filterable @change="handleCurrentChange(1)">
......@@ -264,6 +276,7 @@ export default {
OrderType: 0,
MainId: null,
OrderTCNUM: '',
TCNUM: '',
},
total: 0,
currentPage: 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