Ver código fonte

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 6 dias atrás
pai
commit
cee2dc15f8
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/app/api/inventory/index.ts

+ 1
- 0
src/app/api/inventory/index.ts Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar