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
d50bc085
Commit
d50bc085
authored
Mar 01, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
946a6314
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
index.js
dsk-operate-ui/src/api/projectCostLedger/index.js
+2
-1
index.vue
dsk-operate-ui/src/views/projectCostLedger/index.vue
+8
-7
No files found.
dsk-operate-ui/src/api/projectCostLedger/index.js
View file @
d50bc085
...
@@ -66,10 +66,11 @@ export function importData(projectId) {
...
@@ -66,10 +66,11 @@ export function importData(projectId) {
}
}
//获取草稿箱列表
//获取草稿箱列表
export
function
getDraftDialogList
(
projectId
)
{
export
function
getDraftDialogList
(
data
)
{
return
request
({
return
request
({
url
:
'/cbProjectRecord/getDraftDialogList'
,
url
:
'/cbProjectRecord/getDraftDialogList'
,
method
:
'get'
,
method
:
'get'
,
params
:
data
});
});
}
}
...
...
dsk-operate-ui/src/views/projectCostLedger/index.vue
View file @
d50bc085
...
@@ -70,15 +70,15 @@
...
@@ -70,15 +70,15 @@
<div
style=
"display:flex;align-items:center"
>
<div
style=
"display:flex;align-items:center"
>
<el-tooltip
placement=
"top"
v-if=
"scope.row.projectText.length>20"
>
<el-tooltip
placement=
"top"
v-if=
"scope.row.projectText.length>20"
>
<div
class=
"renling"
>
<div
class=
"renling"
>
<router-link
v-if=
"scope.row.
isGetProjectDetail
"
:to=
"`/projectCostLedger/detail?projectId=$
{scope.row.id}`" tag="a"
<router-link
v-if=
"scope.row.
projectFileStatus==2
"
:to=
"`/projectCostLedger/detail?projectId=$
{scope.row.id}`" tag="a"
class="wordprimary" v-html="scope.row.projectName">
</router-link>
class="wordprimary" v-html="scope.row.projectName">
</router-link>
<span
v-else
v-html=
"scope.row.projectName"
></span>
<span
v-else
v-html=
"scope.row.projectName
||'--'
"
></span>
</div>
</div>
</el-tooltip>
</el-tooltip>
<div
class=
"renling"
v-else
>
<div
class=
"renling"
v-else
>
<router-link
v-if=
"scope.row.
isGetProjectDetail
"
:to=
"`/projectCostLedger/detail?projectId=$
{scope.row.id}`" tag="a"
<router-link
v-if=
"scope.row.
projectFileStatus==2
"
:to=
"`/projectCostLedger/detail?projectId=$
{scope.row.id}`" tag="a"
class="wordprimary" v-html="scope.row.projectName">
</router-link>
class="wordprimary" v-html="scope.row.projectName">
</router-link>
<span
v-else
v-html=
"scope.row.projectName"
></span>
<span
v-else
v-html=
"scope.row.projectName
||'--'
"
></span>
</div>
</div>
</div>
</div>
...
@@ -156,6 +156,7 @@
...
@@ -156,6 +156,7 @@
</el-dialog>
</el-dialog>
<!--新增、修改弹窗-->
<!--新增、修改弹窗-->
<el-dialog
<el-dialog
:close-on-click-modal=
"false"
class=
"pro-news"
class=
"pro-news"
:visible
.
sync=
"dialogVisible"
:visible
.
sync=
"dialogVisible"
width=
"480px"
>
width=
"480px"
>
...
@@ -231,7 +232,7 @@
...
@@ -231,7 +232,7 @@
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</div>
</div>
<div
class=
"pagination clearfix"
v-show=
"total>cgPagesize"
>
<div
class=
"pagination clearfix"
v-show=
"
cgx
total>cgPagesize"
>
<el-pagination
background
:page-size=
"cgPagesize"
:current-page
.
sync=
"cgPagenum"
<el-pagination
background
:page-size=
"cgPagesize"
:current-page
.
sync=
"cgPagenum"
@
current-change=
"getCGXlist"
layout=
"prev, pager, next"
@
current-change=
"getCGXlist"
layout=
"prev, pager, next"
:total=
"cgxtotal"
>
:total=
"cgxtotal"
>
...
@@ -468,7 +469,7 @@
...
@@ -468,7 +469,7 @@
pageSize
:
50
,
pageSize
:
50
,
pageNum
:
1
,
pageNum
:
1
,
}
}
// this.customerAll
()
this
.
getlist
()
},
},
//添加项目
//添加项目
insertPro
(){
insertPro
(){
...
@@ -507,7 +508,7 @@
...
@@ -507,7 +508,7 @@
},
},
handleCurrentChange
(
val
){
handleCurrentChange
(
val
){
this
.
formdata
.
pageNum
=
val
this
.
formdata
.
pageNum
=
val
this
.
customerAll
()
this
.
getlist
()
},
},
setHeaderRow
()
{
setHeaderRow
()
{
return
"owner-table-list-header"
;
return
"owner-table-list-header"
;
...
...
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