|
@@ -430,7 +430,7 @@ class _OrderCardContainerState extends State < OrderCardContainer > with SingleT
|
|
|
child: Column(
|
|
child: Column(
|
|
|
children: < Widget > [
|
|
children: < Widget > [
|
|
|
orderNoRow(widget.order.orderNo, widget.order.createTime),
|
|
orderNoRow(widget.order.orderNo, widget.order.createTime),
|
|
|
- orderAddress(widget.order.receiptCompanyName, widget.order.sendCompanyName),
|
|
|
|
|
|
|
+ orderAddress(widget.order.sendCompanyName,widget.order.receiptCompanyName),
|
|
|
orderItem('货物名称', widget.order.goods, 15),
|
|
orderItem('货物名称', widget.order.goods, 15),
|
|
|
orderItem('货物件数', '${widget.order.goodsQuantity}件', 30),
|
|
orderItem('货物件数', '${widget.order.goodsQuantity}件', 30),
|
|
|
orderCutLine(),
|
|
orderCutLine(),
|