|
|
@ -528,11 +528,13 @@ export default { |
|
|
|
// 查看 |
|
|
|
// 查看 |
|
|
|
handleView(row) { |
|
|
|
handleView(row) { |
|
|
|
console.log('row :>> ', row); |
|
|
|
console.log('row :>> ', row); |
|
|
|
this.$router.push( |
|
|
|
this.$router.push({ |
|
|
|
`/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails?name=详情+-+${ |
|
|
|
path: '/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails', |
|
|
|
row.goodsAllocationName |
|
|
|
query: { |
|
|
|
}&info=${JSON.stringify(row)}` |
|
|
|
name: '详情+-+' + row.goodsAllocationName, |
|
|
|
); |
|
|
|
info: JSON.stringify(row), |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|
}; |
|
|
|