|
|
@@ -112,7 +112,7 @@ function BomMaterialTable({ bomMaterial }: Props) { |
|
|
|
{ |
|
|
|
field: "availableQty", |
|
|
|
headerName: t("Available Qty"), |
|
|
|
flex: 0.5, |
|
|
|
flex: 1, |
|
|
|
type: "number", |
|
|
|
// editable: true, |
|
|
|
align: "right", |
|
|
@@ -125,7 +125,7 @@ function BomMaterialTable({ bomMaterial }: Props) { |
|
|
|
{ |
|
|
|
field: "demandQty", |
|
|
|
headerName: t("Demand Qty"), |
|
|
|
flex: 0.5, |
|
|
|
flex: 1, |
|
|
|
// editable: true, |
|
|
|
align: "right", |
|
|
|
headerAlign: "right", |
|
|
@@ -136,7 +136,7 @@ function BomMaterialTable({ bomMaterial }: Props) { |
|
|
|
{ |
|
|
|
field: "uomName", |
|
|
|
headerName: t("UoM"), |
|
|
|
flex: 0.5, |
|
|
|
flex: 1, |
|
|
|
align: "left", |
|
|
|
headerAlign: "left", |
|
|
|
renderCell: (row) => { |
|
|
@@ -146,7 +146,7 @@ function BomMaterialTable({ bomMaterial }: Props) { |
|
|
|
{ |
|
|
|
field: "status", |
|
|
|
headerName: t("status"), |
|
|
|
flex: 0.5, |
|
|
|
flex: 0.7, |
|
|
|
// editable: true, |
|
|
|
align: "center", |
|
|
|
headerAlign: "center", |
|
|
|