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
7e25454f
Commit
7e25454f
authored
Jun 14, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
92938ea4
8b133661
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
222 additions
and
68 deletions
+222
-68
package.json
dsk-operate-ui/package.json
+1
-0
beijing.png
dsk-operate-ui/src/assets/images/project/beijing.png
+0
-0
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+25
-5
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+4
-2
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+28
-6
index.vue
dsk-operate-ui/src/views/project/overview/index.vue
+32
-7
addProject.vue
...ui/src/views/project/projectList/component/addProject.vue
+11
-1
batchImport.vue
...i/src/views/project/projectList/component/batchImport.vue
+5
-5
jsnr.vue
...erate-ui/src/views/project/projectList/component/jsnr.vue
+26
-10
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+1
-1
xgqy.vue
...erate-ui/src/views/project/projectList/component/xgqy.vue
+6
-3
xmsl.vue
...erate-ui/src/views/project/projectList/component/xmsl.vue
+52
-8
zlwd.vue
...erate-ui/src/views/project/projectList/component/zlwd.vue
+1
-7
detail.vue
dsk-operate-ui/src/views/project/projectList/detail.vue
+12
-2
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+18
-11
No files found.
dsk-operate-ui/package.json
View file @
7e25454f
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
"file-saver"
:
"2.0.5"
,
"file-saver"
:
"2.0.5"
,
"fuse.js"
:
"6.4.3"
,
"fuse.js"
:
"6.4.3"
,
"highlight.js"
:
"9.18.5"
,
"highlight.js"
:
"9.18.5"
,
"jquery"
:
"^3.7.0"
,
"js-beautify"
:
"1.13.0"
,
"js-beautify"
:
"1.13.0"
,
"js-cookie"
:
"3.0.1"
,
"js-cookie"
:
"3.0.1"
,
"js-md5"
:
"^0.7.3"
,
"js-md5"
:
"^0.7.3"
,
...
...
dsk-operate-ui/src/assets/images/project/beijing.png
View replaced file @
92938ea4
View file @
7e25454f
12.3 KB
|
W:
|
H:
9.07 KB
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/assets/styles/project.scss
View file @
7e25454f
...
@@ -86,6 +86,14 @@
...
@@ -86,6 +86,14 @@
border-radius
:
2px
;
border-radius
:
2px
;
line-height
:
28px
;
line-height
:
28px
;
cursor
:
pointer
;
cursor
:
pointer
;
.rig
{
position
:
absolute
;
left
:
0
;
padding
:
0
;
white-space
:
nowrap
;
visibility
:
hidden
;
height
:
0
;
}
&
:hover
{
&
:hover
{
background
:
#F3F4F5
;
background
:
#F3F4F5
;
}
}
...
@@ -155,18 +163,26 @@
...
@@ -155,18 +163,26 @@
display
:
inline-block
;
display
:
inline-block
;
margin-top
:
1px
;
margin-top
:
1px
;
width
:
calc
(
100%
-
116px
);
width
:
calc
(
100%
-
116px
);
.spanText
{
position
:
absolute
;
left
:
0
;
padding
:
0
;
white-space
:
nowrap
;
visibility
:
hidden
;
height
:
0
;
}
.el-input
{
.el-input
{
float
:
left
;
float
:
left
;
margin-right
:
8px
;
margin-right
:
8px
;
width
:
70px
;
min-width
:
70px
;
width
:
auto
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
.el-input__inner
{
.el-input__inner
{
width
:
70px
;
min-width
:
70px
;
padding
:
0
14px
;
height
:
24px
;
height
:
24px
;
background
:
#F3F4F5
;
background
:
#F3F4F5
;
border-radius
:
2px
;
border-radius
:
2px
;
padding
:
0
;
text-indent
:
14px
;
border
:
0
;
border
:
0
;
}
}
}
}
...
@@ -472,7 +488,7 @@
...
@@ -472,7 +488,7 @@
padding-top
:
8px
;
padding-top
:
8px
;
padding-right
:
0
;
padding-right
:
0
;
.btn
{
.btn
{
border-radius
:
0
;
border-radius
:
2px
;
width
:
80px
;
width
:
80px
;
}
}
}
}
...
@@ -569,6 +585,7 @@
...
@@ -569,6 +585,7 @@
border
:
0
;
border
:
0
;
padding
:
0
;
padding
:
0
;
text-indent
:
8px
;
text-indent
:
8px
;
float
:
left
;
}
}
}
}
.wr_bot
{
.wr_bot
{
...
@@ -1105,3 +1122,6 @@
...
@@ -1105,3 +1122,6 @@
}
}
.none
{
display
:
none
}
.none
{
display
:
none
}
.el-popper
[
x-placement
^=
bottom
]
{
margin-top
:
0
!
important
;
}
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
7e25454f
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
width=
"441"
>
width=
"441"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"ps1"
>
<div
class=
"ps1"
>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row
.companyId
,'')"
>
{{
scope
.
row
.
companyName
}}
</div>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row,'')"
>
{{
scope
.
row
.
companyName
}}
</div>
<div
class=
"ps3"
>
<div
class=
"ps3"
>
<div
@
click=
"toDetail(scope.row,'gjjl')"
>
写跟进
<img
src=
"@/assets/images/project/edit_1.png"
></div>
<div
@
click=
"toDetail(scope.row,'gjjl')"
>
写跟进
<img
src=
"@/assets/images/project/edit_1.png"
></div>
<div
@
click=
"toDetail(scope.row,'preference')"
>
编辑信息
<img
src=
"@/assets/images/project/edit_2.png"
></div>
<div
@
click=
"toDetail(scope.row,'preference')"
>
编辑信息
<img
src=
"@/assets/images/project/edit_2.png"
></div>
...
@@ -239,11 +239,13 @@
...
@@ -239,11 +239,13 @@
import
prvinceTree
from
'@/assets/json/provinceTree'
import
prvinceTree
from
'@/assets/json/provinceTree'
import
batchimport
from
'../../project/projectList/component/batchImport'
import
batchimport
from
'../../project/projectList/component/batchImport'
import
axios
from
'axios'
import
axios
from
'axios'
import
{
encodeStr
}
from
"@/assets/js/common"
export
default
{
export
default
{
name
:
'CustomList'
,
name
:
'CustomList'
,
components
:{
batchimport
},
components
:{
batchimport
},
data
()
{
data
()
{
return
{
return
{
encodeStr
,
pldr
:
false
,
pldr
:
false
,
types
:
'custom'
,
types
:
'custom'
,
searchParam
:{
searchParam
:{
...
@@ -318,7 +320,7 @@ export default {
...
@@ -318,7 +320,7 @@ export default {
let
customerId
=
row
.
customerId
let
customerId
=
row
.
customerId
let
companyId
=
row
.
companyId
let
companyId
=
row
.
companyId
let
path
=
type
let
path
=
type
this
.
$router
.
push
({
path
:
'/
party/party-a'
,
query
:{
customerId
:
customerId
,
companyId
:
company
Id
,
path
:
path
}})
this
.
$router
.
push
({
path
:
'/
enterprise/'
+
encodeStr
(
companyId
),
query
:{
customerId
:
customer
Id
,
path
:
path
}})
},
},
//翻页
//翻页
handleCurrentChange
(
val
)
{
handleCurrentChange
(
val
)
{
...
...
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
7e25454f
...
@@ -223,13 +223,19 @@ export default {
...
@@ -223,13 +223,19 @@ export default {
type
:
'category'
,
type
:
'category'
,
data
:
[
'地方单位'
,
'事业单位'
,
'政府机关'
,
'中央企业'
,
'上市公司'
,
'军队'
,
'民营企业'
,
'其他'
],
data
:
[
'地方单位'
,
'事业单位'
,
'政府机关'
,
'中央企业'
,
'上市公司'
,
'军队'
,
'民营企业'
,
'其他'
],
axisTick
:
{
axisTick
:
{
alignWithLabel
:
true
alignWithLabel
:
true
,
show
:
false
}
}
}
}
],
],
yAxis
:
[
yAxis
:
[
{
{
type
:
'value'
type
:
'value'
,
splitLine
:
{
//网格线
lineStyle
:
{
type
:
'dashed'
//设置网格线类型 dotted:虚线 solid:实线
},
}
}
}
],
],
series
:
[
series
:
[
...
@@ -267,13 +273,19 @@ export default {
...
@@ -267,13 +273,19 @@ export default {
type
:
'category'
,
type
:
'category'
,
data
:
[
'AA'
,
'AA+'
,
'AA-'
,
'A'
,
'A+'
,
'A'
,
'A-'
,
'其他'
],
data
:
[
'AA'
,
'AA+'
,
'AA-'
,
'A'
,
'A+'
,
'A'
,
'A-'
,
'其他'
],
axisTick
:
{
axisTick
:
{
alignWithLabel
:
true
alignWithLabel
:
true
,
show
:
false
}
}
}
}
],
],
yAxis
:
[
yAxis
:
[
{
{
type
:
'value'
type
:
'value'
,
splitLine
:
{
//网格线
lineStyle
:
{
type
:
'dashed'
//设置网格线类型 dotted:虚线 solid:实线
},
}
}
}
],
],
series
:
[
series
:
[
...
@@ -301,10 +313,18 @@ export default {
...
@@ -301,10 +313,18 @@ export default {
this
.
option1
=
{
this
.
option1
=
{
xAxis
:
{
xAxis
:
{
type
:
'category'
,
type
:
'category'
,
data
:
labels
data
:
labels
,
axisTick
:
{
show
:
false
},
},
},
yAxis
:
{
yAxis
:
{
type
:
'value'
type
:
'value'
,
splitLine
:
{
//网格线
lineStyle
:
{
type
:
'dashed'
//设置网格线类型 dotted:虚线 solid:实线
},
}
},
},
grid
:{
grid
:{
left
:
'8%'
,
left
:
'8%'
,
...
@@ -349,6 +369,7 @@ export default {
...
@@ -349,6 +369,7 @@ export default {
global
:
false
global
:
false
}
}
},
},
symbolSize
:
8
,
}
}
]
]
}
}
...
@@ -509,6 +530,7 @@ export default {
...
@@ -509,6 +530,7 @@ export default {
&
.on
{
&
.on
{
background
:
#0081FF
;
background
:
#0081FF
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
border-color
:
#0081FF
;
}
}
&
:first-child
{
&
:first-child
{
border-radius
:
2px
0px
0px
2px
;
border-radius
:
2px
0px
0px
2px
;
...
...
dsk-operate-ui/src/views/project/overview/index.vue
View file @
7e25454f
...
@@ -305,10 +305,19 @@ export default {
...
@@ -305,10 +305,19 @@ export default {
this
.
option
=
{
this
.
option
=
{
xAxis
:
{
xAxis
:
{
type
:
'category'
,
type
:
'category'
,
data
:
labels
data
:
labels
,
axisTick
:
{
show
:
false
},
},
},
yAxis
:
{
yAxis
:
{
type
:
'value'
type
:
'value'
,
splitNumber
:
5
,
splitLine
:
{
//网格线
lineStyle
:
{
type
:
'dashed'
//设置网格线类型 dotted:虚线 solid:实线
},
}
},
},
grid
:{
grid
:{
left
:
'4%'
,
left
:
'4%'
,
...
@@ -325,7 +334,10 @@ export default {
...
@@ -325,7 +334,10 @@ export default {
legend
:
{
legend
:
{
left
:
'12px'
,
left
:
'12px'
,
top
:
"15px"
,
top
:
"15px"
,
data
:
[
'成交金额'
,
'储备项目'
,
'跟进动态'
]
data
:
[
'成交金额'
,
'储备项目'
,
'跟进动态'
],
itemHeight
:
8
,
// 修改icon图形大小
itemGap
:
20
},
},
series
:
[
series
:
[
{
{
...
@@ -349,7 +361,7 @@ export default {
...
@@ -349,7 +361,7 @@ export default {
},
},
itemStyle
:
{
itemStyle
:
{
normal
:{
normal
:{
color
:
'#0081FF'
color
:
'#0081FF'
,
}
}
},
},
label
:{
label
:{
...
@@ -357,6 +369,7 @@ export default {
...
@@ -357,6 +369,7 @@ export default {
show
:
false
show
:
false
}
}
},
},
symbolSize
:
8
,
},
},
{
{
name
:
'储备项目'
,
name
:
'储备项目'
,
...
@@ -387,6 +400,7 @@ export default {
...
@@ -387,6 +400,7 @@ export default {
show
:
false
show
:
false
}
}
},
},
symbolSize
:
8
,
},
},
{
{
name
:
'跟进动态'
,
name
:
'跟进动态'
,
...
@@ -417,6 +431,7 @@ export default {
...
@@ -417,6 +431,7 @@ export default {
show
:
false
show
:
false
}
}
},
},
symbolSize
:
8
,
},
},
]
]
}
}
...
@@ -504,17 +519,23 @@ export default {
...
@@ -504,17 +519,23 @@ export default {
.ss
{
.ss
{
color
:
#0CBC6D
;
color
:
#0CBC6D
;
padding-left
:
3px
;
padding-left
:
3px
;
position
:
relative
;
>
img
{
>
img
{
width
:
8px
;
width
:
8px
;
margin-top
:
-3px
;
margin-top
:
0px
;
position
:
absolute
;
margin-left
:
8px
;
}
}
}
}
.xj
{
.xj
{
color
:
#FF3C3C
;
color
:
#FF3C3C
;
padding-left
:
3px
;
padding-left
:
3px
;
position
:
relative
;
>
img
{
>
img
{
width
:
8px
;
width
:
8px
;
margin-top
:
-3px
;
margin-top
:
1px
;
position
:
absolute
;
margin-left
:
8px
;
}
}
}
}
}
}
...
@@ -580,12 +601,15 @@ export default {
...
@@ -580,12 +601,15 @@ export default {
height
:
auto
;
height
:
auto
;
width
:
calc
(
100%
-
369px
);
width
:
calc
(
100%
-
369px
);
.records
{
.records
{
margin-top
:
-17
px
;
margin-top
:
2
px
;
height
:
627px
;
height
:
627px
;
overflow-y
:
auto
;
overflow-y
:
auto
;
width
:
100%
;
width
:
100%
;
padding-right
:
47px
;
padding-right
:
47px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
.recordlist
{
padding-top
:
0
;
}
}
}
}
}
}
}
...
@@ -616,6 +640,7 @@ export default {
...
@@ -616,6 +640,7 @@ export default {
&
.on
{
&
.on
{
background
:
#0081FF
;
background
:
#0081FF
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
border-color
:
#0081FF
;
}
}
&
:first-child
{
&
:first-child
{
border-radius
:
2px
0px
0px
2px
;
border-radius
:
2px
0px
0px
2px
;
...
...
dsk-operate-ui/src/views/project/projectList/component/addProject.vue
View file @
7e25454f
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
:visible
.
sync=
"isshow"
:visible
.
sync=
"isshow"
@
close=
"resetForm('ruleForm')"
@
close=
"resetForm('ruleForm')"
>
>
<div
@
click =
'handleALL'
>
<div
class=
"poptitle"
>
<div
class=
"poptitle"
>
<img
src=
"@/assets/images/economies/icon.png"
>
<img
src=
"@/assets/images/economies/icon.png"
>
<span>
添加项目
</span>
<span>
添加项目
</span>
...
@@ -15,7 +16,7 @@
...
@@ -15,7 +16,7 @@
</el-form-item>
</el-form-item>
<el-form-item
label=
"业主单位:"
class=
"row"
prop=
"ownerCompany"
>
<el-form-item
label=
"业主单位:"
class=
"row"
prop=
"ownerCompany"
>
<el-input
type=
"text"
placeholder=
"请输入"
v-model=
"queryParam.ownerCompany"
@
input=
"getCompany"
></el-input>
<el-input
type=
"text"
placeholder=
"请输入"
v-model=
"queryParam.ownerCompany"
@
input=
"getCompany"
></el-input>
<div
class=
"resultlist"
v-if=
"showlist"
>
<div
class=
"resultlist"
v-if=
"showlist"
id=
"box"
>
<div
v-for=
"(item,index) in companData"
@
click=
"selCompany(item)"
><span
v-html=
"item.name"
></span></div>
<div
v-for=
"(item,index) in companData"
@
click=
"selCompany(item)"
><span
v-html=
"item.name"
></span></div>
</div>
</div>
</el-form-item>
</el-form-item>
...
@@ -48,6 +49,7 @@
...
@@ -48,6 +49,7 @@
<div
class=
"btn btn_primary h32"
@
click=
"submitForm('ruleForm')"
>
新建商机
</div>
<div
class=
"btn btn_primary h32"
@
click=
"submitForm('ruleForm')"
>
新建商机
</div>
</div>
</div>
</el-form>
</el-form>
</div>
</el-dialog>
</el-dialog>
</
template
>
</
template
>
...
@@ -107,6 +109,14 @@
...
@@ -107,6 +109,14 @@
})
})
},
},
methods
:{
methods
:{
handleALL
(
event
){
var
one
=
document
.
getElementById
(
"box"
);
if
(
one
){
if
(
!
one
.
contains
(
event
.
target
)){
this
.
showlist
=
false
}
}
},
//获取建设库客户
//获取建设库客户
getCompany
(
value
){
getCompany
(
value
){
if
(
value
.
length
>=
2
){
if
(
value
.
length
>=
2
){
...
...
dsk-operate-ui/src/views/project/projectList/component/batchImport.vue
View file @
7e25454f
...
@@ -16,10 +16,10 @@
...
@@ -16,10 +16,10 @@
:headers="headers"
:headers="headers"
:on-success="onSuccess">
:on-success="onSuccess">
<img
class=
"up_img"
src=
"@/assets/images/project/upload.png"
>
<img
class=
"up_img"
src=
"@/assets/images/project/upload.png"
>
<div
class=
"up_text"
>
点击选择或将文件(xls,xlsx)拖拽至此上传
成员名录
</div>
<div
class=
"up_text"
>
点击选择或将文件(xls,xlsx)拖拽至此上传
项目表格
</div>
<div
class=
"up_tip"
>
导入的文件内容必须依照下载模板的要求填写
</div>
<div
class=
"up_tip"
>
导入的文件内容必须依照下载模板的要求填写
</div>
<div
class=
"up_tip"
>
上传文件最大为2M,仅支持Excel表格文件(xls,xlsx)
</div>
<div
class=
"up_tip"
>
上传文件最大为2M,仅支持Excel表格文件(xls,xlsx)
</div>
<div
class=
"up_tip"
>
导入已存在的
客户
将自动跳过
</div>
<div
class=
"up_tip"
>
导入已存在的
{{
titletext
}}
将自动跳过
</div>
</el-upload>
</el-upload>
<div
class=
"up_success"
v-if=
"isUpload == true"
>
<div
class=
"up_success"
v-if=
"isUpload == true"
>
<img
src=
"@/assets/images/project/success.png"
>
上传成功
<img
src=
"@/assets/images/project/success.png"
>
上传成功
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<div
class=
"p3"
>
<div
class=
"p3"
>
<img
src=
"@/assets/images/project/success.png"
>
查询成功
<img
src=
"@/assets/images/project/success.png"
>
查询成功
</div>
</div>
<div
class=
"p2"
>
成功导入
{{
successCount
}}
条
{{
titletext
}}
信息
</div>
<div
class=
"p2"
>
导入成功,已为您去掉重复
{{
titletext
}}{{
successCount
}}
条
</div>
<div
class=
"btns"
>
<div
class=
"btns"
>
<div
class=
"btn btn_primary h32"
@
click=
"getmsg"
>
查看
</div>
<div
class=
"btn btn_primary h32"
@
click=
"getmsg"
>
查看
</div>
</div>
</div>
...
@@ -79,12 +79,12 @@
...
@@ -79,12 +79,12 @@
created
(){
created
(){
if
(
this
.
importtype
==
'project'
){
//项目管理
if
(
this
.
importtype
==
'project'
){
//项目管理
this
.
downloadhref
=
'/file/projectTemplate.xlsx'
this
.
downloadhref
=
'/file/projectTemplate.xlsx'
this
.
titletext
=
'
商机
'
this
.
titletext
=
'
项目
'
this
.
action
=
process
.
env
.
VUE_APP_BASE_API
+
'/business/info/upload'
this
.
action
=
process
.
env
.
VUE_APP_BASE_API
+
'/business/info/upload'
}
}
if
(
this
.
importtype
==
'custom'
){
//客户管理
if
(
this
.
importtype
==
'custom'
){
//客户管理
this
.
downloadhref
=
'/file/Template.xlsx'
this
.
downloadhref
=
'/file/Template.xlsx'
this
.
titletext
=
'
客户
'
this
.
titletext
=
'
企业
'
this
.
action
=
process
.
env
.
VUE_APP_BASE_API
+
"/customer/importData"
this
.
action
=
process
.
env
.
VUE_APP_BASE_API
+
"/customer/importData"
}
}
},
},
...
...
dsk-operate-ui/src/views/project/projectList/component/jsnr.vue
View file @
7e25454f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
总投资额(万元) :
</span>
<span>
总投资额(万元) :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt1"
>
<div
class=
"flex"
v-if=
"nowedit == 1"
>
<div
class=
"flex"
v-if=
"nowedit == 1"
>
<el-input
placeholder=
"待添加"
v-model=
"investmentAmount"
@
input=
"number"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"investmentAmount"
@
input=
"number"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</div>
</div>
<div
class=
"con i"
>
<div
class=
"con i"
>
<span>
资金来源 :
</span>
<span>
资金来源 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt2"
>
<div
class=
"flex"
v-if=
"nowedit == 2"
>
<div
class=
"flex"
v-if=
"nowedit == 2"
>
<el-input
placeholder=
"待添加"
v-model=
"amountSource"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"amountSource"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
建设性质 :
</span>
<span>
建设性质 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt3"
>
<div
class=
"flex"
v-if=
"nowedit == 3"
>
<div
class=
"flex"
v-if=
"nowedit == 3"
>
<el-input
placeholder=
"待添加"
v-model=
"buildProperty"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"buildProperty"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -95,8 +95,8 @@
...
@@ -95,8 +95,8 @@
</el-card>
</el-card>
<el-card
class=
"box-card noborder"
>
<el-card
class=
"box-card noborder"
>
<div
class=
"cardtitles"
>
项目概况与建设规模
</div>
<div
class=
"cardtitles"
>
项目概况与建设规模
</div>
<div
class=
"baseinfo"
>
<div
class=
"baseinfo"
>
<el-input
v-model=
"projectDetails"
@
focus=
"nowedit = 9"
class=
"textarea"
type=
"textarea"
placeholder=
"请输入项目概况与建设规模详细信息"
maxlength=
"500"
:show-word-limit=
"true"
></el-input>
<el-input
id=
"inputxt9"
v-model=
"projectDetails"
@
focus=
"nowedit = 9"
class=
"textarea"
type=
"textarea"
placeholder=
"请输入项目概况与建设规模详细信息"
maxlength=
"500"
:show-word-limit=
"true"
></el-input>
<div
class=
"flex btns"
v-if=
"nowedit == 9"
>
<div
class=
"flex btns"
v-if=
"nowedit == 9"
>
<div
class=
"flex"
>
<div
class=
"flex"
>
<div
class=
"btnsmall btn_primary h28"
@
click=
"changes(
{'projectDetails':projectDetails})" style="width: 56px">确定
</div>
<div
class=
"btnsmall btn_primary h28"
@
click=
"changes(
{'projectDetails':projectDetails})" style="width: 56px">确定
</div>
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
评标办法 :
</span>
<span>
评标办法 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt4"
>
<div
class=
"flex"
v-if=
"nowedit == 4"
>
<div
class=
"flex"
v-if=
"nowedit == 4"
>
<el-input
placeholder=
"待添加"
v-model=
"evaluationBidWay"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"evaluationBidWay"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
保证金缴纳 :
</span>
<span>
保证金缴纳 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt5"
>
<div
class=
"flex"
v-if=
"nowedit == 5"
>
<div
class=
"flex"
v-if=
"nowedit == 5"
>
<el-input
placeholder=
"待添加"
v-model=
"earnestMoneyPay"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"earnestMoneyPay"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
</div>
</div>
<div
class=
"con i"
>
<div
class=
"con i"
>
<span>
保证金金额(万元) :
</span>
<span>
保证金金额(万元) :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt6"
>
<div
class=
"flex"
v-if=
"nowedit == 6"
>
<div
class=
"flex"
v-if=
"nowedit == 6"
>
<el-input
placeholder=
"待添加"
v-model=
"earnestMoney"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"earnestMoney"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
开标地点 :
</span>
<span>
开标地点 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt7"
>
<div
class=
"flex"
v-if=
"nowedit == 7"
>
<div
class=
"flex"
v-if=
"nowedit == 7"
>
<el-input
placeholder=
"待添加"
v-model=
"bidOpenPlace"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"bidOpenPlace"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
</div>
</div>
<div
class=
"con i"
>
<div
class=
"con i"
>
<span>
评标委员会 :
</span>
<span>
评标委员会 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt8"
>
<div
class=
"flex"
v-if=
"nowedit == 8"
>
<div
class=
"flex"
v-if=
"nowedit == 8"
>
<el-input
placeholder=
"待添加"
v-model=
"evaluationBidCouncil"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"evaluationBidCouncil"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -230,6 +230,22 @@
...
@@ -230,6 +230,22 @@
},
},
watch
:{
watch
:{
},
},
mounted
(){
document
.
addEventListener
(
'mouseup'
,(
e
)
=>
{
let
j
=
0
for
(
var
i
=
1
;
i
<=
9
;
i
++
){
let
isSelf
=
document
.
getElementById
(
'inputxt'
+
i
).
contains
(
event
.
target
)
// 这个是自己的区域
if
(
isSelf
)
{
this
.
nowedit
=
i
}
else
{
j
++
;
}
}
if
(
j
==
9
){
this
.
nowedit
=
-
1
}
})
},
created
(){
created
(){
this
.
getJSNR
()
this
.
getJSNR
()
},
},
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
7e25454f
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<div
class=
"bottems"
>
<div
class=
"bottems"
>
<div
class=
"btn btn_primary h28"
@
click=
"opennew"
><div
class=
"img img1"
></div>
新增联系人
</div>
<div
class=
"btn btn_primary h28"
@
click=
"opennew"
v-if=
"total>0"
><div
class=
"img img1"
></div>
新增联系人
</div>
<el-pagination
v-if=
"total>searchParam.pageSize"
<el-pagination
v-if=
"total>searchParam.pageSize"
background
background
:page-size=
"searchParam.pageSize"
:page-size=
"searchParam.pageSize"
...
...
dsk-operate-ui/src/views/project/projectList/component/xgqy.vue
View file @
7e25454f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div>
<div>
<el-card
class=
"box-card noborder"
>
<el-card
class=
"box-card noborder"
>
<div
class=
"cardtitles"
>
相关企业
</div>
<div
class=
"cardtitles"
>
相关企业
</div>
<div
class=
"searchbtns"
>
<div
class=
"searchbtns"
v-if=
"tableData.total>0"
>
<el-select
class=
"select"
placeholder=
"企业类型"
v-model=
"searchParam.companyType"
@
change=
"handleCurrentChange(1)"
>
<el-select
class=
"select"
placeholder=
"企业类型"
v-model=
"searchParam.companyType"
@
change=
"handleCurrentChange(1)"
>
<el-option
v-for=
"(item,index) in companytype"
:label=
"item.dictLabel"
:value=
"item.dictValue"
></el-option>
<el-option
v-for=
"(item,index) in companytype"
:label=
"item.dictLabel"
:value=
"item.dictValue"
></el-option>
</el-select>
</el-select>
...
@@ -230,8 +230,10 @@
...
@@ -230,8 +230,10 @@
cancel
(
type
){
cancel
(
type
){
if
(
type
==
0
)
if
(
type
==
0
)
this
.
dialogVisible
=
false
this
.
dialogVisible
=
false
else
else
{
this
.
dialogVisible
=
true
this
.
hzhbVisible
=
false
this
.
hzhbVisible
=
false
}
},
},
totype
(
value
){
totype
(
value
){
this
.
types
=
value
this
.
types
=
value
...
@@ -243,7 +245,8 @@
...
@@ -243,7 +245,8 @@
this
.
typename
=
this
.
typelist
[
index
]
this
.
typename
=
this
.
typelist
[
index
]
}
}
})
})
this
.
hzhbVisible
=
true
this
.
hzhbVisible
=
true
this
.
dialogVisible
=
false
},
},
//打开新建窗口
//打开新建窗口
opennew
(){
opennew
(){
...
...
dsk-operate-ui/src/views/project/projectList/component/xmsl.vue
View file @
7e25454f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
项目级别 :
</span>
<span>
项目级别 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt1"
>
<div
class=
"flex"
v-if=
"nowedit == 1"
>
<div
class=
"flex"
v-if=
"nowedit == 1"
>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.projectLevel"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.projectLevel"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -37,7 +37,9 @@
...
@@ -37,7 +37,9 @@
<span
style=
"float: left;margin-top: 2px"
>
项目标签 :
</span>
<span
style=
"float: left;margin-top: 2px"
>
项目标签 :
</span>
<div
class=
"flex tipinput"
>
<div
class=
"flex tipinput"
>
<div
class=
"tips"
v-for=
"(item,index) in tipslit"
>
{{
item
}}
<img
@
click=
"deltip(item)"
src=
"@/assets/images/project/del.png"
></div>
<div
class=
"tips"
v-for=
"(item,index) in tipslit"
>
{{
item
}}
<img
@
click=
"deltip(item)"
src=
"@/assets/images/project/del.png"
></div>
<el-input
placeholder=
"待添加"
v-model=
"tipsvalue"
></el-input>
<div
style=
"position: relative"
>
<el-input
placeholder=
"待添加"
v-model=
"tipsvalue"
@
input=
"getValue"
:style=
"spanWidth"
></el-input><span
class=
"spanText"
>
{{
tipsvalue
}}
</span>
</div>
<div
class=
"addbtn"
@
click=
"addtips"
></div>
<div
class=
"addbtn"
@
click=
"addtips"
></div>
</div>
</div>
</div>
</div>
...
@@ -50,7 +52,7 @@
...
@@ -50,7 +52,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
主管单位 :
</span>
<span>
主管单位 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt2"
>
<div
class=
"flex"
v-if=
"nowedit == 2"
>
<div
class=
"flex"
v-if=
"nowedit == 2"
>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.supervisorUnit"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.supervisorUnit"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -63,7 +65,7 @@
...
@@ -63,7 +65,7 @@
</div>
</div>
<div
class=
"con i"
>
<div
class=
"con i"
>
<span>
建设单位 :
</span>
<span>
建设单位 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt3"
:style=
"
{width:rig1}"
>
<div
class=
"flex"
v-if=
"nowedit == 3"
>
<div
class=
"flex"
v-if=
"nowedit == 3"
>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.constructionUnit"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.constructionUnit"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -72,13 +74,14 @@
...
@@ -72,13 +74,14 @@
</div>
</div>
</div>
</div>
<span
:class=
"
{txt:!xmsldata.constructionUnit}" v-else @click="nowedit = 3">
{{
xmsldata
.
constructionUnit
||
'待添加'
}}
</span>
<span
:class=
"
{txt:!xmsldata.constructionUnit}" v-else @click="nowedit = 3">
{{
xmsldata
.
constructionUnit
||
'待添加'
}}
</span>
<span
class=
"rig rig1"
>
{{
xmsldata
.
constructionUnit
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
主管单位负责人 :
</span>
<span>
主管单位负责人 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt4"
>
<div
class=
"flex"
v-if=
"nowedit == 4"
>
<div
class=
"flex"
v-if=
"nowedit == 4"
>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.supervisorPrincipal"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.supervisorPrincipal"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -91,7 +94,7 @@
...
@@ -91,7 +94,7 @@
</div>
</div>
<div
class=
"con i"
>
<div
class=
"con i"
>
<span>
建设单位负责人 :
</span>
<span>
建设单位负责人 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt5"
>
<div
class=
"flex"
v-if=
"nowedit == 5"
>
<div
class=
"flex"
v-if=
"nowedit == 5"
>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.constructionPrincipal"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.constructionPrincipal"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -106,7 +109,7 @@
...
@@ -106,7 +109,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"con"
>
<div
class=
"con"
>
<span>
主管单位联系电话 :
</span>
<span>
主管单位联系电话 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt6"
>
<div
class=
"flex"
v-if=
"nowedit == 6"
>
<div
class=
"flex"
v-if=
"nowedit == 6"
>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.supervisorPhone"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.supervisorPhone"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -119,7 +122,7 @@
...
@@ -119,7 +122,7 @@
</div>
</div>
<div
class=
"con i"
>
<div
class=
"con i"
>
<span>
建设单位联系电话 :
</span>
<span>
建设单位联系电话 :
</span>
<div
class=
"inputxt"
>
<div
class=
"inputxt"
id=
"inputxt7"
>
<div
class=
"flex"
v-if=
"nowedit == 7"
>
<div
class=
"flex"
v-if=
"nowedit == 7"
>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.constructionPhone"
></el-input>
<el-input
placeholder=
"待添加"
v-model=
"xmsldata.constructionPhone"
></el-input>
<div
class=
"flex"
>
<div
class=
"flex"
>
...
@@ -189,6 +192,8 @@
...
@@ -189,6 +192,8 @@
projectStage
:[],
//项目阶段
projectStage
:[],
//项目阶段
id
:
this
.
detailId
?
this
.
detailId
:
this
.
$route
.
query
.
id
,
id
:
this
.
detailId
?
this
.
detailId
:
this
.
$route
.
query
.
id
,
xmsldata
:
this
.
datas
,
xmsldata
:
this
.
datas
,
spanWidth
:
'width: 70px'
,
rig1
:
'184px'
,
}
}
},
},
created
(){
created
(){
...
@@ -198,7 +203,34 @@
...
@@ -198,7 +203,34 @@
})
})
this
.
getXMSL
()
this
.
getXMSL
()
},
},
mounted
(){
document
.
addEventListener
(
'mouseup'
,(
e
)
=>
{
let
j
=
0
for
(
var
i
=
1
;
i
<=
7
;
i
++
){
let
isSelf
=
document
.
getElementById
(
'inputxt'
+
i
).
contains
(
event
.
target
)
// 这个是自己的区域
if
(
isSelf
)
{
this
.
nowedit
=
i
}
else
{
j
++
;
}
}
if
(
j
==
7
){
this
.
nowedit
=
-
1
}
})
},
methods
:{
methods
:{
getValue
(){
const
spanStyle
=
document
.
querySelector
(
".spanText"
);
this
.
$nextTick
(()
=>
{
// 如果不用$nextTick的话页面并不会更新,它是在下次dom更新后再渲染到页面上
let
wid
=
spanStyle
.
offsetWidth
<=
70
?
"70px"
:
spanStyle
.
offsetWidth
+
28
+
"px"
;
this
.
spanWidth
=
'width:'
+
wid
});
},
editXMSL
(
param
){
editXMSL
(
param
){
let
params
=
param
let
params
=
param
params
.
id
=
this
.
id
params
.
id
=
this
.
id
...
@@ -270,6 +302,15 @@
...
@@ -270,6 +302,15 @@
this
.
xmjd
=
result
.
data
.
projectStage
this
.
xmjd
=
result
.
data
.
projectStage
this
.
tipslit
=
result
.
data
.
labelList
this
.
tipslit
=
result
.
data
.
labelList
this
.
xmsldata
=
result
.
data
this
.
xmsldata
=
result
.
data
const
spanStyle
=
document
.
querySelector
(
".rig1"
);
this
.
$nextTick
(()
=>
{
// 如果不用$nextTick的话页面并不会更新,它是在下次dom更新后再渲染到页面上
this
.
rig1
=
spanStyle
.
offsetWidth
<=
184
?
"184px"
:
spanStyle
.
offsetWidth
+
"px"
;
});
})
})
},
},
}
}
...
@@ -280,4 +321,7 @@
...
@@ -280,4 +321,7 @@
.select-popper
{
.select-popper
{
top
:
3px
;
top
:
3px
;
}
}
.inputxt
.flex
{
background
:
#fff
;
}
</
style
>
</
style
>
dsk-operate-ui/src/views/project/projectList/component/zlwd.vue
View file @
7e25454f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div>
<div>
<el-card
class=
"box-card noborder"
>
<el-card
class=
"box-card noborder"
>
<div
class=
"cardtitles"
>
资料文档
</div>
<div
class=
"cardtitles"
>
资料文档
</div>
<div
class=
"searchbtns"
>
<div
class=
"searchbtns"
v-if=
"fileDatas.rows != null && fileDatas.rows.length>0"
>
<div
class=
"searchInput"
>
<div
class=
"searchInput"
>
<el-input
type=
"text"
v-model=
"param.keyword"
placeholder=
"输入关键词查询"
></el-input>
<el-input
type=
"text"
v-model=
"param.keyword"
placeholder=
"输入关键词查询"
></el-input>
<div
class=
"btn"
@
click=
"handleCurrentChange(1)"
>
搜索
</div>
<div
class=
"btn"
@
click=
"handleCurrentChange(1)"
>
搜索
</div>
...
@@ -199,12 +199,6 @@
...
@@ -199,12 +199,6 @@
downnlod
(
row
){
downnlod
(
row
){
let
param
=
{
filePath
:
row
.
filePath
}
let
param
=
{
filePath
:
row
.
filePath
}
this
.
$download
.
exportByPost
(
'/business/file/download'
,
param
);
this
.
$download
.
exportByPost
(
'/business/file/download'
,
param
);
// let a = document.createElement("a");
// a.setAttribute("href", row.filePath);
// a.setAttribute("download", row.name);
// document.body.appendChild(a);
// a.click();
},
},
delQY
(){
delQY
(){
...
...
dsk-operate-ui/src/views/project/projectList/detail.vue
View file @
7e25454f
<
template
>
<
template
>
<div>
<div
@
click=
"handleALL"
>
<div
class=
"miantitle"
>
<div
class=
"miantitle"
>
<template
v-if=
"!detailId"
>
<template
v-if=
"!detailId"
>
<span>
项目管理
</span>
<span>
项目管理
</span>
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
</div>
</div>
</span>
</span>
</div>
</div>
<div
class=
"det-con con"
>
<div
class=
"det-con con"
id=
"inputxt"
>
<span>
投资估算(万元):
</span>
<span>
投资估算(万元):
</span>
<div
class=
"inputxt i"
:class=
"{'nomar':nowedit != 3}"
>
<div
class=
"inputxt i"
:class=
"{'nomar':nowedit != 3}"
>
<div
class=
"flex"
v-if=
"nowedit == 3"
>
<div
class=
"flex"
v-if=
"nowedit == 3"
>
...
@@ -197,6 +197,16 @@
...
@@ -197,6 +197,16 @@
this
.
getXMSL
()
this
.
getXMSL
()
},
},
methods
:
{
methods
:
{
handleALL
(
event
){
var
one
=
document
.
getElementById
(
"inputxt"
);
if
(
one
){
if
(
!
one
.
contains
(
event
.
target
)){
this
.
nowedit
=
-
1
}
else
{
this
.
nowedit
=
3
}
}
},
getXMSL
(){
getXMSL
(){
getXMSL
(
this
.
id
).
then
(
result
=>
{
getXMSL
(
this
.
id
).
then
(
result
=>
{
this
.
ProjectData
=
result
.
code
==
200
?
result
.
data
:{}
this
.
ProjectData
=
result
.
code
==
200
?
result
.
data
:{}
...
...
dsk-operate-ui/src/views/project/projectList/index.vue
View file @
7e25454f
...
@@ -114,29 +114,31 @@
...
@@ -114,29 +114,31 @@
<div
class=
"datalist"
>
<div
class=
"datalist"
>
<div
class=
"datali"
v-for=
"(item,index) in datalist"
>
<div
class=
"datali"
v-for=
"(item,index) in datalist"
>
<div
class=
"det-title"
@
click=
"toDetail(item.id,'xmsl')"
>
{{
item
.
projectName
}}
<span
v-if=
"activeName!='first' && item.followTime"
class=
"people"
><i>
{{
item
.
nickName1
}}
</i>
{{
item
.
nickName
}}
<font
color=
"#FA8A00"
>
正在跟进
</font></span></div>
<div
class=
"det-title"
@
click=
"toDetail(item.id,'xmsl')"
>
{{
item
.
projectName
}}
<span
v-if=
"activeName!='first' && item.followTime"
class=
"people"
><i>
{{
item
.
nickName1
}}
</i>
{{
item
.
nickName
}}
<font
color=
"#FA8A00"
>
正在跟进
</font></span></div>
<div
class=
"det-tips"
><span
class=
"tips tip1"
v-if=
"item.label"
>
{{
item
.
label
}}
</span><span
v-if=
"item.address"
class=
"tips tip2"
>
{{
item
.
address
}}
</span></div>
<div
class=
"det-tips"
>
<span
class=
"tips tip1"
v-for=
"label in item.labels"
>
{{
label
}}
</span>
<span
v-if=
"item.address"
class=
"tips tip2"
>
{{
item
.
address
}}
</span></div>
<div
class=
"det-contets"
>
<div
class=
"det-contets"
>
<div
class=
"det-con"
>
<div
class=
"det-con"
v-if=
"item.projectType"
>
<span>
项目类型:
</span>
<span>
项目类型:
</span>
<span>
{{
item
.
projectType
||
'--'
}}
</span>
<span>
{{
item
.
projectType
}}
</span>
</div>
</div>
<div
class=
"det-con"
>
<div
class=
"det-con"
v-if=
"item.investmentAmount"
>
<span>
投资估算(万元):
</span>
<span>
投资估算(万元):
</span>
<span>
{{
item
.
investmentAmount
||
'--'
}}
</span>
<span>
{{
item
.
investmentAmount
}}
</span>
</div>
</div>
<div
class=
"det-con"
>
<div
class=
"det-con"
v-if=
"item.followTime"
>
<span>
最后跟进时间:
</span>
<span>
最后跟进时间:
</span>
<span>
{{
item
.
followTime
||
'--'
}}
</span>
<span>
{{
item
.
followTime
}}
</span>
</div>
</div>
<div
class=
"det-con"
>
<div
class=
"det-con"
v-if=
"item.ownerCompany "
>
<span>
业主单位:
</span>
<span>
业主单位:
</span>
<span
class=
"wordprimary"
>
{{
item
.
ownerCompany
||
'--'
}}
</span>
<span
class=
"wordprimary"
>
{{
item
.
ownerCompany
}}
</span>
</div>
</div>
</div>
</div>
<el-divider
v-if=
"index != datalist.length-1"
></el-divider>
<el-divider
v-if=
"index != datalist.length-1"
></el-divider>
<div
class=
"operates"
v-if=
"activeName=='first'"
>
<div
class=
"operates"
v-if=
"activeName=='first'"
>
<div
class=
"i1"
><img
src=
"@/assets/images/follow.png"
@
click=
"toDetail(item.id,'gjjl')
"
>
跟进
</div>
<div
class=
"i1"
@
click=
"toDetail(item.id,'gjjl')"
><img
src=
"@/assets/images/follow.png
"
>
跟进
</div>
<div
class=
"i2"
><img
src=
"@/assets/images/edit1.png"
@
click=
"toDetail(item.id,'xmsl')
"
>
编辑
</div>
<div
class=
"i2"
@
click=
"toDetail(item.id,'xmsl')"
><img
src=
"@/assets/images/edit1.png
"
>
编辑
</div>
<div
class=
"i3"
@
click=
"deldetail(index)"
><img
src=
"@/assets/images/delete.png"
>
删除
</div>
<div
class=
"i3"
@
click=
"deldetail(index)"
><img
src=
"@/assets/images/delete.png"
>
删除
</div>
</div>
</div>
<div
class=
"delform"
v-if=
"activeName=='first' && ondel == index"
>
<div
class=
"delform"
v-if=
"activeName=='first' && ondel == index"
>
...
@@ -296,6 +298,11 @@ export default {
...
@@ -296,6 +298,11 @@ export default {
str
+=
'-'
+
item
.
districtName
str
+=
'-'
+
item
.
districtName
item
.
address
=
str
item
.
address
=
str
item
.
nickName1
=
item
.
nickName
?
item
.
nickName
.
slice
(
0
,
1
):
''
item
.
nickName1
=
item
.
nickName
?
item
.
nickName
.
slice
(
0
,
1
):
''
item
.
labels
=
[]
if
(
item
.
label
!=
null
&&
item
.
label
!=
""
){
item
.
labels
=
item
.
label
.
split
(
','
)
}
})
})
}
}
})
})
...
...
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