Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
7645e206
Commit
7645e206
authored
May 26, 2023
by
MyName
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟进记录
parent
e1d3a6e3
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
147 additions
and
57 deletions
+147
-57
custom.js
dsk-operate-ui/src/api/custom/custom.js
+22
-0
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+6
-0
gjjl.vue
...erate-ui/src/views/project/projectList/component/gjjl.vue
+119
-57
No files found.
dsk-operate-ui/src/api/custom/custom.js
View file @
7645e206
...
...
@@ -34,3 +34,25 @@ export function getFollowList(param) {
params
:
param
})
}
//新增跟进记录
export
function
addFollowRecord
(
param
)
{
return
request
({
url
:
'/customer/follow/record/'
,
method
:
'POST'
,
data
:
param
})
}
//获取个人客户(关联客户)
export
function
getUserList
()
{
return
request
({
url
:
'/customer/user/list'
,
method
:
'get'
,
})
}
//删除跟进记录
export
function
delFollowRecord
(
param
)
{
return
request
({
url
:
'/customer/follow/record/'
+
param
,
method
:
'delete'
,
})
}
dsk-operate-ui/src/assets/styles/project.scss
View file @
7645e206
...
...
@@ -1010,3 +1010,9 @@
}
}
}
.el-input__inner
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
padding-right
:
10px
;
}
dsk-operate-ui/src/views/project/projectList/component/gjjl.vue
View file @
7645e206
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