|
|
@@ -20,6 +20,21 @@
|
|
|
android:textStyle="bold"
|
|
|
tools:text="stock_task_prodcode" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_shuliang"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:text="数量:"
|
|
|
+ />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/stock_already_list_outqty"
|
|
|
android:layout_width="wrap_content"
|