浏览代码

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;


正在加载...
取消
保存