ソースを参照

type error

production
kelvin.yau 6日前
コミット
ed7fa43ba7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/components/PoDetail/PoInputGrid.tsx

+ 1
- 1
src/components/PoDetail/PoInputGrid.tsx ファイルの表示

@@ -543,7 +543,7 @@ function PoInputGrid({
[],
);

const getButtonSx = (sil : StockInLine) => {
const getButtonSx = (sil: StockInLineRow) => {
const status = sil?.status?.toLowerCase();
let btnSx = { label: "", color: "" };
switch (status) {


読み込み中…
キャンセル
保存