Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
ecfdba60
Commit
ecfdba60
authored
Oct 11, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a5827ba0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
mySJModule.vue
src/pages/financial/components/mySJModule.vue
+8
-2
No files found.
src/pages/financial/components/mySJModule.vue
View file @
ecfdba60
...
...
@@ -41,7 +41,7 @@
<div
class=
"mySJbox"
v-if=
"!loading"
>
<div>
<div
style=
"font-size: 14px; color: #000;padding: 8px 15px;display: flex; justify-content: space-between;"
>
<span
style=
"border-left: 3px solid #e95252;padding-left: 10px;"
>
财务收据
<span
v-if=
"data && data.State"
:style=
"
{'font-size': '12px','color':data.State==1?'#409EFF':'#F56C6C'}">(
{{
data
.
State
==
1
?
'已领
'
:
'未领
'
}}
)
</span>
</span>
<span
style=
"border-left: 3px solid #e95252;padding-left: 10px;"
>
财务收据
<span
v-if=
"data && data.State"
:style=
"
{'font-size': '12px','color':data.State==1?'#409EFF':'#F56C6C'}">(
{{
data
.
State
==
1
?
'已领
取'
:
'未领取
'
}}
)
</span>
</span>
<div
style=
"display: flex;align-items: center;"
v-if=
"data && data.State "
>
<span
class=
"_btn"
@
click=
"Printreceipt"
v-if=
"isoneself"
>
打印
</span>
<span
class=
"_btn"
@
click=
'addreceipt'
v-if=
"data.State==2&& isoneself"
>
修改
</span>
...
...
@@ -56,7 +56,13 @@
</div>
-->
<div
style=
"display: flex;align-items: center; justify-content: space-between;"
>
<div>
开票日期:
<span>
{{
data
.
CreateTime
}}
</span>
</div>
<div>
编号:
<span
class=
"sjbianhao"
>
{{
data
.
ReceiptNo
}}
</span>
</div>
<div
style=
"display: flex;align-items: center;"
>
<div
style=
"margin-right: 25px;"
v-if=
"isoneself"
>
认领码:
<span
class=
"sjbianhao"
>
{{
data
.
ClaimCode
}}
</span>
</div>
<div>
编号:
<span
class=
"sjbianhao"
>
{{
data
.
ReceiptNo
}}
</span>
</div>
</div>
</div>
<div
style=
"border: 1px solid #ddd;padding: 20px;margin-top: 10px;"
>
<div
class=
"sjbox_l_t"
>
...
...
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