Pages Supplier

This commit is contained in:
ajat91 2021-12-16 18:57:47 +07:00
parent a0b8ad52be
commit fb7128ff00

View File

@ -216,6 +216,9 @@ export const SupplierComponent = observer((props) => {
>
<Input />
</Form.Item>
{idData ? (
""
) : (
<Form.Item
name="code"
label="Kode"
@ -223,6 +226,7 @@ export const SupplierComponent = observer((props) => {
>
<Input />
</Form.Item>
)}
</Form>
</Modal>
<TopupsaldoModal code={code} />