Explorar el Código

Merge branch 'master' into kitchenmanage

kitchenmanage
zhaoy hace 10 meses
padre
commit
66dc878f00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/device/warehousepostion/components/CreateForm.jsx

+ 1
- 1
src/pages/device/warehousepostion/components/CreateForm.jsx Ver fichero

@@ -78,7 +78,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))


Cargando…
Cancelar
Guardar