1.物品采集页面增加查看已采集物品信息,可以与搜索进行切换显示;2.收货已确认未确认显示优化;3.debug和release依赖切换使用问题解决;4其它优化;

This commit is contained in:
2025-11-03 17:45:24 +08:00
parent cb96a3db01
commit bd4e95158f
15 changed files with 188 additions and 40 deletions
+2 -1
View File
@@ -147,7 +147,8 @@
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="@id/btnTakePhoto"
app:layout_constraintStart_toStartOf="@id/btnStartPreview"
app:layout_constraintTop_toBottomOf="@id/btnTakePhoto" />
app:layout_constraintTop_toBottomOf="@id/btnTakePhoto"
android:visibility="gone"/>
<LinearLayout
android:id="@+id/llGoodsInfo"