|
@@ -95,7 +95,7 @@
|
|
|
} else {
|
|
|
data.data.records.forEach(item => {
|
|
|
this.options.push({...item,
|
|
|
- label: item.materialName,
|
|
|
+ label: item.materialName + ' - ' + item.specifications,
|
|
|
value: item.materialId,
|
|
|
specification: item.specifications,
|
|
|
cntLimit: item.cnt - item.lockCnt
|