JohnnyChan il y a 4 jours
Parent
commit
5527fd7ba0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      JLHWEB/src/views/erpapi/mattressInterface/hooks/index.tsx

+ 1 - 1
JLHWEB/src/views/erpapi/mattressInterface/hooks/index.tsx

@@ -386,7 +386,7 @@ export const useHooks = (t?: any) => {
       data.erp_mtrlmode = item.mtrlmode;
       data.erp_mtrlcode = item.mtrlcode;
       data.erp_unit = item.unit;
-      data.erp_mtrlengname = item.mtrlengname;
+      data.erp_mtrlengname = item.zxmtrlmode;
     }
   };