@@ -1735,6 +1735,8 @@ const save = async () => {
}
itm.xu = idx + 1;
+ itm.mattress_width = Number(itm?.mattress_width ?? 0);
+ itm.mattress_length = Number(itm?.mattress_length ?? 0);
return itm;
});