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 7ff7d221
authored
May 31, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂存一下
1 parent
80dd09a5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
50 additions
and
21 deletions
src/views/assessChecks/assistedRect.vue
src/views/assessChecks/correctiveAssistanceVerification.vue
src/views/checkCompliance/automaticCheck.vue
src/views/projectCheck/checkResault.vue
src/views/projectCheck/confirmResault.vue
src/views/projectCheck/problemRectify.vue
src/views/projectCheck/verificationRectify.vue
src/views/assessChecks/assistedRect.vue
View file @
7ff7d22
...
...
@@ -227,7 +227,7 @@
<el-table-column
label=
"上传整改材料"
prop=
"zgFileId"
width=
"400"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.confirmStatus == '1'"
>
<input
type=
"file"
...
...
@@ -238,7 +238,7 @@
<el-table-column
label=
"情况说明"
prop=
"zgqkFileId"
width=
"400"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.confirmStatus == '1'"
>
<input
type=
"file"
...
...
src/views/assessChecks/correctiveAssistanceVerification.vue
View file @
7ff7d22
...
...
@@ -521,6 +521,9 @@ export default {
if
(
res
.
code
==
"200"
)
{
this
.
tableDataQR
=
res
.
data
.
records
;
this
.
tableDataQR
.
forEach
((
item
)
=>
{
if
(
!
item
.
confirmStatus
){
this
.
$set
(
item
,
"confirmStatus"
,
"2"
)
}
switch
(
item
.
projectStage
)
{
case
"1"
:
this
.
$set
(
item
,
"projectStagetext"
,
"1.可研"
);
...
...
@@ -684,6 +687,7 @@ export default {
if
(
res
.
code
==
"200"
)
{
this
.
tableDataSS
=
res
.
data
.
records
;
this
.
tableDataSS
.
forEach
((
item
)
=>
{
console
.
log
(
item
.
confirmStatus
,
'item.confirmStatusitem.confirmStatus'
)
if
(
!
item
.
confirmStatus
){
this
.
$set
(
item
,
"confirmStatus"
,
"2"
)
}
...
...
src/views/checkCompliance/automaticCheck.vue
View file @
7ff7d22
...
...
@@ -178,7 +178,7 @@
<el-table-column
label=
"序号"
width=
"55"
type=
"index"
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"
ruleName"
prop=
"projectId
"
>
<el-table-column
label=
"规则名称"
width=
"
auto"
prop=
"ruleName
"
>
</el-table-column>
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
...
...
src/views/projectCheck/checkResault.vue
View file @
7ff7d22
...
...
@@ -70,7 +70,7 @@
>
</el-form-item>
</el-form>
<div
class=
"setscroll"
>
<div
class=
"setscroll
Out
"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -178,7 +178,7 @@
<el-table-column
label=
"序号"
width=
"55"
type=
"index"
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"
ruleName"
prop=
"projectId
"
>
<el-table-column
label=
"规则名称"
width=
"
auto"
prop=
"ruleName
"
>
</el-table-column>
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
...
...
@@ -592,9 +592,9 @@ h3 {
border-radius
:
5px
;
}
}
.setscroll
{
.setscroll
Out
{
width
:
100%
;
height
:
650
px
;
height
:
585
px
;
position
:
relative
;
overflow
:
auto
;
}
...
...
@@ -655,7 +655,7 @@ h3 {
}
.setscroll
{
width
:
100%
;
height
:
6
00px
;
height
:
4
00px
;
position
:
relative
;
overflow
:
auto
;
}
...
...
src/views/projectCheck/confirmResault.vue
View file @
7ff7d22
...
...
@@ -80,7 +80,7 @@
>
</el-form-item>
</el-form>
<div
class=
"setscroll"
>
<div
class=
"setscroll
Out
"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -190,7 +190,8 @@
<el-table-column
label=
"序号"
width=
"55"
type=
"index"
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"ruleName"
prop=
"projectId"
>
<el-table-column
label=
"规则名称"
width=
"auto"
prop=
"ruleName"
>
</el-table-column>
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
...
...
@@ -283,7 +284,8 @@
<el-table-column
label=
"序号"
width=
"55"
type=
"index"
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"ruleName"
prop=
"projectId"
>
<el-table-column
label=
"规则名称"
width=
"auto"
prop=
"ruleName"
>
</el-table-column>
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
...
...
@@ -435,6 +437,10 @@ export default {
if
(
type
==
'xq'
){
this
.
dialog
=
true
;
}
else
{
if
(
this
.
checkedList
[
0
].
confirmStatusText
==
'已下发'
)
{
this
.
$message
(
"已完成下发"
);
return
;
}
this
.
dialogXF
=
true
;
}
...
...
@@ -489,6 +495,9 @@ export default {
auditId
:
this
.
checkedList
[
0
].
auditId
,
}
let
res
=
await
jgxqResults
(
params
)
if
(
res
.
code
==
200
){
this
.
$message
(
'确认完成'
)
}
},
//结果下发
async
resaultXF
(){
...
...
@@ -497,6 +506,7 @@ export default {
}
let
res
=
await
wtxfResults
(
params
)
if
(
res
.
code
==
200
){
this
.
$message
(
'下发成功'
)
this
.
dialogXF
=
false
;
this
.
resetForm
();
}
...
...
@@ -798,7 +808,7 @@ h3 {
}
}
.setscroll
{
.setscroll
Out
{
width
:
100%
;
height
:
585px
;
position
:
relative
;
...
...
@@ -813,4 +823,10 @@ h3 {
border-bottom
:
none
;
}
}
.setscroll
{
width
:
100%
;
height
:
400px
;
position
:
relative
;
overflow
:
auto
;
}
</
style
>
\ No newline at end of file
src/views/projectCheck/problemRectify.vue
View file @
7ff7d22
...
...
@@ -58,7 +58,7 @@
>
</el-form-item>
</el-form>
<div
class=
"setscroll"
>
<div
class=
"setscroll
Out
"
>
<el-table
@
selection-change=
"handleSelectionChange"
ref=
"multipleTable"
...
...
@@ -165,7 +165,8 @@
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"ruleName"
prop=
"projectId"
>
<el-table-column
label=
"规则名称"
width=
"auto"
prop=
"ruleName"
>
</el-table-column>
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
...
...
@@ -275,7 +276,8 @@
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"ruleName"
prop=
"projectId"
>
<el-table-column
label=
"规则名称"
width=
"auto"
prop=
"ruleName"
>
</el-table-column>
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
...
...
@@ -511,11 +513,15 @@ export default {
async
saveXF
()
{
console
.
log
(
this
.
XQtableData
,
'this.XQtableData'
)
let
res
=
await
savaauditRuleProjectLink
(
this
.
XQtableData
);
if
(
res
.
code
==
200
){
this
.
$message
(
'保存完成'
)
}
},
//结果下发
async
resaultXF
()
{
let
res
=
await
tjTasksRuleProjectLink
(
this
.
XQtableData
);
if
(
res
.
code
==
200
)
{
this
.
$message
(
'提交成功'
)
this
.
dialogXF
=
false
;
this
.
resetForm
();
}
...
...
@@ -843,7 +849,7 @@ h3 {
color
:
#333
;
}
}
.setscroll
{
.setscroll
Out
{
width
:
100%
;
height
:
585px
;
position
:
relative
;
...
...
@@ -918,7 +924,7 @@ h3 {
}
.setscroll
{
width
:
100%
;
height
:
65
0px
;
height
:
40
0px
;
position
:
relative
;
overflow
:
auto
;
}
...
...
src/views/projectCheck/verificationRectify.vue
View file @
7ff7d22
...
...
@@ -168,7 +168,8 @@
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"ruleName"
prop=
"projectId"
>
<el-table-column
label=
"规则名称"
width=
"auto"
prop=
"ruleName"
>
</el-table-column>
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
...
...
@@ -295,7 +296,8 @@
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"ruleName"
prop=
"projectId"
>
<el-table-column
label=
"规则名称"
width=
"auto"
prop=
"ruleName"
>
</el-table-column>
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
...
...
@@ -454,7 +456,7 @@ export default {
this
.
$set
(
item
,
"rectificationStatusText"
,
"已提交"
);
}
else
if
(
item
.
rectificationStatus
==
3
)
{
this
.
$set
(
item
,
"rectificationStatusText"
,
"被退回"
);
}
else
if
(
item
.
rectificationStatus
==
2
)
{
}
else
if
(
item
.
rectificationStatus
==
4
)
{
this
.
$set
(
item
,
"rectificationStatusText"
,
"整改完成"
);
}
});
...
...
@@ -966,7 +968,7 @@ h3 {
}
.setscroll
{
width
:
100%
;
height
:
650
px
;
height
:
585
px
;
position
:
relative
;
overflow
:
auto
;
}
...
...
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