Commit b006169e authored by kevin's avatar kevin

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

parents b47a09f4 42c55b25
...@@ -108,7 +108,7 @@ controller('addExistOrganizationModalController', ['$scope', '$log', '$translate ...@@ -108,7 +108,7 @@ controller('addExistOrganizationModalController', ['$scope', '$log', '$translate
mode: "virtual" mode: "virtual"
}, },
keyExpr: "id", keyExpr: "id",
parentIdExpr: "parentID", // parentIdExpr: "parentID",
selection: { selection: {
mode: "multiple", mode: "multiple",
showCheckBoxesMode: "always", showCheckBoxesMode: "always",
......
...@@ -7,7 +7,7 @@ controller('editOrganizationModalController', ['$scope', '$log', '$translate', ' ...@@ -7,7 +7,7 @@ controller('editOrganizationModalController', ['$scope', '$log', '$translate', '
$scope.pleaseSelect = $translate.instant('PleaseSelect'); $scope.pleaseSelect = $translate.instant('PleaseSelect');
$scope.startDate = new Date(new Date().getFullYear() - 20, 1, 1); $scope.startDate = new Date(new Date().getFullYear() - 20, 1, 1);
$scope.endDate = new Date(new Date().getFullYear() + 20, 1, 1); $scope.endDate = new Date(new Date().getFullYear() + 20, 1, 1);
$scope.viewMode = days; $scope.viewMode = 'days';
var defaultSelcectRegion = { var defaultSelcectRegion = {
id: 0, id: 0,
......
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