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
40e4041f
Commit
40e4041f
authored
Mar 04, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交团控改价申请显示
parent
42df3e4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+31
-1
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
40e4041f
...
...
@@ -2820,7 +2820,7 @@
<div
class=
"clearfix RL-MARK"
style=
"width: 100%; float: left"
>
<span
class=
"RL-opremarkTitle"
style=
"width: 52px"
>
{{ $t("Operation.Op_remark") }}:
</span>
<span
class=
"RL-redType RL-remarkCon"
style=
"width: 73%; display: inline-block"
>
{{ childItem.OP_Remarks ? childItem.OP_Remarks : "无" }}
{{ childItem.OP_Remarks ? childItem.OP_Remarks : "无" }}
水电费水电费地方鬼地方个短发给代发给代发给代发给代发给电饭锅电饭锅地方郭德纲
</span>
<div
style=
"text-align: right"
>
{{ childItem.OPRemarkUpdateName }}
{{
...
...
@@ -2849,6 +2849,36 @@
</el-button>
</el-popover>
</div>
<!-- v-if="childItem.ChangePriceId>0" 1-未审核 2-主管审核通过,3-徐总通过 4-审核拒绝 -->
<div
v-if=
"childItem.ChangePriceId>0"
style=
" overflow:hidden;"
>
<!-- <el-tooltip class="item" effect="dark" :content="` 申请金额【${childItem.ChangePriceMoney}元】 同行自己去
用我们的合同 不上携程,申请价格6400元/人,后协商富士山酒店客人自己定,退300元/人 2张10月
21号大阪环球影城门票,收了500/人,因此单价6400-300+500=6600元/人,总价13200元 ${childItem.ChangePriceReason}`" placement="top">
<div class="" style="text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 200px;"></div>
</el-tooltip> -->
<span>
改价申请: 申请金额【
<span
style=
"color:red;"
>
{{childItem.ChangePriceMoney}}
</span>
元】 同行自己去 用我们的合同 不上携程,申请价格6400元
/人,后协商富士山酒店客人自己定,退300元/人 2张10月21号大阪环球影城门票,收了500/人,因此单价6400-300+500=6600元/人,
总价13200元 {{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>
</div>
</td>
<td
colspan=
"2"
>
...
...
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