zhaoy 8 månader sedan
förälder
incheckning
81f846875a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/pages/device/warehousepostion/components/CreateForm.jsx

+ 1
- 1
src/pages/device/warehousepostion/components/CreateForm.jsx Visa fil

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


Laddar…
Avbryt
Spara