IO-1030 Bill mark for reexport

This commit is contained in:
Patrick Fic
2021-05-07 13:10:20 -07:00
parent c97d2e0e6f
commit 9435b26042
9 changed files with 147 additions and 3 deletions

View File

@@ -309,6 +309,18 @@ export default function ShopInfoRbacComponent({ form }) {
>
<InputNumber />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.rbac.bills.reexport")}
rules={[
{
required: true,
//message: t("general.validation.required"),
},
]}
name={["md_rbac", "bills:reexport"]}
>
<InputNumber />
</Form.Item>
<Form.Item
label={t("bodyshop.fields.rbac.bills.view")}
rules={[