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
e7e2b362
Commit
e7e2b362
authored
Apr 13, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
85968fdd
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
13 deletions
+37
-13
CashReport.vue
src/components/FinancialModule/CashReport.vue
+16
-3
ChoiceAddFinancialDocuments2.vue
...mponents/FinancialModule/ChoiceAddFinancialDocuments2.vue
+0
-1
DocumentStatistics.vue
src/components/FinancialModule/DocumentStatistics.vue
+15
-2
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+1
-1
leaderPay2.vue
src/components/leaderPay2.vue
+1
-1
Manfunds.vue
src/components/systemManagement/Manfunds.vue
+4
-5
No files found.
src/components/FinancialModule/CashReport.vue
View file @
e7e2b362
...
...
@@ -103,8 +103,8 @@
<td
@
click=
"goUrl(subItem)"
style=
"cursor: pointer"
>
{{
subItem
.
Income
}}
</td>
<td
@
click=
"goUrl(subItem)"
style=
"cursor: pointer"
>
{{
subItem
.
AgoOutCome
}}
</td>
<td
@
click=
"goUrl(subItem)"
style=
"cursor: pointer"
>
{{
subItem
.
OutCome
}}
</td>
<td
style=
"cursor: pointer"
>
{{
subItem
.
ReceiptWBMoney
}}
</td>
<td
style=
"cursor: pointer"
>
{{
subItem
.
ReceiptMoney
}}
</td>
<td
@
click=
"goUrlNew(subItem)"
style=
"cursor: pointer"
>
{{
subItem
.
ReceiptWBMoney
}}
</td>
<td
@
click=
"goUrlNew(subItem)"
style=
"cursor: pointer"
>
{{
subItem
.
ReceiptMoney
}}
</td>
<td
@
click=
"goUrl(subItem)"
style=
"cursor: pointer"
>
{{
subItem
.
AgoIncom
}}
</td>
<td
@
click=
"goUrl(subItem)"
style=
"cursor: pointer"
>
{{
subItem
.
NowIncome
}}
</td>
<!--
<a
style=
"cursor:pointer;"
@
click=
"goUrl('CashAccDetail',subItem.BankID,subItem.TradeWay)"
>
-->
...
...
@@ -195,7 +195,20 @@ export default {
let
userInfo
=
this
.
getLocalStorage
();
this
.
getList
();
this
.
msg
.
EmployeeId
=
userInfo
.
EmployeeId
;
},
methods
:{
},
methods
:{
goUrlNew
(
obj
){
this
.
$router
.
push
({
name
:
"DocumentStatistics"
,
query
:{
"AccountId"
:
obj
.
BankID
,
"StartTime"
:
this
.
msg
.
sTradeDate
,
"EndTime"
:
this
.
msg
.
eTradeDate
,
"blank"
:
'y'
,
"tab"
:
'财务收据'
}
})
},
goUrl
(
obj
)
{
this
.
$router
.
push
({
name
:
"CashAccDetail"
,
...
...
src/components/FinancialModule/ChoiceAddFinancialDocuments2.vue
View file @
e7e2b362
...
...
@@ -126,7 +126,6 @@
}
// 财务收据
else
if
(
this
.
$route
.
query
.
czmsg
){
console
.
log
(
"ffff"
)
let
Handmsg
=
this
.
$route
.
query
.
czmsg
;
this
.
$router
.
push
({
name
:
"addReceivablesDocuments"
,
query
:{
"Handmsg"
:
Handmsg
,
"tradeWay"
:
this
.
tradeWay
,
"platformAccount"
:
this
.
platformAccount
,
"id"
:
id
,
"Name"
:
Name
,
"Type"
:
Type
,
"orderObj"
:
this
.
orderObj
,
'path'
:
this
.
$route
.
query
.
path
,
'IsUploadPic'
:
IsUploadPic
,
'Cmd'
:
this
.
$route
.
query
.
Cmd
,
'companyID'
:
this
.
$route
.
query
.
companyID
,
blank
:
'y'
,
tab
:
'新增收款单'
}})
...
...
src/components/FinancialModule/DocumentStatistics.vue
View file @
e7e2b362
...
...
@@ -82,7 +82,7 @@
<th>
收据日期
</th>
<th>
财务单据
</th>
<th>
单据状态
</th>
<th>
是否
审核
</th>
<th>
出纳
审核
</th>
<th>
备注
</th>
<th>
操作人/时间
</th>
<th>
操作
</th>
...
...
@@ -118,7 +118,7 @@
</td>
</tr>
<tr
v-if=
"dataList.length==0"
>
<td
colspan=
"1
2
"
align=
"center"
>
暂无数据
</td>
<td
colspan=
"1
5
"
align=
"center"
>
暂无数据
</td>
</tr>
</table>
<el-pagination
background
@
current-change=
"handleCurrentChange"
...
...
@@ -234,6 +234,7 @@ export default {
Type
:
3
,
StartTime
:
''
,
EndTime
:
''
,
},
dataList
:[],
loading
:
false
,
...
...
@@ -277,6 +278,18 @@ export default {
let
userInfo
=
this
.
getLocalStorage
();
this
.
form
.
groupId
=
userInfo
.
RB_Group_id
;
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
if
(
this
.
$route
.
query
.
Id
){
this
.
obj
.
Id
=
Number
(
this
.
$route
.
query
.
Id
);
}
if
(
this
.
$route
.
query
.
AccountId
){
this
.
obj
.
AccountId
=
Number
(
this
.
$route
.
query
.
AccountId
);
}
if
(
this
.
$route
.
query
.
StartTime
){
this
.
dateList
[
0
]
=
this
.
$route
.
query
.
StartTime
;
this
.
dateList
[
1
]
=
this
.
$route
.
query
.
EndTime
;
}
},
mounted
(){
this
.
getList
();
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
e7e2b362
...
...
@@ -1431,7 +1431,7 @@
<th>
收据日期
</th>
<th>
财务单据
</th>
<th>
单据状态
</th>
<th>
是否
审核
</th>
<th>
出纳
审核
</th>
<th>
备注
</th>
<th>
操作人/时间
</th>
<th>
操作
</th>
...
...
src/components/leaderPay2.vue
View file @
e7e2b362
...
...
@@ -861,7 +861,7 @@
</tr>
<tr>
<th>
ID
</th>
<th>
团号
</th>
<th
width=
"150px"
>
团号
</th>
<th>
账户类型
</th>
<th>
账户名称
</th>
<th>
收据金额
</th>
...
...
src/components/systemManagement/Manfunds.vue
View file @
e7e2b362
...
...
@@ -349,11 +349,6 @@
},
},
mounted
(){
if
(
this
.
$route
.
query
.
BankType
){
this
.
msg
.
BankType
=
Number
(
this
.
$route
.
query
.
BankType
)
this
.
getBank
(
this
.
msg
.
BankType
)
}
if
(
this
.
$route
.
query
.
StartTime
){
this
.
productionDate
[
0
]
=
this
.
$route
.
query
.
StartTime
;
this
.
productionDate
[
1
]
=
this
.
$route
.
query
.
EndTime
;
...
...
@@ -491,6 +486,10 @@
this
.
apipost
(
'bankaccount_post_GetList'
,{
TypeId
:
'0'
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
TypeList1
=
res
.
data
.
data
;
if
(
this
.
$route
.
query
.
BankType
){
this
.
msg
.
BankType
=
Number
(
this
.
$route
.
query
.
BankType
)
this
.
getBank
(
this
.
msg
.
BankType
)
}
}
else
{
}
...
...
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