Compare commits

..

No commits in common. "06b82d7b2a836e9ca41c63efbdb742e9a9a1e987" and "290b75b2762a7986b37bb4d09b1d82fc3d3cef1c" have entirely different histories.

View File

@ -659,7 +659,7 @@ export default function StepUp(props) {
<td
className="al-r"
onClick={() => {
handleRowClick(idx, serQtyIdx, item.paralQty)
handleRowClick(idx, serQtyIdx)
}}
>
{item.serQty}
@ -682,11 +682,7 @@ export default function StepUp(props) {
</option>
)}
{Array.from(
{
length: originPcsVoltageStepUpList[index]
? originPcsVoltageStepUpList[index]?.pcsItemList[idx].serQtyList[serQtyIdx].paralQty
: item.paralQty,
},
{ length: originPcsVoltageStepUpList[index].pcsItemList[idx].serQtyList[serQtyIdx].paralQty },
(_, i) => i + 1,
).map((num) => (
<option key={num} value={num}>