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
ad63d1aa
Commit
ad63d1aa
authored
4 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
61016e73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
12 deletions
+17
-12
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+6
-6
bookDinnerStatisticsDetails.vue
src/components/Restaurant/bookDinnerStatisticsDetails.vue
+11
-6
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
ad63d1aa
...
@@ -362,7 +362,7 @@
...
@@ -362,7 +362,7 @@
<span
v-else-if=
"subItem.PayStyle === 11"
>
刷卡
</span>
<span
v-else-if=
"subItem.PayStyle === 11"
>
刷卡
</span>
<span
v-else-if=
"subItem.PayStyle === 10"
>
领队导游垫付
</span>
<span
v-else-if=
"subItem.PayStyle === 10"
>
领队导游垫付
</span>
<span
v-else
></span>
<span
v-else
></span>
<
/br
>
<
br/
>
<span
v-show=
"subItem.PayStyle==6"
>
付款团号:{{subItem.PayTypeTCNUM}}
</span>
<span
v-show=
"subItem.PayStyle==6"
>
付款团号:{{subItem.PayTypeTCNUM}}
</span>
</td>
</td>
<td
v-if=
"childIndex==0"
:rowspan=
"6"
>
<td
v-if=
"childIndex==0"
:rowspan=
"6"
>
...
@@ -476,7 +476,7 @@
...
@@ -476,7 +476,7 @@
{{subItem.UseAccount}}
{{subItem.UseAccount}}
</td>
</td>
<td>
<td>
{{peopleStrToWord(childItem.PeopleType)}}:{{childItem.PeopleNum}}
{{peopleStrToWord(childItem.PeopleType)}}:{{childItem.
Use
PeopleNum}}
</td>
</td>
<td>
<td>
{{childItem.Discount}}
{{childItem.Discount}}
...
@@ -488,7 +488,7 @@
...
@@ -488,7 +488,7 @@
</p>
</p>
</td>
</td>
<td>
<td>
{{subItem.PayStyle === 1||subItem.PayStyle === 11 ? moneyFormat((childItem.PeopleNum-childItem.Discount)*childItem.PeoplePrice) : 0}}
{{subItem.PayStyle === 1||subItem.PayStyle === 11 ? moneyFormat((childItem.
Use
PeopleNum-childItem.Discount)*childItem.PeoplePrice) : 0}}
</td>
</td>
<td>
<td>
{{childItem.DiscountPrice}}%
{{childItem.DiscountPrice}}%
...
@@ -504,7 +504,7 @@
...
@@ -504,7 +504,7 @@
<span
v-else-if=
"subItem.PayStyle === 11"
>
刷卡
</span>
<span
v-else-if=
"subItem.PayStyle === 11"
>
刷卡
</span>
<span
v-else-if=
"subItem.PayStyle === 10"
>
领队导游垫付
</span>
<span
v-else-if=
"subItem.PayStyle === 10"
>
领队导游垫付
</span>
<span
v-else
></span>
<span
v-else
></span>
<
/br
>
<
br/
>
<span
v-show=
"subItem.PayStyle==6"
>
付款团号:{{subItem.PayTypeTCNUM}}
</span>
<span
v-show=
"subItem.PayStyle==6"
>
付款团号:{{subItem.PayTypeTCNUM}}
</span>
</td>
</td>
<td
v-if=
"childIndex==0"
:rowspan=
"3"
>
<td
v-if=
"childIndex==0"
:rowspan=
"3"
>
...
@@ -1219,7 +1219,7 @@
...
@@ -1219,7 +1219,7 @@
obj
.
forEach
(
x
=>
{
obj
.
forEach
(
x
=>
{
totalPrice
+=
totalPrice
+=
x
.
PeoplePrice
*
x
.
PeoplePrice
*
(
x
.
PeopleNum
-
x
.
Discount
)
*
(
x
.
Use
PeopleNum
-
x
.
Discount
)
*
(
1
-
x
.
DiscountPrice
/
100
);
(
1
-
x
.
DiscountPrice
/
100
);
});
});
if
(
!
(
sObj
.
PayStyle
==
1
||
sObj
.
PayStyle
==
11
))
{
if
(
!
(
sObj
.
PayStyle
==
1
||
sObj
.
PayStyle
==
11
))
{
...
@@ -1298,7 +1298,7 @@
...
@@ -1298,7 +1298,7 @@
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
nav
=
res
.
data
.
data
.
list
;
let
nav
=
res
.
data
.
data
.
list
;
this
.
LineId
=
res
.
data
.
data
.
EntryId
;
this
.
LineId
=
res
.
data
.
data
.
EntryId
;
if
(
nav
[
0
].
OutBranchId
==
1216
)
{
if
(
nav
[
0
].
OutBranchId
==
1216
||
this
.
myLineId
==
90
)
{
this
.
IsShowRMB
=
true
;
this
.
IsShowRMB
=
true
;
}
}
let
num
=
0
;
let
num
=
0
;
...
...
This diff is collapsed.
Click to expand it.
src/components/Restaurant/bookDinnerStatisticsDetails.vue
View file @
ad63d1aa
...
@@ -111,7 +111,13 @@
...
@@ -111,7 +111,13 @@
{{
personStrToWord
(
childItem
.
PeopleType
)
}}
{{
personStrToWord
(
childItem
.
PeopleType
)
}}
</td>
</td>
<td>
<td>
{{
childItem
.
PeopleNum
}}
<template
v-if=
"EditBtn"
>
<el-input
class=
'w135'
v-model=
'childItem.UsePeopleNum'
@
keyup
.
native=
"checkInteger(childItem,'UsePeopleNum')"
type=
"text"
></el-input>
</
template
>
<
template
v-else
>
{{
childItem
.
UsePeopleNum
}}
</
template
>
</td>
</td>
<td>
<td>
<
template
v-if=
"EditBtn"
>
<
template
v-if=
"EditBtn"
>
...
@@ -119,21 +125,20 @@
...
@@ -119,21 +125,20 @@
@
keyup
.
native=
"checkPrice(childItem,'PeoplePrice')"
type=
"text"
></el-input>
@
keyup
.
native=
"checkPrice(childItem,'PeoplePrice')"
type=
"text"
></el-input>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<span
class=
"spanlink"
v-if=
'childItem.PeoplePrice==0'
<span
class=
"spanlink"
v-if=
'childItem.PeoplePrice==0'
@
click=
"goUrl('RestaurantPackage',subItem,'套餐查询')"
>
{{
$t
(
'leader.leader_Set'
)
}}
</span>
@
click=
"goUrl('RestaurantPackage',subItem,'套餐查询')"
>
{{
$t
(
'leader.leader_Set'
)
}}
</span>
<template
v-else
>
<template
v-else
>
<el-input
class=
'w50 tcenter'
@
input=
'calculationPrice(subItem)'
v-model=
'childItem.PeoplePrice'
<el-input
class=
'w50 tcenter'
@
input=
'calculationPrice(subItem)'
v-model=
'childItem.PeoplePrice'
@
keyup
.
native=
"check
Integer
(childItem,'PeoplePrice')"
></el-input>
@
keyup
.
native=
"check
Price
(childItem,'PeoplePrice')"
></el-input>
</
template
>
</
template
>
</template>
</template>
</td>
</td>
<td>
<td>
<el-input
class=
'w50 tcenter'
@
input=
'calculationPrice(subItem)'
maxlength=
'2'
<el-input
class=
'w50 tcenter'
@
input=
'calculationPrice(subItem)'
maxlength=
'2'
v-model=
'childItem.Discount'
@
keyup
.
native=
"check
Integer
(childItem,'Discount')"
></el-input>
v-model=
'childItem.Discount'
@
keyup
.
native=
"check
Price
(childItem,'Discount')"
></el-input>
</td>
</td>
<td>
<td>
{{(childItem.PeopleNum-childItem.Discount)*childItem.PeoplePrice}}
{{(childItem.
Use
PeopleNum-childItem.Discount)*childItem.PeoplePrice}}
</td>
</td>
<td>
<td>
<!--返佣-->
<!--返佣-->
...
@@ -378,7 +383,7 @@
...
@@ -378,7 +383,7 @@
obj
.
DiningPriceList
.
forEach
((
item
,
index
)
=>
{
obj
.
DiningPriceList
.
forEach
((
item
,
index
)
=>
{
var
tempPrice
=
0
;
var
tempPrice
=
0
;
var
coefficient
=
1
;
var
coefficient
=
1
;
totalPrice
+=
item
.
PeoplePrice
*
(
item
.
PeopleNum
-
item
.
Discount
)
*
(
coefficient
-
item
.
DiscountPrice
/
totalPrice
+=
item
.
PeoplePrice
*
(
item
.
Use
PeopleNum
-
item
.
Discount
)
*
(
coefficient
-
item
.
DiscountPrice
/
100
);
100
);
totalPrice
+=
tempPrice
;
totalPrice
+=
tempPrice
;
})
})
...
...
This diff is collapsed.
Click to expand it.
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