zhaoy 8 달 전
부모
커밋
81f846875a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/device/warehousepostion/components/CreateForm.jsx

+ 1
- 1
src/pages/device/warehousepostion/components/CreateForm.jsx 파일 보기

@@ -77,7 +77,7 @@ const CreateForm = (props) => {
if(device){
var ary=[]
for (let index = 0; index < device.productNumber; index++) {
ary.push({id: index,code:'',batchingId:''})
ary.push({id: index,code:'LC000'+(index+1),batchingId:''})
}
console.log("ary",ary)
setEditableRowKeys(ary.map((item) => item.id))


불러오는 중...
취소
저장