BOD-11 BOD-12 BOD-10 WIP Guided manual estimate creation.

This commit is contained in:
Patrick Fic
2020-03-23 09:24:09 -07:00
parent 7889ee61ae
commit c55f5ebafc
17 changed files with 769 additions and 133 deletions

View File

@@ -55,7 +55,6 @@ export default function JobsCreateVehicleInfoSearchComponent({
};
//TODO Implement searching & pagination
console.log("vehicles", vehicles);
return (
<Table
loading={loading}
@@ -102,7 +101,7 @@ export default function JobsCreateVehicleInfoSearchComponent({
selectedid: record.id
}
});
console.log("Should be clearing fields.");
console.log("Should be clearing fields here...");
return;
}
}