Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
f1689064
Commit
f1689064
authored
Feb 14, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
7591e087
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
ChoiceAddFinancialDocuments.vue
...inancial/financalDocument/ChoiceAddFinancialDocuments.vue
+8
-3
batchVoucher.vue
src/pages/financial/financalDocument/batchVoucher.vue
+6
-3
No files found.
src/pages/financial/financalDocument/ChoiceAddFinancialDocuments.vue
View file @
f1689064
...
...
@@ -131,7 +131,7 @@
<div
class=
"page-body"
>
<ul
class=
"_nav clearfix"
v-if=
"showTab==0"
>
<template
v-if=
"isFrom==1"
>
<li
:class=
"active==2?'_active':''"
@
click=
"active=2,tabData(2)"
>
{{
$t
(
'fnc.fukuandan'
)
}}
</li>
<li
:class=
"active==2?'_active':''"
ref=
"fukuandan"
@
click=
"active=2,tabData(2)"
>
{{
$t
(
'fnc.fukuandan'
)
}}
</li>
</
template
>
<
template
v-else
>
<li
:class=
"active==1?'_active':''"
@
click=
"active=1,tabData(1)"
>
{{
$t
(
'fnc.shoukuandan'
)
}}
</li>
...
...
@@ -222,6 +222,7 @@
NewItems
()
{
var
_this
=
this
;
var
NewItems
=
[];
console
.
log
(
this
.
GetList
,
'firstttt'
);
this
.
GetList
.
map
(
function
(
item
)
{
if
(
item
.
Name
.
search
(
_this
.
searchVal
)
!=
-
1
)
{
NewItems
.
push
(
item
);
...
...
@@ -499,7 +500,11 @@
});
}
this
.
GetList
=
this
.
collectList
;
if
(
this
.
isFrom
==
0
){
this
.
GetList
=
this
.
collectList
;
}
else
{
this
.
GetList
=
this
.
payList
;
}
if
(
this
.
GetList
.
length
<
1
)
{
this
.
noData
=
true
;
}
...
...
@@ -545,11 +550,11 @@
this
.
Handmsg
=
this
.
$route
.
query
.
Handmsg
?
this
.
$route
.
query
.
Handmsg
:
this
.
Handmsg
;
this
.
czmsg
=
this
.
$route
.
query
.
czmsg
?
this
.
$route
.
query
.
czmsg
:
this
.
czmsg
;
this
.
isFrom
=
this
.
$route
.
query
.
isFrom
?
this
.
$route
.
query
.
isFrom
:
0
;
this
.
Financial_post_GetList
();
if
(
this
.
isFrom
==
1
){
this
.
active
=
2
;
this
.
tabData
(
2
);
}
this
.
Financial_post_GetList
();
},
components
:
{
"my-FlowChartModule"
:
myFlowChartModule
...
...
src/pages/financial/financalDocument/batchVoucher.vue
View file @
f1689064
...
...
@@ -899,7 +899,7 @@
allPrice
:
0
,
allPriceTo
:
''
,
allPriceTocalc
:
''
,
chinaAllPrice
:
this
.
$commonUtils
.
changeMoneyToChinese
(
this
.
allPrice
),
chinaAllPrice
:
this
.
$commonUtils
.
changeMoneyToChinese
(
this
.
TopMoney
),
DepartIDs
:
'0'
,
GetDetail
:
{},
loading
:
false
,
...
...
@@ -1435,7 +1435,10 @@
}
}
this
.
commonDetailList
=
this
.
detailList
;
this
.
TopMoney
=
this
.
detailList
.
yTotalPriceTo
;
this
.
TopMoney
=
Math
.
round
(
this
.
detailList
.
yTotalPrice
*
100
)
/
100
this
.
chinaAllPrice
=
this
.
$commonUtils
.
changeMoneyToChinese
(
this
.
TopMoney
)
this
.
allPriceTo
=
this
.
TopMoney
},
getCostTypeName
(
i
,
t
)
{
// 根据支出费用类型获取费用类型名称 列表展示用
this
.
GetCostTypeList
.
forEach
(
x
=>
{
...
...
@@ -1697,7 +1700,7 @@
this
.
allPriceTo
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
this
.
allPrice
*
100
)
/
100
)
this
.
allPriceTocalc
=
Math
.
round
(
this
.
allPrice
*
100
)
/
100
this
.
chinaAllPrice
=
this
.
$commonUtils
.
changeMoneyToChinese
(
this
.
allPrice
)
//
this.chinaAllPrice = this.$commonUtils.changeMoneyToChinese(this.allPrice)
this
.
BillName
=
data
.
CompanyName
;
this
.
BillSonName
=
data
.
FinanceName
;
this
.
IsUploadPic
=
data
.
IsUploadPic
;
...
...
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