|
@@ -719,7 +719,7 @@ import download from '../../components/WsDownload/download'
|
|
this.warehouseList = response
|
|
this.warehouseList = response
|
|
if (_wareHouse) {
|
|
if (_wareHouse) {
|
|
this.warehouseNameKey = _wareHouse.id
|
|
this.warehouseNameKey = _wareHouse.id
|
|
- this.warehouseName = _wareHouse.warehouseName
|
|
|
|
|
|
+ this.warehouseName = _wareHouse.value
|
|
} else {
|
|
} else {
|
|
this.warehouseNameKey = this.warehouseList[0].id
|
|
this.warehouseNameKey = this.warehouseList[0].id
|
|
if (this.warehouseName) {
|
|
if (this.warehouseName) {
|
|
@@ -1071,7 +1071,12 @@ import download from '../../components/WsDownload/download'
|
|
this.warehouseName = this.warehouseList[i].warehouseName
|
|
this.warehouseName = this.warehouseList[i].warehouseName
|
|
localStorage.setItem(
|
|
localStorage.setItem(
|
|
'houseSelfCollect_house1',
|
|
'houseSelfCollect_house1',
|
|
- JSON.stringify(this.warehouseList[i])
|
|
|
|
|
|
+ JSON.stringify({value:this.warehouseList[i].warehouseName,
|
|
|
|
+ warehouseId: this.warehouseList[i].id,
|
|
|
|
+ allowEdit: this.warehouseList[i].allowEdit,
|
|
|
|
+ monitorUrl1: this.warehouseList[i].monitorUrl1,
|
|
|
|
+ monitorUrl2: this.warehouseList[i].monitorUrl2,
|
|
|
|
+ warehouseNo:this.warehouseList[i].commonWarehouseNo})
|
|
)
|
|
)
|
|
this.WAREHOUSE[3].payname = this.warehouseList[i].id
|
|
this.WAREHOUSE[3].payname = this.warehouseList[i].id
|
|
}
|
|
}
|