IO-2340 CDK New Unsold Vehicle Option

Exports with no Delivery Date or In-Service Date
This commit is contained in:
Allan Carr
2023-06-20 10:03:49 -07:00
parent 91279c27fe
commit fee5bee569
6 changed files with 19 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ import {
Select,
Space,
Statistic,
Switch,
Typography,
} from "antd";
import Dinero from "dinero.js";
@@ -183,6 +184,12 @@ export function DmsPostForm({ bodyshop, socket, job, logsRef }) {
<Space>
<DmsCdkMakes form={form} socket={socket} job={job} />
<DmsCdkMakesRefetch />
<Form.Item
name="dms_unsold"
label={t("jobs.fields.dms.dms_unsold")}
>
<Switch defaultChecked={false} />
</Form.Item>
</Space>
</div>
)}