IO-1591 Key tag label.
This commit is contained in:
@@ -43,7 +43,8 @@ export function PrintCenterJobsLabels({ bodyshop, jobId }) {
|
|||||||
context: restVals,
|
context: restVals,
|
||||||
},
|
},
|
||||||
{},
|
{},
|
||||||
"p"
|
"p",
|
||||||
|
jobId
|
||||||
);
|
);
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
setIsModalVisible(false);
|
setIsModalVisible(false);
|
||||||
@@ -61,10 +62,10 @@ export function PrintCenterJobsLabels({ bodyshop, jobId }) {
|
|||||||
label={t("printcenter.jobs.labels.position")}
|
label={t("printcenter.jobs.labels.position")}
|
||||||
name="position"
|
name="position"
|
||||||
>
|
>
|
||||||
<InputNumber min={0} precision={0} />
|
<InputNumber min={1} precision={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label={t("printcenter.jobs.labels.count")} name="count">
|
<Form.Item label={t("printcenter.jobs.labels.count")} name="count">
|
||||||
<InputNumber min={0} precision={0} />
|
<InputNumber min={1} precision={0} max={99} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Button type="primary" loading={loading} onClick={handleOk}>
|
<Button type="primary" loading={loading} onClick={handleOk}>
|
||||||
{t("general.actions.print")}
|
{t("general.actions.print")}
|
||||||
|
|||||||
Reference in New Issue
Block a user