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
c4e36ac6
Commit
c4e36ac6
authored
Dec 14, 2021
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
9925ab10
02b8b5b0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1487 additions
and
685 deletions
+1487
-685
sale.js
src/api/sale/sale.js
+19
-0
student-left.vue
src/components/school/student/student-left.vue
+199
-93
student-visit.vue
src/components/school/student/student-visit.vue
+4
-5
student-yuefang.vue
src/components/school/student/student-yuefang.vue
+1
-1
transfer-order.vue
src/components/school/student/transfer-order.vue
+288
-148
courselist.vue
src/components/school/student/transfer-order/courselist.vue
+57
-438
order-form.vue
src/components/school/student/transfer-order/order-form.vue
+919
-0
No files found.
src/api/sale/sale.js
View file @
c4e36ac6
...
...
@@ -439,5 +439,24 @@ export function RemoveStudentAssist(data) {
});
}
//获取客户来源
export
function
CreateTypeList
(
data
)
{
return
request
({
url
:
'/user/CreateTypeList'
,
method
:
'post'
,
data
});
}
//验证手机号
export
function
CheckExistsStu
(
data
)
{
return
request
({
url
:
'/user/CheckExistsStu'
,
method
:
'post'
,
data
});
}
src/components/school/student/student-left.vue
View file @
c4e36ac6
This diff is collapsed.
Click to expand it.
src/components/school/student/student-visit.vue
View file @
c4e36ac6
...
...
@@ -88,7 +88,7 @@
<q-banner
v-if=
"isShowEdit"
>
<div
class=
"row wrap"
style=
"margin-top:10px;width:300px;"
>
<q-input
filled
v-model=
"feedBackMsg.Feedback"
:rows=
"3"
type=
"textarea"
class=
"col-12 q-pb-lg"
label=
"
反馈
"
>
class=
"col-12 q-pb-lg"
label=
"
请输入反馈内容
"
>
</q-input>
</div>
<div
class=
"row wrap"
style=
"margin-top:10px;width:300px;"
>
...
...
@@ -175,7 +175,7 @@
Id
:
0
,
//编号
IsVisit
:
0
,
//到访状态(1-已到访,0-未到访)
Feedback
:
''
//反馈
}
}
,
}
},
created
()
{
...
...
@@ -189,9 +189,8 @@
this
.
getList
();
let
userInfo
=
this
.
getLocalStorage
();
if
(
userInfo
){
this
.
VisitMsg
.
ReceptionPersion
=
parseInt
(
userInfo
.
Account
Id
);
this
.
VisitMsg
.
ReceptionPersion
=
parseInt
(
userInfo
.
Id
);
}
},
methods
:
{
//点击到访
...
...
@@ -303,7 +302,7 @@
this
.
VisitMsg
.
School_Id
=
0
;
this
.
VisitMsg
.
Date
=
''
;
this
.
VisitMsg
.
VisitTime
=
''
;
this
.
VisitMsg
.
ReceptionPersion
=
''
;
//
this.VisitMsg.ReceptionPersion = '';
this
.
VisitMsg
.
Remark
=
''
;
this
.
VisitMsg
.
Feedback
=
''
;
this
.
isShowAdd
=
false
;
...
...
src/components/school/student/student-yuefang.vue
View file @
c4e36ac6
...
...
@@ -56,7 +56,7 @@
<q-banner
v-if=
"isShowEdit"
>
<div
class=
"row wrap"
style=
"margin-top:10px;width:300px;"
>
<q-input
filled
v-model=
"feedBackMsg.Feedback"
:rows=
"3"
type=
"textarea"
class=
"col-12 q-pb-lg"
label=
"
反馈
"
>
class=
"col-12 q-pb-lg"
label=
"
请输入反馈内容
"
>
</q-input>
</div>
<div
class=
"row wrap"
style=
"float:right;margin-bottom:10px;"
>
...
...
src/components/school/student/transfer-order.vue
View file @
c4e36ac6
This diff is collapsed.
Click to expand it.
src/components/school/student/transfer-order/courselist.vue
View file @
c4e36ac6
This diff is collapsed.
Click to expand it.
src/components/school/student/transfer-order/order-form.vue
0 → 100644
View file @
c4e36ac6
This diff is collapsed.
Click to expand it.
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