IO-1404 Rates in shop info minimums
This commit is contained in:
@@ -42,7 +42,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_lab")}
|
label={t("jobs.fields.rate_lab")}
|
||||||
@@ -55,7 +55,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_lad")}
|
label={t("jobs.fields.rate_lad")}
|
||||||
@@ -68,7 +68,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_lae")}
|
label={t("jobs.fields.rate_lae")}
|
||||||
@@ -81,7 +81,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_laf")}
|
label={t("jobs.fields.rate_laf")}
|
||||||
@@ -94,7 +94,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_lag")}
|
label={t("jobs.fields.rate_lag")}
|
||||||
@@ -107,7 +107,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_lam")}
|
label={t("jobs.fields.rate_lam")}
|
||||||
@@ -120,7 +120,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_lar")}
|
label={t("jobs.fields.rate_lar")}
|
||||||
@@ -133,7 +133,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_las")}
|
label={t("jobs.fields.rate_las")}
|
||||||
@@ -146,7 +146,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_la1")}
|
label={t("jobs.fields.rate_la1")}
|
||||||
@@ -159,7 +159,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_la2")}
|
label={t("jobs.fields.rate_la2")}
|
||||||
@@ -172,7 +172,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_la3")}
|
label={t("jobs.fields.rate_la3")}
|
||||||
@@ -185,7 +185,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_la4")}
|
label={t("jobs.fields.rate_la4")}
|
||||||
@@ -198,7 +198,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_mash")}
|
label={t("jobs.fields.rate_mash")}
|
||||||
@@ -211,7 +211,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_mapa")}
|
label={t("jobs.fields.rate_mapa")}
|
||||||
@@ -224,7 +224,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_ma2s")}
|
label={t("jobs.fields.rate_ma2s")}
|
||||||
@@ -237,7 +237,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_ma3s")}
|
label={t("jobs.fields.rate_ma3s")}
|
||||||
@@ -250,7 +250,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
{
|
{
|
||||||
// <Form.Item
|
// <Form.Item
|
||||||
@@ -264,7 +264,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
// },
|
// },
|
||||||
// ]}
|
// ]}
|
||||||
// >
|
// >
|
||||||
// <CurrencyInput />
|
// <CurrencyInput min={0} />
|
||||||
// </Form.Item>
|
// </Form.Item>
|
||||||
// <Form.Item
|
// <Form.Item
|
||||||
// label={t("jobs.fields.rate_macs")}
|
// label={t("jobs.fields.rate_macs")}
|
||||||
@@ -277,7 +277,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
// },
|
// },
|
||||||
// ]}
|
// ]}
|
||||||
// >
|
// >
|
||||||
// <CurrencyInput />
|
// <CurrencyInput min={0} />
|
||||||
// </Form.Item>
|
// </Form.Item>
|
||||||
}
|
}
|
||||||
<Form.Item
|
<Form.Item
|
||||||
@@ -291,7 +291,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("jobs.fields.rate_mahw")}
|
label={t("jobs.fields.rate_mahw")}
|
||||||
@@ -304,7 +304,7 @@ export default function ShopInfoLaborRates({ form }) {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CurrencyInput />
|
<CurrencyInput min={0} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<DeleteFilled
|
<DeleteFilled
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user