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
eda43c14
Commit
eda43c14
authored
Mar 05, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单项产品门票申请发票按钮隐藏
parent
a8d6d3a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+2
-2
No files found.
src/components/scenicSpot/reservation/OrderList.vue
View file @
eda43c14
...
...
@@ -785,7 +785,7 @@
</el-tooltip>
</div>
</div>
<div
class=
"column px15 bgf5 radius5 ml flex-g pa relative"
style=
"min-width: 150px;max-width:400px"
>
<div
class=
"column px15 bgf5 radius5 ml flex-g pa relative"
style=
"min-width: 150px;max-width:400px"
v-if=
"userInfo&&userInfo.RB_Group_id==2"
>
<div
class=
"fz12"
>
发票单据
</div>
<div
class=
"row wrap orderNo fz12 py"
>
<span
class=
"cursor-pointer radius5 mr px5"
:class=
"{'bgD9F3FF':x.InvoiceApplyState===6,'bgFAEAED':x.InvoiceApplyState===1||x.InvoiceApplyState===3,
...
...
@@ -877,7 +877,7 @@
<span
class=
"c059FF6"
>
编辑总金额
</span>
</div>
<!-- 申请发票 -->
<ApplyFoInvoice
v-if=
"userInfo
.EmployeeId==scope.row.EnterID"
:obj=
"scope.row"
:type=
"7"
></ApplyFoInvoice>
<ApplyFoInvoice
v-if=
"userInfo
&&userInfo.RB_Group_id==2&&userInfo.EmployeeId==scope.row.EnterID"
:obj=
"scope.row"
:type=
"7"
></ApplyFoInvoice>
<!-- <template v-if="item.OrderStatus==2">
<div class="column-jac fz12 flex-s c20C997">
<div class="mb5">已支付</div>
...
...
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