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
196f950c
Commit
196f950c
authored
Jan 24, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
ac13fb0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
22 deletions
+8
-22
orderStatistics.vue
src/pages/sale/orderStatistics.vue
+1
-11
studentTracking.vue
src/pages/sale/studentTracking.vue
+7
-11
No files found.
src/pages/sale/orderStatistics.vue
View file @
196f950c
...
...
@@ -53,9 +53,6 @@
<el-date-picker
v-model=
"msg.EndTime"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
"报名结束时间"
size=
"small"
style=
"width:47%;"
@
change=
"resetSearch"
clear-icon=
"iconfont icon-guanbi"
>
</el-date-picker>
<!--
<el-date-picker
v-model=
"dateList"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
range-separator=
"至"
start-placeholder=
"报名开始时间"
end-placeholder=
"报名结束时间"
>
</el-date-picker>
-->
</
template
>
</q-field>
</div>
...
...
@@ -183,7 +180,7 @@
OrderId
:
''
,
//订单号
GuestName
:
''
,
//客人名称
ClassName
:
''
,
//班级名称
CouseId
:
0
,
//课程id
CouseId
:
''
,
//课程id
StartTime
:
''
,
//报名开始时间
EndTime
:
''
,
//报名结束时间
OPStartTime
:
''
,
//开班开始时间
...
...
@@ -286,13 +283,6 @@
queryCourseDropdownList
({}).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
var
tempArray
=
res
.
Data
;
if
(
!
tempArray
)
{
tempArray
=
[];
}
tempArray
.
unshift
({
CourseId
:
0
,
CourseName
:
"不限"
})
this
.
CourseList
=
tempArray
;
this
.
allCourseList
=
tempArray
;
}
...
...
src/pages/sale/studentTracking.vue
View file @
196f950c
...
...
@@ -21,7 +21,6 @@
position
:
sticky
;
left
:
0px
;
}
</
style
>
<
template
>
<div
class=
"page-body studentTracking"
>
...
...
@@ -52,12 +51,12 @@
option-value=
"Id"
emit-value
map-options
label=
"客户状态"
clearable
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetBelong"
dense
filled
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.BelongType
"
:options=
"BelongTypeList"
emit-value
map-options
label=
"归属类型
"
/>
<q-select
filled
v-model=
"msg.StuPurpose"
dense
@
input=
"resetSearch"
clearable
:options=
"goalsList
"
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
label=
"学习目的
"
/>
</div>
<div
class=
"col-3"
>
<q-select
filled
v-model=
"msg.StuPurpose"
dense
@
input=
"resetSearch"
clearable
:options=
"goalsList"
option-label=
"Nam
e"
option-value=
"Id"
emit-value
map-options
/>
<q-select
@
input=
"resetBelong"
dense
filled
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.BelongTyp
e"
:options=
"BelongTypeList"
emit-value
map-options
label=
"归属类型"
/>
</div>
<div
class=
"col-3"
v-if=
"msg.BelongType == 4"
>
<q-select
@
input=
"resetSearch"
dense
clearable
@
filter=
"filterSubord"
use-input
filled
option-value=
"Id"
...
...
@@ -243,7 +242,7 @@
<span>
{{ item.CreateTypeName?item.CreateTypeName:'-' }}
</span>
</td>
<td>
{{item.StuPurposeName}}
{{item.StuPurposeName}}
</td>
<td>
<span><span
v-if=
"item.CreateType==2 && item.EnterpriseName"
>
{{item.EnterpriseName}}:
</span>
...
...
@@ -450,7 +449,7 @@
myEmployeeList
:
[],
TransListData
:
[],
//转介人数据
MyTransListData
:
[],
goalsList
:
[]
//学习目的列表
goalsList
:
[]
//学习目的列表
}
},
created
()
{
...
...
@@ -810,11 +809,9 @@
},
}
</
script
>
<
style
lang=
"sass"
>
@import
url('~assets/css/table.sass')
</
style
>
<
style
scoped
>
/
deep
/
.el-input__inner
,
...
...
@@ -841,5 +838,4 @@
.roatImg
{
transform
:
rotate
(
180deg
);
}
</
style
>
</
style
>
\ No newline at end of file
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