CANCERYS\kw093 2 недель назад
Родитель
Сommit
646320a3cf
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      src/app/api/jo/actions.ts

+ 2
- 2
src/app/api/jo/actions.ts Просмотреть файл

@@ -605,8 +605,8 @@ export interface StockOutLineDetailResponse {
availableQty: number | null; availableQty: number | null;
noLot: boolean; noLot: boolean;
/** Workbench API: matched suggest_pick_lot qty for this SOL lot line */ /** Workbench API: matched suggest_pick_lot qty for this SOL lot line */
//suggestedPickQty?: number | null;
//suggestedPickLotId?: number | null;
suggestedPickQty?: number | null;
suggestedPickLotId?: number | null;
} }


export interface LotDetailResponse { export interface LotDetailResponse {


Загрузка…
Отмена
Сохранить