このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jason
/
FPSMS-frontend
ウォッチ
2
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
type error
production
kelvin.yau
6日前
親
f70b426f78
コミット
ed7fa43ba7
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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: StockInLine
Row
) => {
const status = sil?.status?.toLowerCase();
let btnSx = { label: "", color: "" };
switch (status) {
書き込み
プレビュー
読み込み中…
キャンセル
保存