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
88bb26a4
Commit
88bb26a4
authored
Jul 21, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2a8153ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
studentsClassSee.vue
src/pages/teacher/studentsClassSee.vue
+6
-6
No files found.
src/pages/teacher/studentsClassSee.vue
View file @
88bb26a4
...
@@ -58,9 +58,9 @@
...
@@ -58,9 +58,9 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"page-body studentsClassfee"
>
<div
class=
"page-body studentsClassfee"
>
<div
class=
"page-search row items-center"
v-if=
"isshowquery"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<div
class=
"col-3"
v-if=
"isshowquery"
>
<q-select
filled
stack-label
@
input=
"handleCurrentChanges(1)"
option-value=
"SId"
option-label=
"SName"
<q-select
filled
stack-label
@
input=
"handleCurrentChanges(1)"
option-value=
"SId"
option-label=
"SName"
v-model=
"msg.SchoolId"
ref=
"SId"
:options=
"CompanyList"
label=
"校区"
:dense=
"false"
emit-value
map-options
/>
v-model=
"msg.SchoolId"
ref=
"SId"
:options=
"CompanyList"
label=
"校区"
:dense=
"false"
emit-value
map-options
/>
</div>
</div>
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
option-label=
"TeacherName"
v-model=
"msg.TeacherId"
ref=
"TId"
:options=
"TeacherList"
label=
"老师"
option-label=
"TeacherName"
v-model=
"msg.TeacherId"
ref=
"TId"
:options=
"TeacherList"
label=
"老师"
:dense=
"false"
emit-value
map-options
/>
:dense=
"false"
emit-value
map-options
/>
</div>
-->
</div>
-->
<div
class=
"col-3"
>
<div
class=
"col-3"
v-if=
"isshowquery"
>
<q-select
filled
stack-label
use-input
input-debounce=
"0"
option-value=
"ClassId"
clearable
@
input=
"getList"
<q-select
filled
stack-label
use-input
input-debounce=
"0"
option-value=
"ClassId"
clearable
@
input=
"getList"
option-label=
"ClassName"
v-model=
"msg.ClassId"
:options=
"ClassList"
label=
"班级"
:dense=
"false"
emit-value
option-label=
"ClassName"
v-model=
"msg.ClassId"
:options=
"ClassList"
label=
"班级"
:dense=
"false"
emit-value
map-options
@
filter=
"filterFn"
>
map-options
@
filter=
"filterFn"
>
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
<q-input
@
input=
"handleCurrentChanges(1)"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.OrderId"
<q-input
@
input=
"handleCurrentChanges(1)"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.OrderId"
label=
"订单号"
@
clear=
"handleCurrentChanges(1)"
maxlength=
"20"
/>
label=
"订单号"
@
clear=
"handleCurrentChanges(1)"
maxlength=
"20"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
v-if=
"isshowquery"
>
<q-input
@
input=
"handleCurrentChanges(1)"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.StudentName"
<q-input
@
input=
"handleCurrentChanges(1)"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.StudentName"
label=
"学生名称"
@
clear=
"handleCurrentChanges(1)"
maxlength=
"20"
/>
label=
"学生名称"
@
clear=
"handleCurrentChanges(1)"
maxlength=
"20"
/>
</div>
</div>
...
@@ -227,8 +227,8 @@
...
@@ -227,8 +227,8 @@
created
()
{
created
()
{
let
userinfo
=
this
.
getLocalStorage
();
let
userinfo
=
this
.
getLocalStorage
();
var
myDate
=
new
Date
();
var
myDate
=
new
Date
();
this
.
msg
.
StartMonth
=
myDate
.
getFullYear
()
+
"-"
+
(
myDate
.
getMonth
()
+
1
)
this
.
msg
.
StartMonth
=
myDate
.
getFullYear
()
+
"-"
+
'01'
this
.
msg
.
EndMonth
=
myDate
.
getFullYear
()
+
"-"
+
(
myDate
.
getMonth
()
+
1
)
this
.
msg
.
EndMonth
=
myDate
.
getFullYear
()
+
"-"
+
'12'
this
.
valueyear
=
myDate
.
getFullYear
().
toString
()
this
.
valueyear
=
myDate
.
getFullYear
().
toString
()
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
datetype
)
{
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
datetype
)
{
this
.
datetype
=
this
.
$route
.
query
.
datetype
this
.
datetype
=
this
.
$route
.
query
.
datetype
...
...
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