diff --git a/src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx b/src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx index f729d6a..f1363cb 100644 --- a/src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx +++ b/src/components/FinishedGoodSearch/GoodPickExecutiondetail.tsx @@ -3848,14 +3848,14 @@ paginatedData.map((lot, index) => { variant="outlined" size="small" onClick={() => handlePickExecutionForm(lot)} - + /* disabled={ lot.lotAvailability === 'expired' || lot.stockOutLineStatus === 'completed' || (Number(lot.stockOutLineId) > 0 && actionBusyBySolId[Number(lot.stockOutLineId)] === true) - } + }*/ - // disabled={true} + disabled={true} sx={{ fontSize: '0.7rem', py: 0.5, diff --git a/src/components/Jodetail/newJobPickExecution.tsx b/src/components/Jodetail/newJobPickExecution.tsx index 9df7d42..e2fcfec 100644 --- a/src/components/Jodetail/newJobPickExecution.tsx +++ b/src/components/Jodetail/newJobPickExecution.tsx @@ -2979,7 +2979,7 @@ const sortedData = [...sourceData].sort((a, b) => { variant="outlined" size="small" onClick={() => handlePickExecutionForm(lot)} - + /* disabled={ lot.lotAvailability === "expired" || lot.stockOutLineStatus === "completed" || @@ -2988,8 +2988,8 @@ const sortedData = [...sourceData].sort((a, b) => { (Number(lot.stockOutLineId) > 0 && actionBusyBySolId[Number(lot.stockOutLineId)] === true) } - - //disabled={true} + */ + disabled={true} sx={{ fontSize: '0.7rem', py: 0.5,