Browse Source

bug生产计划时,选择工位,带出原料库位

hella_online_20240829
wangyufei 2 months ago
parent
commit
5d715e089d
  1. 1
      src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue

1
src/views/wms/issueManage/preparetoissueplan/preparetoissueMain/index.vue

@ -128,6 +128,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
tableData.value.push(newRow)
})
}else{
row['toLocationCode'] = val[0]['rawLocationCode']
row[formField] = val[0][searchField]
}

Loading…
Cancel
Save