Procházet zdrojové kódy

Merge branch 'fix負數倉' of http://svn.2fi-solutions.com:8300/derek/FPSMS-frontend into fix負數倉

# Conflicts:
#	src/app/api/inventory/index.ts
do_workbench_fix
Harry Groves před 6 dny
rodič
revize
cee2dc15f8
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/app/api/inventory/index.ts

+ 1
- 0
src/app/api/inventory/index.ts Zobrazit soubor

@@ -16,6 +16,7 @@ export interface InventoryResult {
availableQty: number;
/** Item Search / getRecordByPage (inventory bucket). */
stockUomId?: number | null;
stockUomCode?: string | null;
/** Location Search / searchLatest (lot-line grouped row). Same UOM id space as stockUomId. */
uomId?: number;
uomCode: string;


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