Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
bce7cbab
Commit
bce7cbab
authored
Nov 01, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
31b75537
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+2
-0
allList.vue
src/components/myOrdersAllType/components/allList.vue
+6
-8
No files found.
src/components/myOrdersAllType/components/OrderList.vue
View file @
bce7cbab
...
...
@@ -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"
,
...
...
src/components/myOrdersAllType/components/allList.vue
View file @
bce7cbab
...
...
@@ -299,7 +299,6 @@
</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_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>
<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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment