From b368efa82760f35ec082ffaa7cc4d643a25354dc Mon Sep 17 00:00:00 2001 From: YANG JIANKUAN Date: Tue, 8 Sep 2026 20:04:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BD=E9=99=85=E8=BF=9B=E6=B8=AF?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=88=97=E8=A1=A8=E4=BB=B6=E6=95=B0=E6=94=B9?= =?UTF-8?q?=E5=8F=96=20pcLabel=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 分页接口新增 pcLabel 字段(如 0/8),用于展示已入库/总件数, 列表项件数由 pc 改为优先显示 pcLabel,缺失时回退 pc。 Co-Authored-By: Claude Opus 4.6 --- .../src/main/java/com/lukouguoji/module_base/bean/GjcMaWb.kt | 1 + module_gjj/src/main/res/layout/item_int_imp_storage_use.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module_base/src/main/java/com/lukouguoji/module_base/bean/GjcMaWb.kt b/module_base/src/main/java/com/lukouguoji/module_base/bean/GjcMaWb.kt index 683321c..d4f701e 100644 --- a/module_base/src/main/java/com/lukouguoji/module_base/bean/GjcMaWb.kt +++ b/module_base/src/main/java/com/lukouguoji/module_base/bean/GjcMaWb.kt @@ -44,6 +44,7 @@ data class GjcMaWb( // ==================== 货物信息 ==================== var pc: Long? = null, // 预配件数 + var pcLabel: String? = null, // 件数展示文本(国际进港仓库分页返回,如 0/8、44) var weight: Double? = null, // 预配重量(KG) var volume: Double? = null, // 预配体积(CBM) var goods: String? = null, // 品名(英) diff --git a/module_gjj/src/main/res/layout/item_int_imp_storage_use.xml b/module_gjj/src/main/res/layout/item_int_imp_storage_use.xml index 0045227..c8d8aa4 100644 --- a/module_gjj/src/main/res/layout/item_int_imp_storage_use.xml +++ b/module_gjj/src/main/res/layout/item_int_imp_storage_use.xml @@ -147,7 +147,7 @@