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 c37ff517
authored
Nov 11, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂存下
1 parent
61420317
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
105 additions
and
5 deletions
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/auxiliaryInspection.vue
src/views/assessChecks/auxiliarySelection.vue
src/views/assessChecks/checkCompliance.vue
src/views/assessChecks/checkComplianceFZ.vue
src/views/assessChecks/confirmRelease.vue
src/views/assessChecks/materialAcquisition.vue
src/views/assessChecks/mianHome.vue
src/views/assessZC/assistedViewing.vue
src/views/assessZC/auxiliaryInspection.vue
src/views/assessZC/auxiliarySelection.vue
src/views/assessZC/checkCompliance.vue
src/views/assessZC/checkComplianceFZ.vue
src/views/assessZC/confirmRelease.vue
src/views/assessZC/materialAcquisition.vue
src/views/assessZC/projectView.vue
src/views/checkCompliance/automaticCheck.vue
src/views/compliance/checkRules.vue
src/views/compliance/taskConfigure.vue
src/views/layout/mainLayout.vue
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
src/views/projectCheck/checkResault.vue
src/views/projectCheck/confirmResault.vue
src/views/projectCheck/problemRectify.vue
src/views/projectCheck/verificationRectify.vue
src/views/assessChecks/assistedViewing.vue
View file @
c37ff51
<
template
>
<
template
>
<div
class=
"main"
>
<div
class=
"main"
>
<el-form
:model=
"ruleForm"
ref=
"formName"
label-width=
"100px"
class=
"demo-ruleForm"
>
<el-form
:model=
"ruleForm"
ref=
"formName"
label-width=
"100px"
class=
"demo-ruleForm"
>
<div
class=
"upicon"
:class=
"openBar?'upicon':'downicon'"
@
click=
"openBar=!openBar"
>
<i
class=
"el-icon-bottom"
></i>
</div>
<el-form-item
label=
"批次年度:"
prop=
"batchYear"
class=
"fromItem"
>
<el-form-item
label=
"批次年度:"
prop=
"batchYear"
class=
"fromItem"
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-option
<el-option
...
@@ -599,6 +602,8 @@ export default {
...
@@ -599,6 +602,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessChecks/auxiliaryInspection.vue
View file @
c37ff51
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
<
template
>
<
template
>
<div
class=
"main"
>
<div
class=
"main"
>
<el-form
:model=
"ruleForm"
ref=
"formName"
label-width=
"100px"
class=
"demo-ruleForm"
>
<el-form
:model=
"ruleForm"
ref=
"formName"
label-width=
"100px"
class=
"demo-ruleForm"
>
<div
class=
"upicon"
:class=
"openBar?'upicon':'downicon'"
@
click=
"openBar=!openBar"
>
<i
class=
"el-icon-bottom"
></i>
</div>
<el-form-item
label=
"批次年度:"
prop=
"batchYear"
class=
"fromItem"
>
<el-form-item
label=
"批次年度:"
prop=
"batchYear"
class=
"fromItem"
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-option
<el-option
...
@@ -1016,6 +1019,8 @@ export default {
...
@@ -1016,6 +1019,8 @@ export default {
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessChecks/auxiliarySelection.vue
View file @
c37ff51
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
<
template
>
<
template
>
<div
class=
"main"
>
<div
class=
"main"
>
<el-form
:model=
"ruleForm"
label-width=
"100px"
class=
"demo-ruleForm"
ref=
"formName"
>
<el-form
:model=
"ruleForm"
label-width=
"100px"
class=
"demo-ruleForm"
ref=
"formName"
>
<div
class=
"upicon"
:class=
"openBar?'upicon':'downicon'"
@
click=
"openBar=!openBar"
>
<i
class=
"el-icon-bottom"
></i>
</div>
<el-form-item
label=
"批次年度:"
prop=
"batchYear"
class=
"fromItem"
>
<el-form-item
label=
"批次年度:"
prop=
"batchYear"
class=
"fromItem"
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-option
<el-option
...
@@ -575,6 +578,7 @@ export default {
...
@@ -575,6 +578,7 @@ export default {
mixins
:
[
tableMixin
],
mixins
:
[
tableMixin
],
data
()
{
data
()
{
return
{
return
{
openBar
:
false
,
value1
:
''
,
value1
:
''
,
yearsList
:
generateYearOptions
(),
yearsList
:
generateYearOptions
(),
totalXQ
:
0
,
totalXQ
:
0
,
...
@@ -1132,6 +1136,8 @@ export default {
...
@@ -1132,6 +1136,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessChecks/checkCompliance.vue
View file @
c37ff51
...
@@ -840,6 +840,8 @@ export default {
...
@@ -840,6 +840,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-y
:
auto
;
overflow-y
:
auto
;
display
:
flex
;
flex-direction
:
column
;
}
}
.close
{
.close
{
position
:
absolute
;
position
:
absolute
;
...
...
src/views/assessChecks/checkComplianceFZ.vue
View file @
c37ff51
...
@@ -249,6 +249,8 @@ export default {
...
@@ -249,6 +249,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
.Btn
{
.Btn
{
width
:
calc
(
100%
-
270px
);
width
:
calc
(
100%
-
270px
);
position
:
fixed
;
position
:
fixed
;
...
...
src/views/assessChecks/confirmRelease.vue
View file @
c37ff51
...
@@ -994,6 +994,8 @@ export default {
...
@@ -994,6 +994,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessChecks/materialAcquisition.vue
View file @
c37ff51
...
@@ -1034,6 +1034,8 @@ export default {
...
@@ -1034,6 +1034,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessChecks/mianHome.vue
View file @
c37ff51
...
@@ -180,6 +180,8 @@ export default {
...
@@ -180,6 +180,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.mainhome
{
.mainhome
{
font-size
:
14px
;
font-size
:
14px
;
...
...
src/views/assessZC/assistedViewing.vue
View file @
c37ff51
...
@@ -599,6 +599,8 @@ export default {
...
@@ -599,6 +599,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessZC/auxiliaryInspection.vue
View file @
c37ff51
...
@@ -1015,6 +1015,8 @@ export default {
...
@@ -1015,6 +1015,8 @@ export default {
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessZC/auxiliarySelection.vue
View file @
c37ff51
...
@@ -1141,6 +1141,8 @@ export default {
...
@@ -1141,6 +1141,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessZC/checkCompliance.vue
View file @
c37ff51
...
@@ -842,6 +842,8 @@ export default {
...
@@ -842,6 +842,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-y
:
auto
;
overflow-y
:
auto
;
display
:
flex
;
flex-direction
:
column
;
}
}
.close
{
.close
{
position
:
absolute
;
position
:
absolute
;
...
...
src/views/assessZC/checkComplianceFZ.vue
View file @
c37ff51
...
@@ -249,6 +249,8 @@ export default {
...
@@ -249,6 +249,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
.Btn
{
.Btn
{
width
:
calc
(
100%
-
270px
);
width
:
calc
(
100%
-
270px
);
position
:
fixed
;
position
:
fixed
;
...
...
src/views/assessZC/confirmRelease.vue
View file @
c37ff51
...
@@ -986,6 +986,8 @@ export default {
...
@@ -986,6 +986,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/assessZC/materialAcquisition.vue
View file @
c37ff51
...
@@ -1031,7 +1031,8 @@ export default {
...
@@ -1031,7 +1031,8 @@ export default {
position
:
relative
;
position
:
relative
;
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
display
:
flex
;
flex-direction
:
column
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
.el-form
{
.el-form
{
...
...
src/views/assessZC/projectView.vue
View file @
c37ff51
<
template
>
<
template
>
<div
class=
"main"
>
<div
class=
"main"
>
<el-form
:model=
"ruleForm"
ref=
"formName"
label-width=
"100px"
class=
"demo-ruleForm"
>
<el-form
:model=
"ruleForm"
ref=
"formName"
label-width=
"100px"
class=
"demo-ruleForm"
>
<div
class=
"upicon"
:class=
"openBar?'upicon':'downicon'"
@
click=
"openBar=!openBar"
>
<i
class=
"el-icon-bottom"
></i>
</div>
<el-form-item
label=
"项目编码:"
prop=
"projectCode"
class=
"fromItem"
>
<el-form-item
label=
"项目编码:"
prop=
"projectCode"
class=
"fromItem"
>
<el-input
<el-input
v-model=
"ruleForm.projectCode"
v-model=
"ruleForm.projectCode"
...
@@ -333,6 +336,7 @@ export default {
...
@@ -333,6 +336,7 @@ export default {
mixins
:
[
tableMixin
],
mixins
:
[
tableMixin
],
data
()
{
data
()
{
return
{
return
{
openBar
:
false
,
dialogFullScreen
:
false
,
dialogFullScreen
:
false
,
tableHistory
:
[],
tableHistory
:
[],
processen
:
''
,
processen
:
''
,
...
@@ -827,6 +831,8 @@ export default {
...
@@ -827,6 +831,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/checkCompliance/automaticCheck.vue
View file @
c37ff51
...
@@ -415,6 +415,8 @@ export default {
...
@@ -415,6 +415,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/compliance/checkRules.vue
View file @
c37ff51
...
@@ -946,6 +946,8 @@ export default {
...
@@ -946,6 +946,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/compliance/taskConfigure.vue
View file @
c37ff51
...
@@ -1630,6 +1630,8 @@ export default {
...
@@ -1630,6 +1630,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/layout/mainLayout.vue
View file @
c37ff51
...
@@ -245,7 +245,7 @@ export default {
...
@@ -245,7 +245,7 @@ export default {
}
}
}
}
</
style
>
</
style
>
<
style
>
<
style
lang=
"scss"
>
.el-tooltip__popper
{
.el-tooltip__popper
{
max-width
:
400px
;
max-width
:
400px
;
line-height
:
20px
;
line-height
:
20px
;
...
@@ -271,20 +271,57 @@ export default {
...
@@ -271,20 +271,57 @@ export default {
}
}
.el-form
{
.el-form
{
margin
:
0
!important
;
margin
:
0
!important
;
position
:
relative
;
.upicon{
position
:
absolute
;
width
:
30px
;
height
:
30px
;
border-radius
:
50%
;
background
:
#23c6c8
;
right
:
15px
;
.
el-icon-bottom
:
before
{
content
:
"\e6eb"
;
color
:
#fff
;
font-size
:
24px
;
line-height
:
30px
;
}
}
.downicon
{
position
:
absolute
;
width
:
30px
;
height
:
30px
;
border-radius
:
50%
;
background
:
#23c6c8
;
right
:
15px
;
transform
:
rotate
(
180deg
);
.
el-icon-bottom
:
before
{
content
:
"\e6eb"
;
color
:
#fff
;
font-size
:
24px
;
line-height
:
30px
;
}
}
}
}
.el-form
.button
{
.el-form
.button
{
margin-bottom
:
0
;
margin-bottom
:
0
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.elpagination
{
margin-bottom
:
5px
;
}
.setscroll
{
.setscroll
{
height
:
calc
(
100%
-
260px
);
height
:
calc
(
100%
);
min-height
:
300px
;
min-height
:
300px
;
overflow-y
:
auto
;
overflow-y
:
auto
;
}
}
.setscrollOne
{
.setscrollOne
{
height
:
calc
(
100%
-
210px
);
height
:
calc
(
100%
);
min-height
:
300px
;
min-height
:
300px
;
position
:
relative
;
position
:
relative
;
overflow
:
auto
;
overflow
:
auto
;
...
...
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
View file @
c37ff51
...
@@ -319,6 +319,8 @@ export default {
...
@@ -319,6 +319,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
View file @
c37ff51
...
@@ -338,6 +338,8 @@ export default {
...
@@ -338,6 +338,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/projectCheck/checkResault.vue
View file @
c37ff51
...
@@ -407,6 +407,8 @@ export default {
...
@@ -407,6 +407,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/projectCheck/confirmResault.vue
View file @
c37ff51
...
@@ -523,6 +523,8 @@ export default {
...
@@ -523,6 +523,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/projectCheck/problemRectify.vue
View file @
c37ff51
...
@@ -635,6 +635,8 @@ export default {
...
@@ -635,6 +635,8 @@ export default {
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
src/views/projectCheck/verificationRectify.vue
View file @
c37ff51
...
@@ -659,6 +659,8 @@ this.dialog = true;
...
@@ -659,6 +659,8 @@ this.dialog = true;
width
:
100%
;
width
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
}
}
.el-form
{
.el-form
{
display
:
flex
;
display
:
flex
;
...
...
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