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
e8f5ddfa
Commit
e8f5ddfa
authored
Nov 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9d25ac05
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
225 additions
and
544 deletions
+225
-544
BillModule.vue
src/pages/financial/components/BillModule.vue
+18
-18
RecPayQuery.vue
src/pages/financial/financalDocument/RecPayQuery.vue
+207
-526
No files found.
src/pages/financial/components/BillModule.vue
View file @
e8f5ddfa
...
...
@@ -318,21 +318,21 @@ export default {
this
.
printTime
=
y
+
''
+
m
+
''
+
d
+
' '
+
h
+
':'
+
min
+
':'
+
s
;
},
methods
:{
jumpPage
(
path
,
id
,
type
){
if
(
type
==
1
){
let
idStr
=
''
;
if
(
this
.
GetDetail
.
TCIDList
.
length
>
0
){
idStr
=
this
.
GetDetail
.
TCIDList
[
0
];
}
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
idStr
,
orderID
:
this
.
GetDetail
.
OrderID
,
isShow
:
false
,
blank
:
'y'
,
tab
:
'报名清单'
}
})
}
else
if
(
type
==
2
){
this
.
$router
.
push
({
name
:
path
,
query
:
{
starTime
:
this
.
StartDate
,
endTime
:
this
.
EndDate
,
EmployeeId
:
this
.
EmployeeId
,
blank
:
'y'
}
})
}
//
if(type==1){
//
let idStr = '';
//
if(this.GetDetail.TCIDList.length>0){
//
idStr = this.GetDetail.TCIDList[0];
//
}
//
this.$router.push({
//
name: path,
//
query: { id:idStr,orderID:this.GetDetail.OrderID,isShow:false,blank:'y',tab:'报名清单'}
//
})
//
}else if(type==2){
//
this.$router.push({
//
name: path,
//
query: { starTime:this.StartDate,endTime:this.EndDate,EmployeeId:this.EmployeeId,blank:'y'}
//
})
//
}
},
Financial_post_GetDetail
(
id
){
//获取单据详情
if
(
!
id
)
return
...
...
@@ -364,14 +364,14 @@ export default {
if
(
item
.
CostTypeName
==
"地接费(领取)"
){
status
=
true
;
}
})
})
if
(
status
){
}
}
}
},
err
=>
{})
},
},
},
mounted
(){
const
myDate
=
new
Date
();
let
yaer
=
myDate
.
getFullYear
();
//获取完整的年份(4位,1970-????)
...
...
@@ -379,7 +379,7 @@ export default {
let
dateS
=
myDate
.
getDate
();
//获取当前日(1-31)
this
.
StartDate
=
yaer
+
'-'
+
month
+
'-'
+
'01'
;
this
.
EndDate
=
yaer
+
'-'
+
month
+
'-'
+
dateS
;
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
this
.
Financial_post_GetDetail
(
this
.
ID
);
},
watch
:
{
// 监听参数变化
...
...
src/pages/financial/financalDocument/RecPayQuery.vue
View file @
e8f5ddfa
This diff is collapsed.
Click to expand it.
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