|
@@ -55,6 +55,7 @@
|
|
|
isContent:true,
|
|
|
statusFlag: 1,
|
|
|
current: 1,
|
|
|
+ pcUserInfo:{},
|
|
|
warehouseInOutInfo: {
|
|
|
pageSize: 10,
|
|
|
currentPage: 1
|
|
@@ -72,7 +73,7 @@
|
|
|
onShow() {
|
|
|
this.taskInfo=[]
|
|
|
this.getIndexBuyData()
|
|
|
- // this.userInfo = uni.getStorageSync("userInfo")
|
|
|
+ this.pcUserInfo = uni.getStorageSync("pcUserInfo")
|
|
|
this.warehouseInOutInfo.phone = this.userInfo.phone
|
|
|
},
|
|
|
onReachBottom() { //上拉触底函数
|
|
@@ -278,11 +279,13 @@
|
|
|
}else if(item.businessCode=='INOUTTASK-TASK-APPROVE'){
|
|
|
if(this.statusFlag==3){
|
|
|
uni.navigateTo({
|
|
|
- url: '/pageD/warehousings/warehousingDetails?id='+item.businessId+'&compId='+item.compId
|
|
|
+ url: '/pageD/warehousings/warehousingDetails?id='+item.businessId+'&compId='+this.pcUserInfo.compId
|
|
|
+ // url: '/pageD/warehousings/warehousingDetails?id='+item.businessId+'&compId='+item.compId
|
|
|
})
|
|
|
}else{
|
|
|
uni.navigateTo({
|
|
|
- url:'/pageD/warehousings/warehousings?id='+item.businessId+'&compId='+item.compId
|
|
|
+ // url:'/pageD/warehousings/warehousings?id='+item.businessId+'&compId='+item.compId
|
|
|
+ url:'/pageD/warehousings/warehousings?id='+item.businessId+'&compId='+this.pcUserInfo.compId
|
|
|
})
|
|
|
}
|
|
|
|