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
1f6340cb
Commit
1f6340cb
authored
Aug 07, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
aed92c83
9295e91c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+7
-10
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
1f6340cb
...
...
@@ -546,15 +546,15 @@
<!-- ({{currencyTypeObj.}}) -->
<span
v-for=
"(cur,index) in CurrencyListMoney"
:key=
"index+5000"
>
{{cur.money}}
<span
v-if=
"cur.CurrencyId>0"
>
({{currencyTypeObj[cur.CurrencyId]}})
</span>
</span>
</br>
</span>
</td>
<td>
{{item.TCNUMS}}
</td>
<td
style=
"padding: 5px 20px;"
>
<div
v-for=
"cur in CurrencyListMoney"
>
<div
style=
"margin:10px 0"
v-for=
"cur in CurrencyListMoney"
>
<
template
v-for=
"leadr in cur.LeaderGetPriceArr"
>
<p
style=
"padding-
right:
20px;display:inline-block"
v-if=
"leadr.LeaderGetPrice>0"
>
已领款:
<span
style=
"color: red;"
>
{{
moneyFormat
(
leadr
.
LeaderGetPrice
)
}}
</span></p>
<p
style=
"padding-
left:
20px;display:inline-block"
v-if=
"leadr.LeaderGetPrice>0"
>
已领款:
<span
style=
"color: red;"
>
{{
moneyFormat
(
leadr
.
LeaderGetPrice
)
}}
<
span
v-if=
"cur.CurrencyId>0"
>
(
{{
currencyTypeObj
[
leadr
.
CurrencyId
]
}}
)
</span><
/span></p>
<el-input
class=
"w300"
v-if=
"leadr.LeaderGetPrice
<
leadr
.
PlanPrice
"
type=
"number"
v-model=
"leadr.LeaderGetPriceT"
></el-input>
</
template
>
...
...
@@ -571,7 +571,7 @@
@
click=
"goFncUrl('DebitNote', subItem.FinanceId)"
>
借支单
</span></p>
</td>
<td
width=
"80"
class=
"_zhidan"
>
<div
v-for=
"(cur,index2) in CurrencyListMoney"
>
<div
style=
"margin:10px 0"
v-for=
"(cur,index2) in CurrencyListMoney"
>
<
template
v-for=
"leadr in cur.LeaderGetPriceArr"
>
<input
type=
"button"
v-if=
"item.TeamType == 1 && index2==0"
value=
"日当费"
class=
"normalBtn"
@
click=
"goZhiDan(item, 2)"
/>
<input
type=
"button"
v-if=
"item.hideZDBtn"
value=
"制单"
class=
"normalBtn"
@
click=
"goZhiDan(item,0,leadr)"
/>
...
...
@@ -806,7 +806,6 @@ import { constants } from 'os';
});
},
goZhiDan2
:
function
(
obj
,
type
,
leadr
)
{
console
.
log
(
"leadr"
,
leadr
)
if
(
leadr
)
{
// let allMoney = this.TotalNav.reimburseTotalPrice.PlanPrice * 0.95
let
allMoney
=
leadr
.
PlanPrice
;
...
...
@@ -1026,10 +1025,8 @@ import { constants } from 'os';
this
.
apipost
(
'dmcstatistics_post_GetHotelStaticsByTCIDs'
,
{
TCIDs
:
this
.
$route
.
query
.
id
},
res
=>
{
console
.
log
(
"nav"
,
res
)
if
(
res
.
data
.
resultCode
==
1
)
{
let
nav
=
res
.
data
.
data
.
list
;
console
.
log
(
"nav"
,
nav
)
let
num
=
0
;
nav
.
forEach
(
x
=>
{
x
.
CurrencyIdArr
=
[];
...
...
@@ -1103,7 +1100,7 @@ import { constants } from 'os';
})
})
console
.
log
(
"CurrencyListMoney"
,
this
.
CurrencyListMoney
)
//
console.log("CurrencyListMoney",this.CurrencyListMoney)
this
.
nav
=
nav
;
}
else
{
this
.
Error
(
res
.
data
.
message
)
...
...
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