|
@@ -2799,6 +2799,7 @@ export default {
|
|
let saler = null
|
|
let saler = null
|
|
let easPrimaryId = null
|
|
let easPrimaryId = null
|
|
let consigneeSsoId = null
|
|
let consigneeSsoId = null
|
|
|
|
+ let consigneeLoginName = null
|
|
if (this.startTime && this.endTime) {
|
|
if (this.startTime && this.endTime) {
|
|
startTime = sjTime(this.startTime)
|
|
startTime = sjTime(this.startTime)
|
|
endTime = sjTime(this.endTime)
|
|
endTime = sjTime(this.endTime)
|
|
@@ -2810,9 +2811,13 @@ export default {
|
|
saler = getCookie('loginName')
|
|
saler = getCookie('loginName')
|
|
}
|
|
}
|
|
if (getCookie('orgCode') == 'shouhuokehu') {
|
|
if (getCookie('orgCode') == 'shouhuokehu') {
|
|
- consigneeSsoId = getCookie('userId')
|
|
|
|
- obj.consigneeSsoId = consigneeSsoId
|
|
|
|
|
|
+ // consigneeSsoId = getCookie('userId')
|
|
|
|
+ // obj.consigneeSsoId = consigneeSsoId
|
|
|
|
+ consigneeLoginName = getCookie('loginName')
|
|
|
|
+ obj.consigneeLoginName = consigneeLoginName
|
|
}
|
|
}
|
|
|
|
+ console.log("数据获取")
|
|
|
|
+ console.log(this.screen)
|
|
if (this.screen == '客户') {
|
|
if (this.screen == '客户') {
|
|
consigneeName = this.input
|
|
consigneeName = this.input
|
|
} else if (this.screen == '承运商') {
|
|
} else if (this.screen == '承运商') {
|
|
@@ -2994,6 +2999,7 @@ export default {
|
|
let carrierName = null
|
|
let carrierName = null
|
|
let consigneeName = null
|
|
let consigneeName = null
|
|
let consigneeSsoId = null
|
|
let consigneeSsoId = null
|
|
|
|
+ let consigneeLoginName = null
|
|
let capacityNo = null
|
|
let capacityNo = null
|
|
let remark = null
|
|
let remark = null
|
|
let saler = null
|
|
let saler = null
|
|
@@ -3008,8 +3014,10 @@ export default {
|
|
saler = getCookie('loginName')
|
|
saler = getCookie('loginName')
|
|
}
|
|
}
|
|
if (getCookie('orgCode') == 'shouhuokehu') {
|
|
if (getCookie('orgCode') == 'shouhuokehu') {
|
|
- consigneeSsoId = getCookie('userId')
|
|
|
|
- this.filterMap.consigneeSsoId = consigneeSsoId
|
|
|
|
|
|
+ consigneeLoginName = getCookie('loginName')
|
|
|
|
+ this.filterMap.consigneeLoginName = consigneeLoginName
|
|
|
|
+ // consigneeSsoId = getCookie('userId')
|
|
|
|
+ // this.filterMap.consigneeSsoId = consigneeSsoId
|
|
}
|
|
}
|
|
if (this.screen == '客户') {
|
|
if (this.screen == '客户') {
|
|
consigneeName = this.input
|
|
consigneeName = this.input
|