Commit e45c340b authored by 黄奎's avatar 黄奎

用款计划页面调整

parent 1141dba6
...@@ -116,7 +116,8 @@ ...@@ -116,7 +116,8 @@
<el-button slot="append" class="iconfont icon-img_haha" @click="addPeoNunber"></el-button> <el-button slot="append" class="iconfont icon-img_haha" @click="addPeoNunber"></el-button>
</el-input> </el-input>
</el-form-item> </el-form-item>
<div colspan="13" style="color: #f12121;font-weigth: bold;">{{$t('objFill.v101.tianrrshqindj')}}"+"</div> <div colspan="13" style="color: #f12121;font-weigth: bold;">{{$t('objFill.v101.tianrrshqindj')}}"+"
</div>
</td> </td>
</tr> </tr>
</thead> </thead>
...@@ -177,18 +178,18 @@ ...@@ -177,18 +178,18 @@
</el-option> </el-option>
</el-select> </el-select>
<el-form-item label="含餐:"> <el-form-item label="含餐:">
<el-select v-model='subItem.ContainDinnerType' style="width:100px;" placeholder="含餐类型" <el-select v-model='subItem.ContainDinnerType' style="width:100px;" :placeholder="$t('objFill.v101.hancanlxin')"
@change="DinnerTypeChange(subItem)"> @change="DinnerTypeChange(subItem)">
<el-option label="含餐类型" :value='0'></el-option> <el-option :label="$t('objFill.v101.hancanlxin')" :value='0'></el-option>
<el-option label="含早餐" :value='1'></el-option> <el-option :label="$t('objFill.hanzaocan')" :value='1'></el-option>
<el-option label="含晚餐" :value='2'></el-option> <el-option :label="$t('objFill.hanwancan')" :value='2'></el-option>
<el-option label="含早晚餐" :value='3'></el-option> <el-option :label="$t('objFill.v101.hanzaowanc')" :value='3'></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</td> </td>
<td> <td>
<el-input type='text' v-model="subItem.HotelCostPrice" class="w70" <el-input type='text' v-model="subItem.HotelCostPrice" class="w70"
@keyup.native="checkPrice(subItem,'HotelCostPrice'),getchange(1)" placeholder="酒店价格"></el-input> @keyup.native="checkPrice(subItem,'HotelCostPrice'),getchange(1)" :placeholder="$t('objFill.v101.jiudianjge')"></el-input>
<template v-if="subItem.IsHotelChange"> <template v-if="subItem.IsHotelChange">
<font style="color:red;"> <font style="color:red;">
<template v-if="subItem.HotelChangeValue>0"> <template v-if="subItem.HotelChangeValue>0">
......
...@@ -80,9 +80,9 @@ ...@@ -80,9 +80,9 @@
</th> </th>
<th colspan="7" style="text-align:left;line-height:40px;"> <th colspan="7" style="text-align:left;line-height:40px;">
<p style="color:red;font-weight:bold;"> <p style="color:red;font-weight:bold;">
1.{{$t('objFill.v101.changuitdyshnp')}};&nbsp;&nbsp; 1.{{$t('objFill.v101.changuitdyshnp')}}&nbsp;&nbsp;
2.{{$t('objFill.v101.xiaobtcgbjd')}};&nbsp;&nbsp; 2.{{$t('objFill.v101.xiaobtcgbjd')}}&nbsp;&nbsp;
3.{{$t('objFill.v101.dangdybxyjp')}};; 3.{{$t('objFill.v101.dangdybxyjp')}}
</p> </p>
</th> </th>
</tr> </tr>
......
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