Commit bce7cbab authored by youjie's avatar youjie

no message

parent 31b75537
...@@ -625,6 +625,7 @@ export default { ...@@ -625,6 +625,7 @@ export default {
this.ExamineOrderChangePrice() this.ExamineOrderChangePrice()
} }
}, },
// 审核接口
ExamineOrderChangePrice(){ ExamineOrderChangePrice(){
this.apipost( this.apipost(
"CarSingle_post_ExamineOrderChangePrice", "CarSingle_post_ExamineOrderChangePrice",
...@@ -642,6 +643,7 @@ export default { ...@@ -642,6 +643,7 @@ export default {
} }
); );
}, },
// 申请接口
SetOrderChangePrice(){ SetOrderChangePrice(){
this.apipost( this.apipost(
"CarSingle_post_SetOrderChangePrice", "CarSingle_post_SetOrderChangePrice",
......
...@@ -299,7 +299,6 @@ ...@@ -299,7 +299,6 @@
</div> </div>
<!-- 统计版块 --> <!-- 统计版块 -->
<div class="groupTourOrder_count" v-if="pagesTitle=='销售'||pagesTitle=='OP'"> <div class="groupTourOrder_count" v-if="pagesTitle=='销售'||pagesTitle=='OP'">
<!-- <el-row :gutter="20"> <el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="8"></el-col></el-row> -->
<div class="groupTourOrder_count_item HT_total" v-for="(item,index) in SummaryList"> <div class="groupTourOrder_count_item HT_total" v-for="(item,index) in SummaryList">
<div> <div>
<span>{{item.CurrencyName}}</span> <span>{{item.CurrencyName}}</span>
...@@ -341,12 +340,11 @@ ...@@ -341,12 +340,11 @@
</span> </span>
</p> </p>
</div> </div>
</div> </div>
<OrderList :pagesTitle="Title" :OrderList="OrderList" :changePriceOuterVisible="changePriceOuterVisible" v-loading="loading" @success="msg.pageIndex=1,msg2.pageIndex=1,GetList()"> </OrderList> <OrderList :pagesTitle="Title" :OrderList="OrderList"
:changePriceOuterVisible="changePriceOuterVisible"
v-loading="loading"
@success="msg.pageIndex=1,msg2.pageIndex=1,GetList()"> </OrderList>
<!-- <div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">暂无数据</div> --> <!-- <div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">暂无数据</div> -->
<el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'" background <el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'" background
@current-change="handleCurrentChange" :current-page.sync="currentPage" @current-change="handleCurrentChange" :current-page.sync="currentPage"
......
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