소스 검색

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 일 전
부모
커밋
cee2dc15f8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/app/api/inventory/index.ts

+ 1
- 0
src/app/api/inventory/index.ts 파일 보기

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


불러오는 중...
취소
저장