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 5032568e
authored
Sep 06, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
1 parent
a92c3d16
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
8 deletions
src/views/assessChecks/assistedViewing.vue
src/views/assessZC/assistedViewing.vue
src/views/assessChecks/assistedViewing.vue
View file @
5032568
...
...
@@ -64,9 +64,9 @@
<el-button
@
click=
"detailsForm('ruleForm')"
>
<img
class=
"buttonIcon"
src=
"../../assets/ck.png"
/>
详情
</el-button
>
<el-button
@
click=
"downFiles()"
>
<
!--
<
el-button
@
click=
"downFiles()"
>
<i
class=
"el-icon-download"
></i>
归档材料下载
</el-button
>
>
-->
</el-form-item>
</el-form>
<div
class=
"setscroll"
>
...
...
@@ -380,10 +380,14 @@ export default {
}
this
.
dialog
=
true
let
params
=
{
batchId
:
this
.
checkedList
[
0
].
contractNumber
,
batchId
:
this
.
checkedList
[
0
].
batchId
,
projectId
:
this
.
checkedList
[
0
].
projectCode
,
}
const
params2
=
{
contractNumber
:
this
.
checkedList
[
0
].
contractNumber
,
projectId
:
this
.
checkedList
[
0
].
projectCode
,
}
Promise
.
all
([
fzcxXqselect
(
params
),
clqdselect
(
params
)]).
then
((
res
)
=>
{
Promise
.
all
([
fzcxXqselect
(
params
),
clqdselect
(
params
2
)]).
then
((
res
)
=>
{
this
.
listData
=
res
[
0
].
data
.
records
[
0
]
this
.
listData
.
constructionForm
=
constructionFormText
(
this
.
listData
.
constructionForm
)
this
.
qdtableData
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
tableDataNew
))
...
...
src/views/assessZC/assistedViewing.vue
View file @
5032568
...
...
@@ -64,9 +64,9 @@
<el-button
@
click=
"detailsForm('ruleForm')"
>
<img
class=
"buttonIcon"
src=
"../../assets/ck.png"
/>
详情
</el-button
>
<el-button
@
click=
"downFiles()"
>
<
!--
<
el-button
@
click=
"downFiles()"
>
<i
class=
"el-icon-download"
></i>
归档材料下载
</el-button
>
>
-->
</el-form-item>
</el-form>
<div
class=
"setscroll"
>
...
...
@@ -380,10 +380,14 @@ export default {
}
this
.
dialog
=
true
let
params
=
{
batchId
:
this
.
checkedList
[
0
].
contractNumber
,
batchId
:
this
.
checkedList
[
0
].
batchId
,
projectId
:
this
.
checkedList
[
0
].
projectCode
,
}
const
params2
=
{
contractNumber
:
this
.
checkedList
[
0
].
contractNumber
,
projectId
:
this
.
checkedList
[
0
].
projectCode
,
}
Promise
.
all
([
fzcxXqselect
(
params
),
clqdselect
(
params
)]).
then
((
res
)
=>
{
Promise
.
all
([
fzcxXqselect
(
params
),
clqdselect
(
params
2
)]).
then
((
res
)
=>
{
this
.
listData
=
res
[
0
].
data
.
records
[
0
]
this
.
listData
.
constructionForm
=
constructionFormText
(
this
.
listData
.
constructionForm
)
this
.
qdtableData
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
tableDataNew
))
...
...
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