2820 changed files with 329430 additions and 81926 deletions
@ -1,116 +0,0 @@ |
|||||
{ |
|
||||
"name": "appsys", |
|
||||
"private": true, |
|
||||
"version": "2.3.0", |
|
||||
"type": "module", |
|
||||
"scripts": { |
|
||||
"dev": "vite serve --mode development", |
|
||||
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
|
||||
"prepare": "husky install", |
|
||||
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
|
||||
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
|
||||
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
|
||||
"lint:lint-staged": "lint-staged", |
|
||||
"commit": "git-cz" |
|
||||
}, |
|
||||
"config": { |
|
||||
"commitizen": { |
|
||||
"path": "node_modules/cz-git" |
|
||||
} |
|
||||
}, |
|
||||
"lint-staged": { |
|
||||
"*.{js,ts}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{cjs,json}": [ |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{vue,html}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write", |
|
||||
"stylelint --fix" |
|
||||
], |
|
||||
"*.{scss,css}": [ |
|
||||
"stylelint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.md": [ |
|
||||
"prettier --write" |
|
||||
] |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"@element-plus/icons": "^0.0.11", |
|
||||
"@element-plus/icons-vue": "^2.1.0", |
|
||||
"@vitejs/plugin-vue": "^4.2.3", |
|
||||
"@vueuse/core": "^10.1.2", |
|
||||
"@wangeditor/editor": "^5.1.23", |
|
||||
"@wangeditor/editor-for-vue": "5.1.10", |
|
||||
"@wecom/jssdk": "^1.3.2", |
|
||||
"axios": "^1.4.0", |
|
||||
"build": "^0.1.4", |
|
||||
"clipboard": "^2.0.11", |
|
||||
"echarts": "^5.2.2", |
|
||||
"element-plus": "^2.3.12", |
|
||||
"js-beautify": "^1.14.8", |
|
||||
"js-md5": "^0.7.3", |
|
||||
"md5": "^2.3.0", |
|
||||
"nprogress": "^0.2.0", |
|
||||
"path-browserify": "^1.0.1", |
|
||||
"path-to-regexp": "^6.2.0", |
|
||||
"pinia": "^2.0.33", |
|
||||
"quill": "^1.3.7", |
|
||||
"screenfull": "^6.0.0", |
|
||||
"ts-md5": "^1.3.1", |
|
||||
"vue": "^3.3.4", |
|
||||
"vue-i18n": "9.2.2", |
|
||||
"vue-quill-editor": "^3.0.6", |
|
||||
"vue-router": "^4.2.0", |
|
||||
"vuedraggable": "^4.1.0", |
|
||||
"vuedraggable-es": "^4.1.1", |
|
||||
"wangeditor": "^4.7.15" |
|
||||
}, |
|
||||
"devDependencies": { |
|
||||
"@commitlint/cli": "^17.6.3", |
|
||||
"@commitlint/config-conventional": "^17.6.3", |
|
||||
"@iconify-json/ep": "^1.1.10", |
|
||||
"@types/md5": "^2.3.2", |
|
||||
"@types/nprogress": "^0.2.0", |
|
||||
"@types/path-browserify": "^1.0.0", |
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6", |
|
||||
"@typescript-eslint/parser": "^5.59.6", |
|
||||
"autoprefixer": "^10.4.14", |
|
||||
"commitizen": "^4.3.0", |
|
||||
"cz-git": "^1.6.1", |
|
||||
"eslint": "^8.40.0", |
|
||||
"eslint-config-prettier": "^8.8.0", |
|
||||
"eslint-plugin-prettier": "^4.2.1", |
|
||||
"eslint-plugin-vue": "^9.13.0", |
|
||||
"fast-glob": "^3.2.11", |
|
||||
"husky": "^8.0.3", |
|
||||
"lint-staged": "^13.2.2", |
|
||||
"postcss": "^8.4.23", |
|
||||
"postcss-html": "^1.5.0", |
|
||||
"postcss-scss": "^4.0.6", |
|
||||
"prettier": "^2.8.8", |
|
||||
"sass": "^1.58.3", |
|
||||
"stylelint": "^15.5.0", |
|
||||
"stylelint-config-html": "^1.1.0", |
|
||||
"stylelint-config-recess-order": "^4.0.0", |
|
||||
"stylelint-config-recommended-scss": "11.0.0 ", |
|
||||
"stylelint-config-recommended-vue": "^1.4.0", |
|
||||
"stylelint-config-standard": "^33.0.0", |
|
||||
"stylelint-config-standard-scss": "^9.0.0", |
|
||||
"typescript": "^5.0.4", |
|
||||
"unocss": "^0.51.13", |
|
||||
"unplugin-auto-import": "^0.15.3", |
|
||||
"unplugin-icons": "^0.16.1", |
|
||||
"unplugin-vue-components": "^0.24.1", |
|
||||
"vite": "^4.3.5", |
|
||||
"vite-plugin-svg-icons": "^2.0.1", |
|
||||
"vue-tsc": "^1.6.5 " |
|
||||
}, |
|
||||
"repository": "", |
|
||||
"author": "", |
|
||||
"license": "MIT" |
|
||||
} |
|
||||
@ -1,116 +0,0 @@ |
|||||
{ |
|
||||
"name": "appsys", |
|
||||
"private": true, |
|
||||
"version": "2.3.0", |
|
||||
"type": "module", |
|
||||
"scripts": { |
|
||||
"dev": "vite serve --mode development", |
|
||||
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
|
||||
"prepare": "husky install", |
|
||||
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
|
||||
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
|
||||
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
|
||||
"lint:lint-staged": "lint-staged", |
|
||||
"commit": "git-cz", |
|
||||
}, |
|
||||
"config": { |
|
||||
"commitizen": { |
|
||||
"path": "node_modules/cz-git" |
|
||||
} |
|
||||
}, |
|
||||
"lint-staged": { |
|
||||
"*.{js,ts}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{cjs,json}": [ |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{vue,html}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write", |
|
||||
"stylelint --fix" |
|
||||
], |
|
||||
"*.{scss,css}": [ |
|
||||
"stylelint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.md": [ |
|
||||
"prettier --write" |
|
||||
] |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"@element-plus/icons": "^0.0.11", |
|
||||
"@element-plus/icons-vue": "^2.1.0", |
|
||||
"@vitejs/plugin-vue": "^4.2.3", |
|
||||
"@vueuse/core": "^10.1.2", |
|
||||
"@wangeditor/editor": "^5.1.23", |
|
||||
"@wangeditor/editor-for-vue": "5.1.10", |
|
||||
"@wecom/jssdk": "^1.3.2", |
|
||||
"axios": "^1.4.0", |
|
||||
"build": "^0.1.4", |
|
||||
"clipboard": "^2.0.11", |
|
||||
"echarts": "^5.2.2", |
|
||||
"element-plus": "^2.3.12", |
|
||||
"js-beautify": "^1.14.8", |
|
||||
"js-md5": "^0.7.3", |
|
||||
"md5": "^2.3.0", |
|
||||
"nprogress": "^0.2.0", |
|
||||
"path-browserify": "^1.0.1", |
|
||||
"path-to-regexp": "^6.2.0", |
|
||||
"pinia": "^2.0.33", |
|
||||
"quill": "^1.3.7", |
|
||||
"screenfull": "^6.0.0", |
|
||||
"ts-md5": "^1.3.1", |
|
||||
"vue": "^3.3.4", |
|
||||
"vue-i18n": "9.2.2", |
|
||||
"vue-quill-editor": "^3.0.6", |
|
||||
"vue-router": "^4.2.0", |
|
||||
"vuedraggable": "^4.1.0", |
|
||||
"vuedraggable-es": "^4.1.1", |
|
||||
"wangeditor": "^4.7.15" |
|
||||
}, |
|
||||
"devDependencies": { |
|
||||
"@commitlint/cli": "^17.6.3", |
|
||||
"@commitlint/config-conventional": "^17.6.3", |
|
||||
"@iconify-json/ep": "^1.1.10", |
|
||||
"@types/md5": "^2.3.2", |
|
||||
"@types/nprogress": "^0.2.0", |
|
||||
"@types/path-browserify": "^1.0.0", |
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6", |
|
||||
"@typescript-eslint/parser": "^5.59.6", |
|
||||
"autoprefixer": "^10.4.14", |
|
||||
"commitizen": "^4.3.0", |
|
||||
"cz-git": "^1.6.1", |
|
||||
"eslint": "^8.40.0", |
|
||||
"eslint-config-prettier": "^8.8.0", |
|
||||
"eslint-plugin-prettier": "^4.2.1", |
|
||||
"eslint-plugin-vue": "^9.13.0", |
|
||||
"fast-glob": "^3.2.11", |
|
||||
"husky": "^8.0.3", |
|
||||
"lint-staged": "^13.2.2", |
|
||||
"postcss": "^8.4.23", |
|
||||
"postcss-html": "^1.5.0", |
|
||||
"postcss-scss": "^4.0.6", |
|
||||
"prettier": "^2.8.8", |
|
||||
"sass": "^1.58.3", |
|
||||
"stylelint": "^15.5.0", |
|
||||
"stylelint-config-html": "^1.1.0", |
|
||||
"stylelint-config-recess-order": "^4.0.0", |
|
||||
"stylelint-config-recommended-scss": "11.0.0 ", |
|
||||
"stylelint-config-recommended-vue": "^1.4.0", |
|
||||
"stylelint-config-standard": "^33.0.0", |
|
||||
"stylelint-config-standard-scss": "^9.0.0", |
|
||||
"typescript": "^5.0.4", |
|
||||
"unocss": "^0.51.13", |
|
||||
"unplugin-auto-import": "^0.15.3", |
|
||||
"unplugin-icons": "^0.16.1", |
|
||||
"unplugin-vue-components": "^0.24.1", |
|
||||
"vite": "^4.3.5", |
|
||||
"vite-plugin-svg-icons": "^2.0.1", |
|
||||
"vue-tsc": "^1.6.5 " |
|
||||
}, |
|
||||
"repository": "", |
|
||||
"author": "", |
|
||||
"license": "MIT" |
|
||||
} |
|
||||
@ -1,118 +0,0 @@ |
|||||
{ |
|
||||
"name": "appsys", |
|
||||
"private": true, |
|
||||
"version": "2.3.0", |
|
||||
"type": "module", |
|
||||
"scripts": { |
|
||||
"dev": "vite serve --mode development", |
|
||||
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
|
||||
"prepare": "husky install", |
|
||||
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
|
||||
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
|
||||
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
|
||||
"lint:lint-staged": "lint-staged", |
|
||||
"commit": "git-cz", |
|
||||
"build": "webpack --mode production" // 示例构建脚本,使用 webpack 进行生产模式构建 |
|
||||
|
|
||||
}, |
|
||||
"config": { |
|
||||
"commitizen": { |
|
||||
"path": "node_modules/cz-git" |
|
||||
} |
|
||||
}, |
|
||||
"lint-staged": { |
|
||||
"*.{js,ts}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{cjs,json}": [ |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{vue,html}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write", |
|
||||
"stylelint --fix" |
|
||||
], |
|
||||
"*.{scss,css}": [ |
|
||||
"stylelint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.md": [ |
|
||||
"prettier --write" |
|
||||
] |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"@element-plus/icons": "^0.0.11", |
|
||||
"@element-plus/icons-vue": "^2.1.0", |
|
||||
"@vitejs/plugin-vue": "^4.2.3", |
|
||||
"@vueuse/core": "^10.1.2", |
|
||||
"@wangeditor/editor": "^5.1.23", |
|
||||
"@wangeditor/editor-for-vue": "5.1.10", |
|
||||
"@wecom/jssdk": "^1.3.2", |
|
||||
"axios": "^1.4.0", |
|
||||
"build": "^0.1.4", |
|
||||
"clipboard": "^2.0.11", |
|
||||
"echarts": "^5.2.2", |
|
||||
"element-plus": "^2.3.12", |
|
||||
"js-beautify": "^1.14.8", |
|
||||
"js-md5": "^0.7.3", |
|
||||
"md5": "^2.3.0", |
|
||||
"nprogress": "^0.2.0", |
|
||||
"path-browserify": "^1.0.1", |
|
||||
"path-to-regexp": "^6.2.0", |
|
||||
"pinia": "^2.0.33", |
|
||||
"quill": "^1.3.7", |
|
||||
"screenfull": "^6.0.0", |
|
||||
"ts-md5": "^1.3.1", |
|
||||
"vue": "^3.3.4", |
|
||||
"vue-i18n": "9.2.2", |
|
||||
"vue-quill-editor": "^3.0.6", |
|
||||
"vue-router": "^4.2.0", |
|
||||
"vuedraggable": "^4.1.0", |
|
||||
"vuedraggable-es": "^4.1.1", |
|
||||
"wangeditor": "^4.7.15" |
|
||||
}, |
|
||||
"devDependencies": { |
|
||||
"@commitlint/cli": "^17.6.3", |
|
||||
"@commitlint/config-conventional": "^17.6.3", |
|
||||
"@iconify-json/ep": "^1.1.10", |
|
||||
"@types/md5": "^2.3.2", |
|
||||
"@types/nprogress": "^0.2.0", |
|
||||
"@types/path-browserify": "^1.0.0", |
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6", |
|
||||
"@typescript-eslint/parser": "^5.59.6", |
|
||||
"autoprefixer": "^10.4.14", |
|
||||
"commitizen": "^4.3.0", |
|
||||
"cz-git": "^1.6.1", |
|
||||
"eslint": "^8.40.0", |
|
||||
"eslint-config-prettier": "^8.8.0", |
|
||||
"eslint-plugin-prettier": "^4.2.1", |
|
||||
"eslint-plugin-vue": "^9.13.0", |
|
||||
"fast-glob": "^3.2.11", |
|
||||
"husky": "^8.0.3", |
|
||||
"lint-staged": "^13.2.2", |
|
||||
"postcss": "^8.4.23", |
|
||||
"postcss-html": "^1.5.0", |
|
||||
"postcss-scss": "^4.0.6", |
|
||||
"prettier": "^2.8.8", |
|
||||
"sass": "^1.58.3", |
|
||||
"stylelint": "^15.5.0", |
|
||||
"stylelint-config-html": "^1.1.0", |
|
||||
"stylelint-config-recess-order": "^4.0.0", |
|
||||
"stylelint-config-recommended-scss": "11.0.0 ", |
|
||||
"stylelint-config-recommended-vue": "^1.4.0", |
|
||||
"stylelint-config-standard": "^33.0.0", |
|
||||
"stylelint-config-standard-scss": "^9.0.0", |
|
||||
"typescript": "^5.0.4", |
|
||||
"unocss": "^0.51.13", |
|
||||
"unplugin-auto-import": "^0.15.3", |
|
||||
"unplugin-icons": "^0.16.1", |
|
||||
"unplugin-vue-components": "^0.24.1", |
|
||||
"vite": "^4.3.5", |
|
||||
"vite-plugin-svg-icons": "^2.0.1", |
|
||||
"vue-tsc": "^1.6.5 " |
|
||||
}, |
|
||||
"repository": "", |
|
||||
"author": "", |
|
||||
"license": "MIT" |
|
||||
} |
|
||||
@ -1,118 +0,0 @@ |
|||||
{ |
|
||||
"name": "appsys", |
|
||||
"private": true, |
|
||||
"version": "2.3.0", |
|
||||
"type": "module", |
|
||||
"scripts": { |
|
||||
"dev": "vite serve --mode development", |
|
||||
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
|
||||
"prepare": "husky install", |
|
||||
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
|
||||
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
|
||||
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
|
||||
"lint:lint-staged": "lint-staged", |
|
||||
"commit": "git-cz", |
|
||||
"build": "webpack --mode production" |
|
||||
|
|
||||
}, |
|
||||
"config": { |
|
||||
"commitizen": { |
|
||||
"path": "node_modules/cz-git" |
|
||||
} |
|
||||
}, |
|
||||
"lint-staged": { |
|
||||
"*.{js,ts}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{cjs,json}": [ |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{vue,html}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write", |
|
||||
"stylelint --fix" |
|
||||
], |
|
||||
"*.{scss,css}": [ |
|
||||
"stylelint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.md": [ |
|
||||
"prettier --write" |
|
||||
] |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"@element-plus/icons": "^0.0.11", |
|
||||
"@element-plus/icons-vue": "^2.1.0", |
|
||||
"@vitejs/plugin-vue": "^4.2.3", |
|
||||
"@vueuse/core": "^10.1.2", |
|
||||
"@wangeditor/editor": "^5.1.23", |
|
||||
"@wangeditor/editor-for-vue": "5.1.10", |
|
||||
"@wecom/jssdk": "^1.3.2", |
|
||||
"axios": "^1.4.0", |
|
||||
"build": "^0.1.4", |
|
||||
"clipboard": "^2.0.11", |
|
||||
"echarts": "^5.2.2", |
|
||||
"element-plus": "^2.3.12", |
|
||||
"js-beautify": "^1.14.8", |
|
||||
"js-md5": "^0.7.3", |
|
||||
"md5": "^2.3.0", |
|
||||
"nprogress": "^0.2.0", |
|
||||
"path-browserify": "^1.0.1", |
|
||||
"path-to-regexp": "^6.2.0", |
|
||||
"pinia": "^2.0.33", |
|
||||
"quill": "^1.3.7", |
|
||||
"screenfull": "^6.0.0", |
|
||||
"ts-md5": "^1.3.1", |
|
||||
"vue": "^3.3.4", |
|
||||
"vue-i18n": "9.2.2", |
|
||||
"vue-quill-editor": "^3.0.6", |
|
||||
"vue-router": "^4.2.0", |
|
||||
"vuedraggable": "^4.1.0", |
|
||||
"vuedraggable-es": "^4.1.1", |
|
||||
"wangeditor": "^4.7.15" |
|
||||
}, |
|
||||
"devDependencies": { |
|
||||
"@commitlint/cli": "^17.6.3", |
|
||||
"@commitlint/config-conventional": "^17.6.3", |
|
||||
"@iconify-json/ep": "^1.1.10", |
|
||||
"@types/md5": "^2.3.2", |
|
||||
"@types/nprogress": "^0.2.0", |
|
||||
"@types/path-browserify": "^1.0.0", |
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6", |
|
||||
"@typescript-eslint/parser": "^5.59.6", |
|
||||
"autoprefixer": "^10.4.14", |
|
||||
"commitizen": "^4.3.0", |
|
||||
"cz-git": "^1.6.1", |
|
||||
"eslint": "^8.40.0", |
|
||||
"eslint-config-prettier": "^8.8.0", |
|
||||
"eslint-plugin-prettier": "^4.2.1", |
|
||||
"eslint-plugin-vue": "^9.13.0", |
|
||||
"fast-glob": "^3.2.11", |
|
||||
"husky": "^8.0.3", |
|
||||
"lint-staged": "^13.2.2", |
|
||||
"postcss": "^8.4.23", |
|
||||
"postcss-html": "^1.5.0", |
|
||||
"postcss-scss": "^4.0.6", |
|
||||
"prettier": "^2.8.8", |
|
||||
"sass": "^1.58.3", |
|
||||
"stylelint": "^15.5.0", |
|
||||
"stylelint-config-html": "^1.1.0", |
|
||||
"stylelint-config-recess-order": "^4.0.0", |
|
||||
"stylelint-config-recommended-scss": "11.0.0 ", |
|
||||
"stylelint-config-recommended-vue": "^1.4.0", |
|
||||
"stylelint-config-standard": "^33.0.0", |
|
||||
"stylelint-config-standard-scss": "^9.0.0", |
|
||||
"typescript": "^5.0.4", |
|
||||
"unocss": "^0.51.13", |
|
||||
"unplugin-auto-import": "^0.15.3", |
|
||||
"unplugin-icons": "^0.16.1", |
|
||||
"unplugin-vue-components": "^0.24.1", |
|
||||
"vite": "^4.3.5", |
|
||||
"vite-plugin-svg-icons": "^2.0.1", |
|
||||
"vue-tsc": "^1.6.5 " |
|
||||
}, |
|
||||
"repository": "", |
|
||||
"author": "", |
|
||||
"license": "MIT" |
|
||||
} |
|
||||
@ -1,117 +0,0 @@ |
|||||
{ |
|
||||
"name": "appsys", |
|
||||
"private": true, |
|
||||
"version": "2.3.0", |
|
||||
"type": "module", |
|
||||
"scripts": { |
|
||||
"dev": "vite serve --mode development", |
|
||||
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
|
||||
"prepare": "husky install", |
|
||||
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
|
||||
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
|
||||
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
|
||||
"lint:lint-staged": "lint-staged", |
|
||||
"commit": "git-cz", |
|
||||
"build": "webpack --mode production" |
|
||||
}, |
|
||||
"config": { |
|
||||
"commitizen": { |
|
||||
"path": "node_modules/cz-git" |
|
||||
} |
|
||||
}, |
|
||||
"lint-staged": { |
|
||||
"*.{js,ts}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{cjs,json}": [ |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{vue,html}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write", |
|
||||
"stylelint --fix" |
|
||||
], |
|
||||
"*.{scss,css}": [ |
|
||||
"stylelint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.md": [ |
|
||||
"prettier --write" |
|
||||
] |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"@element-plus/icons": "^0.0.11", |
|
||||
"@element-plus/icons-vue": "^2.1.0", |
|
||||
"@vitejs/plugin-vue": "^4.2.3", |
|
||||
"@vueuse/core": "^10.1.2", |
|
||||
"@wangeditor/editor": "^5.1.23", |
|
||||
"@wangeditor/editor-for-vue": "5.1.10", |
|
||||
"@wecom/jssdk": "^1.3.2", |
|
||||
"axios": "^1.4.0", |
|
||||
"build": "^0.1.4", |
|
||||
"clipboard": "^2.0.11", |
|
||||
"echarts": "^5.2.2", |
|
||||
"element-plus": "^2.3.12", |
|
||||
"js-beautify": "^1.14.8", |
|
||||
"js-md5": "^0.7.3", |
|
||||
"md5": "^2.3.0", |
|
||||
"nprogress": "^0.2.0", |
|
||||
"path-browserify": "^1.0.1", |
|
||||
"path-to-regexp": "^6.2.0", |
|
||||
"pinia": "^2.0.33", |
|
||||
"quill": "^1.3.7", |
|
||||
"screenfull": "^6.0.0", |
|
||||
"ts-md5": "^1.3.1", |
|
||||
"vue": "^3.3.4", |
|
||||
"vue-i18n": "9.2.2", |
|
||||
"vue-quill-editor": "^3.0.6", |
|
||||
"vue-router": "^4.2.0", |
|
||||
"vuedraggable": "^4.1.0", |
|
||||
"vuedraggable-es": "^4.1.1", |
|
||||
"wangeditor": "^4.7.15" |
|
||||
}, |
|
||||
"devDependencies": { |
|
||||
"@commitlint/cli": "^17.6.3", |
|
||||
"@commitlint/config-conventional": "^17.6.3", |
|
||||
"@iconify-json/ep": "^1.1.10", |
|
||||
"@types/md5": "^2.3.2", |
|
||||
"@types/nprogress": "^0.2.0", |
|
||||
"@types/path-browserify": "^1.0.0", |
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6", |
|
||||
"@typescript-eslint/parser": "^5.59.6", |
|
||||
"autoprefixer": "^10.4.14", |
|
||||
"commitizen": "^4.3.0", |
|
||||
"cz-git": "^1.6.1", |
|
||||
"eslint": "^8.40.0", |
|
||||
"eslint-config-prettier": "^8.8.0", |
|
||||
"eslint-plugin-prettier": "^4.2.1", |
|
||||
"eslint-plugin-vue": "^9.13.0", |
|
||||
"fast-glob": "^3.2.11", |
|
||||
"husky": "^8.0.3", |
|
||||
"lint-staged": "^13.2.2", |
|
||||
"postcss": "^8.4.23", |
|
||||
"postcss-html": "^1.5.0", |
|
||||
"postcss-scss": "^4.0.6", |
|
||||
"prettier": "^2.8.8", |
|
||||
"sass": "^1.58.3", |
|
||||
"stylelint": "^15.5.0", |
|
||||
"stylelint-config-html": "^1.1.0", |
|
||||
"stylelint-config-recess-order": "^4.0.0", |
|
||||
"stylelint-config-recommended-scss": "11.0.0 ", |
|
||||
"stylelint-config-recommended-vue": "^1.4.0", |
|
||||
"stylelint-config-standard": "^33.0.0", |
|
||||
"stylelint-config-standard-scss": "^9.0.0", |
|
||||
"typescript": "^5.0.4", |
|
||||
"unocss": "^0.51.13", |
|
||||
"unplugin-auto-import": "^0.15.3", |
|
||||
"unplugin-icons": "^0.16.1", |
|
||||
"unplugin-vue-components": "^0.24.1", |
|
||||
"vite": "^4.3.5", |
|
||||
"vite-plugin-svg-icons": "^2.0.1", |
|
||||
"vue-tsc": "^1.6.5 " |
|
||||
}, |
|
||||
"repository": "", |
|
||||
"author": "", |
|
||||
"license": "MIT" |
|
||||
} |
|
||||
@ -1,119 +0,0 @@ |
|||||
{ |
|
||||
"name": "appsys", |
|
||||
"private": true, |
|
||||
"version": "2.3.0", |
|
||||
"type": "module", |
|
||||
"scripts": { |
|
||||
"dev": "vite serve --mode development", |
|
||||
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
|
||||
"prepare": "husky install", |
|
||||
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
|
||||
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
|
||||
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
|
||||
"lint:lint-staged": "lint-staged", |
|
||||
"commit": "git-cz", |
|
||||
"build": "webpack" |
|
||||
}, |
|
||||
"config": { |
|
||||
"commitizen": { |
|
||||
"path": "node_modules/cz-git" |
|
||||
} |
|
||||
}, |
|
||||
"lint-staged": { |
|
||||
"*.{js,ts}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{cjs,json}": [ |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.{vue,html}": [ |
|
||||
"eslint --fix", |
|
||||
"prettier --write", |
|
||||
"stylelint --fix" |
|
||||
], |
|
||||
"*.{scss,css}": [ |
|
||||
"stylelint --fix", |
|
||||
"prettier --write" |
|
||||
], |
|
||||
"*.md": [ |
|
||||
"prettier --write" |
|
||||
] |
|
||||
}, |
|
||||
"dependencies": { |
|
||||
"@element-plus/icons": "^0.0.11", |
|
||||
"@element-plus/icons-vue": "^2.1.0", |
|
||||
"@vitejs/plugin-vue": "^4.2.3", |
|
||||
"@vueuse/core": "^10.1.2", |
|
||||
"@wangeditor/editor": "^5.1.23", |
|
||||
"@wangeditor/editor-for-vue": "5.1.10", |
|
||||
"@wecom/jssdk": "^1.3.2", |
|
||||
"axios": "^1.4.0", |
|
||||
"build": "^0.1.4", |
|
||||
"clipboard": "^2.0.11", |
|
||||
"echarts": "^5.2.2", |
|
||||
"element-plus": "^2.3.12", |
|
||||
"js-beautify": "^1.14.8", |
|
||||
"js-md5": "^0.7.3", |
|
||||
"md5": "^2.3.0", |
|
||||
"nprogress": "^0.2.0", |
|
||||
"path-browserify": "^1.0.1", |
|
||||
"path-to-regexp": "^6.2.0", |
|
||||
"pinia": "^2.0.33", |
|
||||
"quill": "^1.3.7", |
|
||||
"screenfull": "^6.0.0", |
|
||||
"ts-md5": "^1.3.1", |
|
||||
"vue": "^3.3.4", |
|
||||
"vue-i18n": "9.2.2", |
|
||||
"vue-quill-editor": "^3.0.6", |
|
||||
"vue-router": "^4.2.0", |
|
||||
"vuedraggable": "^4.1.0", |
|
||||
"vuedraggable-es": "^4.1.1", |
|
||||
"wangeditor": "^4.7.15", |
|
||||
"webpack": "^5.88.2" |
|
||||
}, |
|
||||
"devDependencies": { |
|
||||
"@commitlint/cli": "^17.6.3", |
|
||||
"@commitlint/config-conventional": "^17.6.3", |
|
||||
"@iconify-json/ep": "^1.1.10", |
|
||||
"@types/md5": "^2.3.2", |
|
||||
"@types/nprogress": "^0.2.0", |
|
||||
"@types/path-browserify": "^1.0.0", |
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6", |
|
||||
"@typescript-eslint/parser": "^5.59.6", |
|
||||
"autoprefixer": "^10.4.14", |
|
||||
"commitizen": "^4.3.0", |
|
||||
"cz-git": "^1.6.1", |
|
||||
"eslint": "^8.40.0", |
|
||||
"eslint-config-prettier": "^8.8.0", |
|
||||
"eslint-plugin-prettier": "^4.2.1", |
|
||||
"eslint-plugin-vue": "^9.13.0", |
|
||||
"fast-glob": "^3.2.11", |
|
||||
"husky": "^8.0.3", |
|
||||
"lint-staged": "^13.2.2", |
|
||||
"postcss": "^8.4.23", |
|
||||
"postcss-html": "^1.5.0", |
|
||||
"postcss-scss": "^4.0.6", |
|
||||
"prettier": "^2.8.8", |
|
||||
"sass": "^1.58.3", |
|
||||
"stylelint": "^15.5.0", |
|
||||
"stylelint-config-html": "^1.1.0", |
|
||||
"stylelint-config-recess-order": "^4.0.0", |
|
||||
"stylelint-config-recommended-scss": "11.0.0 ", |
|
||||
"stylelint-config-recommended-vue": "^1.4.0", |
|
||||
"stylelint-config-standard": "^33.0.0", |
|
||||
"stylelint-config-standard-scss": "^9.0.0", |
|
||||
"typescript": "^5.0.4", |
|
||||
"unocss": "^0.51.13", |
|
||||
"unplugin-auto-import": "^0.15.3", |
|
||||
"unplugin-icons": "^0.16.1", |
|
||||
"unplugin-vue-components": "^0.24.1", |
|
||||
"vite": "^4.3.5", |
|
||||
"vite-plugin-svg-icons": "^2.0.1", |
|
||||
"vue-tsc": "^1.6.5 ", |
|
||||
"webpack-cli": "^5.1.4" |
|
||||
}, |
|
||||
"repository": "", |
|
||||
"author": "", |
|
||||
"license": "MIT" |
|
||||
} |
|
||||
@ -0,0 +1,119 @@ |
|||||
|
{ |
||||
|
"name": "appsys", |
||||
|
"private": true, |
||||
|
"version": "2.3.0", |
||||
|
"type": "module", |
||||
|
"scripts": { |
||||
|
"dev": "vite serve --mode development", |
||||
|
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
||||
|
"prepare": "husky install", |
||||
|
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
||||
|
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
||||
|
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
||||
|
"lint:lint-staged": "lint-staged", |
||||
|
"commit": "git-cz", |
||||
|
"build": "webpack" |
||||
|
}, |
||||
|
"config": { |
||||
|
"commitizen": { |
||||
|
"path": "node_modules/cz-git" |
||||
|
} |
||||
|
}, |
||||
|
"lint-staged": { |
||||
|
"*.{js,ts}": [ |
||||
|
"eslint --fix", |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.{cjs,json}": [ |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.{vue,html}": [ |
||||
|
"eslint --fix", |
||||
|
"prettier --write", |
||||
|
"stylelint --fix" |
||||
|
], |
||||
|
"*.{scss,css}": [ |
||||
|
"stylelint --fix", |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.md": [ |
||||
|
"prettier --write" |
||||
|
] |
||||
|
}, |
||||
|
"dependencies": { |
||||
|
"@element-plus/icons": "^0.0.11", |
||||
|
"@element-plus/icons-vue": "^2.1.0", |
||||
|
"@vitejs/plugin-vue": "^4.2.3", |
||||
|
"@vueuse/core": "^10.1.2", |
||||
|
"@wangeditor/editor": "^5.1.23", |
||||
|
"@wangeditor/editor-for-vue": "5.1.10", |
||||
|
"@wecom/jssdk": "^1.3.2", |
||||
|
"axios": "^1.4.0", |
||||
|
"build": "^0.1.4", |
||||
|
"clipboard": "^2.0.11", |
||||
|
"echarts": "^5.4.3", |
||||
|
"element-plus": "^2.3.12", |
||||
|
"js-beautify": "^1.14.8", |
||||
|
"js-md5": "^0.7.3", |
||||
|
"md5": "^2.3.0", |
||||
|
"nprogress": "^0.2.0", |
||||
|
"path-browserify": "^1.0.1", |
||||
|
"path-to-regexp": "^6.2.0", |
||||
|
"pinia": "^2.0.33", |
||||
|
"quill": "^1.3.7", |
||||
|
"screenfull": "^6.0.0", |
||||
|
"ts-md5": "^1.3.1", |
||||
|
"vue": "^3.3.4", |
||||
|
"vue-i18n": "9.2.2", |
||||
|
"vue-quill-editor": "^3.0.6", |
||||
|
"vue-router": "^4.2.0", |
||||
|
"vuedraggable": "^4.1.0", |
||||
|
"vuedraggable-es": "^4.1.1", |
||||
|
"wangeditor": "^4.7.15", |
||||
|
"webpack": "^5.88.2" |
||||
|
}, |
||||
|
"devDependencies": { |
||||
|
"@commitlint/cli": "^17.6.3", |
||||
|
"@commitlint/config-conventional": "^17.6.3", |
||||
|
"@iconify-json/ep": "^1.1.10", |
||||
|
"@types/md5": "^2.3.2", |
||||
|
"@types/nprogress": "^0.2.0", |
||||
|
"@types/path-browserify": "^1.0.0", |
||||
|
"@typescript-eslint/eslint-plugin": "^5.59.6", |
||||
|
"@typescript-eslint/parser": "^5.59.6", |
||||
|
"autoprefixer": "^10.4.14", |
||||
|
"commitizen": "^4.3.0", |
||||
|
"cz-git": "^1.6.1", |
||||
|
"eslint": "^8.40.0", |
||||
|
"eslint-config-prettier": "^8.8.0", |
||||
|
"eslint-plugin-prettier": "^4.2.1", |
||||
|
"eslint-plugin-vue": "^9.13.0", |
||||
|
"fast-glob": "^3.2.11", |
||||
|
"husky": "^8.0.3", |
||||
|
"lint-staged": "^13.2.2", |
||||
|
"postcss": "^8.4.23", |
||||
|
"postcss-html": "^1.5.0", |
||||
|
"postcss-scss": "^4.0.6", |
||||
|
"prettier": "^2.8.8", |
||||
|
"sass": "^1.58.3", |
||||
|
"stylelint": "^15.5.0", |
||||
|
"stylelint-config-html": "^1.1.0", |
||||
|
"stylelint-config-recess-order": "^4.0.0", |
||||
|
"stylelint-config-recommended-scss": "11.0.0 ", |
||||
|
"stylelint-config-recommended-vue": "^1.4.0", |
||||
|
"stylelint-config-standard": "^33.0.0", |
||||
|
"stylelint-config-standard-scss": "^9.0.0", |
||||
|
"typescript": "^5.0.4", |
||||
|
"unocss": "^0.51.13", |
||||
|
"unplugin-auto-import": "^0.15.3", |
||||
|
"unplugin-icons": "^0.16.1", |
||||
|
"unplugin-vue-components": "^0.24.1", |
||||
|
"vite": "^4.3.5", |
||||
|
"vite-plugin-svg-icons": "^2.1.0", |
||||
|
"vue-tsc": "^1.6.5 ", |
||||
|
"webpack-cli": "^5.1.4" |
||||
|
}, |
||||
|
"repository": "", |
||||
|
"author": "", |
||||
|
"license": "MIT" |
||||
|
} |
||||
@ -0,0 +1,119 @@ |
|||||
|
{ |
||||
|
"name": "appsys", |
||||
|
"private": true, |
||||
|
"version": "2.3.0", |
||||
|
"type": "module", |
||||
|
"scripts": { |
||||
|
"dev": "vite serve --mode development", |
||||
|
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
||||
|
"prepare": "husky install", |
||||
|
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
||||
|
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
||||
|
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
||||
|
"lint:lint-staged": "lint-staged", |
||||
|
"commit": "git-cz", |
||||
|
"build": "webpack" |
||||
|
}, |
||||
|
"config": { |
||||
|
"commitizen": { |
||||
|
"path": "node_modules/cz-git" |
||||
|
} |
||||
|
}, |
||||
|
"lint-staged": { |
||||
|
"*.{js,ts}": [ |
||||
|
"eslint --fix", |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.{cjs,json}": [ |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.{vue,html}": [ |
||||
|
"eslint --fix", |
||||
|
"prettier --write", |
||||
|
"stylelint --fix" |
||||
|
], |
||||
|
"*.{scss,css}": [ |
||||
|
"stylelint --fix", |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.md": [ |
||||
|
"prettier --write" |
||||
|
] |
||||
|
}, |
||||
|
"dependencies": { |
||||
|
"@element-plus/icons": "^0.0.11", |
||||
|
"@element-plus/icons-vue": "^2.1.0", |
||||
|
"@vitejs/plugin-vue": "^4.2.3", |
||||
|
"@vueuse/core": "^10.1.2", |
||||
|
"@wangeditor/editor": "^5.1.23", |
||||
|
"@wangeditor/editor-for-vue": "5.1.10", |
||||
|
"@wecom/jssdk": "^1.3.2", |
||||
|
"axios": "^1.4.0", |
||||
|
"build": "^0.1.4", |
||||
|
"clipboard": "^2.0.11", |
||||
|
"echarts": "^5.4.3", |
||||
|
"element-plus": "^2.3.12", |
||||
|
"js-beautify": "^1.14.8", |
||||
|
"js-md5": "^0.7.3", |
||||
|
"md5": "^2.3.0", |
||||
|
"nprogress": "^0.2.0", |
||||
|
"path-browserify": "^1.0.1", |
||||
|
"path-to-regexp": "^6.2.0", |
||||
|
"pinia": "^2.0.33", |
||||
|
"quill": "^1.3.7", |
||||
|
"screenfull": "^6.0.0", |
||||
|
"ts-md5": "^1.3.1", |
||||
|
"vue": "^3.3.4", |
||||
|
"vue-i18n": "9.2.2", |
||||
|
"vue-quill-editor": "^3.0.6", |
||||
|
"vue-router": "^4.2.0", |
||||
|
"vuedraggable": "^4.1.0", |
||||
|
"vuedraggable-es": "^4.1.1", |
||||
|
"wangeditor": "^4.7.15", |
||||
|
"webpack": "^5.88.2" |
||||
|
}, |
||||
|
"devDependencies": { |
||||
|
"@commitlint/cli": "^17.6.3", |
||||
|
"@commitlint/config-conventional": "^17.6.3", |
||||
|
"@iconify-json/ep": "^1.1.10", |
||||
|
"@types/md5": "^2.3.2", |
||||
|
"@types/nprogress": "^0.2.0", |
||||
|
"@types/path-browserify": "^1.0.0", |
||||
|
"@typescript-eslint/eslint-plugin": "^5.59.6", |
||||
|
"@typescript-eslint/parser": "^5.59.6", |
||||
|
"autoprefixer": "^10.4.14", |
||||
|
"commitizen": "^4.3.0", |
||||
|
"cz-git": "^1.6.1", |
||||
|
"eslint": "^8.40.0", |
||||
|
"eslint-config-prettier": "^8.8.0", |
||||
|
"eslint-plugin-prettier": "^4.2.1", |
||||
|
"eslint-plugin-vue": "^9.13.0", |
||||
|
"fast-glob": "^3.2.11", |
||||
|
"husky": "^8.0.3", |
||||
|
"lint-staged": "^13.2.2", |
||||
|
"postcss": "^8.4.23", |
||||
|
"postcss-html": "^1.5.0", |
||||
|
"postcss-scss": "^4.0.6", |
||||
|
"prettier": "^2.8.8", |
||||
|
"sass": "^1.58.3", |
||||
|
"stylelint": "^15.5.0", |
||||
|
"stylelint-config-html": "^1.1.0", |
||||
|
"stylelint-config-recess-order": "^4.0.0", |
||||
|
"stylelint-config-recommended-scss": "11.0.0 ", |
||||
|
"stylelint-config-recommended-vue": "^1.4.0", |
||||
|
"stylelint-config-standard": "^33.0.0", |
||||
|
"stylelint-config-standard-scss": "^9.0.0", |
||||
|
"typescript": "^5.0.4", |
||||
|
"unocss": "^0.51.13", |
||||
|
"unplugin-auto-import": "^0.15.3", |
||||
|
"unplugin-icons": "^0.16.1", |
||||
|
"unplugin-vue-components": "^0.24.1", |
||||
|
"vite": "^4.3.5", |
||||
|
"vite-plugin-svg-icons": "^2.1.0", |
||||
|
"vue-tsc": "^1.6.5 ", |
||||
|
"webpack-cli": "^5.1.4" |
||||
|
}, |
||||
|
"repository": "", |
||||
|
"author": "", |
||||
|
"license": "MIT" |
||||
|
} |
||||
@ -0,0 +1,119 @@ |
|||||
|
{ |
||||
|
"name": "appsys", |
||||
|
"private": true, |
||||
|
"version": "2.3.0", |
||||
|
"type": "module", |
||||
|
"scripts": { |
||||
|
"dev": "vite serve --mode development", |
||||
|
"build:prod": "vite build --mode production &&vue-tsc --noEmit", |
||||
|
"prepare": "husky install", |
||||
|
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ", |
||||
|
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"", |
||||
|
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix", |
||||
|
"lint:lint-staged": "lint-staged", |
||||
|
"commit": "git-cz", |
||||
|
"build": "webpack" |
||||
|
}, |
||||
|
"config": { |
||||
|
"commitizen": { |
||||
|
"path": "node_modules/cz-git" |
||||
|
} |
||||
|
}, |
||||
|
"lint-staged": { |
||||
|
"*.{js,ts}": [ |
||||
|
"eslint --fix", |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.{cjs,json}": [ |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.{vue,html}": [ |
||||
|
"eslint --fix", |
||||
|
"prettier --write", |
||||
|
"stylelint --fix" |
||||
|
], |
||||
|
"*.{scss,css}": [ |
||||
|
"stylelint --fix", |
||||
|
"prettier --write" |
||||
|
], |
||||
|
"*.md": [ |
||||
|
"prettier --write" |
||||
|
] |
||||
|
}, |
||||
|
"dependencies": { |
||||
|
"@element-plus/icons": "^0.0.11", |
||||
|
"@element-plus/icons-vue": "^2.1.0", |
||||
|
"@vitejs/plugin-vue": "^4.2.3", |
||||
|
"@vueuse/core": "^10.1.2", |
||||
|
"@wangeditor/editor": "^5.1.23", |
||||
|
"@wangeditor/editor-for-vue": "5.1.10", |
||||
|
"@wecom/jssdk": "^1.3.2", |
||||
|
"axios": "^1.4.0", |
||||
|
"build": "^0.1.4", |
||||
|
"clipboard": "^2.0.11", |
||||
|
"echarts": "^5.4.3", |
||||
|
"element-plus": "^2.3.12", |
||||
|
"js-beautify": "^1.14.8", |
||||
|
"js-md5": "^0.7.3", |
||||
|
"md5": "^2.3.0", |
||||
|
"nprogress": "^0.2.0", |
||||
|
"path-browserify": "^1.0.1", |
||||
|
"path-to-regexp": "^6.2.0", |
||||
|
"pinia": "^2.0.33", |
||||
|
"quill": "^1.3.7", |
||||
|
"screenfull": "^6.0.0", |
||||
|
"ts-md5": "^1.3.1", |
||||
|
"vue": "^3.3.4", |
||||
|
"vue-i18n": "9.2.2", |
||||
|
"vue-quill-editor": "^3.0.6", |
||||
|
"vue-router": "^4.2.0", |
||||
|
"vuedraggable": "^4.1.0", |
||||
|
"vuedraggable-es": "^4.1.1", |
||||
|
"wangeditor": "^4.7.15", |
||||
|
"webpack": "^5.88.2" |
||||
|
}, |
||||
|
"devDependencies": { |
||||
|
"@commitlint/cli": "^17.6.3", |
||||
|
"@commitlint/config-conventional": "^17.6.3", |
||||
|
"@iconify-json/ep": "^1.1.10", |
||||
|
"@types/md5": "^2.3.2", |
||||
|
"@types/nprogress": "^0.2.0", |
||||
|
"@types/path-browserify": "^1.0.0", |
||||
|
"@typescript-eslint/eslint-plugin": "^5.59.6", |
||||
|
"@typescript-eslint/parser": "^5.59.6", |
||||
|
"autoprefixer": "^10.4.14", |
||||
|
"commitizen": "^4.3.0", |
||||
|
"cz-git": "^1.6.1", |
||||
|
"eslint": "^8.40.0", |
||||
|
"eslint-config-prettier": "^8.8.0", |
||||
|
"eslint-plugin-prettier": "^4.2.1", |
||||
|
"eslint-plugin-vue": "^9.13.0", |
||||
|
"fast-glob": "^3.2.11", |
||||
|
"husky": "^8.0.3", |
||||
|
"lint-staged": "^13.2.2", |
||||
|
"postcss": "^8.4.23", |
||||
|
"postcss-html": "^1.5.0", |
||||
|
"postcss-scss": "^4.0.6", |
||||
|
"prettier": "^2.8.8", |
||||
|
"sass": "^1.58.3", |
||||
|
"stylelint": "^15.5.0", |
||||
|
"stylelint-config-html": "^1.1.0", |
||||
|
"stylelint-config-recess-order": "^4.0.0", |
||||
|
"stylelint-config-recommended-scss": "11.0.0 ", |
||||
|
"stylelint-config-recommended-vue": "^1.4.0", |
||||
|
"stylelint-config-standard": "^33.0.0", |
||||
|
"stylelint-config-standard-scss": "^9.0.0", |
||||
|
"typescript": "^5.0.4", |
||||
|
"unocss": "^0.51.13", |
||||
|
"unplugin-auto-import": "^0.15.3", |
||||
|
"unplugin-icons": "^0.16.1", |
||||
|
"unplugin-vue-components": "^0.24.1", |
||||
|
"vite": "^4.3.5", |
||||
|
"vite-plugin-svg-icons": "^2.0.1", |
||||
|
"vue-tsc": "^1.6.5 ", |
||||
|
"webpack-cli": "^5.1.4" |
||||
|
}, |
||||
|
"repository": "", |
||||
|
"author": "", |
||||
|
"license": "MIT" |
||||
|
} |
||||
@ -1,38 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
@ -1,39 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
exp |
|
||||
@ -1,39 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function |
|
||||
@ -1,39 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function department_pc/new_edit_one_target |
|
||||
@ -1,39 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function new_edit_one_target |
|
||||
@ -1,39 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edit_one_target |
|
||||
@ -1,39 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget |
|
||||
@ -1,39 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data) |
|
||||
@ -1,41 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
|
|
||||
} |
|
||||
@ -1,41 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
return request |
|
||||
} |
|
||||
@ -1,43 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
return request({ |
|
||||
|
|
||||
}) |
|
||||
} |
|
||||
@ -1,43 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
return request({ |
|
||||
url |
|
||||
}) |
|
||||
} |
|
||||
@ -1,43 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
return request({ |
|
||||
url:'' |
|
||||
}) |
|
||||
} |
|
||||
@ -1,43 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_edit_one_target' |
|
||||
}) |
|
||||
} |
|
||||
@ -1,44 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_edit_one_target', |
|
||||
|
|
||||
}) |
|
||||
} |
|
||||
@ -1,44 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_edit_one_target', |
|
||||
method:'post' |
|
||||
}) |
|
||||
} |
|
||||
@ -1,45 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_edit_one_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
@ -1,45 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data?:){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_edit_one_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
@ -1,45 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data?:edittarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_edit_one_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
@ -1,45 +0,0 @@ |
|||||
import request from '@/utils/request'; |
|
||||
import { AxiosPromise } from 'axios'; |
|
||||
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget } from './type'; |
|
||||
export function addPostCont(url:string,method:string,data?: postinfp){ |
|
||||
return request({ |
|
||||
url: url, |
|
||||
method: method, |
|
||||
data: data |
|
||||
}); |
|
||||
} |
|
||||
export function tarlist(data?:tarData){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_depart_tar_list', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function addtarget(data?:addlist){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_add_depar_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function deltarget(data?:deltarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_del_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function getgroupusers(data?:getgroupData){ |
|
||||
return request({ |
|
||||
url:'/api/group/getgroupuser', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
export function edittarget(data?:edittarget){ |
|
||||
return request({ |
|
||||
url:'/kpiapi/department_pc/new_edit_one_target', |
|
||||
method:'post', |
|
||||
data:data |
|
||||
}) |
|
||||
} |
|
||||
@ -0,0 +1,129 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
quant/quantechart |
||||
@ -0,0 +1,136 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
quant/quantechart |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,135 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,136 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/quant/quantechart |
||||
|
', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,135 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,135 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quantechart(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,135 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quantechart(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,135 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,135 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,135 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,136 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
gettarget |
||||
@ -0,0 +1,143 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
gettarget |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,143 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
|
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettarget(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/quant/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart, gettarget } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,143 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart, gettarget } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
getquantechartorgandyear |
||||
@ -0,0 +1,150 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart, gettarget } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
getquantechartorgandyear |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,149 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart, gettarget } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,149 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart, gettarget } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getquantecharto(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/getquantechartorgandyear', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,149 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart, gettarget } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getquantechar(data?:getquantechartorgandyear){ |
||||
|
return request({ |
||||
|
url:'/api/duty/getquantechartorgandyear', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,149 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart, gettarget } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getquantechar(data?:getquantechartorgandyear){ |
||||
|
return request({ |
||||
|
url:'/api/quant/getquantechartorgandyear', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -0,0 +1,149 @@ |
|||||
|
import request from '@/utils/request'; |
||||
|
import { postinfp,tarData,addlist,deltarget,getgroupData,edittarget, position, getgroup, organd, postsss, addposttar, searchorgpos, setposttarget, table_base_post_target, getdetails, neweditposttarget, get_organdpost_ary, look_work_flowcont, quantechart, gettarget, getquantechartorgandyear } from './type'; |
||||
|
export function addPostCont(url:string,method:string,data?: postinfp){ |
||||
|
return request({ |
||||
|
url: url, |
||||
|
method: method, |
||||
|
data: data |
||||
|
}); |
||||
|
} |
||||
|
export function tarlist(data?:tarData){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_depart_tar_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addtarget(data?:addlist){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_add_depar_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function deltarget(data?:deltarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_del_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupusers(data?:getgroupData){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupdepartmap', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function edittarget(data?:edittarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/department_pc/new_edit_one_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function positionlist(data?:position){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/positionlist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getgroupuser(data?:getgroup){ |
||||
|
return request({ |
||||
|
url:'/api/group/getgroupuser', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function organdpost(data?:organd){ |
||||
|
return request({ |
||||
|
url:'/hrapi/org/get_organdpost_three', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function posttarget(data?:postsss){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_posttarget_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function addposttargetcont(data?:addposttar){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/addposttargetcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function search_orgpost(data?:searchorgpos){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/search_orgpost_list', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function set_posttarget(data?:setposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/set_posttarget_state', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function table_base_post(data?:table_base_post_target){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/table_base_post_target', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getdetailslist(data?:getdetails){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/getdetailslist', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function neweditpost(data?:neweditposttarget){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/neweditposttarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function get_organdpost(data?:get_organdpost_ary){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/postpc/get_organdpost_ary', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function look_work(data?:look_work_flowcont){ |
||||
|
return request({ |
||||
|
url:'/kpiapi/workflow/look_work_flowcont', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function quante(data?:quantechart){ |
||||
|
return request({ |
||||
|
url:'/api/quant/quantechart', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function gettar(data?:gettarget){ |
||||
|
return request({ |
||||
|
url:'/api/duty/gettarget', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
|
export function getquantechar(data?:getquantechartorgandyear){ |
||||
|
return request({ |
||||
|
url:'/api/quant/getquantechartorgandyear', |
||||
|
method:'post', |
||||
|
data:data |
||||
|
}) |
||||
|
} |
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle:5 |
|
||||
cycleattr:1 |
|
||||
dimension:"16468023932048678" |
|
||||
id:"122" |
|
||||
name:"综合耗材费用" |
|
||||
nature:2 |
|
||||
scoringmethod:1 |
|
||||
unit:"元" |
|
||||
userlist:["16048852979113846"] |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:n |
|
||||
cycleattr:1 |
|
||||
dimension:"16468023932048678" |
|
||||
id:"122" |
|
||||
name:"综合耗材费用" |
|
||||
nature:2 |
|
||||
scoringmethod:1 |
|
||||
unit:"元" |
|
||||
userlist:["16048852979113846"] |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number |
|
||||
cycleattr:1 |
|
||||
dimension:"16468023932048678" |
|
||||
id:"122" |
|
||||
name:"综合耗材费用" |
|
||||
nature:2 |
|
||||
scoringmethod:1 |
|
||||
unit:"元" |
|
||||
userlist:["16048852979113846"] |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:"16468023932048678" |
|
||||
id:"122" |
|
||||
name:"综合耗材费用" |
|
||||
nature:2 |
|
||||
scoringmethod:1 |
|
||||
unit:"元" |
|
||||
userlist:["16048852979113846"] |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:"综合耗材费用" |
|
||||
nature:2 |
|
||||
scoringmethod:1 |
|
||||
unit:"元" |
|
||||
userlist:["16048852979113846"] |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:1 |
|
||||
unit:"元" |
|
||||
userlist:["16048852979113846"] |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:number; |
|
||||
unit:string; |
|
||||
userlist:["16048852979113846"] |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:number; |
|
||||
unit:string; |
|
||||
userlist:Array |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:number; |
|
||||
unit:string; |
|
||||
userlist:Array<any> |
|
||||
} |
|
||||
@ -1,66 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
relevantdepartments |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:number; |
|
||||
unit:string; |
|
||||
userlist:Array<any> |
|
||||
} |
|
||||
@ -1,66 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
relevantdepartments?: |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:number; |
|
||||
unit:string; |
|
||||
userlist:Array<any> |
|
||||
} |
|
||||
@ -1,66 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
relevantdepartments?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:number; |
|
||||
unit:string; |
|
||||
userlist:Array<any> |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pagesize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:number; |
|
||||
unit:string; |
|
||||
userlist:Array<any> |
|
||||
} |
|
||||
@ -1,65 +0,0 @@ |
|||||
export interface postinfp{ |
|
||||
id?:number, |
|
||||
number?: string, |
|
||||
name?:string, |
|
||||
superior?:number, |
|
||||
organizationtype?: number, |
|
||||
abbreviation?: string, |
|
||||
time?: number, |
|
||||
state?: number, |
|
||||
wechatorganizationid?: number, |
|
||||
superiorsun?: string, |
|
||||
schoole?: number, |
|
||||
kingdeeid?: string, |
|
||||
ispower?: number, |
|
||||
sort?: number, |
|
||||
classname?: string, |
|
||||
level?: number, |
|
||||
isman?: number, |
|
||||
status?: boolean, |
|
||||
child?: null, |
|
||||
type?:number; |
|
||||
} |
|
||||
export interface tarData{ |
|
||||
page?:number; |
|
||||
pageSize?:number; |
|
||||
name?:string; |
|
||||
dimension?:string; |
|
||||
attribute?:string; |
|
||||
orgidlist?:Array<any>; |
|
||||
} |
|
||||
export interface addlist{ |
|
||||
name?:string; |
|
||||
share?:number; |
|
||||
acceptdepartmentid?:Array<any>; |
|
||||
userlist?:Array<any>; |
|
||||
dimension?:string; |
|
||||
nature?:number; |
|
||||
unites?:string; |
|
||||
cycle?:number; |
|
||||
cycleattr?:number; |
|
||||
scoringmethod?:number; |
|
||||
visiblerangegroup?:Array<any>; |
|
||||
visiblerangedepart?:Array<any>; |
|
||||
} |
|
||||
export interface deltarget{ |
|
||||
id?:String; |
|
||||
state?:number; |
|
||||
istrue?:number; |
|
||||
} |
|
||||
export interface getgroupData{ |
|
||||
id?:number; |
|
||||
lever?:number; |
|
||||
} |
|
||||
export interface edittarget{ |
|
||||
acceptdepartmentid?:Array<any> |
|
||||
cycle?:number; |
|
||||
cycleattr:number; |
|
||||
dimension:string; |
|
||||
id:string; |
|
||||
name:string; |
|
||||
nature:number; |
|
||||
scoringmethod:number; |
|
||||
unit:string; |
|
||||
userlist:Array<any> |
|
||||
} |
|
||||
@ -0,0 +1,135 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
quantechart |
||||
@ -0,0 +1,138 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
quantechart |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
@ -0,0 +1,137 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
@ -0,0 +1,137 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
id:string; |
||||
|
} |
||||
@ -0,0 +1,137 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
} |
||||
@ -0,0 +1,138 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid |
||||
|
} |
||||
@ -0,0 +1,138 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid: |
||||
|
} |
||||
@ -0,0 +1,138 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:A |
||||
|
} |
||||
@ -0,0 +1,138 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array |
||||
|
} |
||||
@ -0,0 +1,138 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any |
||||
|
} |
||||
@ -0,0 +1,138 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any> |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any>; |
||||
|
|
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any>; |
||||
|
year |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any>; |
||||
|
year: |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any>; |
||||
|
year:A |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any>; |
||||
|
year:Array<Any> |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any>; |
||||
|
year:Array<Any>; |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any>; |
||||
|
year:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod:string; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:string; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,139 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,140 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
|
gettarget |
||||
@ -0,0 +1,145 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
|
gettarget |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,145 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
|
|
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,144 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
|
export interface gettarget{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
|
export interface gettarget{ |
||||
|
page |
||||
|
} |
||||
@ -0,0 +1,142 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
|
export interface gettarget{ |
||||
|
page: |
||||
|
} |
||||
@ -0,0 +1,143 @@ |
|||||
|
export interface postinfp{ |
||||
|
id?:number, |
||||
|
number?: string, |
||||
|
name?:string, |
||||
|
superior?:number, |
||||
|
organizationtype?: number, |
||||
|
abbreviation?: string, |
||||
|
time?: number, |
||||
|
state?: number, |
||||
|
wechatorganizationid?: number, |
||||
|
superiorsun?: string, |
||||
|
schoole?: number, |
||||
|
kingdeeid?: string, |
||||
|
ispower?: number, |
||||
|
sort?: number, |
||||
|
classname?: string, |
||||
|
level?: number, |
||||
|
isman?: number, |
||||
|
status?: boolean, |
||||
|
child?: null, |
||||
|
type?:number; |
||||
|
} |
||||
|
export interface tarData{ |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
name?:string; |
||||
|
dimension?:string; |
||||
|
attribute?:string; |
||||
|
orgidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addlist{ |
||||
|
name?:string; |
||||
|
share?:number; |
||||
|
acceptdepartmentid?:Array<any>; |
||||
|
userlist?:Array<any>; |
||||
|
dimension?:string; |
||||
|
nature?:number; |
||||
|
unit?:string; |
||||
|
cycle?:number; |
||||
|
cycleattr?:Number; |
||||
|
scoringmethod?:number; |
||||
|
visiblerangegroup?:Array<any>; |
||||
|
visiblerangedepart?:Array<any>; |
||||
|
} |
||||
|
export interface deltarget{ |
||||
|
id?:String; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface getgroupData{ |
||||
|
id?:number; |
||||
|
all:number; |
||||
|
} |
||||
|
export interface edittarget{ |
||||
|
acceptdepartmentid?:Array<any> |
||||
|
cycle?:Number; |
||||
|
cycleattr:number; |
||||
|
dimension:string; |
||||
|
id:string; |
||||
|
name:string; |
||||
|
nature:number; |
||||
|
scoringmethod:Number; |
||||
|
unit:string; |
||||
|
userlist:Array<any> |
||||
|
} |
||||
|
export interface position{ |
||||
|
page?:number; |
||||
|
pagesize?:number; |
||||
|
organization?:string; |
||||
|
} |
||||
|
export interface getgroup{ |
||||
|
id?:number; |
||||
|
level?:number; |
||||
|
} |
||||
|
export interface organd{ |
||||
|
all?:number; |
||||
|
id?:string; |
||||
|
levelL:number; |
||||
|
} |
||||
|
export interface postsss{ |
||||
|
attribute?:string; |
||||
|
dimension?:string; |
||||
|
page?:number; |
||||
|
pageSize?:number; |
||||
|
title?:string; |
||||
|
postidlist?:Array<any>; |
||||
|
} |
||||
|
export interface addposttar{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: number; |
||||
|
cycle?:number; |
||||
|
cycleattr?: number; |
||||
|
departmentPostOther?:Array<any> |
||||
|
otherposttarget?:Array<any>; |
||||
|
|
||||
|
} |
||||
|
export interface searchorgpos{ |
||||
|
name?:string; |
||||
|
orgid?:string; |
||||
|
} |
||||
|
export interface setposttarget{ |
||||
|
id?:string; |
||||
|
state?:number; |
||||
|
istrue?:number; |
||||
|
} |
||||
|
export interface table_base_post_target{ |
||||
|
id?:string; |
||||
|
} |
||||
|
export interface getdetails{ |
||||
|
targetid: string; |
||||
|
inspect: Array<any>; |
||||
|
postlist: Array<any>; |
||||
|
cycle:Number; |
||||
|
} |
||||
|
export interface neweditposttarget{ |
||||
|
title?:string; |
||||
|
dimension?: String; |
||||
|
unit?:String; |
||||
|
type?: number; |
||||
|
scoringmethod?: Number; |
||||
|
cycle?:Number; |
||||
|
cycleattr?: Number; |
||||
|
otherposttarget?:Array<any>; |
||||
|
id:string; |
||||
|
} |
||||
|
export interface get_organdpost_ary{ |
||||
|
id: string; |
||||
|
} |
||||
|
export interface look_work_flowcont{ |
||||
|
id:string; |
||||
|
} |
||||
|
export interface quantechart{ |
||||
|
AccMethod?:Array<any>; |
||||
|
targetid?:Array<any>; |
||||
|
year?:Array<any>; |
||||
|
} |
||||
|
export interface gettarget{ |
||||
|
page:number; |
||||
|
|
||||
|
} |
||||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue