提交 d69b1064 authored 作者: lgd's avatar lgd

1.修改仓库显示

上级 04505c3f
...@@ -24,7 +24,7 @@ public class WorkWarehouseOrderStockAdapter extends BaseQuickAdapter<OrderBean.O ...@@ -24,7 +24,7 @@ public class WorkWarehouseOrderStockAdapter extends BaseQuickAdapter<OrderBean.O
@Override @Override
protected void convert(BaseViewHolder helper, OrderBean.OrderItemsBean.StockQuantityDetailMapsBean item) { protected void convert(BaseViewHolder helper, OrderBean.OrderItemsBean.StockQuantityDetailMapsBean item) {
helper.setText(R.id.tv_name, item.getStockName()); helper.setText(R.id.tv_name, item.getStockName());
helper.setText(R.id.tv_type, item.getStockName()); helper.setText(R.id.tv_type, item.getStockTypeName());
helper.setText(R.id.tv_num, "库存数量"+MathUtils.converData(item.getQuantity(), 3)); helper.setText(R.id.tv_num, "库存数量"+MathUtils.converData(item.getQuantity(), 3));
helper.setText(R.id.tv_out_num,"出库申请中"+ MathUtils.converData(item.getApplyOut(), 3)); helper.setText(R.id.tv_out_num,"出库申请中"+ MathUtils.converData(item.getApplyOut(), 3));
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="品号" android:text="品号:"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="12sp" /> android:textSize="12sp" />
...@@ -34,18 +34,18 @@ ...@@ -34,18 +34,18 @@
android:textSize="12sp" /> android:textSize="12sp" />
<TextView <TextView
android:id="@+id/tv_img_code"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="10mm"
android:text="订单号:"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="12sp" /> android:textSize="12sp" />
<TextView <TextView
android:id="@+id/tv_img_code"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="10mm"
android:text="图号:"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="12sp" /> android:textSize="12sp" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论