|
@@ -2353,9 +2353,11 @@ export default {
|
|
|
console.log(this.steelMap, 'this.steelMap')
|
|
|
if (getCookie('orgCode') == 'ouyechangwaiku') {
|
|
|
let inboundWarehouse = getCookie('loginName')
|
|
|
+ /**
|
|
|
this.steelMap.mapList = this.steelMap.mapList.filter(item => {
|
|
|
return item.inboundWarehouse == inboundWarehouse
|
|
|
})
|
|
|
+ */
|
|
|
}
|
|
|
this.steelMap.userName = getCookie('loginName')
|
|
|
this.confireInboundVisible = true
|