Commit 3e70107d authored by chase's avatar chase

Merge branch 'dev_mysql' of http://code.tech.tax.asia.pwcinternal.com/root/atms into dev_mysql

parents 7542512a aa132564
...@@ -592,11 +592,11 @@ ...@@ -592,11 +592,11 @@
url: '#/vat/generateReport' url: '#/vat/generateReport'
}); });
subMenus.push({ subMenus.push({
name: 'generateReport', name: 'generateReport.reportView',
state: 'generateReport', state: 'generateReport.reportView',
num: 4, num: 4,
permission: constant.vatPermission.reportView.reportViewCode, permission: constant.vatPermission.reportView.reportViewCode,
url: '#/vat/generateReport' url: '#/vat/generateReport/reportView'
}); });
} }
......
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