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 23093a38
authored
Jun 03, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
建设形式映射
1 parent
6d500e1c
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
99 additions
and
89 deletions
src/router/index.js
src/utils/cache.js
src/utils/leftBarRules.js
src/views/assessChecks/assistedConfirm.vue
src/views/assessChecks/assistedFeedback.vue
src/views/assessChecks/assistedRect.vue
src/views/assessChecks/assistedVerif.vue
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/assitedDistribution.vue
src/views/assessChecks/attachSynchronousArchiving.vue
src/views/assessChecks/auxiliaryInspection.vue
src/views/assessChecks/auxiliaryQuery.vue
src/views/assessChecks/auxiliarySelection.vue
src/views/assessChecks/confirmChanges.vue
src/views/assessChecks/correctiveAssistanceVerification.vue
src/views/assessChecks/materialAcquisition.vue
src/views/assessZC/auxiliarySelection.vue
src/router/index.js
View file @
23093a3
...
@@ -37,7 +37,7 @@ export const routes = [
...
@@ -37,7 +37,7 @@ export const routes = [
name
:
'auxiliarySelection'
,
name
:
'auxiliarySelection'
,
component
:
()
=>
import
(
'@/views/assessZC/auxiliarySelection.vue'
),
component
:
()
=>
import
(
'@/views/assessZC/auxiliarySelection.vue'
),
meta
:
{
meta
:
{
title
:
"评估
项目辅助选定
"
,
title
:
"评估
批次发起
"
,
},
},
},
},
{
{
...
@@ -148,7 +148,7 @@ export const routes = [
...
@@ -148,7 +148,7 @@ export const routes = [
name
:
'auxiliarySelection'
,
name
:
'auxiliarySelection'
,
component
:
()
=>
import
(
'@/views/assessChecks/auxiliarySelection.vue'
),
component
:
()
=>
import
(
'@/views/assessChecks/auxiliarySelection.vue'
),
meta
:
{
meta
:
{
title
:
"评估
项目辅助选定
"
,
title
:
"评估
批次发起
"
,
},
},
},
},
{
{
...
...
src/utils/cache.js
View file @
23093a3
...
@@ -69,7 +69,7 @@ export function MaterialsListKY(type) {
...
@@ -69,7 +69,7 @@ export function MaterialsListKY(type) {
]
]
break
break
case
4
:
case
4
:
return
[
return
[
{
batchtype
:
"合同"
,
typeText
:
"项目合同"
,
typeCode
:
"9"
},
{
batchtype
:
"合同"
,
typeText
:
"项目合同"
,
typeCode
:
"9"
},
{
batchtype
:
"合同"
,
typeText
:
"技术协议"
,
typeCode
:
"10"
},
{
batchtype
:
"合同"
,
typeText
:
"技术协议"
,
typeCode
:
"10"
},
{
batchtype
:
"执行"
,
typeText
:
" 合同变更文件(若有)"
,
typeCode
:
"11"
},
{
batchtype
:
"执行"
,
typeText
:
" 合同变更文件(若有)"
,
typeCode
:
"11"
},
...
@@ -102,7 +102,7 @@ export function MaterialsListKY(type) {
...
@@ -102,7 +102,7 @@ export function MaterialsListKY(type) {
]
]
break
break
case
6
:
case
6
:
return
[
return
[
{
batchtype
:
"结决算及转资"
,
typeText
:
"项目结算报告"
,
typeCode
:
"31"
},
{
batchtype
:
"结决算及转资"
,
typeText
:
"项目结算报告"
,
typeCode
:
"31"
},
{
batchtype
:
"结决算及转资"
,
typeText
:
"项目决算报告(仅涉及含资本金的项目)"
,
typeCode
:
"32"
},
{
batchtype
:
"结决算及转资"
,
typeText
:
"项目决算报告(仅涉及含资本金的项目)"
,
typeCode
:
"32"
},
{
batchtype
:
"结决算及转资"
,
typeText
:
"决算审计意见(仅涉及含资本金的项目)"
,
typeCode
:
"33"
},
{
batchtype
:
"结决算及转资"
,
typeText
:
"决算审计意见(仅涉及含资本金的项目)"
,
typeCode
:
"33"
},
...
@@ -116,4 +116,19 @@ export function generateYearOptions() {
...
@@ -116,4 +116,19 @@ export function generateYearOptions() {
console
.
log
(
'获取时间'
)
console
.
log
(
'获取时间'
)
const
currentYear
=
new
Date
().
getFullYear
();
const
currentYear
=
new
Date
().
getFullYear
();
return
Array
.
from
({
length
:
10
},
(
_
,
i
)
=>
currentYear
-
i
);
return
Array
.
from
({
length
:
10
},
(
_
,
i
)
=>
currentYear
-
i
);
}
}
\ No newline at end of file
export
function
projectCategoryText
(
type
)
{
switch
(
type
)
{
case
"01"
:
return
'统推'
break
;
case
"02"
:
return
'自建'
break
;
case
"03"
:
return
'独立建设'
break
;
}
}
\ No newline at end of file
src/utils/leftBarRules.js
View file @
23093a3
...
@@ -12,7 +12,7 @@ export function trendsRules(type) {
...
@@ -12,7 +12,7 @@ export function trendsRules(type) {
children
:
[
children
:
[
{
{
name
:
"评估
项目辅助选定
"
,
name
:
"评估
批次发起
"
,
url
:
"/mainLayout/auxiliarySelection"
,
url
:
"/mainLayout/auxiliarySelection"
,
children
:
[],
children
:
[],
},
},
...
@@ -205,7 +205,7 @@ export function trendsRules(type) {
...
@@ -205,7 +205,7 @@ export function trendsRules(type) {
url
:
""
,
url
:
""
,
children
:
[
children
:
[
{
{
name
:
"自查
项目辅助选定
"
,
name
:
"自查
评估批次发起
"
,
url
:
"/assesszc/auxiliarySelection"
,
url
:
"/assesszc/auxiliarySelection"
,
children
:
[],
children
:
[],
},
},
...
@@ -267,7 +267,7 @@ export function trendsRules(type) {
...
@@ -267,7 +267,7 @@ export function trendsRules(type) {
url
:
""
,
url
:
""
,
children
:
[
children
:
[
{
{
name
:
"评估
项目辅助选定
"
,
name
:
"评估
批次发起
"
,
url
:
"/mainLayout/auxiliarySelection"
,
url
:
"/mainLayout/auxiliarySelection"
,
children
:
[],
children
:
[],
},
},
...
...
src/views/assessChecks/assistedConfirm.vue
View file @
23093a3
...
@@ -330,7 +330,7 @@ import {
...
@@ -330,7 +330,7 @@ import {
wtssSelAssistanceConfirmatio
,
wtssSelAssistanceConfirmatio
,
downloadObject
downloadObject
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -396,7 +396,8 @@ export default {
...
@@ -396,7 +396,8 @@ export default {
}
else
{
}
else
{
this
.
$set
(
item
,
"postEvalStateText"
,
"复核未下发"
);
this
.
$set
(
item
,
"postEvalStateText"
,
"复核未下发"
);
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
});
});
console
.
log
(
this
.
tableData
,
'tableDatatableData'
)
console
.
log
(
this
.
tableData
,
'tableDatatableData'
)
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
...
...
src/views/assessChecks/assistedFeedback.vue
View file @
23093a3
...
@@ -297,7 +297,7 @@ import {
...
@@ -297,7 +297,7 @@ import {
wtssSelProblemAssistedFeedback
,
wtssSelProblemAssistedFeedback
,
ssProblemAssistedFeedback
,
ssProblemAssistedFeedback
,
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -367,6 +367,7 @@ export default {
...
@@ -367,6 +367,7 @@ export default {
}
else
{
}
else
{
this
.
$set
(
item
,
"postEvalStateText"
,
"未申诉"
);
this
.
$set
(
item
,
"postEvalStateText"
,
"未申诉"
);
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
});
});
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
...
...
src/views/assessChecks/assistedRect.vue
View file @
23093a3
...
@@ -24,17 +24,32 @@
...
@@ -24,17 +24,32 @@
clearable
clearable
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<
!--
<el-form-item
label=
"后评估
状态:"
prop=
"postEvalState"
class=
"fromItem"
>
<
el-form-item
label=
"问题整改
状态:"
prop=
"postEvalState"
class=
"fromItem"
>
<el-select
<el-select
v-model=
"ruleForm.postEvalState"
v-model=
"ruleForm.postEvalState"
placeholder=
"请选择"
placeholder=
"请选择"
clearable
clearable
>
>
<el-option
label=
"未下发"
value=
"0"
></el-option>
<el-option
label=
"未整改"
value=
"4"
></el-option>
<el-option
label=
"已下发"
value=
"1"
></el-option>
<el-option
label=
"整改提交"
value=
"5"
></el-option>
<el-option
label=
"已撤回"
value=
"2"
></el-option>
<el-option
label=
"整改未完成"
value=
"6"
></el-option>
<el-option
label=
"整改已完成"
value=
"7"
></el-option>
</el-select>
</el-select>
</el-form-item>
-->
</el-form-item>
<el-form-item
label=
"评估项目名称:"
prop=
"projectName"
class=
"fromItem"
>
<el-input
v-model=
"ruleForm.projectName"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"项目ID:"
prop=
"projectId"
class=
"fromItem"
>
<el-input
v-model=
"ruleForm.projectId"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<el-form-item
class=
"button"
>
<el-form-item
class=
"button"
>
<el-button
@
click=
"submitForm()"
>
<el-button
@
click=
"submitForm()"
>
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
<img
class=
"buttonIcon"
src=
"../../assets/cx.png"
/>
查询
</el-button
...
@@ -407,7 +422,7 @@ import {
...
@@ -407,7 +422,7 @@ import {
ossupload
,
ossupload
,
downloadObject
,
downloadObject
,
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -457,6 +472,7 @@ export default {
...
@@ -457,6 +472,7 @@ export default {
}
else
if
(
item
.
reviewStatus
==
"7"
)
{
}
else
if
(
item
.
reviewStatus
==
"7"
)
{
this
.
$set
(
item
,
"postEvalState"
,
"整改已完成"
);
this
.
$set
(
item
,
"postEvalState"
,
"整改已完成"
);
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
});
});
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
...
...
src/views/assessChecks/assistedVerif.vue
View file @
23093a3
...
@@ -543,67 +543,6 @@ export default {
...
@@ -543,67 +543,6 @@ export default {
};
};
Object
.
assign
(
params
,
this
.
ruleForm
);
Object
.
assign
(
params
,
this
.
ruleForm
);
console
.
log
(
params
);
console
.
log
(
params
);
(
this
.
tableData
=
[
{
expertId
:
1
,
fullName
:
"王小明"
,
gender
:
1
,
birthday
:
"2024-04-23"
,
compId
:
10001
,
qualification
:
"硕士"
,
contact
:
"13241375678"
,
email
:
"115485@qq.com"
,
fields
:
"1"
,
expertLevel
:
1
,
description
:
"1"
,
expertState
:
1
,
creator
:
1
,
createTime
:
"2024-04-23 14:47:07"
,
lastUpdatedby
:
1
,
lastUpdateTime
:
"2024-04-23 14:47:12"
,
column14
:
1
,
},
{
expertId
:
2
,
fullName
:
"李晓帅"
,
gender
:
0
,
birthday
:
"2024-04-23"
,
compId
:
10001
,
qualification
:
"博士"
,
contact
:
"13241375678"
,
email
:
"115485@qq.com"
,
fields
:
"1"
,
expertLevel
:
1
,
description
:
"1"
,
expertState
:
1
,
creator
:
1
,
createTime
:
"2024-04-23 14:47:07"
,
lastUpdatedby
:
1
,
lastUpdateTime
:
"2024-04-23 14:47:12"
,
column14
:
1
,
},
{
expertId
:
3
,
fullName
:
"张晓楠"
,
gender
:
1
,
birthday
:
"2024-04-23"
,
compId
:
10002
,
qualification
:
"博士后"
,
contact
:
"13241375678"
,
email
:
"115485@qq.com"
,
fields
:
"1"
,
expertLevel
:
1
,
description
:
"1"
,
expertState
:
1
,
creator
:
1
,
createTime
:
"2024-04-23 14:47:07"
,
lastUpdatedby
:
1
,
lastUpdateTime
:
"2024-04-23 14:47:12"
,
column14
:
1
,
},
]),
(
this
.
total
=
2
);
return
;
let
res
=
await
projectInfo
(
params
);
let
res
=
await
projectInfo
(
params
);
if
(
res
.
code
==
"200"
)
{
if
(
res
.
code
==
"200"
)
{
...
...
src/views/assessChecks/assistedViewing.vue
View file @
23093a3
...
@@ -289,7 +289,7 @@ import {
...
@@ -289,7 +289,7 @@ import {
selLcb
,
selLcb
,
downloadObject
downloadObject
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -342,6 +342,10 @@ export default {
...
@@ -342,6 +342,10 @@ export default {
if
(
res
.
code
==
"200"
)
{
if
(
res
.
code
==
"200"
)
{
this
.
tableData
=
res
.
data
.
records
;
this
.
tableData
=
res
.
data
.
records
;
this
.
tableData
.
forEach
(
item
=>
{
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
})
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
},
},
...
...
src/views/assessChecks/assitedDistribution.vue
View file @
23093a3
...
@@ -165,7 +165,7 @@ import {
...
@@ -165,7 +165,7 @@ import {
wtplxfproblemAssistedDistribution
,
wtplxfproblemAssistedDistribution
,
chproblemAssistedDistribution
chproblemAssistedDistribution
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -233,6 +233,7 @@ export default {
...
@@ -233,6 +233,7 @@ export default {
}
else
{
}
else
{
this
.
$set
(
item
,
"postEvalState"
,
"已下发"
);
this
.
$set
(
item
,
"postEvalState"
,
"已下发"
);
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
});
});
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
...
...
src/views/assessChecks/attachSynchronousArchiving.vue
View file @
23093a3
...
@@ -307,7 +307,7 @@ import {
...
@@ -307,7 +307,7 @@ import {
wtqdqselect
,
wtqdqselect
,
selLcb
selLcb
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
import
{
MaterialsList
}
from
"@/utils/cache"
;
import
{
MaterialsList
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
...
@@ -355,6 +355,9 @@ export default {
...
@@ -355,6 +355,9 @@ export default {
if
(
res
.
code
==
"200"
)
{
if
(
res
.
code
==
"200"
)
{
this
.
tableData
=
res
.
data
.
records
;
this
.
tableData
=
res
.
data
.
records
;
this
.
tableData
.
forEach
((
item
)
=>
{
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
});
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
},
},
...
...
src/views/assessChecks/auxiliaryInspection.vue
View file @
23093a3
...
@@ -116,7 +116,7 @@ import {
...
@@ -116,7 +116,7 @@ import {
chpostEvalQuesInfo
,
chpostEvalQuesInfo
,
qrscevaluationMaterials
,
qrscevaluationMaterials
,
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -183,6 +183,7 @@ export default {
...
@@ -183,6 +183,7 @@ export default {
}
else
{
}
else
{
this
.
$set
(
item
,
'postEvalState'
,
'已提交'
)
this
.
$set
(
item
,
'postEvalState'
,
'已提交'
)
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
})
})
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
...
...
src/views/assessChecks/auxiliaryQuery.vue
View file @
23093a3
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
import
{
import
{
fzcxpostSelect
fzcxpostSelect
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -219,6 +219,7 @@ export default {
...
@@ -219,6 +219,7 @@ export default {
}
else
{
}
else
{
this
.
$set
(
item
,
"postEvalState"
,
"未下发"
);
this
.
$set
(
item
,
"postEvalState"
,
"未下发"
);
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
});
});
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
...
...
src/views/assessChecks/auxiliarySelection.vue
View file @
23093a3
<!-- 评估
项目辅助选定
-->
<!-- 评估
批次发起
-->
<
template
>
<
template
>
<div
class=
"main"
>
<div
class=
"main"
>
<el-form
<el-form
...
...
src/views/assessChecks/confirmChanges.vue
View file @
23093a3
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
clqdevaluationMaterials
,
clqdevaluationMaterials
,
qrscevaluationMaterials
,
qrscevaluationMaterials
,
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -252,6 +252,7 @@ export default {
...
@@ -252,6 +252,7 @@ export default {
}
else
{
}
else
{
this
.
$set
(
item
,
'postEvalState'
,
'待确认'
)
this
.
$set
(
item
,
'postEvalState'
,
'待确认'
)
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
})
})
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
...
...
src/views/assessChecks/correctiveAssistanceVerification.vue
View file @
23093a3
...
@@ -19,6 +19,31 @@
...
@@ -19,6 +19,31 @@
<el-form-item
label=
"后评估批次名称:"
prop=
"batchName"
class=
"fromItem"
>
<el-form-item
label=
"后评估批次名称:"
prop=
"batchName"
class=
"fromItem"
>
<el-input
v-model=
"ruleForm.batchName"
clearable
></el-input>
<el-input
v-model=
"ruleForm.batchName"
clearable
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"整改复核状态:"
prop=
"postEvalState"
class=
"fromItem"
>
<el-select
v-model=
"ruleForm.postEvalState"
placeholder=
"请选择"
clearable
>
<el-option
label=
"整改提交"
value=
"5"
></el-option>
<el-option
label=
"整改未完成"
value=
"6"
></el-option>
<el-option
label=
"整改已完成"
value=
"7"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"评估项目名称:"
prop=
"projectName"
class=
"fromItem"
>
<el-input
v-model=
"ruleForm.projectName"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"项目ID:"
prop=
"projectId"
class=
"fromItem"
>
<el-input
v-model=
"ruleForm.projectId"
placeholder=
"请输入"
clearable
></el-input>
</el-form-item>
<!--
<el-form-item
<!--
<el-form-item
label=
"计划评审日期:"
label=
"计划评审日期:"
prop=
"planReviewDate"
prop=
"planReviewDate"
...
@@ -437,7 +462,7 @@ import {
...
@@ -437,7 +462,7 @@ import {
ossupload
,
ossupload
,
downloadObject
downloadObject
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -493,6 +518,7 @@ export default {
...
@@ -493,6 +518,7 @@ export default {
}
else
{
}
else
{
this
.
$set
(
item
,
"postEvalState"
,
"整改已完成"
);
this
.
$set
(
item
,
"postEvalState"
,
"整改已完成"
);
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
});
});
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
...
...
src/views/assessChecks/materialAcquisition.vue
View file @
23093a3
...
@@ -257,7 +257,7 @@ import {
...
@@ -257,7 +257,7 @@ import {
ossupload
,
ossupload
,
downloadObject
downloadObject
}
from
"@/api/index"
;
}
from
"@/api/index"
;
import
{
generateYearOptions
}
from
"@/utils/cache"
;
import
{
generateYearOptions
,
projectCategoryText
}
from
"@/utils/cache"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -324,6 +324,7 @@ export default {
...
@@ -324,6 +324,7 @@ export default {
}
else
if
(
item
.
postEvalState
>=
1
)
{
}
else
if
(
item
.
postEvalState
>=
1
)
{
this
.
$set
(
item
,
"postEvalStateText"
,
"已上传"
);
this
.
$set
(
item
,
"postEvalStateText"
,
"已上传"
);
}
}
this
.
$set
(
item
,
"projectCategory"
,
projectCategoryText
(
item
.
projectCategory
));
});
});
this
.
total
=
res
.
data
.
total
*
1
;
this
.
total
=
res
.
data
.
total
*
1
;
}
}
...
...
src/views/assessZC/auxiliarySelection.vue
View file @
23093a3
<!-- 评估
项目辅助选定
-->
<!-- 评估
批次发起
-->
<
template
>
<
template
>
<div
class=
"main"
>
<div
class=
"main"
>
<el-form
<el-form
...
...
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