Modified render styles to improve printability
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { Col, Result, Row, Statistic, Typography } from "antd";
|
||||
import Dinero from "dinero.js";
|
||||
import { JsonEditor as Editor } from "jsoneditor-react";
|
||||
import "jsoneditor-react/es/editor.min.css";
|
||||
import React from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { connect } from "react-redux";
|
||||
@@ -218,7 +220,7 @@ export function JobsTotalsTableComponent({ bodyshop, job }) {
|
||||
<tr>
|
||||
<td>{t("jobs.labels.additionaltotal")}</td>
|
||||
<td className="currency">
|
||||
{Dinero(job.job_totals.parts.additional).toFormat()}
|
||||
{Dinero(job.job_totals.additional).toFormat()}
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
@@ -293,6 +295,9 @@ export function JobsTotalsTableComponent({ bodyshop, job }) {
|
||||
/>
|
||||
</div>
|
||||
<JobCalculateTotals job={job} />
|
||||
<Editor
|
||||
value={{ CIECA: job.cieca_ttl.data, ImEXCalc: job.job_totals }}
|
||||
/>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user