Explorar el Código

fixing it cannot build

MergeProblem1
PC-20260115JRSN\Administrator hace 4 días
padre
commit
58c44b2987
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/app/api/pickOrder/actions.ts

+ 2
- 0
src/app/api/pickOrder/actions.ts Ver fichero

@@ -208,6 +208,8 @@ export interface PickExecutionIssueData {
missQty: number;
badItemQty: number;
badPackageQty?: number;
/** Optional: frontend-only reference to stock_out_line.id for the picked lot. */
stockOutLineId?: number;
issueRemark: string;
pickerName: string;
handledBy?: number;


Cargando…
Cancelar
Guardar