Commit cb7475f7 authored by youjie's avatar youjie

no message

parent 27991256
...@@ -1020,6 +1020,8 @@ export default { ...@@ -1020,6 +1020,8 @@ export default {
MonthDayNum = new Date(rowData.Year, month2, 0).getDate(); //计算当月的天数 MonthDayNum = new Date(rowData.Year, month2, 0).getDate(); //计算当月的天数
QEndDate = `${rowData.Year}-${month2}-${MonthDayNum}` QEndDate = `${rowData.Year}-${month2}-${MonthDayNum}`
that.goUrl("prestoreList",QStartDate,QEndDate,"客户预存查询") that.goUrl("prestoreList",QStartDate,QEndDate,"客户预存查询")
}else{
that.GoUrlFan('JumpReport',month,rowData.Year,rowData.BranchId,rowData.CostIds,StandardCurrencyId)
} }
} }
else{ else{
......
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