Further UI Updates.
This commit is contained in:
@@ -142,46 +142,6 @@ export function JobsDetailHeader({ job, bodyshop }) {
|
||||
</Col>
|
||||
</Row>
|
||||
);
|
||||
|
||||
// return (
|
||||
// <PageHeader
|
||||
// title={job.ro_number || t("general.labels.na")}
|
||||
// subTitle={job.status}
|
||||
// tags={[
|
||||
// <OwnerTagPopoverComponent key="owner" job={job} />,
|
||||
// <VehicleTagPopoverComponent key="vehicle" job={job} />,
|
||||
// <Tag
|
||||
// color="#f50"
|
||||
// key="production"
|
||||
// style={{ display: job.inproduction ? "" : "none" }}
|
||||
// >
|
||||
// {t("jobs.labels.inproduction")}
|
||||
// </Tag>,
|
||||
// <Tag title={t("jobs.fields.repairtotal")} key="total" color="green">
|
||||
// <CurrencyFormatter>{job.clm_total}</CurrencyFormatter>
|
||||
// <span style={{ margin: "0rem .5rem" }}>/</span>
|
||||
// <CurrencyFormatter>{job.owner_owing}</CurrencyFormatter>
|
||||
// </Tag>,
|
||||
// ]}
|
||||
// extra={menuExtra}
|
||||
// >
|
||||
// <div style={{ display: "flex", justifyContent: "flex-end" }}>
|
||||
// {(job.inproduction || jobInPostProduction) && (
|
||||
// <>
|
||||
// <div style={{ display: "flex", flex: 1 }}>
|
||||
// <div style={{ marginRight: "2rem" }}>
|
||||
// {t("jobs.fields.production_vars.note")}
|
||||
// </div>
|
||||
// <ProductionListColumnProductionNote record={job} />
|
||||
// </div>
|
||||
// <Divider type="vertical" />
|
||||
// </>
|
||||
// )}
|
||||
|
||||
//
|
||||
// </div>
|
||||
// </PageHeader>
|
||||
// );
|
||||
}
|
||||
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(JobsDetailHeader);
|
||||
|
||||
Reference in New Issue
Block a user