ソースを参照

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;


読み込み中…
キャンセル
保存