|
@@ -2318,13 +2318,6 @@ export default {
|
|
.then(res => {
|
|
.then(res => {
|
|
this.steelMap = res.data.data
|
|
this.steelMap = res.data.data
|
|
this.steelMap.userName = getCookie('loginName')
|
|
this.steelMap.userName = getCookie('loginName')
|
|
- let inboundWarehouse = null
|
|
|
|
- if (getCookie('orgCode') == 'ouyechangwaiku') {
|
|
|
|
- inboundWarehouse = getCookie('loginName')
|
|
|
|
- this.steelMap.mapList.forEach(item => {
|
|
|
|
- item.inboundWarehouse = inboundWarehouse
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
this.confireInboundVisible = true
|
|
this.confireInboundVisible = true
|
|
this.getSpanArr1(res.data.data.mapList)
|
|
this.getSpanArr1(res.data.data.mapList)
|
|
})
|
|
})
|