|
@@ -109,7 +109,7 @@
|
|
} else if (this.bizType === 'check') {
|
|
} else if (this.bizType === 'check') {
|
|
data.data.records.forEach(item => {
|
|
data.data.records.forEach(item => {
|
|
this.options.push({...item,
|
|
this.options.push({...item,
|
|
- label: item.materialName + ' - ' + item.specifications + ' - ' + item.cnt,
|
|
|
|
|
|
+ label: item.materialName + ' - ' + item.mapNumber + ' - ' + item.specifications + ' - ' + item.cnt,
|
|
value: item.materialId,
|
|
value: item.materialId,
|
|
specification: item.specifications,
|
|
specification: item.specifications,
|
|
cntLimit: Number(item.cnt) - Number(item.lockCnt)
|
|
cntLimit: Number(item.cnt) - Number(item.lockCnt)
|