Commit bb979cb4 authored by wuchun's avatar wuchun

提交

parent 57d69b87
......@@ -664,7 +664,7 @@
</tr>
<tr>
<td colspan="7">
<el-input v-model="CtObj.VisaInfo" placeholder="日本个人商务签证、代办签证费用"> </el-input>
<el-input v-model="CtObj.visaInfo" placeholder="日本个人商务签证、代办签证费用"> </el-input>
</td>
</tr>
<tr>
......@@ -711,7 +711,7 @@
</h2>
</div>
<el-form-item label="备注信息">
<el-input type="textarea" v-model="CtObj.Notes"
<el-input type="textarea" v-model="CtObj.notes"
placeholder="用车:全程七天用车;用餐:全程含餐; 酒店:全程含入内;导游,教练全程随行;成都天府机场起止含全程国际段机票(赠送)"></el-input>
</el-form-item>
<el-form-item label="旅游者委托旅行社提供上述">
......@@ -723,32 +723,32 @@
<el-option label="伍" :value='5'></el-option>
</el-select>
共计
<template v-if="CtObj.serviceNum==1">
<template v-if="CtObj.serviceNum=='1'">
<span style="font-weight:bold:color:red;"></span>
</template>
<template v-else-if="CtObj.serviceNum==2">
<template v-else-if="CtObj.serviceNum=='2'">
<span style="font-weight:bold:color:red;"></span>
</template>
<template v-else-if="CtObj.serviceNum==3">
<template v-else-if="CtObj.serviceNum=='3'">
<span style="font-weight:bold:color:red;"></span>
</template>
<template v-else-if="CtObj.serviceNum==4">
<template v-else-if="CtObj.serviceNum=='4'">
<span style="font-weight:bold:color:red;"></span>
</template>
<template v-else-if="CtObj.serviceNum==5">
<template v-else-if="CtObj.serviceNum=='5'">
<span style="font-weight:bold:color:red;"></span>
</template>
(大写)项服务。
</el-form-item>
<el-form-item label="人数">
<el-input type="text" v-model="CtObj.C_LowNum" maxlength="100" class="w300"></el-input>
<el-input type="text" v-model="CtObj.clientNumber" maxlength="100" class="w300"></el-input>
</el-form-item>
<el-form-item label="费用总额(小写)人民币">
<el-input type="text" v-model="CtObj.Order_Price" maxlength="100" class="w300"></el-input>
<el-input type="text" v-model="CtObj.orderPrice" maxlength="100" class="w300"></el-input>
元 (大写)人民币.
</el-form-item>
<el-form-item :label="(CtObj.C_LowNum?CtObj.C_LowNum:'')+'人合计'">
<el-input type="text" v-model="CtObj.TotalMoneyInfo" maxlength="500" class="w300"></el-input>
<el-form-item :label="(CtObj.clientNumber?CtObj.clientNumber:'')+'人合计'">
<el-input type="text" v-model="CtObj.totalMoneyInfo" maxlength="500" class="w300"></el-input>
</el-form-item>
</div>
</div>
......@@ -930,6 +930,8 @@
serviceNum: 1,
contactsName: "", //紧急联系人
contactsMobile: "", //紧急联系电话
templateType:1,
serviceNum:0,
},
//旅客名单
guestList: [],
......
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