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
3b05b3ab
Commit
3b05b3ab
authored
Apr 28, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改申请书下载出现的条件
parent
c13196a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
9 deletions
+30
-9
Application.vue
src/components/FinancialModule/Application.vue
+16
-5
DebitNote.vue
src/components/FinancialModule/DebitNote.vue
+13
-3
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+1
-1
No files found.
src/components/FinancialModule/Application.vue
View file @
3b05b3ab
...
...
@@ -3,7 +3,7 @@
<div
class=
"Application_content"
>
<p
style=
"text-align:center"
>
<span
style=
"font-weight:700;font-size:20px;"
>
現金受取依頼書
</span>
<span
@
click=
"downLoad"
style=
"float:right;cursor: pointer;
"
>
下载
</span>
<span
class=
"download"
@
click=
"downLoad
"
>
下载
</span>
</p>
<div>
<div
style=
"margin:30px 0"
>
...
...
@@ -42,9 +42,9 @@
<td>
{{
data
.
Money
}}
</td>
</tr>
</table>
<div
style=
"text-align:right;margin-top:20px"
>
会社名 成都印象之旅
<br
>
{{
data
.
JapNowTime
}}
<div
style=
"text-align:right;margin-top:20px
;font-size:14px;
"
>
<p
style=
"padding-bottom: 10px;"
>
会社名 成都印象之旅
</p
>
<span>
{{
data
.
JapNowTime
}}
</span>
</div>
<div
style=
"margin:50px 0"
>
{{
data
.
CityName
}}{{
data
.
TCNUM
}}
编号:
{{
data
.
FrId
}}
...
...
@@ -120,6 +120,17 @@ export default {
</
script
>
<
style
>
.Application
.download
{
float
:
right
;
cursor
:
pointer
;
font-size
:
14px
;
color
:
#3980C8
;
}
.Application
.download
:hover
{
text-decoration
:
underline
;
color
:
rgb
(
255
,
0
,
0
);
}
.Application
tr
th
{
border
:
1px
solid
#e5e5e5
;
}
...
...
@@ -130,7 +141,7 @@ export default {
}
.Application
.Application_content
{
border
:
1px
solid
#eeeeee
;
width
:
10
00px
;
width
:
9
00px
;
margin
:
0
auto
;
padding
:
20px
;
}
...
...
src/components/FinancialModule/DebitNote.vue
View file @
3b05b3ab
...
...
@@ -3,7 +3,7 @@
<div
class=
"Application_content"
>
<p
style=
"text-align:center"
>
<span
style=
"font-weight:700;font-size:20px;"
>
借支单
</span>
<span
@
click=
"downLoad"
style=
"float:right;cursor: pointer;
"
>
下载
</span>
<span
class=
"download"
@
click=
"downLoad
"
>
下载
</span>
</p>
...
...
@@ -51,7 +51,7 @@
<td
colspan=
"3"
></td>
</tr>
</table>
<div
style=
"padding: 10px 0;margin-top: 30px;"
>
<div
style=
"padding: 10px 0;margin-top: 30px;
overflow:auto;font-size:14px
"
>
<!--
<span>
财务经理:
</span>
<span>
会计主管:
</span>
<span>
复核:
</span>
...
...
@@ -118,7 +118,17 @@ export default {
</
script
>
<
style
>
.DebitNote
.download
{
float
:
right
;
cursor
:
pointer
;
font-size
:
14px
;
color
:
#3980C8
;
}
.DebitNote
.download
:hover
{
text-decoration
:
underline
;
color
:
rgb
(
255
,
0
,
0
);
}
.DebitNote
.left
{
text-align
:
left
;
padding-left
:
15px
;
...
...
@@ -132,7 +142,7 @@ export default {
min-height
:
800px
;
}
.DebitNote
.Application_content
{
width
:
10
00px
;
width
:
9
00px
;
margin
:
0
auto
;
padding
:
20px
;
border
:
1px
solid
#eeeeee
;
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
3b05b3ab
...
...
@@ -359,7 +359,7 @@
<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)"
>
申请书下载
</span>
<span
v-if=
"GetDetail.TemplateId==48
|| (GetDetail.TemplateId==43&&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>
<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