@@ -194,7 +194,7 @@
:value="item.WAREHOUSE"
@click.native="stockChange(item,scope.column.data,scope.$index)">
<span>{{ item.WAREHOUSE }}</span>
- <div style="float: right; color: #8492a6; font-size: 13px">数量:{{item.qty}}仓位:{{ item.LOCATION }}/批号:{{ item.LOT }}</div>
+ <div style="float: right; color: #8492a6; font-size: 13px">数量:{{item.QTY}}仓位:{{ item.LOCATION }}/批号:{{ item.LOT }}</div>
</el-option>
</el-select>
</div>