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
a6537e36
Commit
a6537e36
authored
Jul 20, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ee2c7cab
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
543 additions
and
11 deletions
+543
-11
App.vue
src/App.vue
+1
-1
stopbill-form.vue
src/components/sale/stopbill-form.vue
+1
-1
temporaryClassbill-form.vue
src/components/sale/temporaryClassbill-form.vue
+3
-3
provisionalInviteForm.vue
src/components/teacher/provisionalInviteForm.vue
+11
-6
activeList.vue
src/pages/stuMan/activeList.vue
+523
-0
routes.js
src/router/routes.js
+4
-0
No files found.
src/App.vue
View file @
a6537e36
...
...
@@ -12,7 +12,7 @@ export default {
<
style
>
@import
url('~assets/css/font.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
tknu7rklxe
.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
gab1nkk31vv
.css')
;
.q-scrollarea__thumb
{
z-index
:
999999
!important
;
}
...
...
src/components/sale/stopbill-form.vue
View file @
a6537e36
...
...
@@ -237,7 +237,7 @@
<div
class=
"replayReason"
>
<div
class=
"replay_Title"
>
停课原因
</div>
<div
style=
"color:#666666;margin-top:5px;"
>
{{
setingObj
.
DataObj
.
Remarks
}}
{{
setingObj
.
DataObj
.
Remarks
||
'无'
}}
</div>
</div>
<!--
<template
v-if=
"setingObj.SpecialNode==1"
>
...
...
src/components/sale/temporaryClassbill-form.vue
View file @
a6537e36
...
...
@@ -195,9 +195,9 @@
class=
"sticky-column-table"
separator=
"none"
:data=
"setingObj.DataObj.ClassPlanTimeList"
:columns=
"columns"
row-key=
"name"
>
<template
v-slot:body-cell-time=
"props"
>
<
td
class=
"flex items-center full-height"
style=
"height:100%"
>
<
q-td
>
{{
props
.
row
.
StartTime
}}
-
{{
props
.
row
.
EndTime
}}
</td>
</
q-
td>
</
template
>
<
template
v-slot:bottom
>
</
template
>
...
...
@@ -221,7 +221,7 @@
<div
class=
"replayReason"
>
<div
class=
"replay_Title"
>
申请原因
</div>
<div
style=
"color:#666666;margin-top:5px;"
>
{{setingObj.DataObj.Remarks}}
{{setingObj.DataObj.Remarks
||'无'
}}
</div>
</div>
<div
v-if=
"showType==2"
>
...
...
src/components/teacher/provisionalInviteForm.vue
View file @
a6537e36
...
...
@@ -74,9 +74,9 @@
</q-item>
</
template
>
</q-select>
<q-input
filled
v-model=
"msg.GuestName"
clearable
class=
"col-6"
label=
"学员姓名"
maxlength=
"200"
>
<
template
v-slot:append
>
<q-icon
name=
"search"
@
click=
"getNotClassStudentList"
@
keyup
.
enter=
"getNotClassStudentList"
/>
<q-input
filled
v-model=
"msg.GuestName"
clearable
class=
"col-6"
label=
"学员姓名"
maxlength=
"200"
@
clear=
"getNotClassStudentList"
>
<
template
v-slot:append
>
<q-icon
name=
"search"
style=
"cursor:pointer;"
@
click=
"getNotClassStudentList"
/>
</
template
>
</q-input>
</div>
...
...
@@ -199,7 +199,13 @@
},
stuList
:
[],
selectedStu
:
[],
stuColumns
:
[{
stuColumns
:
[
{
name
:
'Id'
,
label
:
'编号'
,
field
:
'Id'
,
align
:
'left'
},{
name
:
'GuestName'
,
label
:
'姓名'
,
field
:
'GuestName'
,
...
...
@@ -372,7 +378,6 @@
OrderGuestIds
:
stuIds
,
Remarks
:
this
.
msg
.
Remarks
}
console
.
log
(
366
,
obj
)
this
.
saveLoading
=
true
setStuInviteApply
(
obj
).
then
(
res
=>
{
this
.
saveLoading
=
false
...
...
@@ -394,7 +399,7 @@
})
}
}).
catch
(
err
=>
{
this
.
saveLoading
=
tru
e
this
.
saveLoading
=
flas
e
})
}
},
...
...
src/pages/stuMan/activeList.vue
0 → 100644
View file @
a6537e36
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
a6537e36
...
...
@@ -1022,6 +1022,10 @@ const routes = [{
path
:
"/teacher/teacherSchedule"
,
component
:
()
=>
import
(
"pages/teacher/teacherSchedule"
)
},
{
path
:
"/stuMan/activeList"
,
//学管 活动列表
component
:
()
=>
import
(
"pages/stuMan/activeList"
)
}
],
...
...
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