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
555b35cf
Commit
555b35cf
authored
Jul 10, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
29fffbba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
+22
-3
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+8
-0
gjjl.vue
...erate-ui/src/views/project/projectList/component/gjjl.vue
+14
-3
No files found.
dsk-operate-ui/src/assets/styles/project.scss
View file @
555b35cf
...
...
@@ -576,6 +576,9 @@
padding
:
16px
;
border-radius
:
6px
;
border
:
1px
solid
#68AEFF
;
&
.w836
{
width
:
836px
;
}
.wri_top
{
>
img
{
float
:
left
;
...
...
@@ -662,6 +665,11 @@
width
:
128px
;
}
}
.w120
{
.el-input__inner
{
width
:
120px
;
}
}
}
}
}
...
...
dsk-operate-ui/src/views/project/projectList/component/gjjl.vue
View file @
555b35cf
...
...
@@ -9,7 +9,7 @@
<img
src=
"@/assets/images/project/add_3.png"
>
<div>
新建一条跟进记录,如:周五上午预约客户上门拜访
</div>
</div>
<div
class=
"writting"
v-if=
"isEdit == true"
>
<div
class=
"writting"
v-if=
"isEdit == true"
:class=
"
{'w836':showtype!='gjjl'}"
>
<div
class=
"wri_top"
>
<img
src=
"@/assets/images/project/add_3.png"
>
<el-input
v-model=
"addParam.content"
placeholder=
"新建一条跟进记录,如:周五上午预约客户上门拜访"
></el-input>
...
...
@@ -43,6 +43,13 @@
<el-input
v-model=
"addParam.position"
placeholder=
"客户职位"
style=
"width: 100px;"
>
</el-input>
</div>
<div
class=
"sels times"
style=
"width: 132px"
><img
src=
"@/assets/images/project/ico_4.png"
>
<el-date-picker
class=
"w120"
value-format=
"yyyy-MM-dd"
v-model=
"addParam.visitTime"
type=
"date"
placeholder=
"拜访时间"
>
</el-date-picker>
</div>
<div
class=
"times"
><img
src=
"@/assets/images/project/ico_4.png"
>
<el-date-picker
class=
"w128"
value-format=
"yyyy-MM-dd"
v-model=
"addParam.nextVisitTime"
...
...
@@ -79,7 +86,7 @@
<span
v-if=
"item.name"
>
拜访对象:
{{
item
.
name
||
'--'
}}
</span>
<span
v-if=
"showtype == 'gjdt' && item.companyName != ''"
>
关联企业:
{{
item
.
companyName
}}
</span>
<span
v-if=
"item.position"
>
职位:
{{
item
.
position
}}
</span>
<span
v-if=
"item.
createTime"
>
拜访时间:
{{
item
.
create
Time
.
slice
(
0
,
10
)
}}
</span>
<span
v-if=
"item.
visitTime"
>
拜访时间:
{{
item
.
visit
Time
.
slice
(
0
,
10
)
}}
</span>
<span
v-if=
"item.nextVisitTime"
>
下次拜访时间:
{{
item
.
nextVisitTime
.
slice
(
0
,
10
)
}}
</span>
</div>
</div>
...
...
@@ -110,7 +117,7 @@
<span
v-if=
"item.projectName && showtype == 'projectgjdt'"
>
关联项目:
{{
item
.
projectName
||
'--'
}}
</span>
<span
v-if=
"item.visitPerson"
>
拜访对象:
{{
item
.
visitPerson
||
'--'
}}
</span>
<span
v-if=
"item.position"
>
职位:
{{
item
.
position
||
'--'
}}
</span>
<span
v-if=
"item.
creatTime"
>
拜访时间:
{{
item
.
crea
tTime
}}
</span>
<span
v-if=
"item.
visitTime"
>
拜访时间:
{{
item
.
visi
tTime
}}
</span>
<span
v-if=
"item.nextVisitTime"
>
下次拜访时间:
{{
item
.
nextVisitTime
||
'--'
}}
</span>
</div>
</div>
...
...
@@ -169,6 +176,7 @@
addParam
:{
customerId
:
''
,
//客户id
visitMode
:
''
,
//拜访方式
visitTime
:
''
,
//拜访时间
nextVisitTime
:
''
,
//下次拜访时间
name
:
''
,
//拜访对象姓名
position
:
''
,
//拜访对象职务
...
...
@@ -250,6 +258,7 @@
userId
:
this
.
$store
.
state
.
user
.
userId
,
visitPerson
:
this
.
addParam
.
name
,
position
:
this
.
addParam
.
position
,
visitTime
:
this
.
addParam
.
visitTime
,
nextVisitTime
:
this
.
addParam
.
nextVisitTime
,
recordInfo
:
this
.
addParam
.
content
,
visitWay
:
this
.
addParam
.
visitMode
,
...
...
@@ -317,6 +326,7 @@
this
.
recordlist
=
result
.
code
==
200
?
result
:[]
this
.
recordlist
.
rows
.
forEach
(
item
=>
{
item
.
createTime
=
this
.
gettime
(
item
.
createTime
)
item
.
visitTime
=
this
.
gettime
(
item
.
visitTime
)
item
.
nextVisitTime
=
this
.
gettime
(
item
.
nextVisitTime
)
})
})
...
...
@@ -365,6 +375,7 @@
this
.
addParam
=
{
customerId
:
''
,
//客户id
visitMode
:
''
,
//拜访方式
visitTime
:
''
,
//拜访时间
nextVisitTime
:
''
,
//下次拜访时间
name
:
''
,
//拜访对象姓名
position
:
''
,
//拜访对象职务
...
...
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