As you are using forms for SharePoint, you need to add your code under spRendered event handler, like this:
fd.spRendered(function(vue) {
//Disable request total and status field
fd.field('Status').disabled = true;
fd.field('RequestAmount').disabled = true;
});
Please try it out and let me know.
Thank you! I'm glad you are enjoying the new appearance of tables.