Browse Source

FWHL-75默认来源库位,默认保存BOM

hella_online_20241212_pandian
王宇飞 2 months ago
parent
commit
95e34c1f61
  1. 3
      src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue

3
src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue

@ -516,6 +516,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
// buttonOperationClick(newRow,'Bom',tableData.value.indexOf(newRow),true)
// }
tableData.value.push(newRow)
if(newRow['fromLocationCode']){
buttonOperationClick(newRow,'Bom',tableData.value.indexOf(newRow),true)
}
})
}else if(formField == 'bomVersion'){

Loading…
Cancel
Save