Commit 6a776f05 authored by 黄奎's avatar 黄奎

新增页面

parent 1da1b894
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
</li> </li>
<li> <li>
<button class="hollowFixedBtn" type="button" @click="resetPageIndex(),selectResource()">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" type="button" @click="resetPageIndex(),selectResource()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" type="button" @click="goSubInfo('HotelInfo')">{{$t('pub.addBtn')}}</button> <button class="normalBtn" type="button" @click="goSubInfo('HotelInfo2')">{{$t('pub.addBtn')}}</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -325,7 +325,7 @@ ...@@ -325,7 +325,7 @@
</div> </div>
</div> </div>
<div class="btnList"> <div class="btnList">
<button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button> <button @click="goSubInfo('HotelInfo2',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
<button @click="goUrl('HotelProductManage2',item)" class="hotelBtn">报价与库存</button> <button @click="goUrl('HotelProductManage2',item)" class="hotelBtn">报价与库存</button>
</div> </div>
</div> </div>
...@@ -451,7 +451,7 @@ ...@@ -451,7 +451,7 @@
this.msg.Status = "-1"; this.msg.Status = "-1";
} }
this.ApiPost2( this.ApiPost2(
"hotel_post_GetPageList", "hotel_post_GetPageList_Supplier",
this.msg, this.msg,
res => { res => {
this.loading = false; this.loading = false;
......
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