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
65de7a4f
Commit
65de7a4f
authored
Mar 04, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报名清单申请改价显示
parent
84869cfa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
12 deletions
+27
-12
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+15
-0
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+12
-12
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
65de7a4f
...
...
@@ -2532,6 +2532,21 @@
<span>
OP备注:
</span>
<p>
{{ item.oP_Remarks ? item.oP_Remarks : "无" }}
</p>
</div>
<div
v-if=
"item.changePriceId>0&&(item.isOwn == 1 || IsSupperOrderEdit ||IsLookOrder || isUpdateOrder)"
style=
" overflow:hidden;"
>
<span
style=
"color:red;"
>
改价申请:
</span>
<span>
申请金额【
<span
style=
"color:red;"
>
{{item.changePriceMoney}}
</span>
元】{{item.changePriceReason}}
</span>
<div
style=
"text-align:right;"
v-if=
"item.changePriceState==1"
>
待{{item.ChangePriceType=="2"?"OP":"主管"}}{{item.managerExamineName}}审核
</div>
<div
style=
"text-align:right;"
v-if=
"item.changePriceState==2"
>
待{{item.ChangePriceType=="2"?"会计":"总经理"}}{{item.examineByName}}审核
</div>
<div
v-if=
"item.changePriceState==4"
style=
"text-align:right;"
>
已驳回
</div>
<div
v-if=
"item.changePriceState==3"
style=
"text-align:right;"
>
已通过
</div>
</div>
</div>
</td>
<td
colspan=
"4"
class=
"groupTourOrder_SpecialAPP"
stysle=
"height: 40px;"
>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
65de7a4f
...
...
@@ -2852,18 +2852,18 @@
<div
v-if=
"childItem.ChangePriceId>0"
style=
" overflow:hidden;"
>
<span>
改价申请: 申请金额【
<span
style=
"color:red;"
>
{{childItem.ChangePriceMoney}}
</span>
元】{{childItem.ChangePriceReason}}
</span>
<div
style=
"text-align:right;"
v-if=
"childItem.ChangePriceState==1"
>
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
</div>
<div
style=
"text-align:right;"
v-if=
"childItem.ChangePriceState==2"
>
待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核
</div>
<span
v-if=
"childItem.ApplyForState==4"
style=
"text-align:right;"
>
已驳回
</span
>
<span
v-if=
"childItem.ApplyForState==3"
style=
"text-align:right;"
>
已通过
</span
>
<div
style=
"text-align:right;"
v-if=
"childItem.ChangePriceState==1"
>
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
</div>
<div
style=
"text-align:right;"
v-if=
"childItem.ChangePriceState==2"
>
待{{childItem.ChangePriceType=="2"?"会计":"总经理"}}{{childItem.ExamineByName}}审核
</div>
<div
v-if=
"childItem.ApplyForState==4"
style=
"text-align:right;"
>
已驳回
</div
>
<div
v-if=
"childItem.ApplyForState==3"
style=
"text-align:right;"
>
已通过
</div
>
</div>
</div>
</td>
...
...
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