浏览代码

Merge branch 'master' into kitchenmanage

kitchenmanage
zhaoy 10 个月前
父节点
当前提交
66dc878f00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/pages/device/warehousepostion/components/CreateForm.jsx

+ 1
- 1
src/pages/device/warehousepostion/components/CreateForm.jsx 查看文件

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


正在加载...
取消
保存