|
@@ -230,9 +230,9 @@ export default {
|
|
|
warehouselocation(){
|
|
|
this.$router.push({ path: 'warehouselocation',query:{cangId:this.cangid}})
|
|
|
},
|
|
|
- weightedsubsidiary(){
|
|
|
- console.log(this.cangid)
|
|
|
- this.$router.push({ path: 'weightedsubsidiary',query:{cangId:this.cangid} })
|
|
|
+ weightedsubsidiary(item){
|
|
|
+ // console.log(item)
|
|
|
+ this.$router.push({ path: 'weightedsubsidiary',query:{cangId:item.warehouseId} })
|
|
|
},
|
|
|
warehouseNameChange(e) {
|
|
|
for(let i = 0 ; i < this.warehouseList1.length; i++){
|