|
|
@@ -543,7 +543,7 @@ function PoInputGrid({ |
|
|
[], |
|
|
[], |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
const getButtonSx = (sil : StockInLine) => { |
|
|
|
|
|
|
|
|
const getButtonSx = (sil: StockInLineRow) => { |
|
|
const status = sil?.status?.toLowerCase(); |
|
|
const status = sil?.status?.toLowerCase(); |
|
|
let btnSx = { label: "", color: "" }; |
|
|
let btnSx = { label: "", color: "" }; |
|
|
switch (status) { |
|
|
switch (status) { |
|
|
|