修复了库存单位填充后布局错乱问题

This commit is contained in:
zxj
2025-08-21 18:31:39 +08:00
parent 554dfbba2c
commit 0d7367cdc8
2 changed files with 12 additions and 3 deletions
@@ -101,6 +101,11 @@ data class GoodsAddParam(
return GlobalData.unitTypeList.find { it.id == unitId }?.value ?: ""
}
val unitIdStrPlace: String
get() {
return if (unitIdStr.isEmpty()) "-" else unitIdStr
}
val purchasePriceStr: String
get() {
if (purchasePrice == null) {