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
95b65aad
Commit
95b65aad
authored
Jun 19, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
49993c16
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
5 deletions
+23
-5
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+11
-2
addProject.vue
...ui/src/views/project/projectList/component/addProject.vue
+4
-1
batchImport.vue
...i/src/views/project/projectList/component/batchImport.vue
+4
-1
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+3
-0
index.vue
dsk-operate-ui/src/views/project/projectList/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
95b65aad
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
</div>
</div>
<div
class=
"table_search"
>
<div
class=
"table_search"
>
<div
class=
"searchInput"
>
<div
class=
"searchInput"
>
<el-input
type=
"text"
v-model=
"searchParam.companyName"
placeholder=
"输入企业名称查询"
></el-input>
<el-input
type=
"text"
clearable
v-model=
"searchParam.companyName"
placeholder=
"输入企业名称查询"
></el-input>
<div
class=
"btn"
@
click=
"handleCurrentChange(1)"
>
搜索
</div>
<div
class=
"btn"
@
click=
"handleCurrentChange(1)"
>
搜索
</div>
</div>
</div>
<div
class=
"dc"
>
<div
class=
"dc"
>
...
@@ -120,7 +120,10 @@
...
@@ -120,7 +120,10 @@
prop=
"isMajor"
prop=
"isMajor"
label=
"局级大客户"
width=
"88"
>
label=
"局级大客户"
width=
"88"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.isMajor"
>
{{
scope
.
row
.
isMajor
==
1
?
"是"
:
"否"
}}
{{
scope
.
row
.
isMajor
==
1
?
"是"
:
"否"
}}
</span>
<span
v-else
>
--
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -219,7 +222,7 @@
...
@@ -219,7 +222,7 @@
<el-input
type=
"text"
placeholder=
"请输入"
v-model=
"queryParam.creditCode"
></el-input>
<el-input
type=
"text"
placeholder=
"请输入"
v-model=
"queryParam.creditCode"
></el-input>
</el-form-item>
</el-form-item>
<div
class=
"popbot"
>
<div
class=
"popbot"
>
<div
class=
"wordprimary"
>
前往城投平台寻找客户线索>
</div>
<div
class=
"wordprimary"
@
click=
"toct"
>
前往城投平台寻找客户线索>
</div>
<div
class=
"btn btn_cancel h32"
@
click=
"resetForm('ruleForm')"
>
返回
</div>
<div
class=
"btn btn_cancel h32"
@
click=
"resetForm('ruleForm')"
>
返回
</div>
<div
class=
"btn btn_primary h32"
@
click=
"submitForm('ruleForm')"
>
添加
</div>
<div
class=
"btn btn_primary h32"
@
click=
"submitForm('ruleForm')"
>
添加
</div>
</div>
</div>
...
@@ -297,6 +300,9 @@ export default {
...
@@ -297,6 +300,9 @@ export default {
this
.
prvinceTree
()
this
.
prvinceTree
()
},
},
methods
:{
methods
:{
toct
(){
this
.
$router
.
push
({
path
:
'/macro/urban'
})
},
getDictType
(){
getDictType
(){
//获取客户等级
//获取客户等级
getDictType
(
'customer_level_type'
).
then
(
result
=>
{
getDictType
(
'customer_level_type'
).
then
(
result
=>
{
...
@@ -543,4 +549,7 @@ export default {
...
@@ -543,4 +549,7 @@ export default {
padding-right
:
26px
;
padding-right
:
26px
;
}
}
}
}
.app-container
{
height
:
auto
;
}
</
style
>
</
style
>
dsk-operate-ui/src/views/project/projectList/component/addProject.vue
View file @
95b65aad
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<div
class=
"popbot"
>
<div
class=
"popbot"
>
<div
class=
"wordprimary"
>
前往商机雷达寻找项目线索>
</div>
<div
class=
"wordprimary"
@
click=
"toradar"
>
前往商机雷达寻找项目线索>
</div>
<div
class=
"btn btn_cancel h32"
@
click=
"resetForm('ruleForm')"
>
返回
</div>
<div
class=
"btn btn_cancel h32"
@
click=
"resetForm('ruleForm')"
>
返回
</div>
<div
class=
"btn btn_primary h32"
@
click=
"submitForm('ruleForm')"
>
新建商机
</div>
<div
class=
"btn btn_primary h32"
@
click=
"submitForm('ruleForm')"
>
新建商机
</div>
</div>
</div>
...
@@ -109,6 +109,9 @@
...
@@ -109,6 +109,9 @@
})
})
},
},
methods
:{
methods
:{
toradar
(){
this
.
$router
.
push
({
path
:
'/radar'
})
},
handleALL
(
event
){
handleALL
(
event
){
var
one
=
document
.
getElementById
(
"box"
);
var
one
=
document
.
getElementById
(
"box"
);
if
(
one
){
if
(
one
){
...
...
dsk-operate-ui/src/views/project/projectList/component/batchImport.vue
View file @
95b65aad
...
@@ -42,7 +42,8 @@
...
@@ -42,7 +42,8 @@
<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"
>
导入成功,已为您去掉重复
{{
titletext
}}{{
successCount
}}
条
</div>
<!--
<div
class=
"p2"
>
导入成功,已为您去掉重复
{{
titletext
}}{{
successCount
}}
条
</div>
-->
<div
class=
"p2"
>
{{
messages
}}
</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>
...
@@ -74,6 +75,7 @@
...
@@ -74,6 +75,7 @@
downloadhref
:
''
,
//样例地址
downloadhref
:
''
,
//样例地址
titletext
:
''
,
titletext
:
''
,
successCount
:
0
,
//成功条数
successCount
:
0
,
//成功条数
messages
:
''
,
}
}
},
},
created
(){
created
(){
...
@@ -120,6 +122,7 @@
...
@@ -120,6 +122,7 @@
onSuccess
(
res
,
file
,
fileList
)
{
onSuccess
(
res
,
file
,
fileList
)
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
this
.
successCount
=
res
.
successCount
this
.
successCount
=
res
.
successCount
this
.
messages
=
res
.
msg
this
.
addsuccess
=
true
this
.
addsuccess
=
true
}
else
{
}
else
{
this
.
importCancel
()
this
.
importCancel
()
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
95b65aad
...
@@ -57,6 +57,9 @@
...
@@ -57,6 +57,9 @@
prop=
"accendant"
prop=
"accendant"
label=
"内部维护人"
label=
"内部维护人"
width=
"146"
>
width=
"146"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
accendant
||
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<div
class=
"bottems"
>
<div
class=
"bottems"
>
...
...
dsk-operate-ui/src/views/project/projectList/index.vue
View file @
95b65aad
...
@@ -368,7 +368,7 @@ export default {
...
@@ -368,7 +368,7 @@ export default {
this
.
$router
.
push
({
path
:
'/project/projectList/detail'
,
query
:
{
id
:
id
,
tag
:
tag
}
});
this
.
$router
.
push
({
path
:
'/project/projectList/detail'
,
query
:
{
id
:
id
,
tag
:
tag
}
});
},
},
handleClick
(){
handleClick
(){
this
.
getList
(
1
)
},
},
handleChange
(
value
)
{
handleChange
(
value
)
{
// console.log(value);
// console.log(value);
...
...
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