Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
f1848e91
Commit
f1848e91
authored
Nov 26, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加上传
parent
bbf17c42
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
200 additions
and
44 deletions
+200
-44
CompanyAccDetail.vue
...components/FinancialModule/accDetail/CompanyAccDetail.vue
+200
-44
No files found.
src/components/FinancialModule/accDetail/CompanyAccDetail.vue
View file @
f1848e91
...
@@ -23,6 +23,46 @@
...
@@ -23,6 +23,46 @@
.page_CompanyAccDetail
.CAcc_bg_green
{
color
:
#2BB87C
}
.page_CompanyAccDetail
.CAcc_bg_green
{
color
:
#2BB87C
}
._addChuNa_tit
{
color
:
gray
;
margin-bottom
:
10px
;}
._addChuNa_tit
{
color
:
gray
;
margin-bottom
:
10px
;}
._addChuNa_tit
span
{
color
:
#333333
}
._addChuNa_tit
span
{
color
:
#333333
}
.page_CompanyAccDetail
._addUpload_box
{
display
:
block
;
margin-top
:
20px
;
width
:
590px
;
}
.page_CompanyAccDetail
._addUpload_box
>
div
{
float
:
left
;
width
:
138px
;
height
:
92px
;
border
:
1px
dashed
rgba
(
210
,
210
,
210
,
1
);
border-radius
:
2px
;
cursor
:
pointer
;
padding
:
5px
;
margin
:
0
10px
10px
0
;
position
:
relative
;
}
.page_CompanyAccDetail
.el-upload-dragger
{
width
:
126px
!important
;
height
:
80px
!important
;
}
.page_CompanyAccDetail
._addUpload_box
.icon-guanbi1
{
font-size
:
12px
;
color
:
white
;
display
:
inline-block
;
margin-left
:
15px
;
position
:
absolute
;
right
:
-6px
;
top
:
-9px
;
background-color
:
#f56c6c
;
border-radius
:
50%
;
height
:
20px
;
width
:
20px
;
text-align
:
center
;
line-height
:
20px
;
}
.page_CompanyAccDetail
._addUpload_box
.icon-guanbi1
:hover
{
font-size
:
12px
;
color
:
#c94052
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
'flexOne page_CompanyAccDetail'
>
<div
class=
'flexOne page_CompanyAccDetail'
>
...
@@ -299,7 +339,6 @@
...
@@ -299,7 +339,6 @@
<td>
{{moneyFormat(payMsg.allMoney)}}
</td>
<td>
{{moneyFormat(payMsg.allMoney)}}
</td>
</tr>
</tr>
</template>
</template>
<tr>
<tr>
<td
height=
"34px"
>
{{$t('fnc.a_zongjine')}}
</td>
<td
height=
"34px"
>
{{$t('fnc.a_zongjine')}}
</td>
<td
height=
"34px"
colspan=
"7"
>
<td
height=
"34px"
colspan=
"7"
>
...
@@ -337,12 +376,62 @@
...
@@ -337,12 +376,62 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
<el-form
label-width=
"110px"
>
<el-row>
<el-col
:span=
"12"
:gutter=
"35"
>
<el-form-item
label=
"上传凭证"
>
<div
class=
"_addUpload_box clearfix"
>
<
template
v-for=
"(file,fIndex) in saveMsg"
>
<div
v-if=
"file.Type==3"
>
<div
style=
"width:100%;height:100%;overflow: hidden;"
>
<img
:src=
"file.Url?file.Url:file.Content"
@
click=
"showUpLoadFile(file)"
>
</div>
<span
class=
"iconfont icon-guanbi1"
@
click=
"deleteUploadFile(fIndex)"
></span>
</div>
<div
v-if=
"file.Type==1"
>
<div
class=
"iconfont "
:class=
"file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
@
click=
"showUpLoadFile(file)"
>
</div>
<span
class=
"iconfont icon-guanbi1"
@
click=
"deleteUploadFile(fIndex)"
></span>
</div>
<div
v-if=
"file.Type==2"
>
<div
class=
"iconfont icon-excel"
@
click=
"showUpLoadFile(file)"
>
</div>
<span
class=
"iconfont icon-guanbi1"
@
click=
"deleteUploadFile(fIndex)"
></span>
</div>
</
template
>
<div
class=
"_pic_upload"
>
<el-upload
drag
:http-request=
"uploadFileBtn"
:multiple=
"true"
:show-file-list=
"false"
action=
""
>
<i
class=
"el-icon-plus avatar-uploader-icon"
></i>
<div
class=
"el-upload__text"
>
{{$t('active.ld_djscwj')}}
</div>
</el-upload>
</div>
</div>
</el-form-item>
</el-col>
</el-row>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"submitAddChuNa"
>
{{$t('pub.saveBtn')}}
</button>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"submitAddChuNa"
>
{{$t('pub.saveBtn')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"initAddChuNa"
>
{{$t('pub.cancelBtn')}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"initAddChuNa"
>
{{$t('pub.cancelBtn')}}
</button>
</div>
</div>
</el-dialog>
</el-dialog>
<div
v-if=
'picIsShow'
class=
"_show_img_box"
@
click=
"picIsShow=false,picObj=[]"
>
<div
style=
"position: absolute; width: 800px; height: 600px; left: 50%; top: 50%; margin-left: -400px; margin-top: -300px;"
>
<el-carousel
:initial-index=
initialIndex
height=
"600px"
:interval=
"5000"
trigger=
"click"
>
<el-carousel-item
style=
"height: 600px;overflow:auto;"
v-for=
"(item,index) in picObj"
:key=
"index"
>
<img
:src=
"item"
style=
""
/>
</el-carousel-item>
</el-carousel>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -408,6 +497,7 @@ export default {
...
@@ -408,6 +497,7 @@ export default {
RemitterName
:
''
,
RemitterName
:
''
,
TradeDate
:
''
,
TradeDate
:
''
,
BankList
:[],
BankList
:[],
vorcherInos
:[]
},
},
AccListT
:[],
AccListT
:[],
accountListT
:[],
accountListT
:[],
...
@@ -421,6 +511,13 @@ export default {
...
@@ -421,6 +511,13 @@ export default {
isCheckAll
:
false
,
isCheckAll
:
false
,
//是否显示全选框
//是否显示全选框
isShowCheckAll
:
false
,
isShowCheckAll
:
false
,
picIsShow
:
false
,
picObj
:[],
imgList
:[],
//上传数组
saveMsg
:[],
TradeDate
:
''
,
initialIndex
:
0
,
}
}
},
},
created
(){
created
(){
...
@@ -628,9 +725,10 @@ export default {
...
@@ -628,9 +725,10 @@ export default {
},
},
initAddChuNa
(){
initAddChuNa
(){
this
.
payMsgList
=
[];
this
.
payMsgList
=
[];
this
.
saveMsg
=
[];
this
.
listAllMoney
=
0
;
this
.
listAllMoney
=
0
;
this
.
huikuanren
=
''
;
this
.
huikuanren
=
''
;
this
.
TradeDate
=
''
;
this
.
TradeDate
=
''
;
this
.
addChuNa
=
false
;
this
.
addChuNa
=
false
;
this
.
payMsg
=
{
this
.
payMsg
=
{
ID
:
0
,
ID
:
0
,
...
@@ -803,7 +901,8 @@ export default {
...
@@ -803,7 +901,8 @@ export default {
this
.
allLoading
=
true
this
.
allLoading
=
true
this
.
apipost
(
'Financial_post_MergeFinance'
,
this
.
addMsg
,
r
=>
{
this
.
apipost
(
'Financial_post_MergeFinance'
,
this
.
addMsg
,
r
=>
{
if
(
r
.
data
.
resultCode
===
1
)
{
if
(
r
.
data
.
resultCode
===
1
)
{
this
.
addChuNa
=
false
this
.
addChuNa
=
false
;
this
.
saveMsg
=
[];
this
.
getList
()
this
.
getList
()
}
else
{
}
else
{
this
.
$message
.
error
(
r
.
data
.
message
)
this
.
$message
.
error
(
r
.
data
.
message
)
...
@@ -950,6 +1049,63 @@ export default {
...
@@ -950,6 +1049,63 @@ export default {
}
else
{}
}
else
{}
},
err
=>
{})
},
err
=>
{})
},
},
showUpLoadFile
(
i
){
// 预览上传文件
if
(
i
.
Type
==
3
){
this
.
picObj
.
push
(
i
.
Url
);
this
.
imgList
.
push
(
i
.
Url
);
this
.
picIsShow
=
false
;
// this.hideFlashMan = true;
}
else
{
if
(
i
.
Content
.
substring
(
i
.
Content
.
lastIndexOf
(
'.'
)
+
1
,
i
.
Content
.
length
).
toUpperCase
()
==
'PDF'
){
this
.
previewPDF
(
i
.
Url
)
}
else
{
window
.
open
(
"https://view.officeapps.live.com/op/view.aspx?src="
+
i
.
Url
)
}
}
},
deleteUploadFile
(
i
){
// 删除上传文件
this
.
saveMsg
.
splice
(
i
,
1
);
this
.
addMsg
.
vorcherInos
=
this
.
saveMsg
;
},
uploadFileBtn
(
file
)
{
//上传
if
(
file
.
file
.
size
>
1024
*
1024
*
10
)
{
this
.
Error
(
'文件大小不能超过10M!'
)
return
}
// 1 文档 2 数据 3 图片
let
typeArr
=
[
{
stringArr
:
'GIF|JPG|JPEG|PNG|BMP'
,
type
:
3
},
{
stringArr
:
'DOCX|DOC|XLSX|XLS|PPT|PPTX|PDF'
,
type
:
1
},
]
let
ft
=
file
.
file
.
name
.
substring
(
file
.
file
.
name
.
lastIndexOf
(
'.'
)
+
1
,
file
.
file
.
name
.
length
).
toUpperCase
();
let
fileTypeNumber
=
2
;
let
typeOk
=
false
;
typeArr
.
forEach
(
x
=>
{
if
(
x
.
stringArr
.
indexOf
(
ft
)
!=
'-1'
)
{
fileTypeNumber
=
x
.
type
typeOk
=
true
;
}
})
if
(
!
typeOk
)
return
this
.
Error
(
'请上传图片、word、excel类型的文件!'
);
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
$message
.
info
(
'上传中...'
)
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
.
push
({
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
this
.
addMsg
.
vorcherInos
=
this
.
saveMsg
;
this
.
Success
(
'上传成功'
);
});
},
},
mounted
(){
},
mounted
(){
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
getAccountTypeList
();
this
.
getAccountTypeList
();
...
...
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