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
8096c3eb
Commit
8096c3eb
authored
Mar 04, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
179344ec
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
17 deletions
+23
-17
Logo.vue
dsk-operate-ui/src/layout/components/Sidebar/Logo.vue
+4
-3
login.vue
dsk-operate-ui/src/views/login.vue
+1
-1
index.vue
...rojectCostLedger/detail/components/MeasureItems/index.vue
+3
-3
index.vue
dsk-operate-ui/src/views/projectCostLedger/index.vue
+9
-4
index.vue
dsk-operate-ui/src/views/projectCostLedger/upload/index.vue
+6
-6
No files found.
dsk-operate-ui/src/layout/components/Sidebar/Logo.vue
View file @
8096c3eb
...
...
@@ -6,7 +6,7 @@
visible-arrow=
"true"
trigger=
"hover"
>
<div>
<
img
:src=
"logo"
class=
"tips_logo"
/
>
<
!--
<img
:src=
"logo"
class=
"tips_logo"
/>
--
>
<div
class=
"tips_title"
>
{{
title
}}
</div>
</div>
<transition
name=
"sidebarLogoFade"
slot=
"reference"
>
...
...
@@ -46,7 +46,8 @@ export default {
data
()
{
return
{
title
:
'中建一局集团第二建筑有限公司'
,
logo
:
logoImg
// logo: logoImg
logo
:
''
}
}
}
...
...
@@ -123,7 +124,7 @@ export default {
font-size
:
22px
;
transform
:scale
(
0
.5
)
;
-webkit-transform
:scale
(
0
.5
)
;
padding
:
0
16px
;
padding
:
16px
16px
0
;
float
:
left
;
margin-top
:
-14px
;
margin-left
:
-48px
;
...
...
dsk-operate-ui/src/views/login.vue
View file @
8096c3eb
...
...
@@ -70,7 +70,7 @@
<!--
<div
class=
"on"
@
click=
"isDXlogin = false"
>
密码登录
</div>
-->
<!--
<div
@
click=
"isDXlogin = true"
>
快捷登录
</div>
-->
<!--
</div>
-->
<div
class=
"loginname"
><
img
src=
"../assets/images/login/ztlogo.png"
>
中建一局集团第二建筑有限公司
</div>
<div
class=
"loginname"
>
<
!--
<img
src=
"../assets/images/login/ztlogo.png"
>
--
>中建一局集团第二建筑有限公司
</div>
<el-form-item
prop=
"username"
>
<el-input
v-model=
"loginForm.username"
...
...
dsk-operate-ui/src/views/projectCostLedger/detail/components/MeasureItems/index.vue
View file @
8096c3eb
...
...
@@ -89,7 +89,7 @@
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
taxType
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"本月
发生成本
比例"
width=
"150"
prop=
"monthCostRate"
>
<el-table-column
label=
"本月
成本发生
比例"
width=
"150"
prop=
"monthCostRate"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"isinput"
><el-input
v-model=
"scope.row.monthCostRate "
></el-input></
template
>
<
template
v-else
>
{{
scope
.
row
.
monthCostRate
||
'--'
}}
</
template
>
...
...
@@ -107,7 +107,7 @@
<el-table-column
label=
"截止本月工程量"
width=
"130"
prop=
"currentProjectVolume"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
suncurrentProjectVolume
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"本月推送工
作
量"
width=
"130"
prop=
"submitProjectVolume"
>
<el-table-column
label=
"本月推送工
程
量"
width=
"130"
prop=
"submitProjectVolume"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
submitProjectVolume
||
'--'
}}
</
template
>
</el-table-column>
...
...
@@ -160,7 +160,7 @@
</div>
</el-dialog>
<!--添加实际成本-->
<el-dialog
class=
"pro-news"
:visible
.
sync=
"cbVisible"
width=
"480px"
>
<el-dialog
class=
"pro-news"
:visible
.
sync=
"cbVisible"
width=
"480px"
:close-on-click-modal=
"false"
>
<div
class=
"poptitle"
>
<span>
填写实际成本
</span>
</div>
...
...
dsk-operate-ui/src/views/projectCostLedger/index.vue
View file @
8096c3eb
...
...
@@ -68,7 +68,8 @@
<el-table-column
label=
"工程名称"
width=
"416"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<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>26"
>
<div
slot=
"content"
>
{{
scope
.
row
.
projectText
}}
</div>
<div
class=
"renling"
>
<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>
...
...
@@ -100,9 +101,13 @@
{{
scope
.
row
.
ipmProjectNo
||
"--"
}}
</
template
>
</el-table-column>
<el-table-column
label=
"文件名称"
min-width=
"
286
"
:resizable=
"false"
>
<el-table-column
label=
"文件名称"
min-width=
"
310
"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
projectFileName
||
"--"
}}
<el-tooltip
placement=
"top"
v-if=
"scope.row.projectFileName.length>20"
>
<div
slot=
"content"
>
{{
scope
.
row
.
projectFileName
}}
</div>
<div
class=
"renling"
>
{{
scope
.
row
.
projectFileName
||
"--"
}}
</div>
</el-tooltip>
<div
v-else
class=
"renling"
>
{{
scope
.
row
.
projectFileName
||
"--"
}}
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"成本阶段"
prop=
"customerCode"
width=
"90"
:resizable=
"false"
>
...
...
@@ -112,7 +117,7 @@
</template>
</template>
</el-table-column>
<el-table-column
label=
"上传人"
prop=
"updateBy"
width=
"
9
0"
:resizable=
"false"
>
<el-table-column
label=
"上传人"
prop=
"updateBy"
width=
"
14
0"
:resizable=
"false"
>
</el-table-column>
<el-table-column
label=
"上传时间"
min-width=
"180"
:resizable=
"false"
>
...
...
dsk-operate-ui/src/views/projectCostLedger/upload/index.vue
View file @
8096c3eb
...
...
@@ -61,7 +61,7 @@
<div
class=
"prostatus i3"
v-if=
"item.fileParseStatus == 3"
>
解析失败
</div>
</
template
>
<div
class=
"cz"
v-if=
"item.fileParseStatus != 1"
>
<div
v-if=
"item.fileParseStatus != 3"
><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div
v-if=
"item.fileParseStatus == 3 && prodetail == false"
>
重新上传
</div>
<div
class=
"i"
@
click=
"deletefille(item.id,0)"
v-if=
"prodetail == false"
>
删除
</div>
</div>
...
...
@@ -89,7 +89,7 @@
<div
class=
"prostatus i3"
v-if=
"item.fileParseStatus == 3"
>
解析失败
</div>
</
template
>
<div
class=
"cz"
v-if=
"item.fileParseStatus != 1"
>
<div
v-if=
"item.fileParseStatus != 3"
><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div
v-if=
"item.fileParseStatus == 3 && prodetail == false"
>
重新上传
</div>
<div
class=
"i"
@
click=
"deletefille(item.id,1)"
v-if=
"prodetail == false"
>
删除
</div>
</div>
...
...
@@ -117,7 +117,7 @@
<div
class=
"prostatus i3"
v-if=
"item.fileParseStatus == 3"
>
解析失败
</div>
</
template
>
<div
class=
"cz"
v-if=
"item.fileParseStatus != 1"
>
<div
v-if=
"item.fileParseStatus != 3"
><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div
v-if=
"item.fileParseStatus == 3 && prodetail == false"
>
重新上传
</div>
<div
class=
"i"
@
click=
"deletefille(item.id,2)"
v-if=
"prodetail == false"
>
删除
</div>
</div>
...
...
@@ -145,7 +145,7 @@
<div
class=
"prostatus i3"
v-if=
"item.fileParseStatus == 3"
>
解析失败
</div>
</
template
>
<div
class=
"cz"
v-if=
"item.fileParseStatus != 1"
>
<div
v-if=
"item.fileParseStatus != 3"
><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div
v-if=
"item.fileParseStatus == 3 && prodetail == false"
>
重新上传
</div>
<div
class=
"i"
@
click=
"deletefille(item.id,3)"
v-if=
"prodetail == false"
>
删除
</div>
</div>
...
...
@@ -173,7 +173,7 @@
<div
class=
"prostatus i3"
v-if=
"item.fileParseStatus == 3"
>
解析失败
</div>
</
template
>
<div
class=
"cz"
v-if=
"item.fileParseStatus != 1"
>
<div
v-if=
"item.fileParseStatus != 3"
><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div
v-if=
"item.fileParseStatus == 3 && prodetail == false"
>
重新上传
</div>
<div
class=
"i"
@
click=
"deletefille(item.id,4)"
v-if=
"prodetail == false"
>
删除
</div>
</div>
...
...
@@ -201,7 +201,7 @@
<div
class=
"prostatus i3"
v-if=
"item.fileParseStatus == 3"
>
解析失败
</div>
</
template
>
<div
class=
"cz"
v-if=
"item.fileParseStatus != 1"
>
<div
v-if=
"item.fileParseStatus != 3"
><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div><a
:href=
"item.fileOssUrl"
>
下载
</a></div>
<div
v-if=
"item.fileParseStatus == 3 && prodetail == false"
>
重新上传
</div>
<div
class=
"i"
@
click=
"deletefille(item.id,5)"
v-if=
"prodetail == false"
>
删除
</div>
</div>
...
...
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