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 5a719b6e
authored
Nov 11, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
互查暂存
1 parent
f891557f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
86 additions
and
15 deletions
src/views/assessChecks/auxiliarySelection.vue
src/views/assessChecks/confirmRelease.vue
src/views/assessZC/assistedViewing.vue
src/views/assessZC/auxiliaryInspection.vue
src/views/assessZC/auxiliarySelection.vue
src/views/assessZC/confirmRelease.vue
src/views/assessZC/materialAcquisition.vue
src/views/assessChecks/auxiliarySelection.vue
View file @
5a719b6
...
...
@@ -5,7 +5,7 @@
<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
fromItemShow
"
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-option
v-for=
"(item, index) in yearsList"
...
...
@@ -15,10 +15,10 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"后评估批次名称:"
prop=
"batchName"
class=
"fromItem"
>
<el-form-item
label=
"后评估批次名称:"
prop=
"batchName"
class=
"fromItem
fromItemShow
"
>
<el-input
v-model=
"ruleForm.batchName"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"后评估批次状态:"
prop=
"postEvalState"
class=
"fromItem"
>
<el-form-item
label=
"后评估批次状态:"
prop=
"postEvalState"
class=
"fromItem
fromItemShow
"
>
<el-select
v-model=
"ruleForm.postEvalState"
placeholder=
"请选择"
clearable
>
<el-option
label=
"未发起"
value=
"0"
></el-option>
<el-option
label=
"已发起"
value=
"1"
></el-option>
...
...
@@ -27,7 +27,7 @@
<el-option
label=
"已完成"
value=
"5"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"发起时间:"
prop=
"batchName"
class=
"fromItem"
>
<el-form-item
label=
"发起时间:"
prop=
"batchName"
class=
"fromItem
fromItemShow
"
>
<el-date-picker
@
change=
"timeChange"
v-model=
"ruleForm.dates"
...
...
@@ -720,7 +720,7 @@ export default {
},
watch
:
{
openBar
(
n
,
o
)
{
let
elements
=
document
.
querySelectorAll
(
".fromItem"
);
let
elements
=
document
.
querySelectorAll
(
".fromItem
Show
"
);
if
(
o
)
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"none"
;
...
...
src/views/assessChecks/confirmRelease.vue
View file @
5a719b6
...
...
@@ -5,7 +5,7 @@
<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
fromItemShow
"
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-option
v-for=
"(item, index) in yearsList"
...
...
@@ -15,10 +15,10 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"后评估批次名称:"
prop=
"batchName"
class=
"fromItem"
>
<el-form-item
label=
"后评估批次名称:"
prop=
"batchName"
class=
"fromItem
fromItemShow
"
>
<el-input
v-model=
"ruleForm.batchName"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"后评估批次状态:"
prop=
"postEvalState"
class=
"fromItem"
>
<el-form-item
label=
"后评估批次状态:"
prop=
"postEvalState"
class=
"fromItem
fromItemShow
"
>
<el-select
v-model=
"ruleForm.postEvalState"
placeholder=
"请选择"
clearable
>
<el-option
label=
"执行中"
value=
"3"
></el-option>
<el-option
label=
"已发起"
value=
"1"
></el-option>
...
...
@@ -26,7 +26,7 @@
<el-option
label=
"已完成"
value=
"5"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"发起时间:"
prop=
"batchName"
class=
"fromItem"
>
<el-form-item
label=
"发起时间:"
prop=
"batchName"
class=
"fromItem
fromItemShow
"
>
<el-date-picker
@
change=
"timeChange"
v-model=
"ruleForm.dates"
...
...
@@ -576,7 +576,7 @@ export default {
},
},
openBar
(
n
,
o
)
{
let
elements
=
document
.
querySelectorAll
(
".fromItem"
);
let
elements
=
document
.
querySelectorAll
(
".fromItem
Show
"
);
if
(
o
)
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"none"
;
...
...
src/views/assessZC/assistedViewing.vue
View file @
5a719b6
...
...
@@ -293,6 +293,7 @@ export default {
mixins
:
[
tableMixin
],
data
()
{
return
{
openBar
:
true
,
yearsList
:
generateYearOptions
(),
listData
:
{},
qdtableData
:
[],
...
...
@@ -329,6 +330,20 @@ export default {
lctableData
:
[],
}
},
watch
:
{
openBar
(
n
,
o
)
{
let
elements
=
document
.
querySelectorAll
(
".fromItem"
);
if
(
o
)
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"none"
;
});
}
else
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"block"
;
});
}
},
},
mounted
()
{
this
.
ruleForm
.
batchName
=
this
.
$route
.
query
.
batchName
this
.
ruleForm
.
projectId
=
this
.
$route
.
query
.
projCode
...
...
src/views/assessZC/auxiliaryInspection.vue
View file @
5a719b6
...
...
@@ -436,6 +436,7 @@ export default {
mixins
:
[
tableMixin
],
data
()
{
return
{
openBar
:
true
,
quesoptions
:
[],
form
:
{
projectStage
:
''
,
...
...
@@ -488,6 +489,20 @@ export default {
projectStageOptions
:
[
null
,
'可研'
,
'计划'
,
'采购'
,
'合同'
,
'执行'
,
'结决算及转资'
],
}
},
watch
:
{
openBar
(
n
,
o
)
{
let
elements
=
document
.
querySelectorAll
(
".fromItem"
);
if
(
o
)
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"none"
;
});
}
else
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"block"
;
});
}
},
},
mounted
()
{
console
.
log
(
this
.
$route
.
query
,
'this.$route.query'
)
this
.
ruleForm
.
batchName
=
this
.
$route
.
query
.
batchName
...
...
src/views/assessZC/auxiliarySelection.vue
View file @
5a719b6
...
...
@@ -5,7 +5,7 @@
<div
: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
fromItemShow
"
>
<el-select
v-model=
"ruleForm.batchYear"
placeholder=
"请选择"
clearable
>
<el-option
v-for=
"(item, index) in yearsList"
...
...
@@ -15,10 +15,10 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"后评估批次名称:"
prop=
"batchName"
class=
"fromItem"
>
<el-form-item
label=
"后评估批次名称:"
prop=
"batchName"
class=
"fromItem
fromItemShow
"
>
<el-input
v-model=
"ruleForm.batchName"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"后评估批次状态:"
prop=
"postEvalState"
class=
"fromItem"
>
</el-form-item>
<el-form-item
label=
"后评估批次状态:"
prop=
"postEvalState"
class=
"fromItem
fromItemShow
"
>
<el-select
v-model=
"ruleForm.postEvalState"
placeholder=
"请选择"
clearable
>
<el-option
label=
"未发起"
value=
"0"
></el-option>
<el-option
label=
"已发起"
value=
"1"
></el-option>
...
...
@@ -27,7 +27,7 @@
<el-option
label=
"已完成"
value=
"5"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"发起时间:"
prop=
"batchName"
class=
"fromItem"
>
<el-form-item
label=
"发起时间:"
prop=
"batchName"
class=
"fromItem
fromItemShow
"
>
<el-date-picker
@
change=
"timeChange"
v-model=
"ruleForm.dates"
...
...
@@ -581,6 +581,7 @@ export default {
mixins
:
[
tableMixin
],
data
()
{
return
{
openBar
:
true
,
value1
:
''
,
yearsList
:
generateYearOptions
(),
totalXQ
:
0
,
...
...
@@ -673,6 +674,20 @@ export default {
message
:
{},
}
},
watch
:
{
openBar
(
n
,
o
)
{
let
elements
=
document
.
querySelectorAll
(
".fromItemShow"
);
if
(
o
)
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"none"
;
});
}
else
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"block"
;
});
}
},
},
mounted
()
{
this
.
submitForm
()
},
...
...
src/views/assessZC/confirmRelease.vue
View file @
5a719b6
...
...
@@ -541,6 +541,7 @@ export default {
addcurrentPage
:
1
,
addtableData
:
[],
message
:
{},
openBar
:
true
,
}
},
filters
:
{
...
...
@@ -567,6 +568,18 @@ export default {
this
.
submitForm
()
},
},
openBar
(
n
,
o
)
{
let
elements
=
document
.
querySelectorAll
(
".fromItemShow"
);
if
(
o
)
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"none"
;
});
}
else
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"block"
;
});
}
},
},
mounted
()
{
// this.submitForm();
...
...
src/views/assessZC/materialAcquisition.vue
View file @
5a719b6
...
...
@@ -448,6 +448,7 @@ export default {
mixins
:
[
tableMixin
],
data
()
{
return
{
openBar
:
true
,
yearsList
:
generateYearOptions
(),
dialogXQ
:
false
,
file
:
''
,
...
...
@@ -511,6 +512,18 @@ export default {
this
.
submitForm
()
},
},
openBar
(
n
,
o
)
{
let
elements
=
document
.
querySelectorAll
(
".fromItemShow"
);
if
(
o
)
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"none"
;
});
}
else
{
elements
.
forEach
(
function
(
el
)
{
el
.
style
.
display
=
"block"
;
});
}
},
},
mounted
()
{
// this.submitForm();
...
...
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