Explorar el Código

update

master
CANCERYS\kw093 hace 2 meses
padre
commit
90721a29f0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx

+ 1
- 0
src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx Ver fichero

@@ -1154,6 +1154,7 @@ useEffect(() => {
const issueData = {
...data,
type: "Do", // Delivery Order Record 类型
pickerName: session?.user?.name || '',
};
const result = await recordPickExecutionIssue(issueData);


Cargando…
Cancelar
Guardar