Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f045bb57
authored
Mar 27, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
1 parent
8042705e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
5 deletions
src/api/index.js
src/views/conceptualReview/index.vue
src/views/reviewArchiPoliticeCheck/index.scss
src/api/index.js
View file @
f045bb5
...
@@ -657,6 +657,14 @@ export function getQWordTable(params) {
...
@@ -657,6 +657,14 @@ export function getQWordTable(params) {
export
function
getQWordPic_
(
params
)
{
export
function
getQWordPic_
(
params
)
{
return
post
(
EADC_ARRCHITECTURE
+
'/prel-des-inspecte/qWordPic'
,
params
)
return
post
(
EADC_ARRCHITECTURE
+
'/prel-des-inspecte/qWordPic'
,
params
)
}
}
// 概设材料审查-查询概设材料解析内容
export
function
analysisQryContent
(
params
)
{
return
post
(
EADC_ARRCHITECTURE
+
'/ads-parser-content/qryContent'
,
params
)
}
// 概设材料审查-概设材料解析
export
function
analysisConceptual
(
params
)
{
return
post
(
EADC_ARRCHITECTURE
+
'/ads-parser-content/adsParser'
,
params
)
}
// 获取评审片段img
// 获取评审片段img
export
function
getQWordPic
(
params
)
{
export
function
getQWordPic
(
params
)
{
return
post
(
EADC_ARRCHITECTURE
+
'/prel-des-rvw/qWordPic'
,
params
)
return
post
(
EADC_ARRCHITECTURE
+
'/prel-des-rvw/qWordPic'
,
params
)
...
@@ -752,6 +760,6 @@ export function addOrgInfo(params) {
...
@@ -752,6 +760,6 @@ export function addOrgInfo(params) {
export
function
updOrgInfo
(
params
)
{
export
function
updOrgInfo
(
params
)
{
return
post
(
EADC_ARRCHITECTURE
+
'/org-info/upd'
,
params
)
return
post
(
EADC_ARRCHITECTURE
+
'/org-info/upd'
,
params
)
}
}
export
function
postRequest
(
url
,
params
){
export
function
postRequest
(
url
,
params
)
{
return
post
(
EADC_ARRCHITECTURE
+
url
,
params
)
return
post
(
EADC_ARRCHITECTURE
+
url
,
params
)
}
}
\ No newline at end of file
src/views/conceptualReview/index.vue
View file @
f045bb5
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
import
ListPage
from
'@/components/ListPage.vue'
import
ListPage
from
'@/components/ListPage.vue'
import
SearchForm
from
'@/components/SearchForm.vue'
import
SearchForm
from
'@/components/SearchForm.vue'
import
TableConfig
from
'@/components/TableConfig.vue'
import
TableConfig
from
'@/components/TableConfig.vue'
import
AnalysisContent
from
'./AnalysisContent
.vue
'
import
AnalysisContent
from
'./AnalysisContent'
import
{
queryConceptualReview
}
from
'@/api/interface'
import
{
queryConceptualReview
}
from
'@/api/interface'
import
{
exportRiskReport
,
analysisConceptual
}
from
'@/api/index'
import
{
exportRiskReport
,
analysisConceptual
}
from
'@/api/index'
...
@@ -474,8 +474,14 @@ export default {
...
@@ -474,8 +474,14 @@ export default {
},
},
// 导出重复建设风险报告
// 导出重复建设风险报告
handlExportRiskReport
(
title
,
type
)
{
handlExportRiskReport
(
title
,
type
)
{
if
(
this
.
selectRows
.
length
==
0
)
{
return
this
.
$message
.
warning
(
'请选择一条数据'
)
}
if
(
this
.
selectRows
.
length
>
1
)
{
return
this
.
$message
.
warning
(
'只能选择一条数据'
)
}
const
params
=
{
const
params
=
{
title
:
`
${
this
.
selectRows
[
0
].
reviewSuggestion
.
prjName
}${
title
}
`
,
title
:
`
${
this
.
selectRows
[
0
].
prjName
}${
title
}
`
,
type
,
type
,
comment
:
this
.
selectRows
[
0
].
reviewSuggestion
,
comment
:
this
.
selectRows
[
0
].
reviewSuggestion
,
}
}
...
...
src/views/reviewArchiPoliticeCheck/index.scss
View file @
f045bb5
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
border-top
:
none
;
border-top
:
none
;
min-height
:
0
;
min-height
:
0
;
overflow-y
:
auto
;
overflow-y
:
auto
;
background-color
:
#fff
;
}
}
.select-title
{
.select-title
{
position
:
absolute
;
position
:
absolute
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment