Commit 0bade1f9 by peii

Merge branch 'develop' into product

parents 63d43744 35f5565b
......@@ -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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment