Added alert and setting for PP differences less than a set amount. RPS-34

This commit is contained in:
Patrick Fic
2020-10-29 18:53:17 -07:00
parent 0bb53bd1be
commit 8507ba455a
14 changed files with 144 additions and 19 deletions

View File

@@ -60,6 +60,18 @@ export default function ShopSettingsFormMolecule({ form, saveLoading }) {
>
<Select mode="tags" onBlur={handleBlur} />
</Form.Item>
<Form.Item
label="Alert whne Parts Price Difference Less Than"
name="ppd_diff_alert"
rules={[
{
required: true,
},
]}
>
<InputNumber />
</Form.Item>
</LayoutFormRow>
<Typography.Title level={4}>Group Definitions</Typography.Title>
<Form.List name={["targets"]}>