견적서 케이블 관련
This commit is contained in:
parent
2dc590cbee
commit
e17f0e0dba
@ -1718,7 +1718,7 @@ export default function Estimate({}) {
|
|||||||
}}
|
}}
|
||||||
value={cableItem}
|
value={cableItem}
|
||||||
>
|
>
|
||||||
<option value={''}>selected</option>
|
{/* <option value={''}>selected</option> */}
|
||||||
{cableItemList.length > 0 &&
|
{cableItemList.length > 0 &&
|
||||||
cableItemList.map((row) => (
|
cableItemList.map((row) => (
|
||||||
<option key={row.clRefChr1} value={row.clRefChr1}>
|
<option key={row.clRefChr1} value={row.clRefChr1}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user