Przeglądaj źródła

miss push

production
CANCERYS\kw093 3 tygodni temu
rodzic
commit
04c7e2f315
2 zmienionych plików z 6 dodań i 0 usunięć
  1. +4
    -0
      src/app/api/do/actions.tsx
  2. +2
    -0
      src/app/api/do/index.tsx

+ 4
- 0
src/app/api/do/actions.tsx Wyświetl plik

@@ -40,6 +40,10 @@ export interface DoDetailLine {
uomCode?: string;
uom?: string;
shortUom?: string;
/** AVAILABLE lot lines: sum(in - out - hold), same unit as DO line qty. */
stockQty?: number;
/** `available` | `insufficient` */
availableStatus?: string;
}

export interface DoSearchAll {


+ 2
- 0
src/app/api/do/index.tsx Wyświetl plik

@@ -38,6 +38,8 @@ export interface DoDetailLine {
uomCode?: string;
uom?: string;
shortUom?: string;
stockQty?: number;
availableStatus?: string;
}




Ładowanie…
Anuluj
Zapisz