|
@@ -5533,9 +5533,8 @@ export default {
|
|
|
obj.consigneeLoginName = consigneeLoginName
|
|
|
}
|
|
|
if (getCookie('orgCode') == 'ouyechangwaiku') {
|
|
|
- obj.inboundWarehouse = '欧冶'
|
|
|
+ obj.inboundWarehouse = getCookie('loginName')
|
|
|
}
|
|
|
-
|
|
|
if (this.screen == '客户') {
|
|
|
consigneeName = this.input
|
|
|
} else if (this.screen == '承运商') {
|
|
@@ -5755,7 +5754,7 @@ export default {
|
|
|
this.filterMap.consigneeLoginName = consigneeLoginName
|
|
|
}
|
|
|
if (getCookie('orgCode') == 'ouyechangwaiku') {
|
|
|
- this.filterMap.inboundWarehouse = '欧冶'
|
|
|
+ this.filterMap.inboundWarehouse = getCookie('loginName')
|
|
|
}
|
|
|
if (this.screen == '客户') {
|
|
|
consigneeName = this.input
|