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
db460a62
Commit
db460a62
authored
Jan 14, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改学生状态和新增合同状态
parent
11900349
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
12 deletions
+17
-12
guestConsultation.vue
src/pages/sale/guestConsultation.vue
+17
-12
No files found.
src/pages/sale/guestConsultation.vue
View file @
db460a62
...
...
@@ -33,11 +33,9 @@ th:first-child{position: sticky;left:0px;}
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
label=
"客户类型"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
dense
filled
v-model=
"msg.Stu
GuestStat
e"
:options=
"customState"
option-label=
"Name"
<q-select
@
input=
"resetSearch"
dense
filled
v-model=
"msg.Stu
Stag
e"
:options=
"customState"
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
label=
"客户状态"
clearable
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.BelongType"
:options=
"BelongTypeList"
emit-value
map-options
label=
"归属类型"
/>
...
...
@@ -64,6 +62,11 @@ th:first-child{position: sticky;left:0px;}
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.Q_EnrollState"
:options=
"FTypeList"
emit-value
map-options
label=
"报名状态"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
dense
filled
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.StuGuestState"
clearable
:options=
"hetongList"
emit-value
map-options
label=
"合同状态"
/>
</div>
</div>
</div>
...
...
@@ -107,7 +110,7 @@ th:first-child{position: sticky;left:0px;}
<div
style=
"display: flex;align-items: center;justify-content: space-between;"
>
{{
props
.
row
.
FUTime
}}
<span
style=
"text-decoration: underline;cursor: pointer;color: #2961fe ;"
v-if=
"props.row.FURemark"
@
click=
"lookgengduo(props.row)"
>
更多
</span>
</div>
<div
style=
"max-width:
3
00px;overflow: hidden;white-space: normal;word-break:break-all;max-height: 40px;"
v-if=
"props.row.FURemark"
v-html=
"props.row.FURemark"
></div>
<div
style=
"max-width:
2
00px;overflow: hidden;white-space: normal;word-break:break-all;max-height: 40px;"
v-if=
"props.row.FURemark"
v-html=
"props.row.FURemark"
></div>
</q-td>
</
template
>
<
template
v-slot:bottom
>
...
...
@@ -171,11 +174,12 @@ export default {
QQ
:
''
,
WeChatNo
:
''
,
StuType
:
''
,
//学生类型
StuGuestState
:
''
,
//状态
StuGuestState
:
''
,
//
合同
状态
BelongType
:
'1'
,
//归属类型(1-全部,2-我负责的,3-我协同的,4 下属)
Q_EnrollState
:
'
0
'
,
//报名状态 1已报名 2未成交 0不限
Q_EnrollState
:
'
2
'
,
//报名状态 1已报名 2未成交 0不限
IsQueryMyStu
:
'1'
,
//是否我协助的 1是 2否
CreateIds
:
[],
StuStage
:
''
,
//客户状态
},
...
...
@@ -187,6 +191,7 @@ export default {
isMyStuList
:[{
Id
:
'-1'
,
Name
:
'不限'
},{
Id
:
'1'
,
Name
:
'是'
},{
Id
:
'0'
,
Name
:
'否'
},],
FTypeList
:[{
Id
:
'0'
,
Name
:
'不限'
},{
Id
:
'1'
,
Name
:
'已报名'
},{
Id
:
'2'
,
Name
:
'未成交'
},],
BelongTypeList
:[{
Id
:
'1'
,
Name
:
'全部'
},{
Id
:
'2'
,
Name
:
'我负责的'
},{
Id
:
'3'
,
Name
:
'我协同的'
},{
Id
:
4
,
Name
:
"我下属的"
}],
hetongList
:[{
Id
:
'1'
,
Name
:
'正常'
},{
Id
:
'2'
,
Name
:
'退学'
},{
Id
:
'5'
,
Name
:
'停课'
},{
Id
:
'7'
,
Name
:
'毕业'
},],
dateArray
:
[],
//日期数组
columns
:
[{
name
:
"StuName"
,
...
...
@@ -225,12 +230,12 @@ export default {
align
:
"left"
},
{
name
:
"CourseName"
,
label
:
"报名课程"
,
field
:
"CourseName"
,
align
:
"left"
},
//
{
//
name: "CourseName",
//
label: "报名课程",
//
field: "CourseName",
//
align: "left"
//
},
{
name
:
"JapanBaseInfo"
,
...
...
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