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
0b5e8dbc
Commit
0b5e8dbc
authored
Nov 22, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ede1a29f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+20
-1
No files found.
src/components/Hotel/reservation/OrderList.vue
View file @
0b5e8dbc
...
...
@@ -242,6 +242,20 @@
@
click=
"makeAdocument(item,index,3)"
></i>
</el-tooltip>
</div>
<div
class=
"column px15 bgf5 radius5 ml flex-g pa relative"
>
<div
class=
"fz12"
>
手配费单据
</div>
<div
class=
"row wrap orderNo fz12 py c3FC4FF"
>
<span
class=
"cursor-pointer radius5 bgD9F3FF mr px5"
v-for=
"(x,i) in item.HandFittingFinanceList"
@
click=
"openDetails(x)"
>
{{x.FrID}}
</span>
<span
v-if=
"item.HandFittingFinanceList.length==0"
class=
"c9e fz12"
>
暂无手配费单据
</span>
</div>
<el-tooltip
v-if=
"item.OrderStatus==2"
class=
"item"
effect=
"dark"
content=
"制单"
placement=
"top"
>
<i
class=
"absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@
click=
"makeAdocument(item,index,1,'Hand')"
></i>
</el-tooltip>
</div>
<div
class=
"column justify-c px15 bgf5 radius5 ml flex-g pa20"
>
<div
class=
"row-c justify-sb borderD pb5"
>
<span
class=
"fz12 c9e"
>
订单总金额
</span>
...
...
@@ -336,9 +350,14 @@
});
},
// 制作单据
makeAdocument
(
row
,
index
,
num
){
makeAdocument
(
row
,
index
,
num
,
name
){
this
.
BillMakingMsg
.
ReFinanceId
=
row
.
OrderId
this
.
BillMakingMsg
.
ReFinanceId2
=
num
if
(
name
==
'Hand'
){
this
.
BillMakingMsg
.
OtherType
=
62
}
else
{
this
.
BillMakingMsg
.
OtherType
=
61
}
let
text
=
''
let
query
=
{}
if
(
num
==
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