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
02ba8713
Commit
02ba8713
authored
Dec 16, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d4f8e508
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
10 deletions
+25
-10
peemanagement.js
src/api/sale/peemanagement.js
+15
-3
batchTransfer-order.vue
src/components/school/student/batchTransfer-order.vue
+1
-2
b2bAllCustomer.vue
src/pages/sale/b2bAllCustomer.vue
+7
-3
studentList.vue
src/pages/sale/studentList.vue
+1
-1
routes.js
src/router/routes.js
+1
-1
No files found.
src/api/sale/peemanagement.js
View file @
02ba8713
...
...
@@ -234,18 +234,30 @@ export function getCustomerCommissionPassbook(data) {
*/
export
function
setCustomerCareOf
(
data
)
{
return
request
({
url
:
'B2BCustomer/SetCustomerCareOf'
,
url
:
'
/
B2BCustomer/SetCustomerCareOf'
,
method
:
'post'
,
data
})
}
/**
* 我的客户批量转
入
* 我的客户批量转
订单
*
*/
export
function
setMyStudentToGuest
(
data
)
{
return
request
({
url
:
'order/SetMyStudentToGuest'
,
url
:
'/order/SetMyStudentToGuest'
,
method
:
'post'
,
data
})
}
/**
* 获取所有同行
*
*/
export
function
getAllCustomer
(
data
)
{
return
request
({
url
:
'/b2bcustomer/GetAllCustomerPageList'
,
method
:
'post'
,
data
})
...
...
src/components/school/student/batchTransfer-order.vue
View file @
02ba8713
...
...
@@ -200,7 +200,6 @@ export default {
EndTime
:
""
,
//结束时间
CustomerId
:
0
,
BelongType
:
2
,
//归属类型
QCustomerType
:
0
,
},
dateArray
:
[],
//日期数组
pageCount
:
0
,
...
...
@@ -319,7 +318,7 @@ export default {
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
CustomerId
)
{
this
.
msg
.
CustomerId
=
this
.
$route
.
query
.
CustomerId
;
}
else
{
this
.
msg
.
Q
Customer
Type
=
1
this
.
msg
.
Q
Student
Type
=
1
}
this
.
getSchool
();
this
.
getStuStageList
();
...
...
src/pages/sale/b2bAllCustomer.vue
View file @
02ba8713
...
...
@@ -96,7 +96,7 @@
</div>
</
template
>
<
script
>
import
{
GetCustomerPage
,
Remove
Customer
}
from
"../../api/sale/peemanagement"
;
import
{
getAll
Customer
}
from
"../../api/sale/peemanagement"
;
import
b2bcustomlist
from
"../../components/sale/b2bcustomlist"
;
export
default
{
meta
:
{
...
...
@@ -114,7 +114,7 @@ export default {
rowsPerPage
:
12
,
CustomerName
:
""
,
//客户名称
ContactNumber
:
""
,
//联系电话
ApproveState
:
""
,
//审核状态
ApproveState
:
0
,
//审核状态
QCustomerState
:
""
//账号状态
},
loading
:
false
,
...
...
@@ -133,6 +133,10 @@ export default {
tabCheck
:
1
,
//审核状态列表
ApproveStateList
:
[
{
label
:
"不限"
,
value
:
"0"
},
{
label
:
"通过"
,
value
:
"1"
...
...
@@ -171,7 +175,7 @@ export default {
//获取分页数据
getList
()
{
this
.
msg
.
QCustomerState
=
this
.
tabCheck
;
GetCustomerPage
(
this
.
msg
)
getAllCustomer
(
this
.
msg
)
.
then
(
res
=>
{
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
loading
=
false
;
...
...
src/pages/sale/studentList.vue
View file @
02ba8713
...
...
@@ -87,7 +87,7 @@
size=
"sm"
v-if=
"isShowBtn"
icon=
"add"
label=
"
批量录
入"
label=
"
我的学员导
入"
@
click=
"showBetchTransfer = true"
class=
"q-mr-md"
/>
...
...
src/router/routes.js
View file @
02ba8713
...
...
@@ -887,7 +887,7 @@ const routes = [{
{
path
:
"/sale/b2bAllCustomer"
,
//销售 同行管理
component
:
()
=>
import
(
"pages/sale/b2b
c
ustomer.vue"
)
import
(
"pages/sale/b2b
AllC
ustomer.vue"
)
},
{
path
:
"/sale/b2bcustomerapprove"
,
//销售 同行审批
...
...
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