|
|
@@ -8,227 +8,197 @@
|
|
|
android:background="@drawable/gray"
|
|
|
tools:context=".activity.StockInActivity">
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/ll_box_code"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/ll_item"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
|
- android:orientation="horizontal">
|
|
|
- <TextView
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:text="库位:"
|
|
|
- />
|
|
|
- <TextView
|
|
|
+ android:orientation="vertical">
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_box_code"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:id="@+id/tv_area_code"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="start"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:text="料框:"
|
|
|
- />
|
|
|
- <TextView
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:text="库位:"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/tv_area_code"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="start"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:text="料框:"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/tv_box_code"
|
|
|
+ android:gravity="start"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_item_spec"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:id="@+id/tv_box_code"
|
|
|
- android:gravity="start"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@color/white"
|
|
|
- />
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_item_spec"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/ll_box_code"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/white"
|
|
|
- android:orientation="horizontal">
|
|
|
- <TextView
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:text="型号:"
|
|
|
- />
|
|
|
- <TextView
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:text="型号:"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/tv_item_spec"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_stock_status"
|
|
|
+ android:layout_width="60dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textColor="@drawable/blue"
|
|
|
+ android:text=""/>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_product_name"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:id="@+id/tv_item_spec"
|
|
|
- android:layout_weight="1"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tv_box_code"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_stock_status"
|
|
|
- android:layout_width="60dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@drawable/blue"
|
|
|
- android:text=""/>
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_product_name"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/ll_item_spec"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/white"
|
|
|
- android:orientation="horizontal">
|
|
|
- <TextView
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:text="品名:"
|
|
|
- />
|
|
|
- <TextView
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:text="品名:"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/tv_product_name"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_product_code"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:id="@+id/tv_product_name"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- />
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_product_code"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/ll_product_name"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/white"
|
|
|
- android:orientation="horizontal">
|
|
|
- <TextView
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:text="编号:"/>
|
|
|
- <TextView
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:text="编号:"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/tv_product_code"
|
|
|
+ android:gravity="start"
|
|
|
+ android:textSize="18dp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_batch_code"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:id="@+id/tv_product_code"
|
|
|
- android:gravity="start"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- />
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_batch_code"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/ll_product_code"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/white"
|
|
|
- android:orientation="horizontal">
|
|
|
- <TextView
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:text="批号:"/>
|
|
|
- <TextView
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:text="批号:"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:id="@+id/tv_batch_code"
|
|
|
+ android:gravity="start"
|
|
|
+ android:textSize="18dp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:id="@+id/tv_batch_code"
|
|
|
- android:gravity="start"
|
|
|
- android:textSize="18dp"
|
|
|
- android:background="@color/white"
|
|
|
- />
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/white"
|
|
|
- android:id="@+id/ll_printer"
|
|
|
- android:gravity="start"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/ll_batch_code"
|
|
|
- app:layout_constraintRight_toRightOf="parent">
|
|
|
- <TextView
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:text="数量:"/>
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/ll_product_name"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- android:id="@+id/tv_qty"
|
|
|
- android:hint="0"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_weight="1"
|
|
|
- android:textSize="18dp"
|
|
|
- android:textColor="@color/red"
|
|
|
- android:paddingBottom="5dp"
|
|
|
- android:background="@color/white"
|
|
|
- />
|
|
|
- <TextView
|
|
|
- android:layout_width="120dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:textSize="18dp"
|
|
|
- android:text="锁定数量:"/>
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:paddingTop="5dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/ll_product_name"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- android:id="@+id/tv_lock_qty"
|
|
|
- android:layout_weight="1"
|
|
|
- android:hint="0"
|
|
|
- android:gravity="center"
|
|
|
- android:textSize="18dp"
|
|
|
- android:textColor="@color/red"
|
|
|
- android:paddingBottom="5dp"
|
|
|
- android:background="@color/white"
|
|
|
- />
|
|
|
+ android:id="@+id/ll_printer"
|
|
|
+ android:gravity="start">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:text="数量:"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/ll_product_name"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ android:id="@+id/tv_qty"
|
|
|
+ android:hint="0"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:textColor="@color/red"
|
|
|
+ android:paddingBottom="5dp"
|
|
|
+ />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="120dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:text="锁定数量:"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingStart="5dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/ll_product_name"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ android:id="@+id/tv_lock_qty"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:hint="0"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="18dp"
|
|
|
+ android:textColor="@color/red"
|
|
|
+ android:paddingBottom="5dp"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|