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
df6945a2
Commit
df6945a2
authored
Dec 14, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e1b00863
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
222 additions
and
97 deletions
+222
-97
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
+3
-3
student-yuefang.vue
src/components/school/student/student-yuefang.vue
+1
-1
No files found.
src/api/sale/sale.js
View file @
df6945a2
...
...
@@ -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 @
df6945a2
This diff is collapsed.
Click to expand it.
src/components/school/student/student-visit.vue
View file @
df6945a2
...
...
@@ -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;"
>
...
...
@@ -189,9 +189,9 @@
this
.
getList
();
let
userInfo
=
this
.
getLocalStorage
();
if
(
userInfo
){
this
.
VisitMsg
.
ReceptionPersion
=
parseInt
(
userInfo
.
AccountId
);
this
.
VisitMsg
.
ReceptionPersion
=
Number
(
userInfo
.
AccountId
);
this
.
$forceUpdate
();
}
},
methods
:
{
//点击到访
...
...
src/components/school/student/student-yuefang.vue
View file @
df6945a2
...
...
@@ -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;"
>
...
...
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