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
7e31622b
Commit
7e31622b
authored
Apr 26, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
52bc2946
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
20 deletions
+21
-20
Application.vue
src/components/FinancialModule/Application.vue
+10
-10
DebitNote.vue
src/components/FinancialModule/DebitNote.vue
+7
-8
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+4
-2
No files found.
src/components/FinancialModule/Application.vue
View file @
7e31622b
...
...
@@ -6,10 +6,7 @@
<span
@
click=
"downLoad"
style=
"float:right;cursor: pointer;"
>
下载
</span>
</p>
<div>
お世話になっております。
<br>
弊社は下記のガイド1名が現金を受け取りします。受取者の本人パスポートを提示して/身分証明書を確認してから現金を渡してください。ご対応お願い致します。
</div>
<div
style=
"margin-top:10px"
>
<div
style=
"margin:30px 0"
>
<el-select
@
change=
"CashListChange"
v-model=
"id"
placeholder=
"请选择"
>
<el-option
v-for=
"item in CashList"
...
...
@@ -18,11 +15,14 @@
:value=
"item.Id"
>
</el-option>
</el-select>
</div>
<table
style=
"margin-top:10px"
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
</div>
弊社は下記のガイド1名が現金を受け取りします。受取者の本人パスポートを提示して/身分証明書を確認してから現金を渡してください。ご対応お願い致します。
</div>
<table
style=
"margin-top:30px"
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
受取日
</th>
<th>
受取者
</th>
<th
width=
"200"
>
受取者
</th>
<th>
受取店舗
</th>
<th>
金 額
</th>
</tr>
...
...
@@ -39,7 +39,7 @@
</el-option>
</el-select>
</td>
<td>
{{
data
.
LeaderName
}}
</td>
<td>
{{
data
.
Money
}}
</td>
</tr>
</table>
<div
style=
"text-align:right;margin-top:20px"
>
...
...
@@ -82,9 +82,8 @@ export default {
this
.
Error
(
"请选择受取店铺"
)
return
;
}
console
.
log
(
this
.
formdata
)
this
.
apipost
(
'Financial_get_FinanceCashWithDrawalsDownLoad'
,
this
.
formdata
,
res
=>
{
console
.
log
(
res
);
//
console.log(res);
if
(
res
.
data
.
resultCode
==
1
){
const
link
=
document
.
createElement
(
'a'
);
let
_loadUrl
=
this
.
domainManager
().
DomainUrl
...
...
@@ -104,6 +103,7 @@ export default {
this
.
formdata
.
Name
=
item
.
Name
;
}
})
this
.
formdata
.
GetAddress
=
""
;
},
GetData
(){
this
.
apipost
(
'Financial_get_GetFinanceCashWithDrawals'
,{
FrId
:
this
.
FrId
},
res
=>
{
...
...
src/components/FinancialModule/DebitNote.vue
View file @
7e31622b
...
...
@@ -36,7 +36,7 @@
</tr>
<tr>
<td>
借款金额
</td>
<td
class=
"left"
>
{{
data
.
Big
Money
}}
</td>
<td
class=
"left"
>
{{
data
.
Money
}}
</td>
<td
colspan=
"2"
>
预计还款报销日期
</td>
<td
class=
"left"
colspan=
"2"
>
{{
data
.
ReimbursementDate
}}
</td>
</tr>
...
...
@@ -51,12 +51,12 @@
<td
colspan=
"3"
></td>
</tr>
</table>
<div
style=
"
display:flex;justify-content: space-around;
padding: 10px 0;margin-top: 30px;"
>
<span>
财务经理:
</span>
<div
style=
"padding: 10px 0;margin-top: 30px;"
>
<
!--
<
span>
财务经理:
</span>
<span>
会计主管:
</span>
<span>
复核:
</span>
<span>
出纳:
</span>
<span>
领款人:
</span>
<span>
出纳:
</span>
-->
<span
style=
"display: inline-block;width: 200px;float: right;"
>
领款人:
</span>
</div>
</div>
...
...
@@ -81,9 +81,7 @@ export default {
},
methods
:
{
downLoad
(){
console
.
log
(
this
.
formdata
)
this
.
apipost
(
'Financial_get_FinanceBorrowASingleDownLoad'
,
this
.
formdata
,
res
=>
{
console
.
log
(
res
);
if
(
res
.
data
.
resultCode
==
1
){
const
link
=
document
.
createElement
(
'a'
);
let
_loadUrl
=
this
.
domainManager
().
DomainUrl
...
...
@@ -109,8 +107,9 @@ export default {
console
.
log
(
res
);
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
data
=
res
.
data
.
data
;
this
.
chinaAllPrice
=
this
.
$commonUtils
.
changeMoneyToChinese
(
this
.
data
.
Big
Money
)
this
.
chinaAllPrice
=
this
.
$commonUtils
.
changeMoneyToChinese
(
this
.
data
.
Money
)
this
.
formdata
=
Object
.
assign
({},
res
.
data
.
data
);
this
.
formdata
.
BigMoney
=
this
.
chinaAllPrice
;
}
},
err
=>
{})
},
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
7e31622b
...
...
@@ -342,6 +342,7 @@
top
:
25px
;
cursor
:
pointer
;
color
:
#3980C8
;
font-size
:
12px
;
}
.page_fdd
.Note_span
{
position
:
relative
;
...
...
@@ -349,6 +350,7 @@
top
:
25px
;
cursor
:
pointer
;
color
:
#3980C8
;
font-size
:
12px
;
}
</
style
>
...
...
@@ -356,8 +358,8 @@
<div
class=
"page_fdd"
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==48 || GetDetail.TemplateId==43"
class=
"Note_span"
@
click=
"goUrl('DebitNote',GetDetail.FrID)"
>
借支单
</span>
<span
v-if=
"GetDetail.TemplateId==48"
class=
"sqs"
@
click=
"goUrl('Application',GetDetail.FrID)"
>
申请书
{{
GetDetail
.
TemplateId
}}
</span>
<span
v-if=
"GetDetail.TemplateId==48 || GetDetail.TemplateId==43"
class=
"Note_span"
@
click=
"goUrl('DebitNote',GetDetail.FrID)"
>
借支单
下载
</span>
<span
v-if=
"GetDetail.TemplateId==48"
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>
<div
class=
"_conten"
>
<my-Bill
v-if=
"GetDetail.Type===2 && GetDetail.Type!==5"
:isPrintPage=
"false"
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-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