|
@@ -59,7 +59,7 @@ import tableTemplate from './table';
|
|
|
export default {
|
|
export default {
|
|
|
name: "balanceDetail",
|
|
name: "balanceDetail",
|
|
|
components:{tableTemplate},
|
|
components:{tableTemplate},
|
|
|
- props:['hrid'],
|
|
|
|
|
|
|
+ props:['hrid','selectData'],
|
|
|
data(){
|
|
data(){
|
|
|
return {
|
|
return {
|
|
|
height:'calc(100vh - 175px)',
|
|
height:'calc(100vh - 175px)',
|
|
@@ -87,7 +87,12 @@ export default {
|
|
|
methods:{
|
|
methods:{
|
|
|
visibleShow(){
|
|
visibleShow(){
|
|
|
this.visible = true
|
|
this.visible = true
|
|
|
|
|
+ this.param.content.where.condition = ''
|
|
|
|
|
+ this.param.content.pageNumber = 1
|
|
|
this.param.content.hrid = this.hrid
|
|
this.param.content.hrid = this.hrid
|
|
|
|
|
+ this.param.content.dateType = this.selectData.content.dateType
|
|
|
|
|
+ this.param.content.where.begdate = this.selectData.content.where.begdate
|
|
|
|
|
+ this.param.content.where.enddate = this.selectData.content.where.enddate
|
|
|
this.listData()
|
|
this.listData()
|
|
|
},
|
|
},
|
|
|
async listData(){
|
|
async listData(){
|