Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
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
shenshaokai
jinfa-platform
Commits
23f15430
Commit
23f15430
authored
Oct 09, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into v2
parents
5a287353
21a457da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.tsx
src/pages/transaction/components/orderMergeInfo/index.tsx
+2
-2
No files found.
src/pages/transaction/components/orderMergeInfo/index.tsx
View file @
23f15430
...
...
@@ -43,7 +43,7 @@ const OrderMergeInfo: React.FC<OrderMergeInfoProps> = (props) => {
const
otherInfo
=
[
{
title
:
'发票:'
,
name
:
'invoice'
,
render
:
item
=>
<
div
className=
{
style
.
invoice_list_item
}
>
<
div
className=
{
style
.
invoice_list_item_content
}
>
<
div
className=
{
cx
(
style
.
invoice_list_item_content_tag
,
item
.
invoiceKind
!==
1
?
style
.
special
:
''
)
}
>
{
item
.
invoice
Kind
===
1
?
'增值税普通发票:'
:
'增值税专用发票:'
}
</
div
>
<
div
className=
{
cx
(
style
.
invoice_list_item_content_tag
,
item
.
invoiceKind
!==
1
?
style
.
special
:
''
)
}
>
{
item
.
invoice
Type
===
1
?
'增值税普通发票:'
:
'增值税专用发票:'
}
</
div
>
<
div
className=
{
style
.
invoice_list_item_content_name
}
>
<
div
>
{
item
.
title
}
</
div
>
<
div
>
{
item
.
taxNo
}
</
div
>
...
...
@@ -98,7 +98,7 @@ const OrderMergeInfo: React.FC<OrderMergeInfoProps> = (props) => {
<
Modal
title=
"发票信息"
visible=
{
isModalVisible
}
onOk=
{
()
=>
setIsModalVisible
(
false
)
}
onCancel=
{
()
=>
setIsModalVisible
(
false
)
}
>
<
Row
gutter=
{
[
0
,
10
]
}
style=
{
{
fontSize
:
14
}
}
>
<
Col
span=
{
4
}
style=
{
{
fontSize
:
12
,
color
:
"#909399"
}
}
>
开具类型:
</
Col
><
Col
span=
{
20
}
>
{
invoice
?.
invoiceKind
===
1
?
"企业"
:
"个人"
}
</
Col
>
<
Col
span=
{
4
}
style=
{
{
fontSize
:
12
,
color
:
"#909399"
}
}
>
发票种类:
</
Col
><
Col
span=
{
20
}
>
{
invoice
?.
invoiceTypeName
===
1
?
"增值税普通发票"
:
"增值税专用发票"
}
</
Col
>
<
Col
span=
{
4
}
style=
{
{
fontSize
:
12
,
color
:
"#909399"
}
}
>
发票种类:
</
Col
><
Col
span=
{
20
}
>
{
invoice
?.
invoiceTypeName
}
</
Col
>
<
Col
span=
{
4
}
style=
{
{
fontSize
:
12
,
color
:
"#909399"
}
}
>
发票抬头:
</
Col
><
Col
span=
{
20
}
>
{
invoice
?.
title
}
</
Col
>
<
Col
span=
{
4
}
style=
{
{
fontSize
:
12
,
color
:
"#909399"
}
}
>
纳税号:
</
Col
><
Col
span=
{
20
}
>
{
invoice
?.
taxNo
}
</
Col
>
<
Col
span=
{
4
}
style=
{
{
fontSize
:
12
,
color
:
"#909399"
}
}
>
开户行:
</
Col
><
Col
span=
{
20
}
>
{
invoice
?.
bank
}
</
Col
>
...
...
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