Commit bce7cbab authored by youjie's avatar youjie

no message

parent 31b75537
......@@ -625,6 +625,7 @@ export default {
this.ExamineOrderChangePrice()
}
},
// 审核接口
ExamineOrderChangePrice(){
this.apipost(
"CarSingle_post_ExamineOrderChangePrice",
......@@ -642,6 +643,7 @@ export default {
}
);
},
// 申请接口
SetOrderChangePrice(){
this.apipost(
"CarSingle_post_SetOrderChangePrice",
......
......@@ -298,8 +298,7 @@
</ul>
</div>
<!-- 统计版块 -->
<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" v-if="pagesTitle=='销售'||pagesTitle=='OP'">
<div class="groupTourOrder_count_item HT_total" v-for="(item,index) in SummaryList">
<div>
<span>{{item.CurrencyName}}</span>
......@@ -341,12 +340,11 @@
</span>
</p>
</div>
</div>
<OrderList :pagesTitle="Title" :OrderList="OrderList" :changePriceOuterVisible="changePriceOuterVisible" v-loading="loading" @success="msg.pageIndex=1,msg2.pageIndex=1,GetList()"> </OrderList>
</div>
<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> -->
<el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'" background
@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