Procházet zdrojové kódy

quick update

production_process
cyril.tsui před 2 měsíci
rodič
revize
e1a185d426
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/main/java/com/ffii/fpsms/modules/stock/entity/projection/InventoryInfo.kt

+ 2
- 2
src/main/java/com/ffii/fpsms/modules/stock/entity/projection/InventoryInfo.kt Zobrazit soubor

@@ -13,9 +13,9 @@ interface InventoryInfo{
val type: String?
// @get:Value("#{target.qty / (target.item.itemUoms.^[stockUnit == true && deleted == false]?.ratioN / target.item.itemUoms.^[stockUnit == true && deleted == false]?.ratioD)}")
val qty: BigDecimal?
@get:Value("#{target.item.itemUoms.^[stockUnit == true && deleted == false]?.uom.code}")
@get:Value("#{target.item.itemUoms.^[purchaseUnit == true && deleted == false]?.uom.code}")
val uomCode: String?
@get:Value("#{target.item.itemUoms.^[stockUnit == true && deleted == false]?.uom.udfudesc}")
@get:Value("#{target.item.itemUoms.^[purchaseUnit == true && deleted == false]?.uom.udfudesc}")
val uomUdfudesc: String?
// @get:Value("#{target.qty * target.uom.gramPerSmallestUnit}")
// val germPerSmallestUnit: BigDecimal?


Načítá se…
Zrušit
Uložit