|
@@ -271,10 +271,11 @@
|
|
|
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
|
|
|
- this.deptBudgetList.warehouseName = this.$route.query.warehouseName
|
|
|
+ localStorage.setItem('ck', this.warehouseName)
|
|
|
+ this.weighingList.warehouseName = this.$route.query.warehouseName
|
|
|
+ // this.deptBudgetList.warehouseName = this.$route.query.warehouseName
|
|
|
this.weighingList.number = this.$route.query.number
|
|
|
this.weighingList.binNumber = this.$route.query.binNumber
|
|
|
this.weighingList.customerNumberCard = this.$route.query.customerNumberCard
|
|
@@ -314,6 +315,8 @@
|
|
|
this.isShowBalance = true
|
|
|
// }
|
|
|
console.log(this.weighingList)
|
|
|
+
|
|
|
+ this.getList()
|
|
|
},
|
|
|
deactivated() {
|
|
|
// this.closePort()
|