Compare commits
No commits in common. "aef935fe48cedccc67b820ea12fcf9b4031a3482" and "2ed7700f66b909a301ff8be25bba084b2c22f374" have entirely different histories.
aef935fe48
...
2ed7700f66
@ -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