Commit ac2c3c56 authored by 沈良进's avatar 沈良进
parents 4b63cdf1 c66e1384
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<li> <li style="display:none;">
<span> <span>
<em>{{$t('sm.tuankongType')}}</em> <em>{{$t('sm.tuankongType')}}</em>
<el-select class="w150" v-model="queryMsg.FreePlanType" filterable :placeholder="$t('pub.pleaseSel')"> <el-select class="w150" v-model="queryMsg.FreePlanType" filterable :placeholder="$t('pub.pleaseSel')">
...@@ -118,6 +118,13 @@ ...@@ -118,6 +118,13 @@
@keyup.native.enter="getControlList" :placeholder="$t('pub.pleaseImport')"></el-input> @keyup.native.enter="getControlList" :placeholder="$t('pub.pleaseImport')"></el-input>
</span> </span>
</li> </li>
<li>
<span>
<em>{{$t('hotel.hotel_SerialNumber')}}</em>
<el-input maxlength="6" v-model="queryMsg.TCID" class="permiss-input w150"
:placeholder="$t('pub.pleaseImport')" @keyup.native="checkInteger(queryMsg,'TCID')"></el-input>
</span>
</li>
<li> <li>
<span> <span>
<em>{{$t('scen.sc_ftTime')}}</em> <em>{{$t('scen.sc_ftTime')}}</em>
...@@ -214,7 +221,7 @@ ...@@ -214,7 +221,7 @@
</el-checkbox-group> </el-checkbox-group>
</span> </span>
</div> </div>
<!-- <div class="comSearchDiv" v-if="queryCommonData.showPlatForm"> -->
<div class="comSearchDiv"> <div class="comSearchDiv">
<span>{{$t('Airticket.Air_salesPlatform')}}</span> <span>{{$t('Airticket.Air_salesPlatform')}}</span>
<span> <span>
...@@ -885,6 +892,7 @@ ...@@ -885,6 +892,7 @@
LineIdList: [], LineIdList: [],
LineteamId: 0, LineteamId: 0,
TCNUM: "", TCNUM: "",
TCID:"",
StartGroupDate: "", StartGroupDate: "",
EndGroupDate: "", EndGroupDate: "",
OutBranchId: -1, OutBranchId: -1,
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<td>{{item.HeadofficePrice}}</td> <td>{{item.HeadofficePrice}}</td>
<td>{{item.BranchofficePrice}}</td> <td>{{item.BranchofficePrice}}</td>
<td>{{item.AffiliatePrice}}</td> <td>{{item.AffiliatePrice}}</td>
<td>{{item.ProfitAffiliation}}</td> <td>{{item.ProfitAffiliation==1?'总公司':'当地公司'}}</td>
<td>{{item.LocalHeadofficePrice}}</td> <td>{{item.LocalHeadofficePrice}}</td>
<td>{{item.LocalBranchofficePrice}}</td> <td>{{item.LocalBranchofficePrice}}</td>
<td>{{item.LocalAffiliatePrice}}</td> <td>{{item.LocalAffiliatePrice}}</td>
......
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