Commit f12a8ee6 authored by 黄奎's avatar 黄奎

11

parent c68a1e15
...@@ -168,26 +168,34 @@ ...@@ -168,26 +168,34 @@
</el-input> </el-input>
</td> </td>
</tr> </tr>
<tr v-if="postData.LineId==90"> <tr >
<td colspan="6" style="height:20px;"> <td colspan="6" style="height:20px;">
</td> </td>
</tr> </tr>
<tr v-if="postData.LineId==90"> <tr>
<td width="80" class="txtRightCost">客户电话</td> <td width="80" class="txtRightCost">领队人数</td>
<td> <td>
<el-input v-model="postData.CustomerTel" type="text" placeholder="客户电话" <el-input v-model="postData.LeaderNum" type="text" :placeholder="$t('fnc.khmingcheng')" maxlength="200">
maxlength="200">
</el-input> </el-input>
</td> </td>
<td width="80" class="txtRightCost">领队人数</td> <td width="80" class="txtRightCost">
<template v-if="postData.LineId==90">
客户电话
</template></td>
<td> <td>
<el-input v-model="postData.LeaderNum" type="text" :placeholder="$t('fnc.khmingcheng')" maxlength="200"> <el-input v-if="postData.LineId==90" v-model="postData.CustomerTel" type="text" placeholder="客户电话"
maxlength="200">
</el-input> </el-input>
</td> </td>
<td width="80" class="txtRightCost">自动下单</td>
<td width="80" class="txtRightCost">
<template v-if="postData.LineId==90">
自动下单
</template>
</td>
<td> <td>
<el-switch v-model="postData.IsCreateOrder" active-color="#13ce66" inactive-color="#ff4949" <el-switch v-if="postData.LineId==90" v-model="postData.IsCreateOrder" active-color="#13ce66"
:active-value="1" :inactive-value="0"> inactive-color="#ff4949" :active-value="1" :inactive-value="0">
</el-switch> </el-switch>
</td> </td>
</tr> </tr>
...@@ -564,7 +572,7 @@ ...@@ -564,7 +572,7 @@
HotelName: "", //酒店名称 HotelName: "", //酒店名称
RebatePrice: 0, //回佣 RebatePrice: 0, //回佣
OtherPrice: 0, //其它费用(保险、司导杂费等) OtherPrice: 0, //其它费用(保险、司导杂费等)
BreakFastId:"",//早餐Id BreakFastId: "", //早餐Id
DinnerIds: "", //晚餐Id DinnerIds: "", //晚餐Id
DinnerName: "", //晚餐名称 DinnerName: "", //晚餐名称
LunchIds: "", //午餐编号 LunchIds: "", //午餐编号
......
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