Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0bade1f9
authored
Jan 12, 2022
by
peii
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'develop' into product
parents
63d43744
35f5565b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
src/pages/invoice/distribution/components/collections.tsx
src/pages/invoice/distribution/components/list.styl
src/pages/invoice/distribution/components/collections.tsx
View file @
0bade1f9
...
...
@@ -2,8 +2,8 @@
* @FilePath: /BoneHouse_Business_APP/src/pages/invoice/distribution/components/collections.tsx
* @Author: peii
* @Date: 2021-12-19 10:44:15
* @LastEditTime: 2022-01-
07 11:37
:52
* @LastEditors:
peii
* @LastEditTime: 2022-01-
12 02:59
:52
* @LastEditors:
PEII
* @Vision: 1.0
* @Description: 汇总列表
*/
...
...
@@ -104,9 +104,9 @@ class DistributeInvoiceList extends Component<IProps> {
</
View
>
<
View
style=
{
g
(
styles
,
'item-line'
,
'item-column'
)
}
>
<
Text
style=
{
g
(
styles
,
'item-text'
)
}
>
开票总数量:
{
item
.
invoice_quantity
}
</
Text
>
<
Text
style=
{
g
(
styles
,
'item-text'
)
}
>
开票总金额:
{
item
.
invoice_amount
}
</
Text
>
<
Text
style=
{
g
(
styles
,
'item-text'
)
}
>
<
Text
style=
{
g
(
styles
,
'item-text'
,
'item-text-full'
)
}
>
开票总数量:
{
item
.
invoice_quantity
}
</
Text
>
<
Text
style=
{
g
(
styles
,
'item-text'
,
'item-text-full'
)
}
>
开票总金额:
{
item
.
invoice_amount
}
</
Text
>
<
Text
style=
{
g
(
styles
,
'item-text'
,
'item-text-full'
)
}
>
开票日期:
{
item
.
invoiced_date
&&
dayjs
(
item
.
invoiced_date
).
format
(
'YYYY-MM-DD'
)
}
</
Text
>
<
Text
style=
{
g
(
styles
,
'item-text'
,
'item-text-full'
)
}
>
发票号:
{
item
.
invoice_number
||
'——'
}
</
Text
>
...
...
src/pages/invoice/distribution/components/list.styl
View file @
0bade1f9
...
...
@@ -20,6 +20,7 @@
@extend .row
justify-content space-between
align-items center
flex 1
&-column
flex-direction column
...
...
@@ -32,6 +33,7 @@
&-full
flex 1
width 100%
&__status
font-size 16px
...
...
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