Commit 8108e1e9 authored by youjie's avatar youjie

no message

parent dc1579fa
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<el-form class="iis_info_box clearfix" label-width="110px"> <el-form class="iis_info_box clearfix" label-width="110px">
<el-row> <el-row>
<el-col :span="4" :gutter="35"> <el-col :span="4" :gutter="35">
<el-form-item label="团号"> <el-form-item label="团号" v-if="msg.InvoiceApplyType!=4">
<el-input placeholder v-model="msg.TCNUM"></el-input> <el-input placeholder v-model="msg.TCNUM"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -134,9 +134,10 @@ ...@@ -134,9 +134,10 @@
</el-col> </el-col>
<el-col :span="4" :gutter="35"> <el-col :span="4" :gutter="35">
<el-form-item label="发票类型"> <el-form-item label="发票类型">
<el-select v-model="msg.InvoiceApplyType" filterable > <el-select v-model="msg.InvoiceApplyType" filterable @change="msg.InvoiceApplyType==4?msg.TCNUM='':''">
<el-option :value="1" label="跟团游"></el-option> <el-option :value="1" label="跟团游"></el-option>
<el-option :value="2" label="签证"></el-option> <el-option :value="2" label="签证"></el-option>
<el-option :value="4" label="单机票"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -169,7 +170,10 @@ ...@@ -169,7 +170,10 @@
</div> </div>
<table class="singeRowTable" style="border:1px solid #E6E6E6;" cellspacing="0" cellpadding="0"> <table class="singeRowTable" style="border:1px solid #E6E6E6;" cellspacing="0" cellpadding="0">
<tr> <tr>
<th width="180">团号</th> <th width="180">
<!-- 团号 -->
出行概述
</th>
<th>订单号</th> <th>订单号</th>
<th>销售</th> <th>销售</th>
<th>客户</th> <th>客户</th>
......
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