|
@@ -200,6 +200,7 @@ export default {
|
|
this.allowEdit = this.warehouseList[i].allowEdit
|
|
this.allowEdit = this.warehouseList[i].allowEdit
|
|
this.WAREHOUSE[2].payname = this.warehouseList[i].value
|
|
this.WAREHOUSE[2].payname = this.warehouseList[i].value
|
|
this.common.name = this.warehouseList[0].value
|
|
this.common.name = this.warehouseList[0].value
|
|
|
|
+ sessionStorage.setItem('ck',this.common.name)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
this.getList()
|
|
this.getList()
|
|
@@ -264,6 +265,7 @@ export default {
|
|
this.warehouseId = this.warehouseList[0].warehouseId
|
|
this.warehouseId = this.warehouseList[0].warehouseId
|
|
this.purchasePriceList = this.warehouseList[0].warehouseList
|
|
this.purchasePriceList = this.warehouseList[0].warehouseList
|
|
this.common.name = this.warehouseList[0].value
|
|
this.common.name = this.warehouseList[0].value
|
|
|
|
+ sessionStorage.setItem('ck',this.common.name)
|
|
this.getList()
|
|
this.getList()
|
|
})
|
|
})
|
|
},
|
|
},
|