浏览代码

type error

bomUpdateTest
kelvin.yau 2 周前
父节点
当前提交
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) {


正在加载...
取消
保存