Commit 56f8d7eb authored by zhengke's avatar zhengke

增加搜索

parent d763ab88
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
<div v-for="(childItem,childIndex) in subItem.MergeList" :key="childIndex"> <div v-for="(childItem,childIndex) in subItem.MergeList" :key="childIndex">
<em> <em>
<!--@change="GetTravelPrice(subItem)"--> <!--@change="GetTravelPrice(subItem)"-->
<el-select style="margin-bottom:5px;" class="w170" :placeholder="$t('pub.pleaseSel')" v-model="childItem.MTCID" <el-select filterable style="margin-bottom:5px;" class="w170" :placeholder="$t('pub.pleaseSel')" v-model="childItem.MTCID"
@visible-change="GetPriceList(subItem)" @change="GetPriceChange(subItem,childItem)"> @visible-change="GetPriceList(subItem)" @change="GetPriceChange(subItem,childItem)">
<el-option :key="0" :value="0" :label="$t('pub.pleaseSel')"></el-option> <el-option :key="0" :value="0" :label="$t('pub.pleaseSel')"></el-option>
<el-option v-for="pItem in subItem.PriceList" :key="pItem.TCID" :label="pItem.TCNUM" <el-option v-for="pItem in subItem.PriceList" :key="pItem.TCID" :label="pItem.TCNUM"
......
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