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
1b4df366
Commit
1b4df366
authored
Feb 24, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
8c7a3f86
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
21 deletions
+11
-21
student-left.vue
src/components/school/student/student-left.vue
+0
-17
studentRight-form.vue
src/components/school/student/studentRight-form.vue
+7
-4
stulist.vue
src/components/school/student/stulist.vue
+2
-0
todayData.vue
src/components/work/todayData.vue
+2
-0
No files found.
src/components/school/student/student-left.vue
View file @
1b4df366
...
...
@@ -298,7 +298,6 @@
</q-field>
</div>
</div>
<div
class=
"info_item"
>
<div
class=
"item_label"
>
日语基础
</div>
<div
class=
"item_value"
>
...
...
@@ -448,7 +447,6 @@
};
},
created
()
{
console
.
log
(
"HHKHK"
)
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
getStuStageList
();
this
.
getBasicList
();
...
...
@@ -470,7 +468,6 @@
if
(
this
.
saveObj
.
noEdit
&&
this
.
saveObj
.
noEdit
==
true
)
{
this
.
noEdit
=
true
;
}
}
},
watch
:
{
...
...
@@ -772,20 +769,6 @@
this
.
isHaveOrder
=
true
;
}
},
//新增协助人员
addAssist
()
{
let
obj
=
{
Id
:
0
,
//编号
AssistId
:
1
,
//员工编号
AssistType
:
1
,
//类型
StuId
:
1
//学员编号
};
this
.
customObj
.
AssistList
.
push
(
obj
);
},
//删除协助人员
delAssist
(
index
)
{
this
.
customObj
.
AssistList
.
splice
(
index
,
1
);
},
//验证手机号
CheckExistsStu
(
type
)
{
if
(
type
==
1
)
{
...
...
src/components/school/student/studentRight-form.vue
View file @
1b4df366
...
...
@@ -93,8 +93,8 @@
</student-Assit>
</
template
>
<
template
v-if=
"ckedTab == 6"
>
<classRecord
:save-obj=
"baseObj"
@
success=
"refreshStudentPage"
></classRecord>
</
template
>
<classRecord
:save-obj=
"baseObj"
@
success=
"refreshStudentPage"
></classRecord>
</
template
>
</div>
</div>
</div>
...
...
@@ -232,7 +232,7 @@
});
}
this
.
getEmployeeList
();
if
(
this
.
checkType
&&
this
.
checkType
>
0
)
{
if
(
this
.
checkType
&&
this
.
checkType
>
0
)
{
this
.
ckedTab
=
this
.
checkType
;
}
},
...
...
@@ -264,8 +264,8 @@
refreshStudentPage
()
{
this
.
$emit
(
"success"
);
},
//客户情况信息的修改
consultsuccess
(
data
)
{
//质询信息的修改
this
.
$emit
(
"success"
);
this
.
isconsult
=
false
;
this
.
baseObj
.
PlanPrice
=
data
.
PlanPrice
;
...
...
@@ -321,6 +321,7 @@
this
.
customStateList
=
res
.
Data
;
});
},
//查询学员(客户)详情
queryStuInfo
()
{
getStudentInfo
({
StuId
:
this
.
saveObj
.
StuId
...
...
@@ -333,6 +334,7 @@
}
});
},
//批量推送课程顾问
assistBatchHandler
()
{
if
(
this
.
pushing
||
this
.
baseObj
.
IsHaveCurseManager
)
return
;
this
.
pushing
=
true
;
...
...
@@ -345,6 +347,7 @@
this
.
pushing
=
false
;
});
},
//显示客户情况弹窗
consultbtn
()
{
this
.
isconsult
=
true
;
}
...
...
src/components/school/student/stulist.vue
View file @
1b4df366
...
...
@@ -252,10 +252,12 @@
}
from
"../../../api/common/common"
;
export
default
{
props
:
{
//数据列表
dataList
:
{
type
:
Array
,
default
:
null
},
//是否显示转交按钮
isJudgeTrans
:
{
type
:
Number
,
default
:
null
...
...
src/components/work/todayData.vue
View file @
1b4df366
...
...
@@ -644,6 +644,7 @@
</div>
</div>
</div>
<!----
<div
class=
"Data_List2"
>
<div
class=
"Data_Inner"
>
<div
class=
"Data_Title"
>
当月效能目标
</div>
...
...
@@ -669,6 +670,7 @@
</div>
</div>
</div>
-->
</div>
</div>
</div>
...
...
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