|
@@ -15,7 +15,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
android:layout_weight="1"
|
|
|
android:text="PO号:"
|
|
|
android:textSize="14sp" />
|
|
@@ -24,24 +24,26 @@
|
|
|
android:id="@+id/list_storage_recharge_ordercode_tv"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="4dp"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
android:layout_weight="3"
|
|
|
android:textSize="14sp"
|
|
|
tools:text="MP32009240" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:visibility="invisible"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
android:layout_weight="1"
|
|
|
android:text="序号:"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:visibility="invisible"
|
|
|
android:id="@+id/list_storage_recharge_orderno_tv"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="4dp"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
android:layout_weight="1"
|
|
|
android:textSize="14sp"
|
|
|
tools:text="1" />
|
|
@@ -53,21 +55,36 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:padding="4dp">
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/bar_prodcode"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/list_storage_recharge_prodcode_tv"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
- android:layout_weight="2"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_weight="1.3"
|
|
|
android:textSize="14sp"
|
|
|
tools:text="ZWLDK23723447479" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="4dp"
|
|
|
+ android:layout_marginStart="4dp"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/bar_remain"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/list_storage_recharge_quantity_tv"
|
|
|
android:layout_width="0dp"
|
|
@@ -93,11 +110,19 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:padding="4dp">
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/pr_spec"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/list_storage_recharge_spec_tv"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
android:layout_weight="1"
|
|
|
android:textSize="14sp"
|
|
|
tools:text="名称+规格" />
|