Browse Source

WMS 需求:HL-6059 物料隔离申请选择时没有供应商代码或者名称

hella_online_20240927
高竟松 5 months ago
parent
commit
71a61b38e7
  1. 4
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/index.vue

4
src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/index.vue

@ -381,7 +381,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
newRow['toInventoryStatus'] = "HOLD" //
tableData.value.push(newRow)
})
} else {
} else if(formField == 'supplierCode'){
row['supplierName'] = val[0]['name']
} else{
row[formField] = val[0][searchField]
}
} else {

Loading…
Cancel
Save