|
@@ -2301,6 +2301,12 @@ export default {
|
|
|
)
|
|
|
.then(res => {
|
|
|
this.steelMap = res.data.data
|
|
|
+ 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
|
|
|
this.getSpanArr1(res.data.data.mapList)
|
|
@@ -3893,12 +3899,14 @@ export default {
|
|
|
)
|
|
|
.then(res => {
|
|
|
this.steelMap = res.data.data
|
|
|
+
|
|
|
this.steelMap.userName = getCookie('loginName')
|
|
|
this.addressId = row.shipperAddressId
|
|
|
this.getAllProvince()
|
|
|
this.onchangeProvince()
|
|
|
this.onchangeCity()
|
|
|
this.centerDialogVisible = true
|
|
|
+
|
|
|
this.getSpanArr1(res.data.data.mapList)
|
|
|
})
|
|
|
},
|