|
@@ -168,7 +168,6 @@
|
|
|
return {
|
|
|
warehouseInOutInfo: {},
|
|
|
WarehouseInOutDetail: {},
|
|
|
- procurementPlanInfos:{}
|
|
|
}
|
|
|
},
|
|
|
onLoad(options){
|
|
@@ -184,10 +183,8 @@
|
|
|
getList(id1){
|
|
|
this.$api.doRequest('get','/warehouseInOutInfo/getInfo',{id:id1}).then(res => {
|
|
|
console.log(res)
|
|
|
- this.procurementPlanInfos = res.data.data
|
|
|
this.warehouseInOutInfo = res.data.data
|
|
|
this.WarehouseInOutDetail = this.warehouseInOutInfo.warehouseInOutDetail
|
|
|
- console.log(this.procurementPlanInfos,"对象")
|
|
|
|
|
|
})
|
|
|
.catch(res => {
|