Merge branch 'develop' into 'devops-production'

Bug Fixing

See merge request empatnusabangsa/ppob/ppob-frontend!130
This commit is contained in:
ajat sudrajat 2022-02-03 12:42:02 +00:00
commit 19964c00bb
4 changed files with 10 additions and 10 deletions

View File

@ -95,7 +95,7 @@ export const ProductComponent = observer((props) => {
key: "supplier_name",
},
{
title: "Sub Category",
title: "Sub Kategori",
dataIndex: "sub_categories_name",
key: "sub_categories_name",
},

View File

@ -564,8 +564,8 @@ export const DetailUser = observer(() => {
<Col span={12}>
<Text>
{store.authentication.dataProfit.is_active === true
? "Active"
: "Inactive"}
? "Aktif"
: "Inaktif"}
</Text>
</Col>
{store.authentication.userData.role === "Admin" &&
@ -710,7 +710,7 @@ export const DetailUser = observer(() => {
<Row justify={"center"}>
<Col lg={12} xs={12}>
<Title strong level={3} style={styleSaldoTitle}>
Profit
Keuntungan
</Title>
</Col>
<Col lg={24} xs={12}>

View File

@ -122,13 +122,13 @@ export const Product = observer(() => {
<div>
<Row>
<span style={{ fontWeight: "bold", marginBottom: "10px" }}>
Sub Category
Jenis Produk
</span>
</Row>
<Row>
<Col span={24}>
<Select
placeholder={"Select Sub Category"}
placeholder={"Pilih Kategori"}
allowClear={true}
onChange={(val) => handleChangeSubcategory(val)}
style={{ marginBottom: "10px", width: "100%" }}

View File

@ -169,13 +169,13 @@ export const Transaction = observer(() => {
<div>
<Row>
<span style={{ fontWeight: "bold", marginBottom: "10px" }}>
Kategori
Jenis Produk
</span>
</Row>
<Row>
<Col span={24}>
<Select
placeholder={"Pilih Kategori"}
placeholder={"Pilih Jenis Produk"}
allowClear={true}
onChange={(val) => handleChangeTabs(val)}
style={{ marginBottom: "10px", width: "100%" }}
@ -191,13 +191,13 @@ export const Transaction = observer(() => {
<Row>
<span style={{ fontWeight: "bold", marginBottom: "10px" }}>
Sub Kategori
Kategori
</span>
</Row>
<Row>
<Col span={24}>
<Select
placeholder={"Pilih Sub Kategori"}
placeholder={"Pilih Kategori"}
allowClear={true}
onChange={(val) => handleChangeSubcategory(val)}
style={{ marginBottom: "10px", width: "100%" }}