Browse Source

HL-4138问题修复

hella_online_20240829
zhaoxuebing 4 months ago
parent
commit
747fdc0481
  1. 2
      src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue

2
src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue

@ -114,8 +114,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
if (type == 'tableForm') {
//
if(formField === 'itemCode'){
let newRow = JSON.parse(JSON.stringify(tableFormKeys))
val.forEach(item=>{
let newRow = JSON.parse(JSON.stringify(tableFormKeys))
newRow[formField] =item[searchField]
newRow['packingNumber'] = item['packingNumber']
newRow['containerNumber'] = item['containerNumber']

Loading…
Cancel
Save