Browse Source

YT-1559创建库存初始化申请,物料默认包装规格和包装数量没有带出,无法保存

intex_online20241205
张立 2 months ago
parent
commit
d27c770940
  1. 2
      src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/index.vue

2
src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/index.vue

@ -127,6 +127,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
val.forEach(item=>{
const newRow = JSON.parse(JSON.stringify({...tableFormKeys,...item}))
newRow[formField] = item[searchField]
newRow['packUnit'] = item['defaultPackUnit']
newRow['packQty'] = item['defaultPackQty']
newRow['uom'] = item['uom']
tableData.value.push(newRow)
})

Loading…
Cancel
Save