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
c1c31033
Commit
c1c31033
authored
Aug 09, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3a52b372
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
editOrder-form.vue
src/components/sale/editOrder-form.vue
+0
-2
classPlan.vue
src/pages/stuMan/classPlan.vue
+10
-3
No files found.
src/components/sale/editOrder-form.vue
View file @
c1c31033
...
...
@@ -10,7 +10,6 @@
}
</
style
>
<!--订单操作-->
<
template
>
<q-dialog
v-model=
"IsShowEditOrder"
maximized
full-height
seamless
position=
"right"
>
...
...
@@ -89,7 +88,6 @@
maxlength=
"50"
v-model=
"OrderMsg.GeneralOccupation"
class=
"col-12 q-pb-lg"
label=
"一般同行"
/>
<q-input
:disable=
"(modityOrderType==2)"
v-if=
"OrderMsg.OrderSource==7"
filled
stack-label
:dense=
"false"
maxlength=
"50"
v-model=
"OrderMsg.EduOccupation"
class=
"col-12 q-pb-lg"
label=
"教育同行"
/>
<q-toggle
:disable=
"(modityOrderType==2)"
v-model=
"OrderMsg.IsLessPrice"
:false-value=
"0"
:true-value=
"1"
label=
"是否少价"
class=
"q-mb-md"
/>
<q-input
:disable=
"(modityOrderType==2)"
v-if=
"OrderMsg.IsLessPrice==1"
...
...
src/pages/stuMan/classPlan.vue
View file @
c1c31033
...
...
@@ -46,6 +46,7 @@
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
style=
"margin-top:2px;"
@
click=
"exchangeType"
:label=
"typeName"
/>
<q-btn
color=
"negative"
size=
"sm"
label=
"调课申请"
@
click=
"openForm"
></q-btn>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
label=
"下载计划"
@
click=
"downLoadPlan()"
/>
</div>
</div>
<classmateForm
:dataList=
"dataList"
v-if=
"commonType==1"
></classmateForm>
...
...
@@ -64,12 +65,16 @@
GetClassPlanStatistical
,
GetClassPlanStatisticalPage
}
from
'../../api/teacher/index'
;
import
{
EduDownLoad
,
}
from
'../../api/common/common'
;
import
classmateForm
from
'../../components/course/classmate-form'
;
import
teachTable
from
'../teacher/components/teachTable'
;
import
changeClassForm
from
'../../components/teacher/changeClassForm.vue'
export
default
{
meta
:
{
title
:
"
我的
课表"
title
:
"
教师
课表"
},
components
:
{
classmateForm
,
...
...
@@ -146,6 +151,10 @@
this
.
getPlanList
();
},
methods
:
{
downLoadPlan
()
{
//导出
var
newMsg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
EduDownLoad
(
"/Class/DownLoadClassPlan"
,
newMsg
,
"老师上课计划.xls"
)
},
refreshPage
()
{
this
.
getPlanList
();
},
...
...
@@ -161,8 +170,6 @@
if
(
res
.
Code
==
1
)
{
this
.
dataList
=
res
.
Data
;
}
}).
catch
(()
=>
{
})
},
//获取教师下拉
...
...
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