|
@@ -1280,9 +1280,9 @@
|
|
warehousing.inOutFlag =
|
|
warehousing.inOutFlag =
|
|
warehousing.id=warehousing.warehouseInOutId
|
|
warehousing.id=warehousing.warehouseInOutId
|
|
addstorageputList(warehousing).toPromise().then((response) => {
|
|
addstorageputList(warehousing).toPromise().then((response) => {
|
|
- // if(response == "OK"){
|
|
|
|
- // this.getList()
|
|
|
|
- // }
|
|
|
|
|
|
+ if(response == "OK"){
|
|
|
|
+ this.getList()
|
|
|
|
+ }
|
|
})
|
|
})
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -1318,9 +1318,9 @@
|
|
delete warehousing.status
|
|
delete warehousing.status
|
|
warehousing.id=warehousing.warehouseInOutId
|
|
warehousing.id=warehousing.warehouseInOutId
|
|
addstorageputList(warehousing).toPromise().then((response) => {
|
|
addstorageputList(warehousing).toPromise().then((response) => {
|
|
- // if(response == "OK"){
|
|
|
|
- // this.getList()
|
|
|
|
- // }
|
|
|
|
|
|
+ if(response == "OK"){
|
|
|
|
+ this.getList()
|
|
|
|
+ }
|
|
})
|
|
})
|
|
}
|
|
}
|
|
})
|
|
})
|