重构华夏erp的整体ui风格

This commit is contained in:
季圣华
2019-09-13 22:16:29 +08:00
parent 4b82ad7f29
commit 9247e77398
345 changed files with 119676 additions and 620 deletions

13
erp_web/js/global.min.js vendored Normal file
View File

@@ -0,0 +1,13 @@
lang = 'zh_CN',
ctx = '/js/a',
ctxPath = '/js',
ctxAdmin = '/js/a',
ctxFront = '/js/f',
ctxStatic = '/js/static',
_version = 'V4.1-08261937',
Global = {
TRUE: 'true', NO: '0', USERFILES_BASE_URL: '/userfiles/',
YES: '1', FALSE: 'false', OP_ADD: 'add', OP_AUTH: 'auth', OP_EDIT: 'edit', HIDE: '0', SHOW: '1',
STATUS_DISABLE: '2', STATUS_AUDIT: '4', STATUS_DELETE: '1', STATUS_AUDIT_BACK: '5', STATUS_DRAFT: '9',
STATUS_FREEZE: '3', STATUS_NORMAL: '0'
}