部件入库修改
This commit is contained in:
parent
7f16eac71e
commit
cda8a2f68f
@ -22,8 +22,8 @@
|
||||
const oitem = userOperation[j];
|
||||
if(oitem.zoneId != item.id) continue;
|
||||
const sitem = {
|
||||
value: oitem.regionId,
|
||||
text: item.name + '-' + oitem.regionName
|
||||
value: oitem.operationRegionId,
|
||||
text: item.name + '-' + oitem.operationRegionName
|
||||
}
|
||||
range.value.push(sitem);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user