Pages Supplier

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

View File

@ -79,7 +79,7 @@ export const SupplierComponent = observer((props) => {
render: (text, record) => (
<Tag
color={record?.status === true ? "processing" : "#E3E8EE"}
style={{ color: "#4F566B"}}
style={{ color: "#4F566B" }}
>
{record?.status === true ? " ACTIVE" : "INACTIVE"}
</Tag>
@ -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} />