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
a697a4f4
Commit
a697a4f4
authored
Apr 15, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务审批新增一键审批!
parent
4bea2ae8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
104 additions
and
163 deletions
+104
-163
FinancialOrder.vue
src/components/DomesticModule/FinancialOrder.vue
+0
-1
SettlementOrder.vue
src/components/DomesticModule/SettlementOrder.vue
+2
-2
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+97
-156
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+3
-2
outWorkApproval.vue
src/components/administrative/outWorkApproval.vue
+2
-2
No files found.
src/components/DomesticModule/FinancialOrder.vue
View file @
a697a4f4
...
...
@@ -213,7 +213,6 @@ export default {
}
this
.
apipost
(
'Financial_post_GetTicketFinanceList'
,
msg
,
r
=>
{
if
(
r
.
data
.
resultCode
==
1
){
this
.
total
=
r
.
data
.
data
.
count
;
if
(
this
.
total
>
0
){
this
.
noData
=
false
;
}
else
{
...
...
src/components/DomesticModule/SettlementOrder.vue
View file @
a697a4f4
...
...
@@ -149,8 +149,8 @@
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
msg.pageSize
:total=
total
>
:page-size=
'msg.pageSize'
:total=
'total'
>
</el-pagination>
</div>
</div>
...
...
src/components/FinancialModule/FinancialDocuments.vue
View file @
a697a4f4
This diff is collapsed.
Click to expand it.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
a697a4f4
...
...
@@ -638,9 +638,10 @@
let
allMoney
=
this
.
TotalNav
.
reimburseTotalPrice
.
PlanPrice
*
0.98
let
totailMoney
=
0
this
.
nav
.
forEach
(
x
=>
{
totailMoney
+=
x
.
LeaderGetPriceT
totailMoney
+=
parseFloat
(
x
.
LeaderGetPriceT
)
})
if
((
allMoney
-
totailMoney
)
<=
0
)
return
this
.
$message
.
error
(
'总制单金额已大于等于总金额,无法制单!'
)
console
.
log
(
allMoney
,
totailMoney
)
if
((
allMoney
-
totailMoney
)
<
0
)
return
this
.
$message
.
error
(
'总制单金额已大于等于总金额,无法制单!'
)
if
(
!
obj
.
LeaderGetPriceT
||
obj
.
LeaderGetPriceT
<=
0
)
return
this
.
$message
.
error
(
'请输入金额!'
)
let
TCIDARR
=
[
obj
.
TCIDS
]
let
orderObj
=
{
...
...
src/components/administrative/outWorkApproval.vue
View file @
a697a4f4
...
...
@@ -59,8 +59,8 @@
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
msg.pageSize
:total=
total
>
:page-size=
'msg.pageSize'
:total=
'total'
>
</el-pagination>
<el-dialog
custom-class=
'w500'
:title=
"dialogTitle"
:visible
.
sync=
"outerVisible"
center
>
...
...
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