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
2f960ebf
Commit
2f960ebf
authored
Oct 18, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ed9de427
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
24 deletions
+39
-24
Application.vue
src/components/FinancialModule/Application.vue
+25
-14
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+14
-10
No files found.
src/components/FinancialModule/Application.vue
View file @
2f960ebf
<
template
>
<div
class=
"Application"
>
<div
v-loading=
"loading"
class=
"Application"
>
<div
class=
"Application_content"
>
<div>
<el-select
@
change=
"ChangeType"
:disabled=
"numDisabled"
v-model=
"formdata.Type"
placeholder=
"请选择"
>
...
...
@@ -21,13 +21,13 @@
<div>
<div
style=
"margin:30px 0"
>
<el-select
@
change=
"CashListChange"
:disabled=
"disabled"
v-model=
"id"
placeholder=
"请选择"
>
<el-option
v-for=
"item in CashList"
:key=
"item.Name"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-select>
<el-option
v-for=
"item in CashList"
:key=
"item.Name"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-select>
</div>
弊社は下記のガイド1名が現金を受け取りします。受取者の本人パスポートを提示して/身分証明書を確認してから現金を渡してください。ご対応お願い致します。
</div>
...
...
@@ -83,19 +83,28 @@
<p
style=
"text-align:center"
>
<span
style=
"font-weight:700;font-size:20px;"
>
振込み依頼書
</span>
</p>
<p
style=
"margin-bottom: 5px;"
>
ピースインタナショナル:
</p>
<div
style=
"margin:30px 0"
>
<el-select
@
change=
"CashListChange"
:disabled=
"disabled"
v-model=
"id"
placeholder=
"请选择"
>
<el-option
v-for=
"item in CashList"
:key=
"item.Name"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-select>
</div>
<p
style=
"margin-bottom: 5px;"
>
御担当様
</p>
<p
style=
"margin-bottom: 5px;"
>
お世話になっております。
</p>
<p
style=
"margin-bottom: 5px;"
>
下記の振込先を
<el-input
size=
"small"
style=
"width:120px;margin:0 5px"
:disabled=
"numDisabled"
v-model=
"formdata.Money"
placeholder=
"请输入内容"
></el-input>
(合计:
{{
formdata
.
Money
}}
)を振り込むようお願いします。
</p>
<p
style=
"margin-bottom: 5px;"
>
振込先:
</p>
<div
style=
"margin-bottom: 5px;"
>
<div
v-if=
"!numDisabled"
style=
"margin-bottom: 5px;"
>
<el-select
@
change=
"ChangezzType"
:disabled=
"numDisabled"
v-model=
"zzType"
placeholder=
"请选择"
>
<el-option
label=
"图片"
:value=
"1"
></el-option>
<el-option
label=
"文字"
:value=
"2"
></el-option>
</el-select>
</div>
<template
v-if=
"zzType==1"
>
<div
v-if=
"formdata.ImgAddress!=''"
>
<div
v-if=
"
numDisabled &&
formdata.ImgAddress!=''"
>
<img
style=
"width:100%"
:src=
"formdata.ImgAddress?formdata.ImgAddress:''"
>
</div>
<div
v-if=
"!numDisabled"
class=
"_addUpload_box clearfix"
>
...
...
@@ -148,6 +157,7 @@
export
default
{
data
()
{
return
{
loading
:
false
,
zzType
:
1
,
FrId
:
0
,
CashList
:[],
...
...
@@ -175,6 +185,7 @@ export default {
this
.
formdata
.
GetDate
=
""
;
this
.
formdata
.
LeaderName
=
""
;
this
.
formdata
.
GetAddress
=
""
;
this
.
formdata
.
ImgAddress
=
""
;
},
uploadFileBtn
(
file
)
{
//上传
if
(
this
.
formdata
.
ImgAddress
!=
''
){
...
...
@@ -243,19 +254,19 @@ export default {
this
.
formdata
.
GetAddress
=
""
;
},
GetData
(){
this
.
loading
=
true
;
this
.
apipost
(
'Financial_get_GetFinanceCashWithDrawals'
,{
FrId
:
this
.
FrId
},
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
data
=
res
.
data
.
data
;
if
(
this
.
data
.
ApplyForNumber
!=
"待生成"
){
this
.
numDisabled
=
true
;
if
(
this
.
data
.
ImgAddress
==
''
){
this
.
zzType
=
2
;
console
.
log
(
"this.zzType111"
,
this
.
zzType
)
}
console
.
log
(
"this.zzType222"
,
this
.
zzType
)
}
console
.
log
(
"this.data"
,
this
.
data
)
//
console.log("this.data",this.data)
this
.
formdata
=
Object
.
assign
({},
res
.
data
.
data
);
if
(
this
.
formdata
.
Type
==
0
){
this
.
formdata
.
Type
=
1
;
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
2f960ebf
...
...
@@ -251,8 +251,6 @@
}
._Printing
{
position
:
relative
;
left
:
830px
;
top
:
25px
;
z-index
:
30
;
font-size
:
12px
;
cursor
:
pointer
;
...
...
@@ -340,16 +338,12 @@
}
.page_fdd
.sqs
{
position
:
relative
;
left
:
642px
;
top
:
25px
;
cursor
:
pointer
;
color
:
#3980C8
;
font-size
:
12px
;
}
.page_fdd
.Note_span
{
position
:
relative
;
left
:
635px
;
top
:
25px
;
cursor
:
pointer
;
color
:
#3980C8
;
font-size
:
12px
;
...
...
@@ -377,10 +371,20 @@
<
template
>
<div
class=
"page_fdd FinancialDocumentsDetail"
v-if=
"GetDetail"
>
<div
class=
"_none_print"
>
<span
class=
"_Printing"
@
click=
"goPrintPage(GetDetail.Type,GetDetail.FrID,GetDetail.Is_Merge,OrderSource)"
>
打印单据
</span>
<span
v-if=
"GetDetail.TemplateId==36 || GetDetail.TemplateId==37 || GetDetail.TemplateId==53 || GetDetail.TemplateId==43 || GetDetail.TemplateId==56 || GetDetail.TemplateId==48"
class=
"Note_span"
@
click=
"goUrl('DebitNote',GetDetail.FrID)"
>
借支单下载
</span>
<span
v-if=
" GetDetail.TemplateId==36 || GetDetail.TemplateId==37 || GetDetail.TemplateId==53 ||GetDetail.TemplateId==48 || (GetDetail.TemplateId==43&&GetDetail.IsPublic==4) || (GetDetail.TemplateId==56&&GetDetail.IsPublic==4)"
class=
"sqs"
@
click=
"goUrl('Application',GetDetail.FrID)"
>
申请书下载
</span>
<p
class=
"_tit"
>
{{
GetDetail
.
FinanceName
}}
<span
:class=
"
{color_shz:(GetDetail.StatusStr!=='通过'
&&
GetDetail.StatusStr!=='驳回'
&&
GetDetail.StatusStr!=='作废'),color_tg:GetDetail.StatusStr==='通过',color_bh:GetDetail.StatusStr==='驳回'}">
{{
GetDetail
.
StatusStr
}}
</span></p>
<p
class=
"_tit"
>
{{
GetDetail
.
FinanceName
}}
<span
:class=
"
{color_shz:(GetDetail.StatusStr!=='通过'
&&
GetDetail.StatusStr!=='驳回'
&&
GetDetail.StatusStr!=='作废'),color_tg:GetDetail.StatusStr==='通过',color_bh:GetDetail.StatusStr==='驳回'}">
{{
GetDetail
.
StatusStr
}}
</span>
</p>
<div
style=
"width: 890px;position: relative;text-align: right;"
>
<span
v-if=
"GetDetail.TemplateId==36 || GetDetail.TemplateId==37 || GetDetail.TemplateId==53 || GetDetail.TemplateId==43 || GetDetail.TemplateId==56 || GetDetail.TemplateId==48"
class=
"Note_span"
@
click=
"goUrl('DebitNote',GetDetail.FrID)"
>
借支单下载
</span>
<span
v-if=
"GetDetail.TemplateId==36 || GetDetail.TemplateId==37 || GetDetail.TemplateId==53 ||GetDetail.TemplateId==48 || (GetDetail.TemplateId==43&&GetDetail.IsPublic==4) || (GetDetail.TemplateId==56&&GetDetail.IsPublic==4)"
class=
"sqs"
@
click=
"goUrl('Application',GetDetail.FrID)"
>
申请书
{{
GetDetail
.
FApplyForNumber
}}
下载
</span>
<span
class=
"_Printing"
@
click=
"goPrintPage(GetDetail.Type,GetDetail.FrID,GetDetail.Is_Merge,OrderSource)"
>
打印单据
</span>
</div>
<div
class=
"_conten"
>
<my-Bill
v-if=
"GetDetail.Type===2 && GetDetail.Type!==5"
:isPrintPage=
"false"
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-Bill>
<my-RVB-Bill
v-else-if=
"GetDetail.Type===1"
:ID=
"GetDetail.FrID"
:isPrintPage=
"false"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
...
...
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