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
649d8f72
Commit
649d8f72
authored
Jan 27, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请改价页面样式调整
parent
29757dc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
OrderList.vue
src/components/myOrdersAllType/components/OrderList.vue
+6
-4
allList.vue
src/components/myOrdersAllType/components/allList.vue
+2
-1
No files found.
src/components/myOrdersAllType/components/OrderList.vue
View file @
649d8f72
...
...
@@ -250,16 +250,18 @@
</span>
</
template
>
<span
style=
"margin-left: 20px;"
v-if=
"item.ApplyForState==1&&item.ManagerExamineName"
>
<
span
style=
"color: red;"
>
待主管 {{item.ManagerExamineName}} 审核
</span
>
<
el-tag
type=
"warning"
effect=
"dark"
>
待主管 {{item.ManagerExamineName}} 审核
</el-tag
>
</span>
<span
style=
"margin-left: 20px;"
v-if=
"pagesTitle=='申请'&&item.ApplyForState==2"
>
<span
style=
"color: red;"
>
待徐总审核
</span>
<el-tag
type=
"warning"
effect=
"dark"
>
待徐总审核
</el-tag>
<span
v-if=
"item.ManagerExamineBy>0"
style=
"color:#13879b;"
>
主管({{item.ManagerExamineName}} /{{item.ManagerExamineTimeStr
}})已审核
</span>
</span>
<span
v-if=
"item.ApplyForState==4"
style=
"margin-left: 20px;"
>
审核状态:
<
span
style=
"color: red;"
>
已驳回
</span
>
<
el-tag
type=
"danger"
effect=
"dark"
>
已驳回
</el-tag
>
</span>
<
template
v-if=
"
pagesTitle=='审核'||pagesTitle=='查看'
"
>
<
template
v-if=
"
(pagesTitle=='审核'||pagesTitle=='查看')&&item.ApplyForState!=4
"
>
<span
style=
"margin-left: 20px;"
>
改价状态:
<span
style=
"color: red;"
>
...
...
src/components/myOrdersAllType/components/allList.vue
View file @
649d8f72
...
...
@@ -340,6 +340,7 @@
<input
v-if=
"pagesTitle=='销售'||pagesTitle=='OP'"
type=
"button"
class=
"hollowFixedBtn"
value=
"导出"
@
click=
"exportExcel"
>
</li>
</ul>
<span
v-if=
"Title=='申请'"
style=
"font-size:12px; color:red;padding:15px 0px 0px 0px;display:inline-block;"
>
在此列表的订单均表示账未平,需及时提交改价申请与关注审核进度,迟迟未审核可线下提醒主管
</span>
</div>
<!-- 统计版块 -->
<div
class=
"groupTourOrder_count"
v-if=
"pagesTitle=='销售'||pagesTitle=='OP'"
>
...
...
@@ -486,7 +487,7 @@
IsSelectCRM
:
0
,
//1来源crm
IsMyOrder
:
1
,
//1我的订单
CommissionType
:
'-1'
,
//提成类型 1出境 2国内
TicketStatus
:
'
1
'
,
//申请状态
TicketStatus
:
'
0
'
,
//申请状态
},
total
:
0
,
currentPage
:
1
,
...
...
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