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
7250c7e7
Commit
7250c7e7
authored
Mar 08, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发票申请按钮判断
parent
5e75379c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
OrderList.vue
src/components/CarDealerOrder/components/OrderList.vue
+1
-1
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+1
-1
ModifyHotelOrder.vue
src/components/Hotel/singleProduct/ModifyHotelOrder.vue
+2
-2
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+1
-1
No files found.
src/components/CarDealerOrder/components/OrderList.vue
View file @
7250c7e7
...
...
@@ -748,7 +748,7 @@
&&pagesTitle=='OP'"
class=
"row-c cursor-pointer radius5 change py5"
@
click=
"clickCorrelation(scope.row,2)"
>
<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>
</div>
</div>
<div
class=
"mt mb20 bgf5 pa15 row-c"
v-if=
"scope.row.CancelRemark"
>
...
...
src/components/Hotel/reservation/OrderList.vue
View file @
7250c7e7
...
...
@@ -832,7 +832,7 @@
<span
class=
"c059FF6"
>
{{$t('pub.edit')}}{{$t('fnc.a_zongjine')}}
</span>
</div>
<!-- 申请发票 -->
<ApplyFoInvoice
v-if=
"userInfo.EmployeeId==scope.row.EnterID"
:obj=
"scope.row"
:type=
"6"
></ApplyFoInvoice>
<ApplyFoInvoice
v-if=
"userInfo
&&userInfo.RB_Group_id==2&&userInfo
.EmployeeId==scope.row.EnterID"
:obj=
"scope.row"
:type=
"6"
></ApplyFoInvoice>
</div>
<!-- <div v-if="item.OrderStatus==2" class="column-jac px15 bgE8F5E9 radius5 ml fz12 pa20 flex-s c20C997">
<div class="mb5">已支付</div>
...
...
src/components/Hotel/singleProduct/ModifyHotelOrder.vue
View file @
7250c7e7
...
...
@@ -254,8 +254,8 @@
</div>
<div>
本次行程
<span
v-if=
"order.DetailList"
>
{{
order
.
DetailList
.
length
}}
</span>
天,入住
<span>
{{
order
.
HotelCount
}}
</span>
个酒店
</div>
<div>
{{
$t
(
'objFill.dindianfukuan'
)
}}
:
<span>
<!-- ¥ -->
円
</span><b
v-if=
"order.Money"
>
{{
moneyFormat
(
order
.
Money
)
}}
</b></div>
<div>
{{
$t
(
'objFill.dindianfukuan'
)
}}
:
<span
v-if=
""
>
円
</span><b
v-if=
"order.Money"
>
{{
moneyFormat
(
order
.
Money
)
}}
</b></div>
<div>
<button
class=
"hollowFixedBtn"
@
click=
"cancelOrder"
>
取消订单
</button>
<button
class=
"normalBtn"
@
click=
"saveOrderHandler"
>
保存订单
</button>
...
...
src/components/scenicSpot/reservation/OrderList.vue
View file @
7250c7e7
...
...
@@ -877,7 +877,7 @@
<span
class=
"c059FF6"
>
{{$t('pub.edit')}}{{$t('fnc.a_zongjine')}}
</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