Commit 0d4e218d authored by 黄媛媛's avatar 黄媛媛

no

parent aaf1dcae
...@@ -1730,7 +1730,9 @@ ...@@ -1730,7 +1730,9 @@
<a style="color:blue;cursor:pointer" @click='goUrlT("RegistrationList",subItem.TCID,"报名清单")'> <a style="color:blue;cursor:pointer" @click='goUrlT("RegistrationList",subItem.TCID,"报名清单")'>
({{subItem.TCID}}){{subItem.TCNUM}} </a> ({{subItem.TCID}}){{subItem.TCNUM}} </a>
<a style="color:red;cursor:pointer;" @click="goUrlTicketUnion(subItem.TCID,item.ID)">设置联运</a> <a style="color:red;cursor:pointer;" @click="goUrlTicketUnion(subItem.TCID,item.ID)">设置联运</a>
<a style="cursor:pointer;" @click="goFinaceDetails(subItem.FinanceId)" v-if="subItem.FinanceId">(折让单:{{subItem.FinanceId}})</a> <a style="cursor:pointer;" @click="goFinaceDetails(subItem.FinanceId)" v-if="subItem.FinanceId">
(折让单:<span style="color: blue;">{{subItem.FinanceId}}</span>)
</a>
</span> </span>
</div> </div>
</el-col> </el-col>
...@@ -2279,7 +2281,7 @@ ...@@ -2279,7 +2281,7 @@
<el-col :span="23"> <el-col :span="23">
<el-row v-if="!item.disabled" v-for="(item,index) in MsgRAirServiceList" :key="index"> <el-row v-if="!item.disabled" v-for="(item,index) in MsgRAirServiceList" :key="index">
<el-col :span="6" style="padding-top:12px"> <el-col :span="6" style="padding-top:12px">
<input type="checkbox" :value="item.TCID" v-model="customerList"/>({{item.TCID}}){{item.TCNUM}} <input type="checkbox" :value="item.TCID" v-model="customerList"/>{{item.TCNUM}}({{item.TCID}})
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
<el-form-item label="机位" label-width="70px"> <el-form-item label="机位" label-width="70px">
......
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