|
@@ -268,9 +268,9 @@
|
|
|
console.log(this.common.name)
|
|
|
this.cangid = this.$route.query.cangid
|
|
|
this.paramType = this.$route.query.paramType
|
|
|
- this.getList()
|
|
|
this.tpyeNo = this.$route.query.tpyeNo
|
|
|
this.warehouseName = this.$route.query.warehouseName
|
|
|
+ localStorage.setItem('ck', this.warehouseName)
|
|
|
this.weighingList.warehouseName = this.$route.query.warehouseName
|
|
|
this.weighingList.number = this.$route.query.number
|
|
|
this.weighingList.binNumber = this.$route.query.binNumber
|
|
@@ -311,6 +311,8 @@
|
|
|
this.isShowBalance = true
|
|
|
// }
|
|
|
console.log(this.weighingList)
|
|
|
+
|
|
|
+ this.getList()
|
|
|
},
|
|
|
deactivated() {
|
|
|
// this.closePort()
|