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
ef1eb1ab
Commit
ef1eb1ab
authored
Apr 24, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ca745f94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
12 deletions
+38
-12
index.vue
.../projectCostLedger/detail/components/DirectCost/index.vue
+28
-6
index.vue
...projectCostLedger/detail/components/FeedSummary/index.vue
+10
-6
No files found.
dsk-operate-ui/src/views/projectCostLedger/detail/components/DirectCost/index.vue
View file @
ef1eb1ab
...
@@ -44,12 +44,34 @@
...
@@ -44,12 +44,34 @@
<el-table-column
prop=
"cbSubject"
label=
"成本科目"
width=
"130"
></el-table-column>
<el-table-column
prop=
"cbSubject"
label=
"成本科目"
width=
"130"
></el-table-column>
<el-table-column
prop=
"tenderControlUnitPrice"
label=
"招标控制单价"
width=
"120"
></el-table-column>
<el-table-column
prop=
"tenderControlUnitPrice"
label=
"招标控制单价"
width=
"120"
></el-table-column>
<el-table-column
prop=
"tenderControlSumPrice"
label=
"招标控制合价"
width=
"120"
></el-table-column>
<el-table-column
prop=
"tenderControlSumPrice"
label=
"招标控制合价"
width=
"120"
></el-table-column>
<el-table-column
prop=
"excludeTaxCbUnitPrice"
label=
"不含税成本单价"
width=
"122"
></el-table-column>
<el-table-column
prop=
"excludeTaxCbUnitPrice"
label=
"不含税成本单价"
width=
"122"
>
<el-table-column
prop=
"excludeTaxCbSumPrice"
label=
"不含税成本合计"
width=
"122"
></el-table-column>
<el-table-column
prop=
"cbTaxSum"
label=
"成本税金合计"
width=
"120"
></el-table-column>
</el-table-column>
<el-table-column
prop=
"includeTaxCbUnitPrice"
label=
"含税成本单价"
width=
"120"
></el-table-column>
<el-table-column
prop=
"excludeTaxCbSumPrice"
label=
"不含税成本合计"
width=
"122"
>
<el-table-column
prop=
"includeTaxCbSumPrice"
label=
"含税成本合价"
width=
"120"
></el-table-column>
<
template
slot-scope=
"scope"
>
<el-table-column
prop=
"sumPriceDeviation"
label=
"合价偏差"
width=
"120"
></el-table-column>
{{
$decimalFormat
(
scope
.
row
.
excludeTaxCbSumPrice
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"cbTaxSum"
label=
"成本税金合计"
width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
$decimalFormat
(
scope
.
row
.
cbTaxSum
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"includeTaxCbUnitPrice"
label=
"含税成本单价"
width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
$decimalFormat
(
scope
.
row
.
includeTaxCbUnitPrice
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"includeTaxCbSumPrice"
label=
"含税成本合价"
width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
$decimalFormat
(
scope
.
row
.
includeTaxCbSumPrice
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"sumPriceDeviation"
label=
"合价偏差"
width=
"120"
>
<
template
slot-scope=
"scope"
>
{{
$decimalFormat
(
scope
.
row
.
sumPriceDeviation
)
}}
</
template
>
</el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"盈亏率"
width=
"100"
prop=
"profitLossRatio"
></el-table-column>
<el-table-column
label=
"盈亏率"
width=
"100"
prop=
"profitLossRatio"
></el-table-column>
<el-table-column
label=
"标准费用项"
width=
"100"
prop=
"standardCbItem"
></el-table-column>
<el-table-column
label=
"标准费用项"
width=
"100"
prop=
"standardCbItem"
></el-table-column>
...
...
dsk-operate-ui/src/views/projectCostLedger/detail/components/FeedSummary/index.vue
View file @
ef1eb1ab
...
@@ -77,10 +77,10 @@
...
@@ -77,10 +77,10 @@
<
template
slot=
"pushQuantities"
slot-scope=
"scope"
>
<
template
slot=
"pushQuantities"
slot-scope=
"scope"
>
{{
$decimalFormat
(
scope
.
row
.
pushQuantities
)
}}
{{
$decimalFormat
(
scope
.
row
.
pushQuantities
)
}}
</
template
>
</
template
>
<
template
slot=
"quantities"
slot-scope=
"scope"
>
<
!--<template slot="quantities" slot-scope="scope">--
>
<
div
v-if=
"scope.row.pushQuantities"
style=
"color:#FF204E;"
>
{{
$decimalFormat
(
scope
.
row
.
quantities
)
}}
</div
>
<
!--<div v-if="scope.row.pushQuantities" style="color:#FF204E;">{{$decimalFormat(scope.row.quantities)}}</div>--
>
<
div
v-else
>
{{
$decimalFormat
(
scope
.
row
.
quantities
)
}}
</div
>
<
!--<div v-else>{{$decimalFormat(scope.row.quantities)}}</div>--
>
<
/
template
>
<
!--</template>--
>
<!-- 本月工程量 -->
<!-- 本月工程量 -->
<
template
slot=
"quantities"
slot-scope=
"scope"
>
<
template
slot=
"quantities"
slot-scope=
"scope"
>
<!-- 编辑单元格 -->
<!-- 编辑单元格 -->
...
@@ -89,7 +89,10 @@
...
@@ -89,7 +89,10 @@
<el-input
placeholder=
"请输入"
v-model=
"scope.row.quantities"
clearable
<el-input
placeholder=
"请输入"
v-model=
"scope.row.quantities"
clearable
@
input=
"v => statisticsSum(v,'quantities',scope.row)"
></el-input>
@
input=
"v => statisticsSum(v,'quantities',scope.row)"
></el-input>
</el-form-item>
</el-form-item>
<span
v-else-if=
"!addActualCostEditStatus"
>
{{
$decimalFormat
(
scope
.
row
.
quantities
)
}}
</span>
<div
v-else-if=
"!addActualCostEditStatus"
>
<div
v-if=
"scope.row.pushQuantities"
style=
"color:#FF204E;"
>
{{
$decimalFormat
(
scope
.
row
.
quantities
)
}}
</div>
<div
v-else
>
{{
$decimalFormat
(
scope
.
row
.
quantities
)
}}
</div>
</div>
</
template
>
</
template
>
<!-- 本月采购单价 -->
<!-- 本月采购单价 -->
<
template
slot=
"purchaseUnitPrice"
slot-scope=
"scope"
>
<
template
slot=
"purchaseUnitPrice"
slot-scope=
"scope"
>
...
@@ -485,7 +488,8 @@ export default {
...
@@ -485,7 +488,8 @@ export default {
if
(
list
.
code
==
200
&&
list
.
data
instanceof
Array
)
{
if
(
list
.
code
==
200
&&
list
.
data
instanceof
Array
)
{
const
_temp
=
list
.
data
;
const
_temp
=
list
.
data
;
// 计算总和
// 计算总和
if
(
this
.
hasTarget
&&
_temp
.
length
)
{
// if (this.hasTarget && _temp.length) {
if
(
_temp
.
length
)
{
const
row
=
this
.
countRowParams
(
_temp
,
statisticsPropNames
);
const
row
=
this
.
countRowParams
(
_temp
,
statisticsPropNames
);
_temp
.
unshift
(
row
);
_temp
.
unshift
(
row
);
}
}
...
...
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