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
ef4f1219
Commit
ef4f1219
authored
May 29, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化领队用款计划 车资显示!
parent
ae595af7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
15 deletions
+9
-15
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+5
-5
Login.vue
src/components/Login.vue
+4
-10
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
ef4f1219
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<span
v-if=
'index==list.BusList.length-1'
>
送机
</span>
<span
v-if=
'index==list.BusList.length-1'
>
送机
</span>
</td>
</td>
<td>
<td>
{{
item
.
PayType
===
1
?
moneyFormat
(
item
.
CostPrice
)
:
0
}}
{{
item
.
CostPrice
>=
0
&&
item
.
CostPrice
!==
null
&&
item
.
PayType
>
0
?
(
item
.
PayType
===
1
?
moneyFormat
(
item
.
CostPrice
)
:
0
)
:
''
}}
</td>
</td>
<td>
<td>
<span
v-if=
"item.PayType === 1"
>
现付
</span>
<span
v-if=
"item.PayType === 1"
>
现付
</span>
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<span
v-show=
"item.PayType==6"
>
付款团号:
{{
item
.
PayTypeTCNUM
}}
</span>
<span
v-show=
"item.PayType==6"
>
付款团号:
{{
item
.
PayTypeTCNUM
}}
</span>
</td>
</td>
<td>
<td>
{{
item
.
HighSpeedP
ayType
===
1
?
moneyFormat
(
item
.
HighSpeedPrice
)
:
0
}}
{{
item
.
HighSpeedP
rice
>=
0
&&
item
.
HighSpeedPrice
!==
null
&&
item
.
HighSpeedPayType
>
0
?
(
item
.
HighSpeedPayType
===
1
?
moneyFormat
(
item
.
HighSpeedPrice
)
:
0
)
:
''
}}
</td>
</td>
<td>
<td>
<span
v-if=
"item.HighSpeedPayType === 1"
>
现付
</span>
<span
v-if=
"item.HighSpeedPayType === 1"
>
现付
</span>
...
@@ -83,10 +83,10 @@
...
@@ -83,10 +83,10 @@
<span
v-show=
"item.HighSpeedPayType==6"
>
付款团号:
{{
item
.
PayTypeTCNUM
}}
</span>
<span
v-show=
"item.HighSpeedPayType==6"
>
付款团号:
{{
item
.
PayTypeTCNUM
}}
</span>
</td>
</td>
<td>
<td>
{{
item
.
PayType
===
1
?
moneyFormat
(
item
.
StopPrice
)
:
0
}}
{{
item
.
StopPrice
>=
0
&&
item
.
StopPrice
!==
null
&&
item
.
PayType
>
0
?
(
item
.
PayType
===
1
?
moneyFormat
(
item
.
StopPrice
)
:
0
):
''
}}
</td>
</td>
<td>
<td>
{{
moneyFormat
((
item
.
PayType
===
1
?
(
item
.
HighSpeedPayType
===
1
?
item
.
HighSpeedPrice
+
Number
(
item
.
CostPrice
)
:
Number
(
item
.
CostPrice
))
:
0
)
+
Number
(
item
.
StopPrice
))
}}
{{
Number
(
moneyFormat
((
item
.
PayType
===
1
?
Number
(
item
.
CostPrice
)
:
0
)
+
(
item
.
PayType
===
1
?
Number
(
item
.
StopPrice
)
:
0
)
+
(
item
.
HighSpeedPayType
===
1
?
Number
(
item
.
HighSpeedPrice
)
:
0
)))
<=
0
?
''
:
moneyFormat
((
item
.
PayType
===
1
?
Number
(
item
.
CostPrice
)
:
0
)
+
(
item
.
PayType
===
1
?
Number
(
item
.
StopPrice
)
:
0
)
+
(
item
.
HighSpeedPayType
===
1
?
Number
(
item
.
HighSpeedPrice
)
:
0
))
}}
</td>
</td>
<td
v-if=
'index==0'
:rowspan=
'list.BusList.length'
>
<td
v-if=
'index==0'
:rowspan=
'list.BusList.length'
>
{{
busTotalPrice
(
list
.
BusList
)
}}
{{
busTotalPrice
(
list
.
BusList
)
}}
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
</tr>
</tr>
<tr
v-if=
"TotalNav.reimburseTotalPrice"
>
<tr
v-if=
"TotalNav.reimburseTotalPrice"
>
<td>
总金额
</td>
<td>
总金额
</td>
<td
colspan=
"1
3
"
>
<td
colspan=
"1
4
"
>
{{
moneyFormat
(
TotalNav
.
reimburseTotalPrice
.
SelfPayingExpendTotalPrice
)
}}
{{
moneyFormat
(
TotalNav
.
reimburseTotalPrice
.
SelfPayingExpendTotalPrice
)
}}
</td>
</td>
<!--
<td>
签单/预付/抵扣总金额
</td>
<!--
<td>
签单/预付/抵扣总金额
</td>
...
...
src/components/Login.vue
View file @
ef4f1219
...
@@ -317,16 +317,10 @@ export default {
...
@@ -317,16 +317,10 @@ export default {
if
(
previousPathInfo
)
{
if
(
previousPathInfo
)
{
let
path
=
previousPathInfo
.
path
.
indexOf
(
'login'
)
===
-
1
?
previousPathInfo
.
path
:
'index'
let
path
=
previousPathInfo
.
path
.
indexOf
(
'login'
)
===
-
1
?
previousPathInfo
.
path
:
'index'
let
query
=
previousPathInfo
.
query
?
previousPathInfo
.
query
:
{}
let
query
=
previousPathInfo
.
query
?
previousPathInfo
.
query
:
{}
if
(
path
!==
'index'
)
{
this
.
$router
.
push
({
path
:
"/"
+
path
,
query
:
query
});
this
.
$router
.
push
({
path
:
"/"
+
path
,
query
:
query
});
}
else
{
this
.
$router
.
push
({
path
:
"/index"
});
}
}
else
{
}
else
{
this
.
$router
.
push
({
path
:
"/index"
});
this
.
$router
.
push
({
path
:
"/index"
});
}
}
//登录成功后跳转页面
//登录成功后跳转页面
// this.$notify.success({
// this.$notify.success({
// title:'提示',
// title:'提示',
...
...
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