Commit f3545e50 authored by 黄奎's avatar 黄奎

11

parent 3f7e5269
......@@ -285,6 +285,16 @@
<template v-if="subItem.DinnerName&&subItem.DinnerName!=''">
{{$t('objFill.v101.wancaimc')}}: {{subItem.DinnerCostPrice}}<br />
</template>
<template v-if="subItem.IsBreakfastChange">
<br />
<font style="color:red;">
{{$t('objFill.v101.zaocanmc')}}:
<template v-if="subItem.BreakfastChangeValue>0">
+
</template>
{{subItem.BreakfastChangeValue}} <font style="color:#409eff;">({{subItem.BreakfastChangeRemark}})</font>
</font>
</template>
<template v-if="subItem.IsLunchChange">
<br />
<font style="color:red;">
......
......@@ -186,6 +186,17 @@
<template v-if="subItem.DinnerName&&subItem.DinnerName!=''">
{{$t('objFill.v101.wancaimc')}}: {{subItem.DinnerCostPrice}}<br />
</template>
<template v-if="subItem.IsBreakfastChange">
<br />
<font style="color:red;">
{{$t('objFill.v101.zaocanmc')}}:
<template v-if="subItem.BreakfastChangeValue>0">
+
</template>
{{subItem.BreakfastChangeValue}} <font style="color:#409eff;">({{subItem.BreakfastChangeRemark}})
</font>
</font>
</template>
<template v-if="subItem.IsLunchChange">
<br />
<font style="color:red;">
......@@ -196,6 +207,7 @@
{{subItem.LunchChangeValue}} <font style="color:#409eff;">({{subItem.LunchChangeRemark}})</font>
</font>
</template>
<template v-if="subItem.IsDinnerChange">
<br />
<font style="color:red;">
......
......@@ -145,7 +145,7 @@
<span class="TDInputspan">
<el-form-item prop="DayNum">
<el-input class="w100 LowNum" v-model="subConfig.DayNum" maxlength="2"
:disabled="dataAll&&dataAll.OfferId&&dataAll.OfferId>0"
:disabled="dataAll&&dataAll.OfferId>0"
@keyup.native="checkInteger(subConfig,'DayNum');createLineTrip()">
<template slot="append">{{$t('hotel.hotel_day')}}</template>
</el-input>
......
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