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
97a849c9
Commit
97a849c9
authored
Jul 11, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e4d96064
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+4
-1
ReceivablesModule.vue
.../FinancialModule/FinancialSubmodule/ReceivablesModule.vue
+3
-0
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+6
-4
No files found.
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
97a849c9
...
...
@@ -394,7 +394,10 @@ export default {
this
.
EndDate
=
yaer
+
'-'
+
month
+
'-'
+
dateS
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
// this.Financial_post_GetDetail(this.ID);
if
(
this
.
ID
){
this
.
Financial_post_GetDetail
(
this
.
ID
);
}
},
watch
:
{
// 监听参数变化
// GetDetail: {
// handler: function(val, oldVal) {
...
...
src/components/FinancialModule/FinancialSubmodule/ReceivablesModule.vue
View file @
97a849c9
...
...
@@ -377,6 +377,9 @@ export default {
this
.
EndDate
=
yaer
+
'-'
+
month
+
'-'
+
dateS
;
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
if
(
this
.
ID
){
this
.
Financial_post_GetDetail
(
this
.
ID
);
}
// this.Financial_post_GetDetail(this.ID);
},
watch
:
{
// 监听参数变化
// GetDetail: {
...
...
src/components/LeaderManagement/leaderReimbursement.vue
View file @
97a849c9
...
...
@@ -68,7 +68,7 @@
<span
v-if=
'index==list.BusList.length-1'
>
送机
</span>
</td>
<td>
{{
item
.
CostPrice
>=
0
&&
item
.
CostPrice
!==
null
&&
item
.
PayType
>
0
?
(
item
.
PayType
===
1
?
moneyFormat
(
item
.
CostPrice
)
:
0
)
:
''
}}
{{
item
.
CostPrice
>=
0
&&
item
.
CostPrice
!==
null
?
moneyFormat
(
item
.
CostPrice
)
:
''
}}
</td>
<td>
<span
v-if=
"item.PayType === 1"
>
现付
</span>
...
...
@@ -82,7 +82,7 @@
<span
v-show=
"item.PayType==6"
>
付款团号:
{{
item
.
PayTypeTCNUM
}}
</span>
</td>
<td>
{{
item
.
HighSpeedPrice
>=
0
&&
item
.
HighSpeedPrice
!==
null
&&
item
.
HighSpeedPayType
>
0
?
(
item
.
HighSpeedPayType
===
1
?
moneyFormat
(
item
.
HighSpeedPrice
)
:
0
)
:
''
}}
{{
item
.
HighSpeedPrice
>=
0
&&
item
.
HighSpeedPrice
!==
null
?
moneyFormat
(
item
.
HighSpeedPrice
)
:
''
}}
</td>
<td>
<span
v-if=
"item.HighSpeedPayType === 1"
>
现付
</span>
...
...
@@ -96,10 +96,11 @@
<span
v-show=
"item.HighSpeedPayType==6"
>
付款团号:
{{
item
.
PayTypeTCNUM
}}
</span>
</td>
<td>
{{
item
.
StopPrice
>=
0
&&
item
.
StopPrice
!==
null
&&
item
.
PayType
>
0
?
(
item
.
PayType
===
1
?
moneyFormat
(
item
.
StopPrice
)
:
0
)
:
''
}}
{{
item
.
StopPrice
>=
0
&&
item
.
StopPrice
!==
null
?
moneyFormat
(
item
.
StopPrice
)
:
''
}}
</td>
<td>
{{
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
))
}}
{{
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
v-if=
'index==0'
:rowspan=
'list.BusList.length'
>
{{
busTotalPrice
(
list
.
BusList
)
}}
...
...
@@ -440,6 +441,7 @@
@
click=
"goFncUrl('DebitNote', subItem.FinanceId)"
>
借支单
</span></p>
</td>
<td
width=
"80"
class=
"_zhidan"
>
<input
type=
"button"
v-if=
"item.TeamType == 1"
value=
"日当费"
class=
"normalBtn"
@
click=
"goZhiDan(item)"
/>
<input
type=
"button"
value=
"制单"
class=
"normalBtn"
@
click=
"goZhiDan(item)"
/>
</td>
</tr>
...
...
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