Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
c29cf252
Commit
c29cf252
authored
Mar 06, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
dc6fcd0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
index.vue
...rojectCostLedger/detail/components/MeasureItems/index.vue
+6
-5
No files found.
dsk-operate-ui/src/views/projectCostLedger/detail/components/MeasureItems/index.vue
View file @
c29cf252
...
...
@@ -98,10 +98,10 @@
<el-table-column
label=
"成本合价"
width=
"130"
prop=
"costEffective"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
costEffective
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"本月工程量"
width=
"130"
prop=
"
currentP
rojectVolume"
>
<el-table-column
label=
"本月工程量"
width=
"130"
prop=
"
p
rojectVolume"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"isinput"
><el-input
v-model=
"scope.row.
currentP
rojectVolume "
></el-input></
template
>
<
template
v-else
>
{{
scope
.
row
.
currentP
rojectVolume
||
'--'
}}
</
template
>
<template
v-if=
"isinput"
><el-input
v-model=
"scope.row.
p
rojectVolume "
></el-input></
template
>
<
template
v-else
>
{{
scope
.
row
.
p
rojectVolume
||
'--'
}}
</
template
>
</template>
</el-table-column>
<el-table-column
label=
"截止本月工程量"
width=
"130"
prop=
"currentProjectVolume"
>
...
...
@@ -136,7 +136,7 @@
<el-input
type=
"text"
v-model=
"queryParam.projectName"
placeholder=
"请输入分包项目名称"
></el-input>
</el-form-item>
<el-form-item
label=
"本月实际工程量"
class=
"row"
>
<el-input
type=
"text"
placeholder=
"请输入本月实际工程量"
v-model=
"queryParam.
currentP
rojectVolume"
></el-input>
<el-input
type=
"text"
placeholder=
"请输入本月实际工程量"
v-model=
"queryParam.
p
rojectVolume"
></el-input>
</el-form-item>
<el-form-item
label=
"需推送工程量"
class=
"row"
>
<el-input
type=
"text"
placeholder=
"请输入需推送工程量"
v-model=
"queryParam.submitProjectVolume"
></el-input>
...
...
@@ -277,7 +277,7 @@ export default {
}
},
tored1
({
column
}){
let
arr
=
[
'submitProjectVolume'
,
'suncurrentProjectVolume'
,
'currentProjectVolume'
,
'costEffective'
,
'monthCostRate'
]
let
arr
=
[
'submitProjectVolume'
,
'suncurrentProjectVolume'
,
'
projectVolume'
,
'
currentProjectVolume'
,
'costEffective'
,
'monthCostRate'
]
if
(
arr
.
includes
(
column
.
property
)
&&
this
.
isinput
){
return
'tored'
}
...
...
@@ -392,6 +392,7 @@ export default {
projectVolume
(
row
.
id
).
then
(
res
=>
{
if
(
res
.
data
)
{
let
datas
=
res
.
data
;
this
.
queryParam
.
projectVolume
=
datas
.
projectVolume
;
this
.
queryParam
.
currentProjectVolume
=
datas
.
currentProjectVolume
;
this
.
queryParam
.
ipmProjectCode
=
datas
.
ipmProjectCode
;
this
.
queryParam
.
ipmContractCode
=
datas
.
ipmContractCode
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment