Commit 72dc437c authored by 黄奎's avatar 黄奎
parents eb7e1677 4d6f3bce
...@@ -53,6 +53,16 @@ ...@@ -53,6 +53,16 @@
</el-select> --> </el-select> -->
</span> </span>
</li> </li>
<li>
<span>
<em>来源</em>
<el-select v-model="msg.SourceType" :placeholder="$t('pub.pleaseSel')">
<el-option :label="$t('pub.unlimitedSel')" :value='0'></el-option>
<el-option label="ERP" :value='1'></el-option>
<el-option label="PIC" :value='2'></el-option>
</el-select>
</span>
</li>
<li> <li>
<input v-if="HOTEL_memorandum&&!pagesTitle" type="button" class="normalBtn" value="备忘录" <input v-if="HOTEL_memorandum&&!pagesTitle" type="button" class="normalBtn" value="备忘录"
@click="goUrl('memorandumList')" /> @click="goUrl('memorandumList')" />
...@@ -175,6 +185,7 @@ ...@@ -175,6 +185,7 @@
MaxPrice: 0, MaxPrice: 0,
MinPrice: 0, MinPrice: 0,
HotelName: '', HotelName: '',
SourceType:'',
IsHotelAddPrice: 1 IsHotelAddPrice: 1
}, },
tableHeight: 0, tableHeight: 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