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
8e91943d
Commit
8e91943d
authored
Dec 29, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
0d0f506a
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
14 additions
and
87 deletions
+14
-87
schedul-visit.vue
src/components/schedul/schedul-visit.vue
+12
-60
reserveclass-form.vue
src/components/school/student/reserveclass-form.vue
+2
-2
student-visit.vue
src/components/school/student/student-visit.vue
+0
-1
studentAddForm.vue
src/components/school/student/studentAddForm.vue
+0
-1
studentRight-form.vue
src/components/school/student/studentRight-form.vue
+0
-1
stuReceiveChannel-form.vue
src/components/system/stuReceiveChannel-form.vue
+0
-1
index.vue
src/components/work/index.vue
+0
-2
choiceapprovalorbranch.vue
...se/customer/CSChild/components/choiceapprovalorbranch.vue
+0
-5
customerPhase.vue
src/pages/enterprise/customer/CSChild/customerPhase.vue
+0
-1
stageManagement.vue
src/pages/enterprise/customer/CSChild/stageManagement.vue
+0
-1
customer.vue
src/pages/enterprise/customer/customer.vue
+0
-3
customFilter.vue
...pages/enterprise/customer/kehucomponents/customFilter.vue
+0
-2
AchievementsUserDetailList.vue
src/pages/financial/market/AchievementsUserDetailList.vue
+0
-3
empBonusDetail.vue
src/pages/financial/market/empBonusDetail.vue
+0
-1
marketStatistics.vue
src/pages/financial/market/marketStatistics.vue
+0
-1
returnpassbookStatistics.vue
...ges/financial/returnPassbook/returnpassbookStatistics.vue
+0
-1
customType.vue
src/pages/system/customType.vue
+0
-1
No files found.
src/components/schedul/schedul-visit.vue
View file @
8e91943d
...
...
@@ -132,64 +132,10 @@
</
template
>
</q-td>
</template>
<
template
>
<div
class=
"fangkeTitle"
ref=
"fkdj"
>
访客登记
</div>
<span
class=
"fangkeNumb"
>
{{
data
.
length
}}
</span>
<div
class=
"visit_Date"
>
<i
class=
"iconfont icon-img-rili"
style=
""
></i>
{{
saveObj
.
PlanDate
}}
</div>
<q-space
/>
<div
class=
"page-option"
style=
"margin-right:20px;width:250px;"
>
<el-input
placeholder=
"姓名/电话/微信"
v-model=
"msg.KeyWords"
@
input=
"resetSearch"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
</div>
<div
class=
"page-option addVisit"
>
<el-popover
placement=
"left"
popper-class=
"scheduVipop"
width=
"300"
trigger=
"click"
>
<div>
<el-form
label-width=
"80px"
:model=
"addMsg"
ref=
"addMsg1"
:rules=
"rules"
style=
"margin-top:10px;"
class=
"visit_FORM"
>
<el-form-item
label=
"姓名"
prop=
"Name"
>
<el-input
v-model=
"addMsg.Name"
placeholder=
"请输入姓名"
></el-input>
</el-form-item>
<el-form-item
label=
"电话"
prop=
"Tel"
>
<el-input
v-model=
"addMsg.Tel"
placeholder=
"请输入电话号码"
></el-input>
</el-form-item>
<el-form-item
label=
"微信号"
>
<el-input
v-model=
"addMsg.WeChatNum"
placeholder=
"请输入微信号"
></el-input>
</el-form-item>
<el-form-item
label=
"兴趣课程"
prop=
"CourseName"
>
<el-input
v-model=
"addMsg.CourseName"
placeholder=
"请输入兴趣课程"
></el-input>
</el-form-item>
<el-form-item
label=
"学习时间"
prop=
"StudyTime"
>
<el-input
v-model=
"addMsg.StudyTime"
placeholder=
"请输入学习时间"
></el-input>
</el-form-item>
<el-form-item
label=
"当前水平"
prop=
"LevelType"
>
<el-select
v-model=
"addMsg.LevelType"
style=
"width:200px;"
placeholder=
"请选择"
>
<el-option
v-for=
"item in GBList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Name"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"VisitorStatus"
>
<el-select
v-model=
"addMsg.VisitorStatus"
style=
"width:200px;"
placeholder=
"请选择"
>
<el-option
v-for=
"item in statusList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"意向评估"
prop=
"Evaluate"
>
<el-input
v-model=
"addMsg.Evaluate"
placeholder=
"请输入意向评估"
></el-input>
</el-form-item>
<el-form-item
label=
"备注"
>
<el-input
type=
"textarea"
v-model=
"addMsg.Remark"
:rows=
"4"
placeholder=
"请输入备注"
></el-input>
</el-form-item>
</el-form>
<q-btn
color=
"accent"
size=
"sm"
@
click=
"submitForm('addMsg1')"
style=
"float:right;margin-bottom:10px;"
label=
"保存"
/>
</div>
<q-btn
color=
"accent"
slot=
"reference"
size=
"sm"
icon=
"add"
@
click=
"clearAddMsg"
label=
"添加访客"
v-if=
"DutyAuthObj.isShowAdd"
/>
</el-popover>
</div>
<
template
v-slot:body-cell-Option=
"props"
>
<q-td
:props=
"props"
>
<q-btn
dense
flat
color=
"primary"
label=
"添加试听"
@
click=
"CreateReserveclass(props.row)"
></q-btn>
</q-td>
</
template
>
<
template
v-slot:bottom
>
...
...
@@ -214,7 +160,7 @@
<q-icon
name=
"edit"
color=
"primary"
style=
"font-size:11px"
class=
"q-mr-xs"
></q-icon>
<span
style=
"font-size:12px;"
>
到访
</span>
</q-btn>
<q-btn
dense
flat
color=
"primary"
label=
"添加试听"
@
click=
"CreateReserveclass(
visitModel
)"
></q-btn>
<q-btn
dense
flat
color=
"primary"
label=
"添加试听"
@
click=
"CreateReserveclass(
props.row
)"
></q-btn>
</q-td>
</
template
>
<
template
v-slot:body-cell-IsVisitStr=
"props"
>
...
...
@@ -292,7 +238,7 @@
<!--试听课弹窗-->
<q-dialog
persistent
v-model=
"isShowReserveclass"
>
<q-card
flat
class=
"q-pa-md"
style=
"width:800px"
>
<div
class=
"text-h6"
>
新增试听课
</div>
<div
class=
"text-h6"
style=
"padding-bottom:10px;"
>
新增试听课
</div>
<reserveclass-form
:save-Obj=
"stuOption"
@
close=
"closeReserveForm"
@
success=
"closeReserveForm"
>
</reserveclass-form>
</q-card>
...
...
@@ -457,6 +403,11 @@
field
:
"CreateTimeStr"
,
label
:
"创建时间"
,
align
:
"left"
},
{
name
:
"Option"
,
label
:
"操作"
,
field
:
"Option"
}
],
showAddForm
:
false
,
...
...
@@ -684,6 +635,7 @@
methods
:
{
//添加试听
CreateReserveclass
(
item
)
{
this
.
stuOption
=
item
;
this
.
isShowReserveclass
=
true
;
},
//关闭试听弹窗
...
...
src/components/school/student/reserveclass-form.vue
View file @
8e91943d
...
...
@@ -11,14 +11,14 @@
<q-btn
label=
"选择试听课"
color=
"accent q-mb-lg"
size=
"sm"
@
click=
"isShowTeacher=true"
/>
</div>
<div
class=
"row studentDate"
>
<q-field
filled
class=
"q-pb-lg q-pr-lg"
dense
>
<q-field
filled
class=
"
col-6
q-pb-lg q-pr-lg"
dense
>
<template
v-slot:control
>
<el-date-picker
v-model=
"addMsg.ClassDate"
ref=
"ClassDate"
:rules=
"[val => !!val || '请选择预约日期']"
style=
"width:225px"
size=
"mini"
type=
"date"
placeholder=
"预约日期"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</
template
>
</q-field>
<div
class=
"
Student_Date col-6 q-pr-lg
"
>
<div
class=
"
col-6 q-pr-lg Student_Date
"
>
<q-field
filled
class=
"q-pb-lg"
dense
>
<
template
v-slot:control
>
<el-time-select
v-model=
"addMsg.ClassTime"
size=
"mini"
ref=
"ClassTime"
style=
"width:50%"
:picker-options=
"
{
...
...
src/components/school/student/student-visit.vue
View file @
8e91943d
...
...
@@ -219,7 +219,6 @@
},
watch
:{
stateId
(
val
){
console
.
log
(
val
)
this
.
stuStageId
=
val
}
},
...
...
src/components/school/student/studentAddForm.vue
View file @
8e91943d
...
...
@@ -380,7 +380,6 @@ export default {
},
validate
()
{
let
msg
=
""
;
console
.
log
(
this
.
customObj
);
if
(
!
this
.
customObj
.
StuName
)
{
msg
=
"请输入客户名称"
;
}
else
if
(
!
this
.
customObj
.
StuTel
&&
!
this
.
customObj
.
QQ
&&
!
this
.
customObj
.
WeChatNo
)
{
...
...
src/components/school/student/studentRight-form.vue
View file @
8e91943d
...
...
@@ -12,7 +12,6 @@
</div>
<div
class=
"Name_List"
>
<div
class=
"F_16"
>
{{
baseObj
.
StuName
}}
</div>
<!--
<div
class=
"wechat_Name"
>
张飞微信
</div>
-->
</div>
</div>
<div
class=
"custom_HRight"
v-if=
"getJudgeTrans()"
>
...
...
src/components/system/stuReceiveChannel-form.vue
View file @
8e91943d
...
...
@@ -47,7 +47,6 @@
methods
:
{
//初始化表单
init
()
{
console
.
log
(
this
.
row
)
if
(
this
.
row
?.
Id
??
0
>
0
)
{
this
.
msg
.
Id
=
this
.
row
.
Id
;
this
.
msg
.
Name
=
this
.
row
.
Name
;
...
...
src/components/work/index.vue
View file @
8e91943d
...
...
@@ -171,8 +171,6 @@ export default {
created
()
{
this
.
getUserList
();
let
str
=
Encrypt
(
"2"
)
console
.
log
(
str
)
console
.
log
(
Decrypt
(
str
))
},
computed
:
{
...
mapGetters
([
"userInfo"
])
...
...
src/pages/enterprise/customer/CSChild/components/choiceapprovalorbranch.vue
View file @
8e91943d
...
...
@@ -210,8 +210,6 @@
this
.
showMember
=
[]
this
.
newList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
list
))
this
.
huoqucheckedkey
()
console
.
log
(
this
.
memberSetCheckedKeys
)
console
.
log
(
this
.
showMember
)
}
let
_arr
=
this
.
sysUserKeys
.
concat
(
this
.
memberSetCheckedKeys
)
_this
.
$refs
.
treeUser
.
setCheckedKeys
(
_arr
);
...
...
@@ -240,9 +238,6 @@
this
.
memberSetCheckedKeys
.
splice
(
this
.
memberSetCheckedKeys
.
findIndex
(
item
=>
item
===
data
.
DeptId
),
1
)
}
}
// console.log( this.memberSetCheckedKeys)
// console.log( '``````````````')
},
compare
(
property
){
return
function
(
a
,
b
){
...
...
src/pages/enterprise/customer/CSChild/customerPhase.vue
View file @
8e91943d
...
...
@@ -138,7 +138,6 @@
},
setFiledState
(
item
,
Type
)
{
console
.
log
(
'2'
)
let
msg
=
{
Type
:
Type
,
FlowId
:
item
.
Id
,
...
...
src/pages/enterprise/customer/CSChild/stageManagement.vue
View file @
8e91943d
...
...
@@ -279,7 +279,6 @@
})
},
setCauseDel
(
y
,
index
,
x
,
item
){
//验证阶段输单/无效的 原因选项是否可以删除
console
.
log
(
y
,
index
,
x
,
item
)
let
Type
=
1
if
(
x
.
Name
==
'无效'
)
Type
=
2
let
data
=
{
...
...
src/pages/enterprise/customer/customer.vue
View file @
8e91943d
...
...
@@ -218,7 +218,6 @@
methods
:
{
getQ_NotFollowUpDay
(
e
)
{
//天数为空的处理
if
(
e
==
null
||
e
==
''
)
{
console
.
log
(
e
)
this
.
msg
.
Q_NotFollowUpDay
=
1
}
},
...
...
@@ -270,7 +269,6 @@
if
(
data
.
Q_Friends
.
length
>
0
)
{
data
.
Q_Friends
=
data
.
Q_Friends
.
join
(
','
)
}
console
.
log
(
data
)
},
getEmployList
()
{
...
...
@@ -309,7 +307,6 @@
})
},
getChild
(
deptArray
)
{
console
.
log
(
deptArray
)
//数据处理 获取夏利是 1-2 前面代表部门还是人员 后面是原生ID
},
onMainClick
()
{
...
...
src/pages/enterprise/customer/kehucomponents/customFilter.vue
View file @
8e91943d
...
...
@@ -246,7 +246,6 @@
this
.
selectList
.
push
(
obj
)
},
getName
(
item
,
index
)
{
//选择客户信息的变化
console
.
log
(
item
)
for
(
var
i
=
0
;
i
<
this
.
filedList
.
length
;
i
++
)
{
if
(
this
.
selectList
[
index
].
Name
==
this
.
filedList
[
i
].
Id
)
{
this
.
selectList
[
index
].
Type
=
this
.
filedList
[
i
].
Type
;
...
...
@@ -256,7 +255,6 @@
}
break
}
}
},
showlabel
(
index
)
{
...
...
src/pages/financial/market/AchievementsUserDetailList.vue
View file @
8e91943d
...
...
@@ -312,10 +312,7 @@ export default {
if
(
x
.
YFMoney
)
{
obj
.
YFMoney
=
this
.
accAdd
(
obj
.
YFMoney
,
x
.
YFMoney
)
};
})
console
.
log
(
obj
)
this
.
tableData
.
push
(
obj
)
},
...
...
src/pages/financial/market/empBonusDetail.vue
View file @
8e91943d
...
...
@@ -123,7 +123,6 @@
//获取分页列表
getList
()
{
GetPersonnelPeriodDetails
(
this
.
msg
).
then
(
res
=>
{
console
.
log
(
"res"
,
res
);
this
.
dataList
=
res
.
Data
.
PageData
this
.
pageCount
=
res
.
Data
.
PageCount
;
});
...
...
src/pages/financial/market/marketStatistics.vue
View file @
8e91943d
...
...
@@ -291,7 +291,6 @@
},
methods
:
{
resetSearch
()
{
console
.
log
(
this
.
msg
)
this
.
msg
.
PageIndex
=
1
;
this
.
getList
()
},
...
...
src/pages/financial/returnPassbook/returnpassbookStatistics.vue
View file @
8e91943d
...
...
@@ -456,7 +456,6 @@ export default {
},
methods
:
{
resetSearch
()
{
console
.
log
(
this
.
msg
)
this
.
msg
.
PageIndex
=
1
;
this
.
getList
()
},
...
...
src/pages/system/customType.vue
View file @
8e91943d
...
...
@@ -110,7 +110,6 @@
this
.
loading
=
true
;
GetStudentTypeList
({}).
then
(
res
=>
{
this
.
loading
=
false
;
console
.
log
(
res
,
'数据'
);
if
(
res
.
Code
==
1
){
this
.
dataList
=
res
.
Data
;
}
...
...
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