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
3dfdf250
Commit
3dfdf250
authored
Jun 16, 2023
by
caixingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
002e5504
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
17 deletions
+22
-17
HeadForm.vue
...perate-ui/src/views/detail/party-a/component/HeadForm.vue
+1
-0
announcement.vue
...erate-ui/src/views/detail/party-a/opport/announcement.vue
+17
-13
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+1
-1
index.vue
dsk-operate-ui/src/views/detail/party-b/index.vue
+3
-3
No files found.
dsk-operate-ui/src/views/detail/party-a/component/HeadForm.vue
View file @
3dfdf250
...
@@ -74,6 +74,7 @@
...
@@ -74,6 +74,7 @@
<!-- 地区选择 -->
<!-- 地区选择 -->
<
template
v-else-if=
"form.type==7"
>
<
template
v-else-if=
"form.type==7"
>
<el-cascader
<el-cascader
ref=
"cascader"
:options=
"form.options"
:options=
"form.options"
:props=
"form.props"
:props=
"form.props"
v-model=
"form.value"
v-model=
"form.value"
...
...
dsk-operate-ui/src/views/detail/party-a/opport/announcement.vue
View file @
3dfdf250
<
template
>
<
template
>
<div
class=
"detail-container"
>
<div
class=
"detail-container"
>
<head-form
<head-form
ref=
"headForm"
title=
"招标公告"
title=
"招标公告"
:form-data=
"formData"
:form-data=
"formData"
:query-params=
"queryParams"
:query-params=
"queryParams"
...
@@ -129,22 +130,25 @@ export default {
...
@@ -129,22 +130,25 @@ export default {
}
,
}
,
getAreaList
(
params
){
getAreaList
(
params
){
if
(
params
.
province
&&
params
.
province
.
length
>
0
){
if
(
params
.
province
&&
params
.
province
.
length
>
0
){
let
arr
=
this
.
$refs
.
headForm
.
$refs
.
cascader
[
0
].
getCheckedNodes
()
let
provinceIds
=
[],
cityIds
=
[],
areaIds
=
[]
let
provinceIds
=
[],
cityIds
=
[],
areaIds
=
[]
for
(
let
i
=
0
;
i
<
params
.
province
.
length
;
i
++
){
for
(
var
i
in
arr
)
{
params
.
province
[
i
][
0
]?
provinceIds
.
push
(
params
.
province
[
i
][
0
]):
''
if
(
arr
[
i
].
parent
)
{
params
.
province
[
i
][
1
]?
cityIds
.
push
(
params
.
province
[
i
][
1
]):
''
if
(
!
arr
[
i
].
parent
.
checked
)
{
params
.
province
[
i
][
2
]?
areaIds
.
push
(
params
.
province
[
i
][
2
]):
''
if
(
arr
[
i
].
hasChildren
||
arr
[
i
].
level
==
2
){
cityIds
.
push
(
arr
[
i
].
value
)
}
else
{
areaIds
.
push
(
arr
[
i
].
value
)
}
}
}
else
{
provinceIds
.
push
(
arr
[
i
].
value
)
}
}
}
delete
params
.
province
delete
params
.
province
params
.
provinceIds
=
provinceIds
.
filter
(
function
(
value
,
index
,
self
){
provinceIds
.
length
>
0
?
params
.
provinceIds
=
provinceIds
:
''
return
self
.
indexOf
(
value
)
===
index
cityIds
.
length
>
0
?
params
.
cityIds
=
cityIds
:
''
}
)
areaIds
.
length
>
0
?
params
.
areaIds
=
areaIds
:
''
params
.
cityIds
=
cityIds
.
filter
(
function
(
value
,
index
,
self
){
return
self
.
indexOf
(
value
)
===
index
}
)
params
.
areaIds
=
areaIds
.
filter
(
function
(
value
,
index
,
self
){
return
self
.
indexOf
(
value
)
===
index
}
)
}
}
return
params
return
params
}
}
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
3dfdf250
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
</div>
</div>
</div>
</div>
<div
class=
"company-menu"
>
<div
class=
"company-menu"
>
<el-button
@
click=
"handleClaim"
v-if=
"ifClaim==1"
class=
"hasClaim"
v-loading=
"claimLoading"
><i
class=
"el-ico-claim"
alt=
"已认领"
title=
"已认领"
></i>
已认领
</el-button>
<el-button
v-if=
"ifClaim==1"
class=
"hasClaim"
v-loading=
"claimLoading"
><i
class=
"el-ico-claim"
alt=
"已认领"
title=
"已认领"
></i>
已认领
</el-button>
<el-button
@
click=
"handleClaim"
v-else
class=
"claim"
v-loading=
"claimLoading"
><i
class=
"el-ico-claim"
alt=
"认领客户"
title=
"认领客户"
></i>
认领客户
</el-button>
<el-button
@
click=
"handleClaim"
v-else
class=
"claim"
v-loading=
"claimLoading"
><i
class=
"el-ico-claim"
alt=
"认领客户"
title=
"认领客户"
></i>
认领客户
</el-button>
</div>
</div>
...
...
dsk-operate-ui/src/views/detail/party-b/index.vue
View file @
3dfdf250
...
@@ -15,14 +15,14 @@ export default {
...
@@ -15,14 +15,14 @@ export default {
loading
:
false
,
// 是否加载中
loading
:
false
,
// 是否加载中
iframeHight
:
window
.
innerHeight
,
// iframe高度
iframeHight
:
window
.
innerHeight
,
// iframe高度
scrollTop
:
0
,
// 滚动条距离内部页面顶部距离
scrollTop
:
0
,
// 滚动条距离内部页面顶部距离
secretId
:
'
'
// 需要携带的sdkId
ak
:
'aec7b3ff2y2q8x6t49a7e2c463ce21912
'
// 需要携带的sdkId
}
}
},
},
created
()
{
created
()
{
if
(
this
.
$route
.
params
.
id
)
{
// 获取companyId
if
(
this
.
$route
.
params
.
id
)
{
// 获取companyId
this
.
loading
=
true
this
.
loading
=
true
// this.src = `https://pre-plug.jiansheku.com/enterprise/${this.$route.params.id}?secretId=${this.secretId
}`
this
.
src
=
`https://pre-plug.jiansheku.com/enterprise/
${
this
.
$route
.
params
.
id
}
?ak=
${
this
.
ak
}
`
this
.
src
=
`http://192.168.60.30:3300/enterprise/
${
this
.
$route
.
params
.
id
}
`
// this.src = `http://192.168.60.30:3300/enterprise/${this.$route.params.id}?ak=aec7b3ff2y2q8x6t49a7e2c463ce21912
`
}
}
},
},
mounted
()
{
mounted
()
{
...
...
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