Explorar el Código

miss push

production
CANCERYS\kw093 hace 3 semanas
padre
commit
04c7e2f315
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  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 Ver fichero

@@ -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 Ver fichero

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




Cargando…
Cancelar
Guardar