|
@@ -310,6 +310,7 @@ export default {
|
310
|
310
|
this.ckqueryname = JSON.parse(getUser()).depotName
|
311
|
311
|
this.fkqueryname = JSON.parse(getUser()).depotName
|
312
|
312
|
this.pageParamfk.condition = '{ parentId:"' + this.id + '",pBelonging:1}'
|
|
313
|
+ this.pageParamcf.condition = '{ depotId:"' + this.id+ '" }'
|
313
|
314
|
this.pageParam.condition = '{ parentId:"' + this.queryid + '" }'
|
314
|
315
|
this.gettreedata()
|
315
|
316
|
this.gettotaltree()
|
|
@@ -536,6 +537,8 @@ export default {
|
536
|
537
|
})
|
537
|
538
|
},
|
538
|
539
|
getListcf() {
|
|
540
|
+ // var condition = { depotId: this.id }
|
|
541
|
+ // this.pageParamcf.condition =JSON.stringify(condition )
|
539
|
542
|
getcf(this.pageParamcf).then(res => {
|
540
|
543
|
this.warehouseListData = res.data.records
|
541
|
544
|
this.totalcf = res.data.total
|