Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
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 9a5ca2af
authored
May 14, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂存
1 parent
68f4893f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
39 additions
and
12 deletions
src/api/index.js
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/confirmRelease.vue
src/views/assessChecks/materialAcquisition.vue
src/views/layout/analysisCore.vue
src/views/layout/mainLayout.vue
vue.config.js
src/api/index.js
View file @
9a5ca2a
This diff is collapsed.
Click to expand it.
src/views/assessChecks/assistedViewing.vue
View file @
9a5ca2a
...
...
@@ -171,7 +171,7 @@
<el-tab-pane
label=
"问题清单"
name=
"second"
>
<p
class=
"title"
><span></span>
项目基本信息
</p>
<el-table
:data=
"
qd
tableData"
:data=
"
xx
tableData"
tooltip-effect=
"dark"
style=
"width: 100%"
header-cell-class-name=
"custom-th-background"
...
...
@@ -243,6 +243,7 @@ export default {
return
{
listData
:
{},
qdtableData
:
[],
xxtableData
:[],
showButton
:
true
,
ruleForm
:
{
batchYear
:
""
,
...
...
@@ -365,11 +366,11 @@ export default {
};
let
res
=
await
wtqdqselect
(
params
);
if
(
res
.
code
==
"200"
)
{
this
.
qd
tableData
=
res
.
data
.
records
;
this
.
xx
tableData
=
res
.
data
.
records
;
this
.
total
=
res
.
data
.
total
*
1
;
}
this
.
qd
tableData
.
forEach
((
item
)
=>
{
this
.
xx
tableData
.
forEach
((
item
)
=>
{
switch
(
item
.
projectStage
)
{
case
1
:
this
.
$set
(
item
,
"projectStagetext"
,
"1.可研"
);
...
...
src/views/assessChecks/confirmRelease.vue
View file @
9a5ca2a
...
...
@@ -463,6 +463,7 @@ import {
export
default
{
data
()
{
return
{
oldid
:
""
,
ruleForm
:
{
batchYear
:
""
,
batchName
:
""
,
...
...
@@ -590,6 +591,7 @@ export default {
console
.
log
(
"222"
,
this
.
checkedList
);
this
.
dialogXQ
=
true
;
this
.
ruleFormdialogBJ
=
this
.
checkedList
[
0
]
let
params
=
{
current
:
this
.
addcurrentPage
,
pageSize
:
this
.
pageSizeAdd
,
...
...
@@ -601,6 +603,7 @@ export default {
if
(
res
.
code
==
"200"
)
{
this
.
addtableData
=
res
.
data
.
records
;
this
.
addtotal
=
res
.
data
.
total
*
1
;
}
},
...
...
@@ -628,6 +631,12 @@ export default {
if
(
res
.
code
==
"200"
)
{
this
.
addtableData
=
res
.
data
.
records
;
this
.
addtotal
=
res
.
data
.
total
*
1
;
this
.
oldid
=
""
;
if
(
this
.
addtableData
.
length
>
0
){
this
.
addtableData
.
forEach
((
item
)
=>
{
this
.
oldid
=
this
.
oldid
.
concat
(
item
.
projectId
+
','
)
});
}
}
},
closeXQ
(){
...
...
@@ -705,6 +714,7 @@ export default {
let
params
=
{
current
:
this
.
currentZJ
,
pageSize
:
this
.
pageSizeZJ
,
projectStr
:
this
.
oldid
};
Object
.
assign
(
params
,
this
.
ruleFormZJ
);
let
res
=
await
getProjectInfo
(
params
);
...
...
src/views/assessChecks/materialAcquisition.vue
View file @
9a5ca2a
...
...
@@ -241,7 +241,12 @@
<el-table-column
label=
"材料类别"
prop=
"batchtype"
>
</el-table-column>
<el-table-column
prop=
"typeText"
label=
"资料类型"
>
</el-table-column>
<el-table-column
prop=
"fileName"
label=
"资料名称"
>
</el-table-column>
<el-table-column
prop=
"fileName"
label=
"资料名称"
>
<
template
slot-scope=
"scope"
>
<el-button
@
click=
"handleClickXZ(scope.row)"
>
{{
scope
.
row
.
fileName
}}
</el-button>
</
template
>
</el-table-column>
<!-- <el-table-column prop="projectCategory" label="操作">
<template slot-scope="scope">
<input type="file" @change="handleFileUpload">
...
...
@@ -389,10 +394,10 @@ export default {
this
.
$message
(
"请选择"
);
return
;
}
if
(
this
.
checkedList
[
0
].
postEvalStateText
==
"已上传"
)
{
this
.
$message
(
"已上传评估材料"
);
return
;
}
//
if (this.checkedList[0].postEvalStateText == "已上传") {
//
this.$message("已上传评估材料");
//
return;
//
}
console
.
log
(
"222"
);
this
.
dialog
=
true
;
let
params
=
{
...
...
@@ -535,6 +540,15 @@ export default {
});
}
},
handleClickXZ
(
scope
){
console
.
log
(
scope
.
url
)
// const link = document.createElement('a')
//_blank表示在新窗口打开链接
// link.target = '_blank'
// link.href =scope.url
window
.
open
(
scope
.
url
,
'_blank'
);
}
},
};
</
script
>
...
...
src/views/layout/analysisCore.vue
View file @
9a5ca2a
<
template
>
<div>
<!--
<iframe
name=
"iframeName"
id=
"iframeId"
src=
"../static/index.html"
frameborder=
"0"
></iframe>
-->
<iframe
src=
"
/static/index.html
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
></iframe>
<iframe
src=
"
http://192.168.50.1/static/#/
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
></iframe>
</div>
</
template
>
...
...
src/views/layout/mainLayout.vue
View file @
9a5ca2a
...
...
@@ -156,6 +156,8 @@ export default {
},
mounted
()
{
// window.addEventListener("resize", this.handleResize);
sessionStorage
.
setItem
(
"author"
,
"sgtig_weizheng"
);
sessionStorage
.
setItem
(
"authorName"
,
99
);
},
methods
:
{
handleResize
()
{
...
...
vue.config.js
View file @
9a5ca2a
...
...
@@ -12,11 +12,11 @@ module.exports = defineConfig({
devServer
:
{
hot
:
true
,
proxy
:
{
'/a
pi
'
:{
target
:
`http://192.168.50.1
:19000/arch-evaluation
`
,
// pin
'/a
rch-evaluation
'
:{
target
:
`http://192.168.50.1`
,
// pin
changeOrigin
:
true
,
pathRewrite
:{
"^/api"
:
"
"
// "^/arch-evaluation":"/
"
},
}
},
...
...
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