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
d802df60
Commit
d802df60
authored
Jul 13, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
城投数量统计
parent
5f3e1337
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
57 additions
and
38 deletions
+57
-38
.env.development
dsk-operate-ui/.env.development
+1
-1
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+3
-0
index.vue
dsk-operate-ui/src/views/detail/party-a/index.vue
+17
-1
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+35
-35
vue.config.js
dsk-operate-ui/vue.config.js
+1
-1
No files found.
dsk-operate-ui/.env.development
View file @
d802df60
...
@@ -5,7 +5,7 @@ VUE_APP_TITLE = 数字化经营履约全生命链路管理系统
...
@@ -5,7 +5,7 @@ VUE_APP_TITLE = 数字化经营履约全生命链路管理系统
ENV = 'development'
ENV = 'development'
# 数字化经营履约全生命链路管理系统/开发环境
# 数字化经营履约全生命链路管理系统/开发环境
VUE_APP_BASE_API = '/
dev
-api'
VUE_APP_BASE_API = '/
prod
-api'
# 路由懒加载
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
VUE_CLI_BABEL_TRANSPILE_MODULES = true
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
d802df60
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
</template>
</template>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
'Sidebar'
,
name
:
'Sidebar'
,
props
:
{
props
:
{
...
@@ -146,6 +147,7 @@ export default {
...
@@ -146,6 +147,7 @@ export default {
},
},
created
()
{
created
()
{
this
.
defaultRoute
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
sideRoute
))
this
.
defaultRoute
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
sideRoute
))
},
},
watch
:{
watch
:{
statisticObj
:{
statisticObj
:{
...
@@ -177,6 +179,7 @@ export default {
...
@@ -177,6 +179,7 @@ export default {
case
'landInfo'
:
case
'landInfo'
:
if
(
arr
[
i
][
j
]
<
1
){
if
(
arr
[
i
][
j
]
<
1
){
this
.
sideRoute
[
2
].
children
[
0
].
disabled
=
true
;
this
.
sideRoute
[
2
].
children
[
0
].
disabled
=
true
;
this
.
sideRoute
[
4
].
children
[
1
].
disabled
=
true
;
}
}
break
;
break
;
case
'busProposedProjectV1'
:
case
'busProposedProjectV1'
:
...
...
dsk-operate-ui/src/views/detail/party-a/index.vue
View file @
d802df60
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<Header
:company-id=
"companyId"
:companyInfo=
"companyInfo"
:cooDetail=
"cooDetail"
v-if=
"companyId"
@
close-detail=
"closeDetail"
/>
<Header
:company-id=
"companyId"
:companyInfo=
"companyInfo"
:cooDetail=
"cooDetail"
v-if=
"companyId"
@
close-detail=
"closeDetail"
/>
<div
class=
"flex-box part-main"
>
<div
class=
"flex-box part-main"
>
<div
class=
"part-left"
>
<div
class=
"part-left"
>
<side-bar
:statisticObj=
"statisticObj"
@
currentPath=
"showPartPage"
:pathName=
"currentPath.pathName"
:partBoxHeight=
"partBoxHeight"
:customerId=
"customerId"
:isCompany=
"isCompany"
:isCustomer=
"isCustomer"
/>
<side-bar
:statisticObj=
"statisticObj"
ref=
"sidebar"
@
currentPath=
"showPartPage"
:pathName=
"currentPath.pathName"
:partBoxHeight=
"partBoxHeight"
:customerId=
"customerId"
:isCompany=
"isCompany"
:isCustomer=
"isCustomer"
/>
</div>
</div>
<div
class=
"part-right"
>
<div
class=
"part-right"
>
<div
id=
"partBox"
v-if=
"companyId"
>
<div
id=
"partBox"
v-if=
"companyId"
>
...
@@ -104,6 +104,9 @@ import Preference from "./preference" //招标偏好
...
@@ -104,6 +104,9 @@ import Preference from "./preference" //招标偏好
import
Cooperate
from
"./cooperate"
//合作情况
import
Cooperate
from
"./cooperate"
//合作情况
import
DecisionMaking
from
"./decisionMaking"
//决策链条
import
DecisionMaking
from
"./decisionMaking"
//决策链条
import
Gjjl
from
"../../project/projectList/component/gjjl"
//跟进记录
import
Gjjl
from
"../../project/projectList/component/gjjl"
//跟进记录
import
{
urbanInvestmentPage
,
}
from
'@/api/detail/party-a/urbanLnvestment'
export
default
{
export
default
{
name
:
'PartyA'
,
name
:
'PartyA'
,
components
:
{
components
:
{
...
@@ -250,6 +253,19 @@ export default {
...
@@ -250,6 +253,19 @@ export default {
let
res
=
await
infoHeader
({
companyId
:
this
.
companyId
})
let
res
=
await
infoHeader
({
companyId
:
this
.
companyId
})
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
companyInfo
=
res
.
data
||
{}
this
.
companyInfo
=
res
.
data
||
{}
let
data
=
{
pageNum
:
1
,
pageSize
:
5
,
provinceIds
:
[
this
.
companyInfo
.
provinceId
],
cityIds
:
[
this
.
companyInfo
.
cityId
],
}
urbanInvestmentPage
(
data
).
then
(
res
=>
{
if
(
res
.
data
.
totalCount
<
1
){
let
arr
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
$refs
.
sidebar
.
sideRoute
))
arr
[
4
].
children
[
2
].
disabled
=
true
;
this
.
$refs
.
sidebar
.
sideRoute
=
arr
}
})
if
(
this
.
companyInfo
&&
this
.
companyInfo
.
companyName
){
if
(
this
.
companyInfo
&&
this
.
companyInfo
.
companyName
){
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
document
.
getElementById
(
'tagTitle'
).
innerText
=
this
.
companyInfo
.
companyName
document
.
getElementById
(
'tagTitle'
).
innerText
=
this
.
companyInfo
.
companyName
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
d802df60
This diff is collapsed.
Click to expand it.
dsk-operate-ui/vue.config.js
View file @
d802df60
...
@@ -34,7 +34,7 @@ module.exports = {
...
@@ -34,7 +34,7 @@ module.exports = {
proxy
:
{
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://
122.9.160.122:9011
`
,
target
:
`http://
47.104.91.229:9099/prod-api
`
,
// target: `http://192.168.60.126:9011`,
// target: `http://192.168.60.126:9011`,
// target: `http://192.168.60.27:8766`,
// target: `http://192.168.60.27:8766`,
changeOrigin
:
true
,
changeOrigin
:
true
,
...
...
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