Commit 83a5820f authored by liudong1993's avatar liudong1993

1

parent e4cc3382
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
<tr> <!-- <tr>
<td> <td>
<el-form-item :label="$t('hotel.hotel_fax')"> <el-form-item :label="$t('hotel.hotel_fax')">
<el-input type="text" v-model="CtObj.clientFax" maxlength="100" class="w300"></el-input> <el-input type="text" v-model="CtObj.clientFax" maxlength="100" class="w300"></el-input>
...@@ -431,7 +431,7 @@ ...@@ -431,7 +431,7 @@
<el-input type="text" v-model="CtObj.clientEmail" maxlength="100" class="w300"></el-input> <el-input type="text" v-model="CtObj.clientEmail" maxlength="100" class="w300"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr> -->
</tbody> </tbody>
</table> </table>
<div class="createTableTitle">出境社信息</div> <div class="createTableTitle">出境社信息</div>
...@@ -487,7 +487,7 @@ ...@@ -487,7 +487,7 @@
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
<tr> <!-- <tr>
<td> <td>
<el-form-item :label="$t('hotel.hotel_fax')"> <el-form-item :label="$t('hotel.hotel_fax')">
<el-input type="text" class="w300" v-model="CtObj.companyFax"></el-input> <el-input type="text" class="w300" v-model="CtObj.companyFax"></el-input>
...@@ -507,7 +507,7 @@ ...@@ -507,7 +507,7 @@
<el-input type="text" class="w300" v-model="CtObj.companyEmail"></el-input> <el-input type="text" class="w300" v-model="CtObj.companyEmail"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr> -->
<tr> <tr>
<td> <td>
<el-form-item label="签约地点"> <el-form-item label="签约地点">
...@@ -997,7 +997,7 @@ ...@@ -997,7 +997,7 @@
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
<tr> <!-- <tr>
<td> <td>
<el-form-item :label="$t('objFill.dianziyx')"> <el-form-item :label="$t('objFill.dianziyx')">
<el-input type="text" class="w300" v-model="CtObj.regulatorWebsite"></el-input> <el-input type="text" class="w300" v-model="CtObj.regulatorWebsite"></el-input>
...@@ -1017,7 +1017,7 @@ ...@@ -1017,7 +1017,7 @@
<el-input type="text" class="w300" v-model="CtObj.regulatorPostCode"></el-input> <el-input type="text" class="w300" v-model="CtObj.regulatorPostCode"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr> -->
</tbody> </tbody>
</table> </table>
</div> </div>
......
...@@ -764,9 +764,9 @@ ...@@ -764,9 +764,9 @@
</template> </template>
/人 /人
<!-- &nbsp;+&nbsp;儿童 --> &nbsp;+&nbsp;儿童
</el-form-item> </el-form-item>
<!-- <el-form-item label-width="0" style="display:inline-block;"> <el-form-item label-width="0" style="display:inline-block;">
<el-input type="text" class="w150" @keyup.native="checkInteger(CtObj,'C_ChildrenNum')" <el-input type="text" class="w150" @keyup.native="checkInteger(CtObj,'C_ChildrenNum')"
v-model="CtObj.C_ChildrenNum"></el-input>&nbsp;人×&nbsp;&nbsp; v-model="CtObj.C_ChildrenNum"></el-input>&nbsp;人×&nbsp;&nbsp;
</el-form-item> </el-form-item>
...@@ -778,7 +778,7 @@ ...@@ -778,7 +778,7 @@
<template v-else> <template v-else>
</template>/人 = </template>/人 =
</el-form-item> --> </el-form-item>
<el-form-item label-width="0" style="display:inline-block;"> = <el-form-item label-width="0" style="display:inline-block;"> =
<el-input type="text" class="w150" @keyup.native="checkPrice(CtObj,'C_TotalPrice')" <el-input type="text" class="w150" @keyup.native="checkPrice(CtObj,'C_TotalPrice')"
v-model="CtObj.C_TotalPrice"></el-input>&nbsp; <template v-if="CtObj.SignType==0"> v-model="CtObj.C_TotalPrice"></el-input>&nbsp; <template v-if="CtObj.SignType==0">
......
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