|
|
@ -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 { |
|
|
|