zhaoy 10 ay önce
ebeveyn
işleme
81f846875a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/pages/device/warehousepostion/components/CreateForm.jsx

+ 1
- 1
src/pages/device/warehousepostion/components/CreateForm.jsx Dosyayı Görüntüle

@@ -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))


Yükleniyor…
İptal
Kaydet