|
|
@@ -7,7 +7,7 @@ interface BomCombo { |
|
|
val id: Long; |
|
|
val id: Long; |
|
|
@get:Value("#{target.id}") |
|
|
@get:Value("#{target.id}") |
|
|
val value: Long; |
|
|
val value: Long; |
|
|
@get:Value("#{target.code} - #{target.name} - #{target.item.itemUoms.^[salesUnit == true && deleted == false]?.uom.udfudesc}") |
|
|
|
|
|
|
|
|
@get:Value("#{target.code ?: ''} - #{target.name ?: ''} - #{target.item?.itemUoms?.^[salesUnit == true && deleted == false]?.uom?.udfudesc ?: ''}") |
|
|
val label: String; |
|
|
val label: String; |
|
|
val outputQty: BigDecimal; |
|
|
val outputQty: BigDecimal; |
|
|
val outputQtyUom: String?; |
|
|
val outputQtyUom: String?; |
|
|
|