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
1640fc82
Commit
1640fc82
authored
Feb 27, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
b4b0bfac
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
214 additions
and
187 deletions
+214
-187
index.js
dsk-operate-ui/src/api/projectCostLedger/index.js
+8
-0
index.vue
.../projectCostLedger/detail/components/ProfitLoss/index.vue
+203
-185
index.vue
dsk-operate-ui/src/views/projectCostLedger/detail/index.vue
+3
-2
No files found.
dsk-operate-ui/src/api/projectCostLedger/index.js
View file @
1640fc82
...
...
@@ -112,6 +112,14 @@ export const getProfitLossMenuTreeApi = (params = {}) => request({
method
:
"get"
,
params
})
//盈亏分析对比 数据列表
export
function
getAnalysislist
(
data
)
{
return
request
({
url
:
'/cb/gain/loss/analysis/list'
,
method
:
'get'
,
params
:
data
});
}
// 工料汇总
...
...
dsk-operate-ui/src/views/projectCostLedger/detail/components/ProfitLoss/index.vue
View file @
1640fc82
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/projectCostLedger/detail/index.vue
View file @
1640fc82
...
...
@@ -21,7 +21,7 @@
<other-projects
v-if=
"current == 'otherItems'"
></other-projects>
<!-- 盈亏分析对比 -->
<profit-Loss
v-if=
"current == 'profitAndLoss'"
:project-id=
"projectID"
></profit-Loss>
<profit-Loss
v-if=
"current == 'profitAndLoss'"
:project-id=
"projectID"
:project-detail-info=
"detailInfo"
></profit-Loss>
</div>
</div>
...
...
@@ -61,7 +61,8 @@ export default {
// 详情信息变量
detailInfo
:
{
projectId
:
"1754425038355890177"
,
cbStage
:
0
cbStage
:
0
,
cbType
:
1
},
toggleTabs
:
[
{
...
...
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