|
@@ -1122,12 +1122,14 @@
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
- if(uni.getStorageSync('carNo')&&this.typevalue==1){
|
|
|
+ if(uni.getStorageSync('carNo')&&uni.getStorageSync('gridList')&&this.typevalue==1){
|
|
|
+ this.gridList=uni.getStorageSync('gridList')
|
|
|
this.gridList.carNumber=uni.getStorageSync('carNo')
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
carchange(){
|
|
|
+ uni.setStorageSync('gridList', this.gridList)
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/erpbusiness/customercar?cangid=' + this.cangid + '&warehouseName=' + this.gridList
|
|
|
.warehouseName + '&goodsName=' + this.gridList.goodsName
|