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
24e6b65a
Commit
24e6b65a
authored
May 07, 2024
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
c622d02e
f1d6fff5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
224 additions
and
298 deletions
+224
-298
common.js
src/api/common/common.js
+2
-2
student-left.vue
src/components/school/student/student-left.vue
+1
-1
stufollowlistNew.vue
src/components/school/student/stufollowlistNew.vue
+146
-114
BasicDocuments.vue
src/pages/financial/financalDocument/BasicDocuments.vue
+1
-5
stuList.vue
src/pages/stuMan/stuList.vue
+48
-9
teacherTrack.vue
src/pages/teacher/teacherTrack.vue
+26
-166
uploadFiles.vue
src/pages/wxhtml/uploadFiles.vue
+0
-1
No files found.
src/api/common/common.js
View file @
24e6b65a
...
...
@@ -115,8 +115,8 @@ export function UploadViittoBlobFile(path, file, callback) {
uploadLoadding
.
show
({
message
:
'正在上传文件,请稍后...'
})
let
viewFileUrl
=
'http://192.168.
10
.214:8130'
;
let
vtUploadUrl
=
"http://192.168.
10
.214:8120/upload/UploadBlob"
;
let
viewFileUrl
=
'http://192.168.
5
.214:8130'
;
let
vtUploadUrl
=
"http://192.168.
5
.214:8120/upload/UploadBlob"
;
let
locationName
=
window
.
location
.
hostname
;
if
(
locationName
.
indexOf
(
'testerp.oytour'
)
!==
-
1
)
{
vtUploadUrl
=
"http://upload.oytour.com/upload/UploadBlob"
;
...
...
src/components/school/student/student-left.vue
View file @
24e6b65a
...
...
@@ -446,7 +446,7 @@
StuType
:
""
,
//客户类型
StuNeeds
:
0
,
//客户需求
StuTel
:
""
,
//显示使用
FileVoucher
:
""
//http://192.168.10.214:8130/EduSystem/Test/Upload/SetStudentVoucher/202303221126306360000000004.png
FileVoucher
:
""
},
//日语基础列表
basicList
:
[],
...
...
src/components/school/student/stufollowlistNew.vue
View file @
24e6b65a
This diff is collapsed.
Click to expand it.
src/pages/financial/financalDocument/BasicDocuments.vue
View file @
24e6b65a
...
...
@@ -2014,11 +2014,7 @@
data
()
{
return
{
saveMsg
:
[
// {
// Type: 3,
// Content:'http://192.168.10.214:8130/EduSystem/Test/Upload/Temporary/202311131052426600000000001.png',
// Url:'http://192.168.10.214:8130/EduSystem/Test/Upload/Temporary/202311131052426600000000001.png'
// }
],
TeamShouZhi
:
false
,
F_Disbursement_Schedule
:
false
,
...
...
src/pages/stuMan/stuList.vue
View file @
24e6b65a
...
...
@@ -170,6 +170,7 @@
font-weight
:
600
;
margin-right
:
10px
;
}
</
style
>
<
template
>
<div
:class=
"[
...
...
@@ -290,6 +291,19 @@
:options=
"MyTransListData"
option-label=
"StuName"
@
input=
"resetSearch"
clearable
option-value=
"StuId"
emit-value
map-options
/>
</div>
<div
class=
"col-3"
>
<q-select
filled
v-model=
"msg.Teacher_Id"
dense
use-input
label=
"班主任"
:options=
"MyTeacherListData"
option-label=
"EmployeeName"
@
input=
"resetSearch"
@
filter=
"filterTeacher"
clearable
option-value=
"Id"
emit-value
map-options
>
<
template
v-slot:no-option
>
<q-item>
<q-item-section
class=
"text-grey"
>
未找到相关数据
</q-item-section>
</q-item>
</
template
>
</q-select>
</div>
</div>
</div>
<div
class=
"col row wrap q-gutter-x-md"
v-if=
"staticObj && !isComponent"
>
...
...
@@ -426,11 +440,7 @@
<q-item-label
overline
>
添加事件
</q-item-label>
</q-item-section>
</q-item>
<!--
<q-item
dense
clickable
v-close-popup
@
click=
"showChangeCourse(props.row)"
>
<q-item-section>
<q-item-label
overline
>
跳课
</q-item-label>
</q-item-section>
</q-item>
-->
</q-list>
</q-btn-dropdown>
</div>
...
...
@@ -559,7 +569,8 @@
GuestState
:
""
,
//学员状态
CreateType
:
""
,
//客户来源
StuChannelId
:
""
,
//收客渠道
StuSourceId
:
""
StuSourceId
:
""
,
Teacher_Id
:
""
,
//班主任
},
pageCount
:
0
,
columns
:
[{
...
...
@@ -569,7 +580,6 @@
align
:
"left"
,
required
:
true
},
{
name
:
"GuestName"
,
label
:
"姓名"
,
...
...
@@ -812,7 +822,9 @@
courseName
:
""
,
isShowChangeCourse
:
false
,
ChangeCourseObj
:
{},
staticObj
:
{}
//学生统计信息
staticObj
:
{},
//学生统计信息
MyTeacherListData
:
[],
//查询老师列表
AllTeacherList
:
[],
//所有教师列表
};
},
created
()
{
...
...
@@ -864,6 +876,7 @@
this
.
GetStuChannelList
();
this
.
GetCustomerList
();
this
.
getEmployeeList
();
this
.
findData
();
}
else
{
this
.
msg
.
rowsPerPage
=
this
.
pageSize
;
this
.
loading
=
this
.
outLoading
;
...
...
@@ -871,6 +884,18 @@
}
},
methods
:
{
//获取班主任
findData
()
{
queryEmployee
({
AccountTypeStr
:
"2"
,
IsLeave
:
1
}).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
MyTeacherListData
=
res
.
Data
;
this
.
AllTeacherList
=
res
.
Data
;
}
})
},
//获取收客渠道
GetStuChannelList
()
{
GetStuChannelList
({}).
then
(
res
=>
{
...
...
@@ -1010,6 +1035,18 @@
}
});
},
filterTeacher
(
val
,
update
)
{
update
(()
=>
{
if
(
val
===
""
)
{
this
.
MyTeacherListData
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
AllTeacherList
));
}
else
{
const
needle
=
val
.
toLowerCase
();
this
.
MyTeacherListData
=
this
.
AllTeacherList
.
filter
(
v
=>
v
.
EmployeeName
.
toLowerCase
().
indexOf
(
needle
)
>
-
1
);
}
});
},
//筛选课程
filterCourse
(
val
,
update
)
{
update
(()
=>
{
...
...
@@ -1268,7 +1305,9 @@
}
}
};
</
script
>
<
style
lang=
"sass"
>
@import
url('~assets/css/table.sass')
</
style
>
src/pages/teacher/teacherTrack.vue
View file @
24e6b65a
This diff is collapsed.
Click to expand it.
src/pages/wxhtml/uploadFiles.vue
View file @
24e6b65a
...
...
@@ -95,7 +95,6 @@
<input
v-model=
"uploadParm.params.ExamName"
class=
"examList-popup-name"
placeholder=
"请输入考试名称"
/>
<div
class=
"diy-upload-class"
>
<!-- https://jjswapi.oytour.com -->
<!-- http://192.168.10.36:8082 -->
<el-upload
class=
"avatar-uploader"
:data=
"uploadParm"
name=
"myfile"
...
...
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