|
@@ -197,11 +197,11 @@ export default {
|
|
|
width: 150,
|
|
|
scopedSlots: { customRender: 'num' }
|
|
|
},
|
|
|
- {
|
|
|
- title: '库存',
|
|
|
- dataIndex: 'storeNum',
|
|
|
- width: 150
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '库存',
|
|
|
+ // dataIndex: 'storeNum',
|
|
|
+ // width: 150
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
title: '仓库',
|
|
@@ -335,7 +335,7 @@ export default {
|
|
|
for (let i = 0; i < rows.length; i++) {
|
|
|
let find = false
|
|
|
for (let j = 0; j < data.length; j++) {
|
|
|
- if (rows[i].autoId === data[j].autoId) {
|
|
|
+ if (rows[i].spareId === data[j].spareId) {
|
|
|
find = true
|
|
|
break
|
|
|
}
|