Perbaikan Project PPOB
This commit is contained in:
@@ -175,7 +175,7 @@ export const CategoryComponent = observer((props) => {
|
||||
}}
|
||||
>
|
||||
<List.Item.Meta
|
||||
className={["cariparkir-container"].join(" ")}
|
||||
className={[""].join(" ")}
|
||||
title={item.code}
|
||||
description={
|
||||
<div style={{}}>
|
||||
|
||||
@@ -265,7 +265,7 @@ export const PartnerComponent = observer((props) => {
|
||||
}}
|
||||
>
|
||||
<List.Item.Meta
|
||||
className={["cariparkir-container"].join(" ")}
|
||||
className={[""].join(" ")}
|
||||
title={item.code}
|
||||
description={
|
||||
<div style={{}}>
|
||||
@@ -275,7 +275,7 @@ export const PartnerComponent = observer((props) => {
|
||||
<small>Npwp : {item.npwp}</small> <br />
|
||||
<small>Address : {item.address}</small>
|
||||
</div>
|
||||
<Space size="middle">
|
||||
<Space size="small">
|
||||
<Button
|
||||
type={
|
||||
item?.status === true ? "danger" : "primary"
|
||||
@@ -359,7 +359,7 @@ export const PartnerComponent = observer((props) => {
|
||||
rules={[
|
||||
idData
|
||||
? { required: false }
|
||||
: { required: true, message: "Please input password name!" },
|
||||
: { required: true, message: "Please input name!" },
|
||||
]}
|
||||
>
|
||||
<Input />
|
||||
|
||||
@@ -343,7 +343,7 @@ export const ProductComponent = observer((props) => {
|
||||
}}
|
||||
>
|
||||
<List.Item.Meta
|
||||
className={["cariparkir-container"].join(" ")}
|
||||
className={[""].join(" ")}
|
||||
title={item.product_code}
|
||||
description={
|
||||
<div style={{}}>
|
||||
|
||||
@@ -178,7 +178,7 @@ export const SubcategoryComponent = observer((props) => {
|
||||
}}
|
||||
>
|
||||
<List.Item.Meta
|
||||
className={["cariparkir-container"].join(" ")}
|
||||
className={[""].join(" ")}
|
||||
title={item.code}
|
||||
description={
|
||||
<div style={{}}>
|
||||
|
||||
@@ -281,7 +281,7 @@ export const SupplierComponent = observer((props) => {
|
||||
}}
|
||||
>
|
||||
<List.Item.Meta
|
||||
className={["cariparkir-container"].join(" ")}
|
||||
className={[""].join(" ")}
|
||||
title={item.code}
|
||||
description={
|
||||
<div style={{}}>
|
||||
|
||||
Reference in New Issue
Block a user