|
@@ -179,11 +179,17 @@
|
|
num:0,
|
|
num:0,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- activated() {
|
|
|
|
|
|
+ activated() {debugger
|
|
this.types = this.$route.query.type
|
|
this.types = this.$route.query.type
|
|
if(!this.types){
|
|
if(!this.types){
|
|
this.types = 1
|
|
this.types = 1
|
|
this.information = '添加'
|
|
this.information = '添加'
|
|
|
|
+ this.inspect = {
|
|
|
|
+ tidalGrainPrice: 0,
|
|
|
|
+ buckleWeightRatio: 0,
|
|
|
|
+ natureOfGrainPurchase:"贸易粮",
|
|
|
|
+ type:"潮粮"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
this.cangid = this.$route.query.cangid
|
|
this.cangid = this.$route.query.cangid
|
|
this.warehouseName = this.$route.query.warehouseName
|
|
this.warehouseName = this.$route.query.warehouseName
|