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
f5d287cf
Commit
f5d287cf
authored
Mar 09, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
59d5b560
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
makeUp.vue
src/components/stuMan/subscribe/makeUp.vue
+1
-0
subscribeForm.vue
src/components/stuMan/subscribe/subscribeForm.vue
+1
-12
No files found.
src/components/stuMan/subscribe/makeUp.vue
View file @
f5d287cf
...
...
@@ -23,6 +23,7 @@
label=
"学员姓名"
class=
"col-10"
hint=
"提示:需输入学员姓名查询学员列表"
@
keyup
.
enter
.
native=
"getStu"
/>
<div
class=
"col-2 q-pt-md"
>
<q-btn
...
...
src/components/stuMan/subscribe/subscribeForm.vue
View file @
f5d287cf
...
...
@@ -74,7 +74,7 @@
</q-field>
<div
class=
"row col"
v-show=
"(editType == 1&&checkChapter.ChapterId>0) ||(saveObj.ClassType == 3 && saveObj.AppointState == 1)"
>
<div
class=
"row col-6"
>
<q-input
filled
stack-label
v-model=
"stuMsg_v2.StuName"
label=
"学员姓名"
class=
"col-9"
<q-input
filled
stack-label
v-model=
"stuMsg_v2.StuName"
label=
"学员姓名"
@
keyup
.
enter
.
native=
"getStu_V2"
class=
"col-9"
hint=
"提示:需输入学员姓名查询学员列表"
/>
<div
class=
"col-3 q-pt-md q-pl-md"
>
<q-btn
size=
"sm"
color=
"accent"
label=
"查询"
@
click=
"getStu_V2"
/>
...
...
@@ -372,17 +372,6 @@
this
.
teacherTimeList
=
[];
},
subscribeCourse
()
{
if
(
new
Date
(
this
.
dateObj
.
date
).
getTime
()
<
new
Date
(
QCalendar
.
today
()).
getTime
()
)
{
this
.
$q
.
notify
({
message
:
`日期小于今天,请重新选择日期`
,
position
:
"top"
,
type
:
"negative"
});
return
;
}
if
(
this
.
stuInfo
.
AppointDate
)
{
if
(
new
Date
(
this
.
dateObj
.
date
).
getTime
()
<
...
...
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