|
@@ -159,6 +159,8 @@ export default {
|
|
|
warehouseList: [],
|
|
|
warehouseId: '',
|
|
|
cangid: '',
|
|
|
+ monitorUrl1: '',
|
|
|
+ monitorUrl2: '',
|
|
|
isShowPrint:false,//打印弹出
|
|
|
dialogData:{
|
|
|
qualityInspectionManagement:{},
|
|
@@ -201,7 +203,9 @@ export default {
|
|
|
this.purchasePriceList = this.warehouseList[i].warehouseList
|
|
|
this.allowEdit = this.warehouseList[i].allowEdit
|
|
|
this.WAREHOUSE[2].payname = this.warehouseList[i].value
|
|
|
- this.common.name = this.warehouseList[0].value
|
|
|
+ this.common.name = this.warehouseList[i].value
|
|
|
+ this.monitorUrl1 = this.warehouseList[i].monitorUrl1
|
|
|
+ this.monitorUrl2 = this.warehouseList[i].monitorUrl2
|
|
|
sessionStorage.setItem('ck',e)
|
|
|
}
|
|
|
}
|
|
@@ -225,6 +229,8 @@ export default {
|
|
|
netWeight: row.netWeight,
|
|
|
relationId: row.relationId,
|
|
|
warehouseId: this.warehouseId,
|
|
|
+ monitorUrl1: this.monitorUrl1,
|
|
|
+ monitorUrl2: this.monitorUrl2,
|
|
|
purchasePriceList: this.purchasePriceList,
|
|
|
allowEdit:this.allowEdit
|
|
|
},
|
|
@@ -255,7 +261,9 @@ export default {
|
|
|
value: response[i].warehouseName,
|
|
|
warehouseId: response[i].id,
|
|
|
warehouseList:response[i].purchasePriceList,
|
|
|
- allowEdit:response[i].allowEdit
|
|
|
+ allowEdit:response[i].allowEdit,
|
|
|
+ monitorUrl1:response[i].monitorUrl1,
|
|
|
+ monitorUrl2:response[i].monitorUrl2
|
|
|
})
|
|
|
if (this.cangid&&this.cangid == response[i].id) {
|
|
|
this.warehouseName = response[i].warehouseName
|
|
@@ -263,6 +271,8 @@ export default {
|
|
|
this.common.name = response[i].warehouseName
|
|
|
this.warehouseId = response[i].id
|
|
|
this.warehouseNo = response[i].commonWarehouseNo
|
|
|
+ this.monitorUrl1 = response[i].monitorUrl1
|
|
|
+ this.monitorUrl2 = response[i].monitorUrl2
|
|
|
this.purchasePriceList = response[i].purchasePriceList
|
|
|
}
|
|
|
}
|
|
@@ -273,6 +283,8 @@ export default {
|
|
|
this.purchasePriceList = this.warehouseList[0].purchasePriceList
|
|
|
this.WAREHOUSE[1].payname = this.warehouseList[0].value
|
|
|
this.common.name = this.warehouseList[0].value
|
|
|
+ this.monitorUrl1 = this.warehouseList[0].monitorUrl1
|
|
|
+ this.monitorUrl2 = this.warehouseList[0].monitorUrl2
|
|
|
}
|
|
|
sessionStorage.setItem('ck',this.common.name)
|
|
|
this.getList()
|