Commit eb5a7d41 authored by liudong1993's avatar liudong1993

修改来自简易报表查询方式不同,付款使用创建日期来查询

parent 4c948fdf
...@@ -722,6 +722,7 @@ export default { ...@@ -722,6 +722,7 @@ export default {
QEndDate:'', QEndDate:'',
QStartDate:'', QStartDate:'',
UpdateBy:'', UpdateBy:'',
IsFormEasyReport:1,
Sort:'2', Sort:'2',
EmployeeId:'', EmployeeId:'',
}, },
...@@ -867,6 +868,7 @@ export default { ...@@ -867,6 +868,7 @@ export default {
this.DepartIDs = userInfo.RB_Department_Id; this.DepartIDs = userInfo.RB_Department_Id;
this.userId = userInfo.EmployeeId; this.userId = userInfo.EmployeeId;
this.msg.EmployeeId= userInfo.EmployeeId; this.msg.EmployeeId= userInfo.EmployeeId;
this.msg.IsFormEasyReport=1;
this.financeinfo_post_GetList(); this.financeinfo_post_GetList();
this.financeinfo_post_GetCostTypeList(); this.financeinfo_post_GetCostTypeList();
this.FinancialFlowTemplate_post_GetList(); this.FinancialFlowTemplate_post_GetList();
...@@ -951,6 +953,7 @@ export default { ...@@ -951,6 +953,7 @@ export default {
}) })
console.log(this.msg.CostTypeIDs) console.log(this.msg.CostTypeIDs)
} }
this.msg.IsFormEasyReport=1;
this.loading= true; this.loading= true;
this.apipost('Financial_post_GetALLPageList',this.msg,res=>{ this.apipost('Financial_post_GetALLPageList',this.msg,res=>{
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment