|
@@ -1489,7 +1489,9 @@ function handleSelectEmployee(item) {
|
|
}
|
|
}
|
|
|
|
|
|
function handleSelectCompany(item) {
|
|
function handleSelectCompany(item) {
|
|
|
|
+ console.log(item)
|
|
form.value.companyName = item.name;
|
|
form.value.companyName = item.name;
|
|
|
|
+ form.value.oldName = item.oldName;
|
|
form.value.companyId = item.id;
|
|
form.value.companyId = item.id;
|
|
form.value.customerLabelId = item.customerLabelId
|
|
form.value.customerLabelId = item.customerLabelId
|
|
}
|
|
}
|