Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
xffruit
Commits
e644861c
Commit
e644861c
authored
Dec 04, 2015
by
陈俊俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报表查看权添加
parent
82ff4889
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
72 deletions
+78
-72
ICRAppViewControllerManager.m
...ntrollers/AppViewController/ICRAppViewControllerManager.m
+3
-1
IBTConstants.h
XFFruit/Utilities/IBTUIKit/IBTConstants.h
+75
-71
No files found.
XFFruit/Controllers/AppViewController/ICRAppViewControllerManager.m
View file @
e644861c
...
@@ -127,7 +127,9 @@
...
@@ -127,7 +127,9 @@
[
self
createHomeViewController
];
//首页
[
self
createHomeViewController
];
//首页
[
self
createBusinessViewController
];
//业务
[
self
createBusinessViewController
];
//业务
if
([
IBTCommon
checkIsPermission
:
Report_ACTION_Check
])
{
[
self
createReportViewController
];
[
self
createReportViewController
];
}
[
self
createSyncViewController
];
[
self
createSyncViewController
];
[
self
createSystemViewController
];
[
self
createSystemViewController
];
...
...
XFFruit/Utilities/IBTUIKit/IBTConstants.h
View file @
e644861c
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
#define ChooseTransportUpdateDate @"ChooseTransportUpdateDate"
#define ChooseTransportUpdateDate @"ChooseTransportUpdateDate"
#define SearchReportViewDate @"SearchReportViewDate"
#define SearchReportViewDate @"SearchReportViewDate"
#define ShowMessage(msg) [[[UIAlertView alloc] initWithTitle:@"温馨提示" message:msg delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil] show]
//行情调研状态
//行情调研状态
//initial(未提交),submitted(已提交),insurvey(调研中),finished(已完成)
//initial(未提交),submitted(已提交),insurvey(调研中),finished(已完成)
#define SURVEY_STATE_INITIAL @"initial"
#define SURVEY_STATE_INITIAL @"initial"
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
#define PROCESS_STATE_FINISHED @"finished"
#define PROCESS_STATE_FINISHED @"finished"
#define ShowMessage(msg) [[[UIAlertView alloc] initWithTitle:@"温馨提示" message:msg delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil] show]
//类型
//类型
#define GXF_Critical @"critical"//紧急
#define GXF_Critical @"critical"//紧急
...
@@ -221,6 +221,8 @@
...
@@ -221,6 +221,8 @@
#define TRANSPORT_ACTION_FINISH @"500504" //结束权
#define TRANSPORT_ACTION_FINISH @"500504" //结束权
#define TRANSPORT_ACTION_ABORT @"500505" //作废权
#define TRANSPORT_ACTION_ABORT @"500505" //作废权
//选中的颜色
//选中的颜色
#define BASESELECT_COLOR RGBA(255, 127, 0, 1)
#define BASESELECT_COLOR RGBA(255, 127, 0, 1)
...
@@ -245,5 +247,7 @@
...
@@ -245,5 +247,7 @@
#define ReportChainSignMinus @"minus"
#define ReportChainSignMinus @"minus"
#define ReportChainPlusImage @"goSale"
#define ReportChainPlusImage @"goSale"
#define ReportChainMinusImage @"downSale"
#define ReportChainMinusImage @"downSale"
//报表查看权
#define Report_ACTION_Check @"500901"
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment