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
c5494ca2
Commit
c5494ca2
authored
Jun 25, 2023
by
zhangyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b751c17c
0c3a98f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
index.vue
dsk-operate-ui/src/views/custom/trends/index.vue
+1
-1
gjjl.vue
...erate-ui/src/views/project/projectList/component/gjjl.vue
+14
-1
index.vue
dsk-operate-ui/src/views/project/trends/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/custom/trends/index.vue
View file @
c5494ca2
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</div>
</div>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<gjjl
types=
"gjdt"
:data=
"datas"
></gjjl>
<gjjl
types=
"gjdt"
:data=
"datas"
isDisabled=
false
></gjjl>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
dsk-operate-ui/src/views/project/projectList/component/gjjl.vue
View file @
c5494ca2
...
@@ -100,6 +100,7 @@
...
@@ -100,6 +100,7 @@
<div><strong>
{{
item
.
nickName
}}
</strong>
<span
v-if=
"item.visitWay"
>
(
{{
item
.
visitWay
}}
)
</span></div>
<div><strong>
{{
item
.
nickName
}}
</strong>
<span
v-if=
"item.visitWay"
>
(
{{
item
.
visitWay
}}
)
</span></div>
<div><span>
{{
item
.
recordInfo
}}
</span></div>
<div><span>
{{
item
.
recordInfo
}}
</span></div>
<div
class=
"rec_text"
>
<div
class=
"rec_text"
>
<span
v-if=
"item.projectName && showtype == 'projectgjdt'"
>
关联项目:
{{
item
.
projectName
||
'--'
}}
</span>
<span
v-if=
"item.visitPerson"
>
拜访对象:
{{
item
.
visitPerson
||
'--'
}}
</span>
<span
v-if=
"item.visitPerson"
>
拜访对象:
{{
item
.
visitPerson
||
'--'
}}
</span>
<span
v-if=
"item.position"
>
职位:
{{
item
.
position
||
'--'
}}
</span>
<span
v-if=
"item.position"
>
职位:
{{
item
.
position
||
'--'
}}
</span>
<span
v-if=
"item.creatTime"
>
拜访时间:
{{
item
.
creatTime
}}
</span>
<span
v-if=
"item.creatTime"
>
拜访时间:
{{
item
.
creatTime
}}
</span>
...
@@ -178,7 +179,6 @@
...
@@ -178,7 +179,6 @@
computed
:
{
computed
:
{
},
},
created
(){
created
(){
console
.
log
(
this
.
isDisabled
)
//获取拜访方式
//获取拜访方式
getDictType
(
'visit_mode_type'
).
then
(
result
=>
{
getDictType
(
'visit_mode_type'
).
then
(
result
=>
{
this
.
bffslist
=
result
.
code
==
200
?
result
.
data
:[]
this
.
bffslist
=
result
.
code
==
200
?
result
.
data
:[]
...
@@ -225,6 +225,7 @@
...
@@ -225,6 +225,7 @@
this
.
$message
.
success
(
result
.
msg
)
this
.
$message
.
success
(
result
.
msg
)
this
.
handleCurrentChange
(
1
)
this
.
handleCurrentChange
(
1
)
this
.
isEdit
=
false
this
.
isEdit
=
false
this
.
resetForm
()
}
else
{
}
else
{
this
.
$message
.
error
(
result
.
msg
)
this
.
$message
.
error
(
result
.
msg
)
}
}
...
@@ -245,12 +246,24 @@
...
@@ -245,12 +246,24 @@
this
.
$message
.
success
(
result
.
msg
)
this
.
$message
.
success
(
result
.
msg
)
this
.
handleCurrentChange
(
1
)
this
.
handleCurrentChange
(
1
)
this
.
isEdit
=
false
this
.
isEdit
=
false
this
.
resetForm
()
}
else
{
}
else
{
this
.
$message
.
error
(
result
.
msg
)
this
.
$message
.
error
(
result
.
msg
)
}
}
})
})
}
}
},
},
resetForm
(){
this
.
addParam
=
{
customerId
:
''
,
//客户id
visitMode
:
''
,
//拜访方式
nextVisitTime
:
''
,
//下次拜访时间
name
:
''
,
//拜访对象姓名
position
:
''
,
//拜访对象职务
content
:
''
,
//拜访内容
}
},
//删除跟进动态
//删除跟进动态
delRecord
(
id
){
delRecord
(
id
){
this
.
isdel
=
true
this
.
isdel
=
true
...
...
dsk-operate-ui/src/views/project/trends/index.vue
View file @
c5494ca2
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<gjjl
types=
"projectgjdt"
></gjjl>
<gjjl
types=
"projectgjdt"
isDisabled=
false
></gjjl>
</div>
</div>
</
template
>
</
template
>
...
...
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