IO-1125 Add Mapa & Mash for jobs that don't have it.
This commit is contained in:
@@ -92,16 +92,6 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
|
||||
disabled={!!job.date_exported || jobRO}
|
||||
/>
|
||||
|
||||
{
|
||||
// <Button
|
||||
// loading={loading}
|
||||
// onClick={() => form.submit()}
|
||||
// disabled={jobRO}
|
||||
// >
|
||||
// {t("general.actions.save")}
|
||||
// </Button>
|
||||
}
|
||||
|
||||
<Popconfirm
|
||||
onConfirm={() => form.submit()}
|
||||
disabled={jobRO}
|
||||
@@ -115,9 +105,6 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
|
||||
</Popconfirm>
|
||||
|
||||
<JobsScoreboardAdd job={job} disabled={false} />
|
||||
{
|
||||
// <JobsCloseExportButton jobId={job.id} disabled={job.date_exported} />
|
||||
}
|
||||
</Space>
|
||||
<FormsFieldChanged form={form} />
|
||||
<JobsCloseLines job={job} />
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -296,6 +296,14 @@ export const TemplateList = (type, context) => {
|
||||
disabled: false,
|
||||
group: "post",
|
||||
},
|
||||
parts_label_single: {
|
||||
title: i18n.t("printcenter.jobs.parts_label_single"),
|
||||
description: "Thank You Letter by RO",
|
||||
key: "parts_label_single",
|
||||
subject: i18n.t("printcenter.jobs.parts_label_single"),
|
||||
disabled: false,
|
||||
group: "post",
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
...(!type || type === "job_special"
|
||||
|
||||
Reference in New Issue
Block a user