Commit 85ddd8b4 authored by 黄奎's avatar 黄奎

1

parent b20ddc42
...@@ -194,6 +194,9 @@ ...@@ -194,6 +194,9 @@
</tr> </tr>
<tfoot> <tfoot>
<tr> <tr>
<td>
{{$t('ground.dingtuanhao')}}:{{NewCombinationNum}}
</td>
<td>{{$t('ground.busType')}}</td> <td>{{$t('ground.busType')}}</td>
<td align="left" style="padding-left:5px;"> <td align="left" style="padding-left:5px;">
<el-select class="w150" :placeholder="$t('pub.pleaseSel')" v-model="PostData.BusType"> <el-select class="w150" :placeholder="$t('pub.pleaseSel')" v-model="PostData.BusType">
...@@ -202,14 +205,11 @@ ...@@ -202,14 +205,11 @@
</el-option> </el-option>
</el-select> </el-select>
</td> </td>
<td>{{$t('ground.huisongfei')}}</td> <td colspan="2">{{$t('ground.huisongfei')}}</td>
<td colspan="4" align="left" style="padding-left:5px;"> <td colspan="2" align="left" style="padding-left:5px;">
<el-input v-model="PostData.BackFee" @keyup.native="checkPrice(PostData,'BackFee')" <el-input v-model="PostData.BackFee" @keyup.native="checkPrice(PostData,'BackFee')"
:placeholder="$t('ground.shuruhsf')" maxlength="10" class='w135'></el-input> :placeholder="$t('ground.shuruhsf')" maxlength="10" class='w135'></el-input>
</td> </td>
<td>
{{$t('ground.dingtuanhao')}}:{{NewCombinationNum}}
</td>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>
......
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