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
8bd1f3c5
Commit
8bd1f3c5
authored
Mar 07, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
66510cec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
favicon.ico
dsk-operate-ui/public/favicon.ico
+0
-0
index.vue
.../projectCostLedger/detail/components/ProfitLoss/index.vue
+2
-2
No files found.
dsk-operate-ui/public/favicon.ico
View replaced file @
66510cec
View file @
8bd1f3c5
4.19 KB
|
W:
|
H:
16.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/views/projectCostLedger/detail/components/ProfitLoss/index.vue
View file @
8bd1f3c5
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<el-table-column
label=
"含税招标合价"
width=
"180"
prop=
"taxIncludeTenderSumPrice"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxIncludeTenderSumPrice
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"含税招标合价"
width=
"180"
prop=
"taxIncludeTenderSumPrice"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxIncludeTenderSumPrice
||
'--'
}}
</
template
></el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"投标报价"
align=
"center"
>
<el-table-column
label=
"投标报价"
align=
"center"
>
<el-table-column
label=
"投标
控制
价合价"
width=
"180"
prop=
"bidSumPrice"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
bidSumPrice
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"投标
报
价合价"
width=
"180"
prop=
"bidSumPrice"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
bidSumPrice
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"不含税投标合价"
width=
"180"
prop=
"taxExcludeBidSumPrice"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxExcludeBidSumPrice
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"不含税投标合价"
width=
"180"
prop=
"taxExcludeBidSumPrice"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxExcludeBidSumPrice
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"含税投标合价"
width=
"180"
prop=
"taxIncludebBidSumPrice"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxIncludebBidSumPrice
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"含税投标合价"
width=
"180"
prop=
"taxIncludebBidSumPrice"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxIncludebBidSumPrice
||
'--'
}}
</
template
></el-table-column>
</el-table-column>
</el-table-column>
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
<el-table-column
label=
"成本"
width=
"180"
prop=
"costExpense"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
costExpense
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"成本"
width=
"180"
prop=
"costExpense"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
costExpense
||
'--'
}}
</
template
></el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"含税成本占比"
width=
"180"
prop=
"taxInclusiveExpenseProportion"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxInclusiveExpenseProportion
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"含税成本占比"
width=
"180"
prop=
"taxInclusiveExpenseProportion"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxInclusiveExpenseProportion
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"控制
价
盈亏对比情况"
align=
"center"
>
<el-table-column
label=
"控制盈亏对比情况"
align=
"center"
>
<el-table-column
label=
"含税合价偏差"
width=
"180"
prop=
"tenderSumPriceDeviation"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tenderSumPriceDeviation
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"含税合价偏差"
width=
"180"
prop=
"tenderSumPriceDeviation"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tenderSumPriceDeviation
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"含税盈亏率"
width=
"180"
prop=
"tenderProfitLossRatio"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tenderProfitLossRatio
||
'--'
}}
</
template
></el-table-column>
<el-table-column
label=
"含税盈亏率"
width=
"180"
prop=
"tenderProfitLossRatio"
><
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tenderProfitLossRatio
||
'--'
}}
</
template
></el-table-column>
</el-table-column>
</el-table-column>
...
...
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