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
c29972ed
Commit
c29972ed
authored
Jan 14, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d89b986d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
studentFU-form.vue
src/components/school/student/studentFU-form.vue
+2
-0
studentTracking.vue
src/pages/sale/studentTracking.vue
+11
-3
No files found.
src/components/school/student/studentFU-form.vue
View file @
c29972ed
...
@@ -147,6 +147,8 @@ export default {
...
@@ -147,6 +147,8 @@ export default {
},
},
created
()
{
created
()
{
this
.
msg
.
StuId
=
this
.
saveObj
.
StuId
;
this
.
msg
.
StuId
=
this
.
saveObj
.
StuId
;
this
.
msg
.
STime
=
this
.
saveObj
.
STime
?
this
.
saveObj
.
STime
:
''
;
this
.
msg
.
ETime
=
this
.
saveObj
.
ETime
?
this
.
saveObj
.
ETime
:
''
;
this
.
getList
()
this
.
getList
()
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
},
},
...
...
src/pages/sale/studentTracking.vue
View file @
c29972ed
...
@@ -560,10 +560,18 @@ export default {
...
@@ -560,10 +560,18 @@ export default {
lookgengduo
(
obj
,
time
){
//跟进备注
lookgengduo
(
obj
,
time
){
//跟进备注
let
Month
=
time
.
split
(
'-'
)[
0
]
+
'-'
+
time
.
split
(
'-'
)[
1
]
let
Month
=
time
.
split
(
'-'
)[
0
]
+
'-'
+
time
.
split
(
'-'
)[
1
]
+
'-01'
console
.
log
(
Month
,
time
)
let
date
=
new
Date
(
Month
);
if
(
obj
)
{
let
currentMonth
=
date
.
getMonth
();
let
nextMonth
=++
currentMonth
;
let
nextMonthFirstDay
=
new
Date
(
date
.
getFullYear
(),
nextMonth
,
1
);
let
oneDay
=
1000
*
60
*
60
*
24
;
let
endDate
=
new
Date
(
nextMonthFirstDay
-
oneDay
)
let
endMonth
=
time
.
split
(
'-'
)[
0
]
+
'-'
+
time
.
split
(
'-'
)[
1
]
+
'-'
+
endDate
.
getDate
()
if
(
obj
)
{
this
.
stuOption
=
obj
;
this
.
stuOption
=
obj
;
this
.
stuOption
.
STime
=
Month
;
this
.
stuOption
.
ETime
=
endMonth
;
this
.
BelongType
=
obj
.
BelongType
;
this
.
BelongType
=
obj
.
BelongType
;
}
}
this
.
isShowStuFU
=
true
;
this
.
isShowStuFU
=
true
;
...
...
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