Compare commits
No commits in common. "06b82d7b2a836e9ca41c63efbdb742e9a9a1e987" and "290b75b2762a7986b37bb4d09b1d82fc3d3cef1c" have entirely different histories.
06b82d7b2a
...
290b75b276
@ -659,7 +659,7 @@ export default function StepUp(props) {
|
|||||||
<td
|
<td
|
||||||
className="al-r"
|
className="al-r"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
handleRowClick(idx, serQtyIdx, item.paralQty)
|
handleRowClick(idx, serQtyIdx)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{item.serQty}
|
{item.serQty}
|
||||||
@ -682,11 +682,7 @@ export default function StepUp(props) {
|
|||||||
</option>
|
</option>
|
||||||
)}
|
)}
|
||||||
{Array.from(
|
{Array.from(
|
||||||
{
|
{ length: originPcsVoltageStepUpList[index].pcsItemList[idx].serQtyList[serQtyIdx].paralQty },
|
||||||
length: originPcsVoltageStepUpList[index]
|
|
||||||
? originPcsVoltageStepUpList[index]?.pcsItemList[idx].serQtyList[serQtyIdx].paralQty
|
|
||||||
: item.paralQty,
|
|
||||||
},
|
|
||||||
(_, i) => i + 1,
|
(_, i) => i + 1,
|
||||||
).map((num) => (
|
).map((num) => (
|
||||||
<option key={num} value={num}>
|
<option key={num} value={num}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user