|
@@ -412,7 +412,7 @@ export function getCustomerOptions(){
|
|
customerOption.value.splice(0,customerOption.value.length);
|
|
customerOption.value.splice(0,customerOption.value.length);
|
|
res.result.records.forEach(item=>{
|
|
res.result.records.forEach(item=>{
|
|
customerOption.value.push({
|
|
customerOption.value.push({
|
|
- label: item.name,
|
|
+ label: item.abbreviation,
|
|
value: item.id
|
|
value: item.id
|
|
})
|
|
})
|
|
})
|
|
})
|