commit e8af49b0f553cbe9c6f1cc2708c3e2e78039f67c Author: wangxinfei Date: Mon May 19 17:29:51 2025 +0800 rcs5.0 commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a70e82e --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/.history/package_20250314133908.json b/.history/package_20250314133908.json new file mode 100644 index 0000000..6861be3 --- /dev/null +++ b/.history/package_20250314133908.json @@ -0,0 +1,47 @@ +{ + "name": "rcs5.0", + "version": "0.1.0", + "private": true, + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "bootstrap": "lerna bootstrap" + }, + "dependencies": { + "core-js": "^3.8.3", + "lerna": "3.22.1", + "vue": "^2.6.14" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "eslint": "^7.32.0", + "eslint-plugin-vue": "^8.0.3", + "vue-template-compiler": "^2.6.14" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/.history/package_20250314141723.json b/.history/package_20250314141723.json new file mode 100644 index 0000000..2368465 --- /dev/null +++ b/.history/package_20250314141723.json @@ -0,0 +1,48 @@ +{ + "name": "rcs5.0", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "lerna run serve", + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "bootstrap": "lerna bootstrap" + }, + "dependencies": { + "core-js": "^3.8.3", + "lerna": "3.22.1", + "vue": "^2.6.14" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "eslint": "^7.32.0", + "eslint-plugin-vue": "^8.0.3", + "vue-template-compiler": "^2.6.14" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/.history/package_20250314141809.json b/.history/package_20250314141809.json new file mode 100644 index 0000000..51f89b5 --- /dev/null +++ b/.history/package_20250314141809.json @@ -0,0 +1,48 @@ +{ + "name": "rcs5.0", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "lerna run serve --scope=@rcs5.0 --stream", + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "bootstrap": "lerna bootstrap" + }, + "dependencies": { + "core-js": "^3.8.3", + "lerna": "3.22.1", + "vue": "^2.6.14" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "eslint": "^7.32.0", + "eslint-plugin-vue": "^8.0.3", + "vue-template-compiler": "^2.6.14" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/.history/package_20250314142143.json b/.history/package_20250314142143.json new file mode 100644 index 0000000..6d1dab1 --- /dev/null +++ b/.history/package_20250314142143.json @@ -0,0 +1,48 @@ +{ + "name": "rcs5.0", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "npm run serve", + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "bootstrap": "lerna bootstrap" + }, + "dependencies": { + "core-js": "^3.8.3", + "lerna": "3.22.1", + "vue": "^2.6.14" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "eslint": "^7.32.0", + "eslint-plugin-vue": "^8.0.3", + "vue-template-compiler": "^2.6.14" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/.history/package_20250314142230.json b/.history/package_20250314142230.json new file mode 100644 index 0000000..b117101 --- /dev/null +++ b/.history/package_20250314142230.json @@ -0,0 +1,48 @@ +{ + "name": "rcs5.0", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "vue-cli-service serve", + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "bootstrap": "lerna bootstrap" + }, + "dependencies": { + "core-js": "^3.8.3", + "lerna": "3.22.1", + "vue": "^2.6.14" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "eslint": "^7.32.0", + "eslint-plugin-vue": "^8.0.3", + "vue-template-compiler": "^2.6.14" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/.history/package_20250314142343.json b/.history/package_20250314142343.json new file mode 100644 index 0000000..6d1dab1 --- /dev/null +++ b/.history/package_20250314142343.json @@ -0,0 +1,48 @@ +{ + "name": "rcs5.0", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "npm run serve", + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "bootstrap": "lerna bootstrap" + }, + "dependencies": { + "core-js": "^3.8.3", + "lerna": "3.22.1", + "vue": "^2.6.14" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "eslint": "^7.32.0", + "eslint-plugin-vue": "^8.0.3", + "vue-template-compiler": "^2.6.14" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/.history/package_20250314142349.json b/.history/package_20250314142349.json new file mode 100644 index 0000000..f466c2f --- /dev/null +++ b/.history/package_20250314142349.json @@ -0,0 +1,48 @@ +{ + "name": "rcs5.0", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "yarn serve", + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "bootstrap": "lerna bootstrap" + }, + "dependencies": { + "core-js": "^3.8.3", + "lerna": "3.22.1", + "vue": "^2.6.14" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "eslint": "^7.32.0", + "eslint-plugin-vue": "^8.0.3", + "vue-template-compiler": "^2.6.14" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/.history/packages/rcs_5.0/config/route.config_20250314133705.js b/.history/packages/rcs_5.0/config/route.config_20250314133705.js new file mode 100644 index 0000000..e4ed303 --- /dev/null +++ b/.history/packages/rcs_5.0/config/route.config_20250314133705.js @@ -0,0 +1,9 @@ +import VueDynamic from 'vue-dynamic' + + +export default [ + { + path: '/dynamic', + component: VueDynamic.Viewer + } +]; diff --git a/.history/packages/rcs_5.0/config/route.config_20250314155854.js b/.history/packages/rcs_5.0/config/route.config_20250314155854.js new file mode 100644 index 0000000..fb6f974 --- /dev/null +++ b/.history/packages/rcs_5.0/config/route.config_20250314155854.js @@ -0,0 +1,3 @@ +import desktopRoutes from '../src/router/index' + +export default desktopRoutes; diff --git a/.history/packages/rcs_5.0/config/route.config_20250314160123.js b/.history/packages/rcs_5.0/config/route.config_20250314160123.js new file mode 100644 index 0000000..4fb8a1f --- /dev/null +++ b/.history/packages/rcs_5.0/config/route.config_20250314160123.js @@ -0,0 +1,3 @@ +import routes from '../src/router/index' + +export default routes; diff --git a/.history/packages/rcs_5.0/mock/datas/menu_20250314133705.json b/.history/packages/rcs_5.0/mock/datas/menu_20250314133705.json new file mode 100644 index 0000000..2bcf69a --- /dev/null +++ b/.history/packages/rcs_5.0/mock/datas/menu_20250314133705.json @@ -0,0 +1,1185 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/.history/packages/rcs_5.0/mock/datas/menu_20250314164216.json b/.history/packages/rcs_5.0/mock/datas/menu_20250314164216.json new file mode 100644 index 0000000..4901b36 --- /dev/null +++ b/.history/packages/rcs_5.0/mock/datas/menu_20250314164216.json @@ -0,0 +1,1210 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 90301, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 90302, + "text": "图表demo" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/.history/packages/rcs_5.0/mock/datas/menu_20250314164242.json b/.history/packages/rcs_5.0/mock/datas/menu_20250314164242.json new file mode 100644 index 0000000..facad09 --- /dev/null +++ b/.history/packages/rcs_5.0/mock/datas/menu_20250314164242.json @@ -0,0 +1,1213 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 90301, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 90302, + "text": "图表demo" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/.history/packages/rcs_5.0/mock/datas/menu_20250314164729.json b/.history/packages/rcs_5.0/mock/datas/menu_20250314164729.json new file mode 100644 index 0000000..68f5f5a --- /dev/null +++ b/.history/packages/rcs_5.0/mock/datas/menu_20250314164729.json @@ -0,0 +1,1213 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90301, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90302, + "text": "图表demo" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/.history/packages/rcs_5.0/mock/datas/menu_20250314170920.json b/.history/packages/rcs_5.0/mock/datas/menu_20250314170920.json new file mode 100644 index 0000000..f73750e --- /dev/null +++ b/.history/packages/rcs_5.0/mock/datas/menu_20250314170920.json @@ -0,0 +1,1226 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90301, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90302, + "text": "图表demo" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart2" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90303, + "text": "图表demo2" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/.history/packages/rcs_5.0/mock/datas/menu_20250317113503.json b/.history/packages/rcs_5.0/mock/datas/menu_20250317113503.json new file mode 100644 index 0000000..72bf3eb --- /dev/null +++ b/.history/packages/rcs_5.0/mock/datas/menu_20250317113503.json @@ -0,0 +1,1239 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90301, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90302, + "text": "图表demo" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart2" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90303, + "text": "图表demo2" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/x-input" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90304, + "text": "输入组件" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/.history/packages/rcs_5.0/mock/datas/menu_20250317152758.json b/.history/packages/rcs_5.0/mock/datas/menu_20250317152758.json new file mode 100644 index 0000000..d35d8b6 --- /dev/null +++ b/.history/packages/rcs_5.0/mock/datas/menu_20250317152758.json @@ -0,0 +1,1239 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90301, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90302, + "text": "图表demo" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart2" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90303, + "text": "图表demo2" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/numberInput" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90304, + "text": "输入组件" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/.history/packages/rcs_5.0/mock/datas/menu_20250317152805.json b/.history/packages/rcs_5.0/mock/datas/menu_20250317152805.json new file mode 100644 index 0000000..56abda1 --- /dev/null +++ b/.history/packages/rcs_5.0/mock/datas/menu_20250317152805.json @@ -0,0 +1,1239 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90301, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90302, + "text": "图表demo" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/chart2" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90303, + "text": "图表demo2" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/numberInput" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90304, + "text": "金额组件" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/.history/packages/rcs_5.0/package_20250314133705.json b/.history/packages/rcs_5.0/package_20250314133705.json new file mode 100644 index 0000000..ad59b92 --- /dev/null +++ b/.history/packages/rcs_5.0/package_20250314133705.json @@ -0,0 +1,63 @@ +{ + "name": "rcs_5.0", + "description": "description", + "authors": "author", + "version": "1.0.0", + "main": "pathToMain", + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "build:electron": "cross-env IDE=electron vue-cli-service build", + "start:electron": "cross-env IDE=electron vue-cli-service serve", + "start:main:dev": " electron ./.electron.js" + }, + "dependencies": { + "@erayt/language": "^1.0.0", + "@erayt/titanOne-kernel":"^1.0.0", + "@erayt/titanOne-observer": "^5.0.0", + "@erayt/titanOne-vue":"^0.1.1", + "@erayt/titanOne-component-vue": "^1.0.0", + "core-js": "3.31.0", + "element-ui": "2.15.13", + "js-cookie": "3.0.1", + "nprogress": "0.2.0", + "vue": "2.7.14", + "vue-i18n": "8.22.2", + "vue-router": "3.6.5", + "vuedraggable": "2.24.3", + "vuex": "3.6.2" + }, + "devDependencies": { + "@babel/core": "7.21.8", + "@babel/eslint-parser": "7.21.8", + "vue-dynamic": "^1.0.57", + "vue-dynamic-theme": "^1.0.9", + "cross-env": "^7.0.3", + "@erayt/eui2-themes": "3.2.32", + "@erayt/eui3.5-customize-themes": "^1.0.9", + "@erayt/titanOne-dll": "^3.2.33", + "@erayt/titanOne3.0-web-login": "^3.0.0", + "@erayt/titanOne-electron": "^3.1.69", + "@erayt/titanOne3.0-electron-login": "^3.1.65", + "@erayt/element-customize-themes": "^2.15.19", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-service": "~5.0.0", + "babel-plugin-dynamic-import-node": "2.3.3", + "babel-plugin-transform-remove-strict-mode": "0.0.2", + "copy-webpack-plugin": "11.0.0", + "eslint": "7.32.0", + "eslint-plugin-vue": "8.7.1", + "path-browserify": "1.0.1", + "prettier": "2.8.7", + "vue-template-compiler": "2.7.14", + "cache-loader": "4.1.0", + "sass": "1.63.4", + "sass-loader": "12.6.0", + "stylus-loader": "6.2.0", + "sass-resources-loader": "2.2.5" + } +} diff --git a/.history/packages/rcs_5.0/package_20250314155128.json b/.history/packages/rcs_5.0/package_20250314155128.json new file mode 100644 index 0000000..b9a2865 --- /dev/null +++ b/.history/packages/rcs_5.0/package_20250314155128.json @@ -0,0 +1,64 @@ +{ + "name": "rcs_5.0", + "description": "description", + "authors": "author", + "version": "1.0.0", + "main": "pathToMain", + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "build:electron": "cross-env IDE=electron vue-cli-service build", + "start:electron": "cross-env IDE=electron vue-cli-service serve", + "start:main:dev": " electron ./.electron.js" + }, + "dependencies": { + "@erayt/language": "^1.0.0", + "@erayt/titanOne-kernel":"^1.0.0", + "@erayt/titanOne-observer": "^5.0.0", + "@erayt/titanOne-vue":"^0.1.1", + "@erayt/titanOne-component-vue": "^1.0.0", + "core-js": "3.31.0", + "element-ui": "2.15.13", + "js-cookie": "3.0.1", + "nprogress": "0.2.0", + "vue": "2.7.14", + "vue-i18n": "8.22.2", + "vue-router": "3.6.5", + "vuedraggable": "2.24.3", + "vuex": "3.6.2", + "echarts": "4.9.0" + }, + "devDependencies": { + "@babel/core": "7.21.8", + "@babel/eslint-parser": "7.21.8", + "vue-dynamic": "^1.0.57", + "vue-dynamic-theme": "^1.0.9", + "cross-env": "^7.0.3", + "@erayt/eui2-themes": "3.2.32", + "@erayt/eui3.5-customize-themes": "^1.0.9", + "@erayt/titanOne-dll": "^3.2.33", + "@erayt/titanOne3.0-web-login": "^3.0.0", + "@erayt/titanOne-electron": "^3.1.69", + "@erayt/titanOne3.0-electron-login": "^3.1.65", + "@erayt/element-customize-themes": "^2.15.19", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-service": "~5.0.0", + "babel-plugin-dynamic-import-node": "2.3.3", + "babel-plugin-transform-remove-strict-mode": "0.0.2", + "copy-webpack-plugin": "11.0.0", + "eslint": "7.32.0", + "eslint-plugin-vue": "8.7.1", + "path-browserify": "1.0.1", + "prettier": "2.8.7", + "vue-template-compiler": "2.7.14", + "cache-loader": "4.1.0", + "sass": "1.63.4", + "sass-loader": "12.6.0", + "stylus-loader": "6.2.0", + "sass-resources-loader": "2.2.5" + } +} diff --git a/.history/packages/rcs_5.0/package_20250314155151.json b/.history/packages/rcs_5.0/package_20250314155151.json new file mode 100644 index 0000000..e1faf8e --- /dev/null +++ b/.history/packages/rcs_5.0/package_20250314155151.json @@ -0,0 +1,65 @@ +{ + "name": "rcs_5.0", + "description": "description", + "authors": "author", + "version": "1.0.0", + "main": "pathToMain", + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "build:electron": "cross-env IDE=electron vue-cli-service build", + "start:electron": "cross-env IDE=electron vue-cli-service serve", + "start:main:dev": " electron ./.electron.js" + }, + "dependencies": { + "@erayt/language": "^1.0.0", + "@erayt/titanOne-kernel":"^1.0.0", + "@erayt/titanOne-observer": "^5.0.0", + "@erayt/titanOne-vue":"^0.1.1", + "@erayt/titanOne-component-vue": "^1.0.0", + "core-js": "3.31.0", + "element-ui": "2.15.13", + "js-cookie": "3.0.1", + "nprogress": "0.2.0", + "vue": "2.7.14", + "vue-i18n": "8.22.2", + "vue-router": "3.6.5", + "vuedraggable": "2.24.3", + "vuex": "3.6.2", + "echarts": "4.9.0", + "axios": "0.27.2" + }, + "devDependencies": { + "@babel/core": "7.21.8", + "@babel/eslint-parser": "7.21.8", + "vue-dynamic": "^1.0.57", + "vue-dynamic-theme": "^1.0.9", + "cross-env": "^7.0.3", + "@erayt/eui2-themes": "3.2.32", + "@erayt/eui3.5-customize-themes": "^1.0.9", + "@erayt/titanOne-dll": "^3.2.33", + "@erayt/titanOne3.0-web-login": "^3.0.0", + "@erayt/titanOne-electron": "^3.1.69", + "@erayt/titanOne3.0-electron-login": "^3.1.65", + "@erayt/element-customize-themes": "^2.15.19", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-service": "~5.0.0", + "babel-plugin-dynamic-import-node": "2.3.3", + "babel-plugin-transform-remove-strict-mode": "0.0.2", + "copy-webpack-plugin": "11.0.0", + "eslint": "7.32.0", + "eslint-plugin-vue": "8.7.1", + "path-browserify": "1.0.1", + "prettier": "2.8.7", + "vue-template-compiler": "2.7.14", + "cache-loader": "4.1.0", + "sass": "1.63.4", + "sass-loader": "12.6.0", + "stylus-loader": "6.2.0", + "sass-resources-loader": "2.2.5" + } +} diff --git a/.history/packages/rcs_5.0/src/main_20250314133705.js b/.history/packages/rcs_5.0/src/main_20250314133705.js new file mode 100644 index 0000000..5733078 --- /dev/null +++ b/.history/packages/rcs_5.0/src/main_20250314133705.js @@ -0,0 +1,41 @@ +import {service} from "@erayt/titanOne-vue/lib/main.js" + +import routeConfig from "../config/route.config"; +import modules from "./store/modules"; +import getters from "./store/getters"; +import rxd from 'vue-dynamic'; +import 'vue-dynamic/dist/Dynamic.css'; +import "vue-dynamic-theme"; +rxd.titan.init(); +function handleCustomizeEvent() { + Eui.Ipc.addSubscribes( + { + "edit:phoenix:page": () => { + Eui.Comm.postToRemote({ + url: "loginAfter.action", + hostKey: "phoenix", + },res=>{ + if(res.success){ + const result = res.data.result; + sessionStorage.setItem("user_loginId", result.loginId); + sessionStorage.setItem("loginType", "ecas"); + window.open("/#/project"); + } + }) + }, + }, + { scopeId: Eui.scopeId } + ); +} + +// import rxd from 'vue-dynamic'; +// import 'vue-dynamic/dist/Dynamic.css'; +// rxd.titan.init(); + +service.registerApplication("rcs_5.0",{ + routeConfig, + getters, + modules +}) + +service.load(); diff --git a/.history/packages/rcs_5.0/src/main_20250314161738.js b/.history/packages/rcs_5.0/src/main_20250314161738.js new file mode 100644 index 0000000..34bb83d --- /dev/null +++ b/.history/packages/rcs_5.0/src/main_20250314161738.js @@ -0,0 +1,46 @@ +import {service} from "@erayt/titanOne-vue/lib/main.js" + +import routeConfig from "../config/route.config"; +import modules from "./store/modules"; +import getters from "./store/getters"; +import rxd from 'vue-dynamic'; +import 'vue-dynamic/dist/Dynamic.css'; +import "vue-dynamic-theme"; +import * as echarts from 'echarts'; +import Vue from "vue"; + +rxd.titan.init(); +function handleCustomizeEvent() { + Eui.Ipc.addSubscribes( + { + "edit:phoenix:page": () => { + Eui.Comm.postToRemote({ + url: "loginAfter.action", + hostKey: "phoenix", + },res=>{ + if(res.success){ + const result = res.data.result; + sessionStorage.setItem("user_loginId", result.loginId); + sessionStorage.setItem("loginType", "ecas"); + window.open("/#/project"); + } + }) + }, + }, + { scopeId: Eui.scopeId } + ); +} + +Vue.prototype.$echarts = echarts; + +// import rxd from 'vue-dynamic'; +// import 'vue-dynamic/dist/Dynamic.css'; +// rxd.titan.init(); + +service.registerApplication("rcs_5.0",{ + routeConfig, + getters, + modules +}) + +service.load(); diff --git a/.history/packages/rcs_5.0/src/main_20250314165400.js b/.history/packages/rcs_5.0/src/main_20250314165400.js new file mode 100644 index 0000000..4c9b69b --- /dev/null +++ b/.history/packages/rcs_5.0/src/main_20250314165400.js @@ -0,0 +1,46 @@ +import {service} from "@erayt/titanOne-vue/lib/main.js" + +import routeConfig from "../config/route.config"; +import modules from "./store/modules"; +import getters from "./store/getters"; +import rxd from 'vue-dynamic'; +import 'vue-dynamic/dist/Dynamic.css'; +import "vue-dynamic-theme"; +import ECharts from './plugins/echarts'; +import Vue from "vue"; + +rxd.titan.init(); +function handleCustomizeEvent() { + Eui.Ipc.addSubscribes( + { + "edit:phoenix:page": () => { + Eui.Comm.postToRemote({ + url: "loginAfter.action", + hostKey: "phoenix", + },res=>{ + if(res.success){ + const result = res.data.result; + sessionStorage.setItem("user_loginId", result.loginId); + sessionStorage.setItem("loginType", "ecas"); + window.open("/#/project"); + } + }) + }, + }, + { scopeId: Eui.scopeId } + ); +} + +Vue.use(ECharts) + +// import rxd from 'vue-dynamic'; +// import 'vue-dynamic/dist/Dynamic.css'; +// rxd.titan.init(); + +service.registerApplication("rcs_5.0",{ + routeConfig, + getters, + modules +}) + +service.load(); diff --git a/.history/packages/rcs_5.0/src/plugins/echarts_20250314165314.js b/.history/packages/rcs_5.0/src/plugins/echarts_20250314165314.js new file mode 100644 index 0000000..e69de29 diff --git a/.history/packages/rcs_5.0/src/plugins/echarts_20250314165324.js b/.history/packages/rcs_5.0/src/plugins/echarts_20250314165324.js new file mode 100644 index 0000000..4068d1d --- /dev/null +++ b/.history/packages/rcs_5.0/src/plugins/echarts_20250314165324.js @@ -0,0 +1,36 @@ +import * as echarts from 'echarts'; + +const ECharts = { + install: function (Vue, options) { + Vue.prototype.$echarts = echarts; + Vue.component('v-chart', { + render: function (createElement) { + return createElement('div', this.$slots.default); + }, + mounted: function () { + this.chart = echarts.init(this.$el); + this.chart.setOption(this.options); + }, + props: { + options: Object + }, + watch: { + options: { + deep: true, + handler: function (newVal) { + if (this.chart) { + this.chart.setOption(newVal, true); + } + } + } + }, + beforeDestroy: function () { + if (this.chart) { + this.chart.dispose(); + } + } + }); + } +}; + +export default ECharts; \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/plugins/echarts_20250314165326.js b/.history/packages/rcs_5.0/src/plugins/echarts_20250314165326.js new file mode 100644 index 0000000..4068d1d --- /dev/null +++ b/.history/packages/rcs_5.0/src/plugins/echarts_20250314165326.js @@ -0,0 +1,36 @@ +import * as echarts from 'echarts'; + +const ECharts = { + install: function (Vue, options) { + Vue.prototype.$echarts = echarts; + Vue.component('v-chart', { + render: function (createElement) { + return createElement('div', this.$slots.default); + }, + mounted: function () { + this.chart = echarts.init(this.$el); + this.chart.setOption(this.options); + }, + props: { + options: Object + }, + watch: { + options: { + deep: true, + handler: function (newVal) { + if (this.chart) { + this.chart.setOption(newVal, true); + } + } + } + }, + beforeDestroy: function () { + if (this.chart) { + this.chart.dispose(); + } + } + }); + } +}; + +export default ECharts; \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/plugins/echarts_20250314170219.js b/.history/packages/rcs_5.0/src/plugins/echarts_20250314170219.js new file mode 100644 index 0000000..07c8c19 --- /dev/null +++ b/.history/packages/rcs_5.0/src/plugins/echarts_20250314170219.js @@ -0,0 +1,36 @@ +import * as echarts from 'echarts'; + +const ECharts = { + install: function (Vue, options) { + Vue.prototype.$echarts = echarts; + Vue.component('chartComponent', { + render: function (createElement) { + return createElement('div', this.$slots.default); + }, + mounted: function () { + this.chart = echarts.init(this.$el); + this.chart.setOption(this.options); + }, + props: { + options: Object + }, + watch: { + options: { + deep: true, + handler: function (newVal) { + if (this.chart) { + this.chart.setOption(newVal, true); + } + } + } + }, + beforeDestroy: function () { + if (this.chart) { + this.chart.dispose(); + } + } + }); + } +}; + +export default ECharts; \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/plugins/echarts_20250314170312.js b/.history/packages/rcs_5.0/src/plugins/echarts_20250314170312.js new file mode 100644 index 0000000..4068d1d --- /dev/null +++ b/.history/packages/rcs_5.0/src/plugins/echarts_20250314170312.js @@ -0,0 +1,36 @@ +import * as echarts from 'echarts'; + +const ECharts = { + install: function (Vue, options) { + Vue.prototype.$echarts = echarts; + Vue.component('v-chart', { + render: function (createElement) { + return createElement('div', this.$slots.default); + }, + mounted: function () { + this.chart = echarts.init(this.$el); + this.chart.setOption(this.options); + }, + props: { + options: Object + }, + watch: { + options: { + deep: true, + handler: function (newVal) { + if (this.chart) { + this.chart.setOption(newVal, true); + } + } + } + }, + beforeDestroy: function () { + if (this.chart) { + this.chart.dispose(); + } + } + }); + } +}; + +export default ECharts; \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250314155730.js b/.history/packages/rcs_5.0/src/router/index_20250314155730.js new file mode 100644 index 0000000..e69de29 diff --git a/.history/packages/rcs_5.0/src/router/index_20250314155803.js b/.history/packages/rcs_5.0/src/router/index_20250314155803.js new file mode 100644 index 0000000..e11bc18 --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250314155803.js @@ -0,0 +1,3 @@ +export default [ + ]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250314155944.js b/.history/packages/rcs_5.0/src/router/index_20250314155944.js new file mode 100644 index 0000000..3415651 --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250314155944.js @@ -0,0 +1,3 @@ +export default [ +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250314160110.js b/.history/packages/rcs_5.0/src/router/index_20250314160110.js new file mode 100644 index 0000000..bccf63a --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250314160110.js @@ -0,0 +1,7 @@ +export default [ + { + path: "/test", + component: () => import("../views/test"), + } +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250314160246.js b/.history/packages/rcs_5.0/src/router/index_20250314160246.js new file mode 100644 index 0000000..ac4411c --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250314160246.js @@ -0,0 +1,7 @@ +export default [ + { + path: "/directive", + component: () => import("../views/permisson/directive"), + } +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250314160250.js b/.history/packages/rcs_5.0/src/router/index_20250314160250.js new file mode 100644 index 0000000..9e2bd96 --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250314160250.js @@ -0,0 +1,7 @@ +export default [ + { + path: "/directive", + component: () => import("../views/permisson/directive.vue"), + } +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250314160405.js b/.history/packages/rcs_5.0/src/router/index_20250314160405.js new file mode 100644 index 0000000..bccf63a --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250314160405.js @@ -0,0 +1,7 @@ +export default [ + { + path: "/test", + component: () => import("../views/test"), + } +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250314164249.js b/.history/packages/rcs_5.0/src/router/index_20250314164249.js new file mode 100644 index 0000000..0aa458c --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250314164249.js @@ -0,0 +1,7 @@ +export default [ + { + path: "/chart", + component: () => import("../views/charts"), + } +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250314170905.js b/.history/packages/rcs_5.0/src/router/index_20250314170905.js new file mode 100644 index 0000000..6d99dcc --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250314170905.js @@ -0,0 +1,11 @@ +export default [ + { + path: "/chart", + component: () => import("../views/charts/index"), + }, + { + path: "/chart2", + component: () => import("../views/charts/index2"), + } +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250317113547.js b/.history/packages/rcs_5.0/src/router/index_20250317113547.js new file mode 100644 index 0000000..af3d711 --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250317113547.js @@ -0,0 +1,15 @@ +export default [ + { + path: "/chart", + component: () => import("../views/charts/index"), + }, + { + path: "/chart2", + component: () => import("../views/charts/index2"), + }, + { + path: "/x-input", + component: () => import("../views/x-input"), + } +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/router/index_20250317152754.js b/.history/packages/rcs_5.0/src/router/index_20250317152754.js new file mode 100644 index 0000000..894a9b7 --- /dev/null +++ b/.history/packages/rcs_5.0/src/router/index_20250317152754.js @@ -0,0 +1,15 @@ +export default [ + { + path: "/chart", + component: () => import("../views/charts/index"), + }, + { + path: "/chart2", + component: () => import("../views/charts/index2"), + }, + { + path: "/numberInput", + component: () => import("../views/numberInput"), + } +]; + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index2_20250314170651.vue b/.history/packages/rcs_5.0/src/views/charts/index2_20250314170651.vue new file mode 100644 index 0000000..46d8241 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index2_20250314170651.vue @@ -0,0 +1,132 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index2_20250314171012.vue b/.history/packages/rcs_5.0/src/views/charts/index2_20250314171012.vue new file mode 100644 index 0000000..65e4586 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index2_20250314171012.vue @@ -0,0 +1,129 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314161057.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314161057.vue new file mode 100644 index 0000000..e69de29 diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314162335.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314162335.vue new file mode 100644 index 0000000..dff42d9 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314162335.vue @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314163011.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314163011.vue new file mode 100644 index 0000000..1ebeae0 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314163011.vue @@ -0,0 +1,43 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314165446.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314165446.vue new file mode 100644 index 0000000..d625a38 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314165446.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314165547.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314165547.vue new file mode 100644 index 0000000..bf5ac81 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314165547.vue @@ -0,0 +1,36 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314165553.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314165553.vue new file mode 100644 index 0000000..a923a4e --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314165553.vue @@ -0,0 +1,36 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170029.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170029.vue new file mode 100644 index 0000000..1cb2aca --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170029.vue @@ -0,0 +1,37 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170139.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170139.vue new file mode 100644 index 0000000..1cb2aca --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170139.vue @@ -0,0 +1,37 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170236.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170236.vue new file mode 100644 index 0000000..9332743 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170236.vue @@ -0,0 +1,37 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170302.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170302.vue new file mode 100644 index 0000000..a77ef30 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170302.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170306.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170306.vue new file mode 100644 index 0000000..57ac7b5 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170306.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170348.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170348.vue new file mode 100644 index 0000000..fcfe01c --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170348.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170452.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170452.vue new file mode 100644 index 0000000..b0cad45 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170452.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170453.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170453.vue new file mode 100644 index 0000000..a07b982 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170453.vue @@ -0,0 +1,41 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170639.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170639.vue new file mode 100644 index 0000000..4bfa49a --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170639.vue @@ -0,0 +1,132 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170652.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170652.vue new file mode 100644 index 0000000..46d8241 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170652.vue @@ -0,0 +1,132 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314170835.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314170835.vue new file mode 100644 index 0000000..a07b982 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314170835.vue @@ -0,0 +1,41 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250314171003.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250314171003.vue new file mode 100644 index 0000000..3423864 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250314171003.vue @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317153707.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317153707.vue new file mode 100644 index 0000000..3df4b66 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317153707.vue @@ -0,0 +1,46 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317153852.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317153852.vue new file mode 100644 index 0000000..1e690c5 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317153852.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317154005.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317154005.vue new file mode 100644 index 0000000..d1759fb --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317154005.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317154305.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317154305.vue new file mode 100644 index 0000000..3df49b9 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317154305.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317154454.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317154454.vue new file mode 100644 index 0000000..e0be393 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317154454.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317154501.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317154501.vue new file mode 100644 index 0000000..04555e8 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317154501.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317154512.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317154512.vue new file mode 100644 index 0000000..f9f7a60 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317154512.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317154526.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317154526.vue new file mode 100644 index 0000000..521ed58 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317154526.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317154533.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317154533.vue new file mode 100644 index 0000000..e157909 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317154533.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317154831.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317154831.vue new file mode 100644 index 0000000..acfc9d6 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317154831.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317155005.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317155005.vue new file mode 100644 index 0000000..163677d --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317155005.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317155006.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317155006.vue new file mode 100644 index 0000000..163677d --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317155006.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317173032.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317173032.vue new file mode 100644 index 0000000..9576d79 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317173032.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317182715.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317182715.vue new file mode 100644 index 0000000..d0a8e18 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317182715.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317184141.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317184141.vue new file mode 100644 index 0000000..7bd28b6 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317184141.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317184421.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317184421.vue new file mode 100644 index 0000000..d34f555 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317184421.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/charts/index_20250317192522.vue b/.history/packages/rcs_5.0/src/views/charts/index_20250317192522.vue new file mode 100644 index 0000000..335520e --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/charts/index_20250317192522.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317152738.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317152738.vue new file mode 100644 index 0000000..7f4da04 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317152738.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317153628.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317153628.vue new file mode 100644 index 0000000..463f7d6 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317153628.vue @@ -0,0 +1,70 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317153957.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317153957.vue new file mode 100644 index 0000000..90ac9d5 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317153957.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154055.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154055.vue new file mode 100644 index 0000000..549f4fd --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154055.vue @@ -0,0 +1,78 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154130.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154130.vue new file mode 100644 index 0000000..5b8308c --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154130.vue @@ -0,0 +1,78 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154139.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154139.vue new file mode 100644 index 0000000..6a8ab52 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154139.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154321.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154321.vue new file mode 100644 index 0000000..3d72f45 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154321.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154401.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154401.vue new file mode 100644 index 0000000..3d72f45 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154401.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154542.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154542.vue new file mode 100644 index 0000000..3d72f45 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154542.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154630.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154630.vue new file mode 100644 index 0000000..e0d6d8f --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154630.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154822.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154822.vue new file mode 100644 index 0000000..e1a3192 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154822.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154903.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154903.vue new file mode 100644 index 0000000..196e6e2 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154903.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154919.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154919.vue new file mode 100644 index 0000000..196e6e2 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317154919.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155033.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155033.vue new file mode 100644 index 0000000..f884f1a --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155033.vue @@ -0,0 +1,75 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155036.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155036.vue new file mode 100644 index 0000000..32899b3 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155036.vue @@ -0,0 +1,75 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155232.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155232.vue new file mode 100644 index 0000000..aa6c6c8 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155232.vue @@ -0,0 +1,74 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155249.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155249.vue new file mode 100644 index 0000000..d3d733c --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317155249.vue @@ -0,0 +1,73 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317172525.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317172525.vue new file mode 100644 index 0000000..9680cec --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317172525.vue @@ -0,0 +1,73 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317173011.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317173011.vue new file mode 100644 index 0000000..2b436d4 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317173011.vue @@ -0,0 +1,83 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317173556.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317173556.vue new file mode 100644 index 0000000..a013552 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317173556.vue @@ -0,0 +1,87 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317184136.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317184136.vue new file mode 100644 index 0000000..b34b7e8 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317184136.vue @@ -0,0 +1,87 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317184555.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317184555.vue new file mode 100644 index 0000000..780e023 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317184555.vue @@ -0,0 +1,86 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317185648.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317185648.vue new file mode 100644 index 0000000..b7f590e --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317185648.vue @@ -0,0 +1,86 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/numberInput/index_20250317185809.vue b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317185809.vue new file mode 100644 index 0000000..b7f590e --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/numberInput/index_20250317185809.vue @@ -0,0 +1,86 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317113533.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113533.vue new file mode 100644 index 0000000..e69de29 diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317113535.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113535.vue new file mode 100644 index 0000000..e69de29 diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317113601.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113601.vue new file mode 100644 index 0000000..1a36398 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113601.vue @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317113627.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113627.vue new file mode 100644 index 0000000..c38c40a --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113627.vue @@ -0,0 +1,22 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317113737.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113737.vue new file mode 100644 index 0000000..d1e172b --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113737.vue @@ -0,0 +1,54 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317113749.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113749.vue new file mode 100644 index 0000000..d1e172b --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317113749.vue @@ -0,0 +1,54 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317115626.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317115626.vue new file mode 100644 index 0000000..dc4e9b2 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317115626.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317115650.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317115650.vue new file mode 100644 index 0000000..6455c08 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317115650.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317133256.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317133256.vue new file mode 100644 index 0000000..fd69a40 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317133256.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317133712.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317133712.vue new file mode 100644 index 0000000..e5458db --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317133712.vue @@ -0,0 +1,62 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317134033.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134033.vue new file mode 100644 index 0000000..124f0eb --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134033.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317134105.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134105.vue new file mode 100644 index 0000000..217f610 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134105.vue @@ -0,0 +1,62 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317134237.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134237.vue new file mode 100644 index 0000000..efecd10 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134237.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317134411.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134411.vue new file mode 100644 index 0000000..237a544 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134411.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317134502.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134502.vue new file mode 100644 index 0000000..fd69a40 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134502.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317134837.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134837.vue new file mode 100644 index 0000000..a89a21c --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317134837.vue @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317135119.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135119.vue new file mode 100644 index 0000000..c97d976 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135119.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317135456.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135456.vue new file mode 100644 index 0000000..b1a31c0 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135456.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317135533.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135533.vue new file mode 100644 index 0000000..b413d86 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135533.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317135724.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135724.vue new file mode 100644 index 0000000..6a6c108 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135724.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317135933.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135933.vue new file mode 100644 index 0000000..ba286ad --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317135933.vue @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140244.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140244.vue new file mode 100644 index 0000000..5674e52 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140244.vue @@ -0,0 +1,57 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140408.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140408.vue new file mode 100644 index 0000000..c6644fb --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140408.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140516.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140516.vue new file mode 100644 index 0000000..df1b26e --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140516.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140518.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140518.vue new file mode 100644 index 0000000..3a8417f --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140518.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140548.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140548.vue new file mode 100644 index 0000000..c6644fb --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140548.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140634.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140634.vue new file mode 100644 index 0000000..04f01f1 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140634.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140636.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140636.vue new file mode 100644 index 0000000..62f29e2 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140636.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140705.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140705.vue new file mode 100644 index 0000000..c6644fb --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140705.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317140935.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140935.vue new file mode 100644 index 0000000..80dfedd --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317140935.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141057.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141057.vue new file mode 100644 index 0000000..4f4c1fc --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141057.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141140.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141140.vue new file mode 100644 index 0000000..807f8a1 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141140.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141155.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141155.vue new file mode 100644 index 0000000..14f06bb --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141155.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141234.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141234.vue new file mode 100644 index 0000000..b0769a3 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141234.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141253.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141253.vue new file mode 100644 index 0000000..b0769a3 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141253.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141302.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141302.vue new file mode 100644 index 0000000..03097a3 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141302.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141312.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141312.vue new file mode 100644 index 0000000..6260a59 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141312.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141317.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141317.vue new file mode 100644 index 0000000..d139af3 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141317.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141448.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141448.vue new file mode 100644 index 0000000..73df8f5 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141448.vue @@ -0,0 +1,73 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141507.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141507.vue new file mode 100644 index 0000000..bb2bffb --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141507.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141521.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141521.vue new file mode 100644 index 0000000..47c405d --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141521.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141536.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141536.vue new file mode 100644 index 0000000..47c405d --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141536.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141722.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141722.vue new file mode 100644 index 0000000..3c5e719 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141722.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317141827.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141827.vue new file mode 100644 index 0000000..445bfe0 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317141827.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317142024.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142024.vue new file mode 100644 index 0000000..56e3224 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142024.vue @@ -0,0 +1,70 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317142118.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142118.vue new file mode 100644 index 0000000..82c8ce9 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142118.vue @@ -0,0 +1,71 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317142143.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142143.vue new file mode 100644 index 0000000..01ca346 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142143.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317142201.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142201.vue new file mode 100644 index 0000000..39e2c68 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142201.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317142231.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142231.vue new file mode 100644 index 0000000..2dec4fe --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142231.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317142249.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142249.vue new file mode 100644 index 0000000..3909f4c --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317142249.vue @@ -0,0 +1,73 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317144455.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144455.vue new file mode 100644 index 0000000..92507df --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144455.vue @@ -0,0 +1,74 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317144456.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144456.vue new file mode 100644 index 0000000..6709862 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144456.vue @@ -0,0 +1,74 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317144623.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144623.vue new file mode 100644 index 0000000..39a1910 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144623.vue @@ -0,0 +1,78 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317144817.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144817.vue new file mode 100644 index 0000000..1c59b33 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144817.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317144908.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144908.vue new file mode 100644 index 0000000..87f5c54 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317144908.vue @@ -0,0 +1,87 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317145011.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317145011.vue new file mode 100644 index 0000000..4f028d4 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317145011.vue @@ -0,0 +1,87 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317145441.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317145441.vue new file mode 100644 index 0000000..b26650f --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317145441.vue @@ -0,0 +1,89 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317145653.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317145653.vue new file mode 100644 index 0000000..9c8bd6b --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317145653.vue @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317145850.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317145850.vue new file mode 100644 index 0000000..c9c16a1 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317145850.vue @@ -0,0 +1,66 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317150018.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150018.vue new file mode 100644 index 0000000..6ac02f5 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150018.vue @@ -0,0 +1,66 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317150238.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150238.vue new file mode 100644 index 0000000..d3dba70 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150238.vue @@ -0,0 +1,66 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317150246.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150246.vue new file mode 100644 index 0000000..e1f9f6a --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150246.vue @@ -0,0 +1,66 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317150527.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150527.vue new file mode 100644 index 0000000..ddd2fde --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150527.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317150647.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150647.vue new file mode 100644 index 0000000..863eca7 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150647.vue @@ -0,0 +1,68 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317150730.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150730.vue new file mode 100644 index 0000000..ad9c164 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150730.vue @@ -0,0 +1,68 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317150937.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150937.vue new file mode 100644 index 0000000..b9dc396 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150937.vue @@ -0,0 +1,68 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317150958.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150958.vue new file mode 100644 index 0000000..c809561 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317150958.vue @@ -0,0 +1,68 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317151258.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151258.vue new file mode 100644 index 0000000..1550ac5 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151258.vue @@ -0,0 +1,67 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317151434.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151434.vue new file mode 100644 index 0000000..7dec9cb --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151434.vue @@ -0,0 +1,67 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317151643.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151643.vue new file mode 100644 index 0000000..8399e0b --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151643.vue @@ -0,0 +1,75 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317151736.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151736.vue new file mode 100644 index 0000000..3673411 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151736.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317151758.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151758.vue new file mode 100644 index 0000000..2ae2470 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151758.vue @@ -0,0 +1,71 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317151907.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151907.vue new file mode 100644 index 0000000..da9a60a --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151907.vue @@ -0,0 +1,70 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317151908.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151908.vue new file mode 100644 index 0000000..cdb963f --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151908.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317151917.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151917.vue new file mode 100644 index 0000000..cdb963f --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317151917.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/src/views/x-input/index_20250317152740.vue b/.history/packages/rcs_5.0/src/views/x-input/index_20250317152740.vue new file mode 100644 index 0000000..7f4da04 --- /dev/null +++ b/.history/packages/rcs_5.0/src/views/x-input/index_20250317152740.vue @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/.history/packages/rcs_5.0/tests/init_20250314133705.json b/.history/packages/rcs_5.0/tests/init_20250314133705.json new file mode 100644 index 0000000..03a2bd1 --- /dev/null +++ b/.history/packages/rcs_5.0/tests/init_20250314133705.json @@ -0,0 +1,51 @@ +{ + + "modules": [ + "a" + ], + "extraLoginParams": { + "channelID": "C" + }, + "ecasMoreURLs": { + "DesktopOptionsUrl": "getDesktopOptions.action", + "UpdateDesktopUrl": "addOrUpdateDesktopOptions.action", + "DeleteDesktopUrl": "deleteDesktopOptions.action", + "AddDesktopUrl": "addOrUpdateDesktopOptions.action", + "KickUrl": "inner/kick.action", + "RandomUrl": "inner/random.action", + "VersionUrl": "inner/getVersion.action", + "LogoutUrl": "inner/turnToMainPage.action", + "RefreshUrl": "inner/refresh.action", + "LoginUrl": "login.action", + "ModifyPasswordUrl": "changePassword.action", + "UpdatePasswordUrl": "changePassword.action", + "ValidatePasswordUrl": "justCheckUserPassword.action", + "SendSmsUrl": "sendSms.action", + "ResetPasswordUrl": "resetPassword.action", + "UpdateUserUrl": "doUpdateUser.action", + "UserInfoUrl": "getUserInfo.action", + "BankListUrl": "getCurrentuserBankIdList.action" + }, + "desktopService": "local", + "menuService": "local", + "navBtnMaxCount": 6, + "adsorptionSpacing": 15, + "ws": [ + "ws://192.168.123.1:9002/ws/eh0" + ], + "defaultEntry": "login", + "netFlowMonitor": true, + "wsFlowMonitor": true, + "navButtons": [{ + "iconCls": "el-icon-eleme", + "action": "nav:button:login", + "title": "nav.btn.login", + "loginVisible": true, + "path": "/footer/timer" + }, + { + "iconCls": "el-icon-edit-outline", + "action": "edit:phoenix:page" + }], + "miniPro": true +} diff --git a/.history/packages/rcs_5.0/tests/init_20250314142726.json b/.history/packages/rcs_5.0/tests/init_20250314142726.json new file mode 100644 index 0000000..bb59562 --- /dev/null +++ b/.history/packages/rcs_5.0/tests/init_20250314142726.json @@ -0,0 +1,51 @@ +{ + + "modules": [ + "a" + ], + "extraLoginParams": { + "channelID": "C" + }, + "ecasMoreURLs": { + "DesktopOptionsUrl": "getDesktopOptions.action", + "UpdateDesktopUrl": "addOrUpdateDesktopOptions.action", + "DeleteDesktopUrl": "deleteDesktopOptions.action", + "AddDesktopUrl": "addOrUpdateDesktopOptions.action", + "KickUrl": "inner/kick.action", + "RandomUrl": "inner/random.action", + "VersionUrl": "inner/getVersion.action", + "LogoutUrl": "inner/turnToMainPage.action", + "RefreshUrl": "inner/refresh.action", + "LoginUrl": "login.action", + "ModifyPasswordUrl": "changePassword.action", + "UpdatePasswordUrl": "changePassword.action", + "ValidatePasswordUrl": "justCheckUserPassword.action", + "SendSmsUrl": "sendSms.action", + "ResetPasswordUrl": "resetPassword.action", + "UpdateUserUrl": "doUpdateUser.action", + "UserInfoUrl": "getUserInfo.action", + "BankListUrl": "getCurrentuserBankIdList.action" + }, + "desktopService": "local", + "menuService": "local", + "navBtnMaxCount": 6, + "adsorptionSpacing": 15, + "ws": [ + "ws://192.168.123.1:9002/ws/eh0" + ], + "defaultEntry": "main", + "netFlowMonitor": true, + "wsFlowMonitor": true, + "navButtons": [{ + "iconCls": "el-icon-eleme", + "action": "nav:button:login", + "title": "nav.btn.login", + "loginVisible": true, + "path": "/footer/timer" + }, + { + "iconCls": "el-icon-edit-outline", + "action": "edit:phoenix:page" + }], + "miniPro": true +} diff --git a/.history/packages/rcs_5.0/tests/init_20250314142753.json b/.history/packages/rcs_5.0/tests/init_20250314142753.json new file mode 100644 index 0000000..bb59562 --- /dev/null +++ b/.history/packages/rcs_5.0/tests/init_20250314142753.json @@ -0,0 +1,51 @@ +{ + + "modules": [ + "a" + ], + "extraLoginParams": { + "channelID": "C" + }, + "ecasMoreURLs": { + "DesktopOptionsUrl": "getDesktopOptions.action", + "UpdateDesktopUrl": "addOrUpdateDesktopOptions.action", + "DeleteDesktopUrl": "deleteDesktopOptions.action", + "AddDesktopUrl": "addOrUpdateDesktopOptions.action", + "KickUrl": "inner/kick.action", + "RandomUrl": "inner/random.action", + "VersionUrl": "inner/getVersion.action", + "LogoutUrl": "inner/turnToMainPage.action", + "RefreshUrl": "inner/refresh.action", + "LoginUrl": "login.action", + "ModifyPasswordUrl": "changePassword.action", + "UpdatePasswordUrl": "changePassword.action", + "ValidatePasswordUrl": "justCheckUserPassword.action", + "SendSmsUrl": "sendSms.action", + "ResetPasswordUrl": "resetPassword.action", + "UpdateUserUrl": "doUpdateUser.action", + "UserInfoUrl": "getUserInfo.action", + "BankListUrl": "getCurrentuserBankIdList.action" + }, + "desktopService": "local", + "menuService": "local", + "navBtnMaxCount": 6, + "adsorptionSpacing": 15, + "ws": [ + "ws://192.168.123.1:9002/ws/eh0" + ], + "defaultEntry": "main", + "netFlowMonitor": true, + "wsFlowMonitor": true, + "navButtons": [{ + "iconCls": "el-icon-eleme", + "action": "nav:button:login", + "title": "nav.btn.login", + "loginVisible": true, + "path": "/footer/timer" + }, + { + "iconCls": "el-icon-edit-outline", + "action": "edit:phoenix:page" + }], + "miniPro": true +} diff --git a/.history/packages/rcs_5.0/tests/init_20250314142754.json b/.history/packages/rcs_5.0/tests/init_20250314142754.json new file mode 100644 index 0000000..bb59562 --- /dev/null +++ b/.history/packages/rcs_5.0/tests/init_20250314142754.json @@ -0,0 +1,51 @@ +{ + + "modules": [ + "a" + ], + "extraLoginParams": { + "channelID": "C" + }, + "ecasMoreURLs": { + "DesktopOptionsUrl": "getDesktopOptions.action", + "UpdateDesktopUrl": "addOrUpdateDesktopOptions.action", + "DeleteDesktopUrl": "deleteDesktopOptions.action", + "AddDesktopUrl": "addOrUpdateDesktopOptions.action", + "KickUrl": "inner/kick.action", + "RandomUrl": "inner/random.action", + "VersionUrl": "inner/getVersion.action", + "LogoutUrl": "inner/turnToMainPage.action", + "RefreshUrl": "inner/refresh.action", + "LoginUrl": "login.action", + "ModifyPasswordUrl": "changePassword.action", + "UpdatePasswordUrl": "changePassword.action", + "ValidatePasswordUrl": "justCheckUserPassword.action", + "SendSmsUrl": "sendSms.action", + "ResetPasswordUrl": "resetPassword.action", + "UpdateUserUrl": "doUpdateUser.action", + "UserInfoUrl": "getUserInfo.action", + "BankListUrl": "getCurrentuserBankIdList.action" + }, + "desktopService": "local", + "menuService": "local", + "navBtnMaxCount": 6, + "adsorptionSpacing": 15, + "ws": [ + "ws://192.168.123.1:9002/ws/eh0" + ], + "defaultEntry": "main", + "netFlowMonitor": true, + "wsFlowMonitor": true, + "navButtons": [{ + "iconCls": "el-icon-eleme", + "action": "nav:button:login", + "title": "nav.btn.login", + "loginVisible": true, + "path": "/footer/timer" + }, + { + "iconCls": "el-icon-edit-outline", + "action": "edit:phoenix:page" + }], + "miniPro": true +} diff --git a/.history/packages/rcs_5.0/tests/init_20250314143549.json b/.history/packages/rcs_5.0/tests/init_20250314143549.json new file mode 100644 index 0000000..bb59562 --- /dev/null +++ b/.history/packages/rcs_5.0/tests/init_20250314143549.json @@ -0,0 +1,51 @@ +{ + + "modules": [ + "a" + ], + "extraLoginParams": { + "channelID": "C" + }, + "ecasMoreURLs": { + "DesktopOptionsUrl": "getDesktopOptions.action", + "UpdateDesktopUrl": "addOrUpdateDesktopOptions.action", + "DeleteDesktopUrl": "deleteDesktopOptions.action", + "AddDesktopUrl": "addOrUpdateDesktopOptions.action", + "KickUrl": "inner/kick.action", + "RandomUrl": "inner/random.action", + "VersionUrl": "inner/getVersion.action", + "LogoutUrl": "inner/turnToMainPage.action", + "RefreshUrl": "inner/refresh.action", + "LoginUrl": "login.action", + "ModifyPasswordUrl": "changePassword.action", + "UpdatePasswordUrl": "changePassword.action", + "ValidatePasswordUrl": "justCheckUserPassword.action", + "SendSmsUrl": "sendSms.action", + "ResetPasswordUrl": "resetPassword.action", + "UpdateUserUrl": "doUpdateUser.action", + "UserInfoUrl": "getUserInfo.action", + "BankListUrl": "getCurrentuserBankIdList.action" + }, + "desktopService": "local", + "menuService": "local", + "navBtnMaxCount": 6, + "adsorptionSpacing": 15, + "ws": [ + "ws://192.168.123.1:9002/ws/eh0" + ], + "defaultEntry": "main", + "netFlowMonitor": true, + "wsFlowMonitor": true, + "navButtons": [{ + "iconCls": "el-icon-eleme", + "action": "nav:button:login", + "title": "nav.btn.login", + "loginVisible": true, + "path": "/footer/timer" + }, + { + "iconCls": "el-icon-edit-outline", + "action": "edit:phoenix:page" + }], + "miniPro": true +} diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..a28901a --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=http://192.168.10.78:7001/ \ No newline at end of file diff --git a/.vue/vue.js b/.vue/vue.js new file mode 100644 index 0000000..1752f32 --- /dev/null +++ b/.vue/vue.js @@ -0,0 +1,2 @@ +import '@erayt/titanOne-vue/lib/main.js'; + import '../src/main.js'; \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..878dac4 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# rcs_5.0 + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn serve +``` + +### Compiles and minifies for production +``` +yarn build +``` + +### Lints and fixes files +``` +yarn lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). + + +### 基础使用 +1. 基础增删改查search table pagination 页面直接cv /view/pub/branch页面修改 +2. 引入components文件夹内组件 例子: @/components/table diff --git a/config.json b/config.json new file mode 100644 index 0000000..59b7dd2 --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "i18n": ["zh_CN", "en"], + "appModuleName":"app" +} diff --git a/config/web/desktop.json b/config/web/desktop.json new file mode 100644 index 0000000..b8200b8 --- /dev/null +++ b/config/web/desktop.json @@ -0,0 +1,249 @@ +[ + { + "bankId": "00001", + "desktopContent": [ + + { + "id": "page-600162", + "singleTrigger": false, + "workBenchName": "menu.forexDesktop", + "workBenchWidget": [ + { + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 10, + "customCls": "customCls", + "items": [ + { + + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "customCls": "customCls", + "menus": [ + { + "id": 24 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "customCls": "customCls", + "menus": [ + { + "id": 25 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "customCls": "customCls", + "menus": [ + { + "id": 26 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "customCls": "customCls", + "menus": [ + { + "id": 27 + } + ] + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "customCls": "customCls", + "menus": [ + { + "id":29 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "customCls": "customCls", + "menus": [ + { + "id":31 + } + ] + } + ] + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 7, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "customCls": "customCls", + "menus": [ + { + "id":32 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "customCls": "customCls", + "menus": [ + { + "id":33 + } + ] + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 5, + "customCls": "customCls", + "menus": [ + { + "id":34 + } + ] + } + ] + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 2, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 2, + "customCls": "customCls", + "menus": [ + { + "id": 28 + } + ] + },{ + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 10, + "customCls": "customCls", + "menus": [ + { + "id":30 + } + ] + } + ] + } + ] + } + ], + "desktopId": "des-744859", + "desktopName": "交易员桌面", + "desktopNum": "1", + "logonId": "wangkai" + } + ] + \ No newline at end of file diff --git a/config/web/init.json b/config/web/init.json new file mode 100644 index 0000000..3feec76 --- /dev/null +++ b/config/web/init.json @@ -0,0 +1,87 @@ +{ + "userApps": ["app"], + "modules": ["a"], + "extraLoginParams": { + "channelID": "C" + }, + "appSchema": "M", + "ecasMoreURLs": { + "DesktopOptionsUrl": "getDesktopOptions.action", + "UpdateDesktopUrl": "addOrUpdateDesktopOptions.action", + "DeleteDesktopUrl": "deleteDesktopOptions.action", + "AddDesktopUrl": "addOrUpdateDesktopOptions.action", + "KickUrl": "inner/kick.action", + "RandomUrl": "inner/random.action", + "VersionUrl": "inner/getVersion.action", + "LogoutUrl": "inner/turnToMainPage.action", + "RefreshUrl": "inner/refresh.action", + "LoginUrl": "login.action", + "ModifyPasswordUrl": "changePassword.action", + "UpdatePasswordUrl": "changePassword.action", + "ValidatePasswordUrl": "justCheckUserPassword.action", + "SendSmsUrl": "sendSms.action", + "ResetPasswordUrl": "resetPassword.action", + "UpdateUserUrl": "doUpdateUser.action", + "UserInfoUrl": "getUserInfo.action", + "BankListUrl": "getCurrentuserBankIdList.action" + }, + "desktopService": "local", + "menuService": "local", + "navBtnMaxCount": 16, + "adsorptionSpacing": 15, + "ws": ["ws://192.168.123.1:9002/ws/eh0"], + "defaultEntry": "main", + "netFlowMonitor": true, + "wsFlowMonitor": false, + "addFavorite": true, + "miniPro": true, + "siderMenuMode": false, + "showFavoriteMode": true, + "tabMiniPro": false, + "searchMenu": false, + "switchLanguage": true, + "showCustomPageBtn": true, + "appName": { + "zh_CN": "金融市场业务管理系统5.0", + "en": "Financial Management System5.0" + }, + "extraCacheUserKeys": ["userApplGroups", "language"], + "userBarControl": { + "lock": true, + "manageDesktop": true + }, + "ignoreLocalKeys": [ + "user.folder", + "system:share:language", + "system:share:theme" + ], + "themes": [ + { + "key": "default", + "name": "user.theme.default" + }, + { + "key": "black", + "name": "user.theme.dark" + } + ], + "theme": "black", + "systemBarControl": { + "notice": true + }, + "upgradeNotification": true, + "noticeEventCfg": { + + }, + "navButtons": [ + { + "loginVisible": true, + "btnCls": "", + "path": "/pub/quickSearch" + } + ], + "languageRemoteService": false, + "sessionTimeoutConfirm": true, + "downMessageData":true, + "openTabsMaxNum": 50 +} diff --git a/config/web/menu.json b/config/web/menu.json new file mode 100644 index 0000000..fdefd27 --- /dev/null +++ b/config/web/menu.json @@ -0,0 +1,8951 @@ +[ + { + "groupId": "rcs", + "groupName": "金融市场业务管理系统5.0", + "isWeb": true, + "isClient": true, + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.dailyTransactionQuery", + "id": 11, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 100 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/dailyTradeQuery", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.dailyTransactionQuery" + }, + { + "iconCls": "", + "text": "menu.reminders", + "id": 12, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 101 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/reminder", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.reminders" + }, + { + "iconCls": "", + "text": "menu.riskPositions", + "id": 13, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 102 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/riskPos", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.riskPositions" + }, + { + "iconCls": "", + "text": "menu.marketRisk", + "id": 14, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 103 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/marketRisk", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.marketRisk" + }, + { + "iconCls": "", + "text": "menu.marketData", + "id": 15, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 106 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/marketData", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.marketData" + }, + { + "iconCls": "", + "text": "menu.profitAndLossChange", + "id": 16, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 107 + }, + + "iconCls": "el-icon-notebook-1", + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/profitLoss", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.profitAndLossChange" + }, + { + "iconCls": "", + "text": "menu.tradeApproval", + "id": 17, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 108 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/tradeApproval", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.tradeApproval" + }, + { + "iconCls": "", + "text": "menu.userInfo", + "id": 18, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 109 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/userInfo", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.userInfo" + }, + { + "iconCls": "", + "text": "menu.assetStatus", + "id": 19, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 110 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/assetStatus", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "menu.assetStatus" + }, + { + "iconCls": "", + "text": "menu.settlementReporting", + "id": 20, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 112 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/settleReport", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 13, + "chsMenuName": "menu.settlementReporting" + }, + { + "iconCls": "", + "text": "menu.paymentApproval", + "id": 21, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 113 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/paymentApproval", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 14, + "chsMenuName": "menu.paymentApproval" + }, + { + "iconCls": "", + "text": "menu.interfaceCommunicationStatus", + "id": 22, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 114 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/apiCommunication", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 15, + "chsMenuName": "menu.interfaceCommunicationStatus" + }, + { + "iconCls": "", + "text": "menu.dailyFullReport", + "id": 23, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/auditNum", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "menu.dailyFullReport" + }, + { + "iconCls": "", + "text": "损益", + "id": 24, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/profitLoss", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "损益" + }, + { + "iconCls": "", + "text": "损益", + "id": 24, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/profitLoss", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "损益" + }, + { + "iconCls": "", + "text": "敞口", + "id": 25, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/openEnd", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "敞口" + }, + { + "iconCls": "", + "text": "净资产收益率", + "id": 26, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/roe", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "净资产收益率" + }, + { + "iconCls": "", + "text": "var使用率", + "id": 27, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/varUsageRate", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "var使用率" + }, + { + "iconCls": "", + "text": "外汇投组", + "id": 28, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/foreignExchangeGrp", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "外汇投组" + }, + { + "iconCls": "", + "text": "货币余额", + "id": 29, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/moneyBalance", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "货币余额" + }, + { + "iconCls": "", + "text": "市场行情", + "id": 31, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/marketSituation", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "市场行情" + }, + { + "iconCls": "", + "text": "消息", + "id": 30, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/message", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "消息" + }, + { + "iconCls": "", + "text": "Greek", + "id": 32, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/greek", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "Greek" + }, + { + "iconCls": "", + "text": "止损", + "id": 33, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/stopLoss", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "止损" + }, + { + "iconCls": "", + "text": "日成交交易", + "id": 34, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/dailyTransaction", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "日成交交易" + } + ], + "iconCls": "", + "text": "menu.workbenchPage", + "id": 1, + "parentId": 0, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "shortcutTag": true, + "singleMode": true, + "visible": false + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.workbenchPage" + }, + { + "iconCls": "", + "text": "menu.tradeBookkeeping", + "id": 800, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 116 + }, + "iconCls": "iconfont icon-edit-fill", + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/prodInnoDesign" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":116},\"iconCls\":\"el-icon-notebook-1\",\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/prodInnoDesign\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.tradeBookkeeping" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.forexSpotSingleCurrencyPosition", + "id": 7020, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexSpotSingleCurrencyPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.forexSpotSingleCurrencyPosition" + }, + { + "iconCls": "", + "text": "menu.forexSpotCurrencyPairPosition", + "id": 7021, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1334, + "posType": "FxSpotPairPosition", + "scriptId": "FxSpotPairPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexSpotCurrencyPairPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1334,\"posType\":\"FxSpotPairPosition\",\"scriptId\":\"FxSpotPairPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.forexSpotCurrencyPairPosition" + }, + { + "iconCls": "", + "text": "menu.forexSwapPosition", + "id": 7022, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1335, + "posType": "FxSwapPairPosition", + "scriptId": "FxSwapPairPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexSwapPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1335,\"posType\":\"FxSwapPairPosition\",\"scriptId\":\"FxSwapPairPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.forexSwapPosition" + }, + { + "iconCls": "", + "text": "menu.forexSwapTenorPosition", + "id": 7023, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1336, + "posType": "FxSwapPairTermPosition", + "scriptId": "FxSwapPairTermPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexSwapTenorPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1336,\"posType\":\"FxSwapPairTermPosition\",\"scriptId\":\"FxSwapPairTermPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.forexSwapTenorPosition" + }, + { + "iconCls": "", + "text": "menu.forexOptionsPosition", + "id": 7024, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1337, + "posType": "FxOptionPosition", + "scriptId": "FxOptionPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexOptionsPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1337,\"posType\":\"FxOptionPosition\",\"scriptId\":\"FxOptionPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.forexOptionsPosition" + }, + { + "iconCls": "", + "text": "menu.forexExposureSummary", + "id": 7025, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1338, + "posType": "FxExposureSummary", + "scriptId": "FxExposureSummary" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexExposureSummary" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1338,\"posType\":\"FxExposureSummary\",\"scriptId\":\"FxExposureSummary\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.forexExposureSummary" + } + ], + "iconCls": "", + "text": "menu.forexPosition", + "id": 99981004, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1356 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1356},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.forexPosition" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.bondPositionHoldings", + "id": 7042, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1347, + "posType": "BondPosition", + "scriptId": "BondPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 1360, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1347,\"posType\":\"BondPosition\",\"scriptId\":\"BondPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":1360,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.bondPositionHoldings" + }, + { + "iconCls": "", + "text": "menu.bondInventory", + "id": 7043, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1348, + "posType": "BondInventoryPosition", + "scriptId": "BondInventoryPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 1360, + "maximize": true, + "minimize": true, + "path": "/dcs/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1348,\"posType\":\"BondInventoryPosition\",\"scriptId\":\"BondInventoryPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":1360,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.bondInventory" + }, + { + "iconCls": "", + "text": "menu.bondUnwind", + "id": 999810028, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10164 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/../dcs/dcs/dcsPos/unWind" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":10164},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/../dcs/dcs/dcsPos/unWind\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.bondUnwind" + }, + { + "iconCls": "", + "text": "menu.bondOverdue", + "id": 999810027, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10164 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/../pub/pub/pubBond/bondOverdue" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":10164},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/../pub/pub/pubBond/bondOverdue\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.bondOverdue" + }, + { + "iconCls": "", + "text": "2D情景分析", + "id": 999810031, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10194 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/posQuery/volatilityShift2D" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":10194},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/posQuery/volatilityShift2D\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "2D情景分析" + }, + { + "iconCls": "", + "text": "3D情景分析", + "id": 999810032, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10194 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/posQuery/volatilityShift3D" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":10194},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/posQuery/volatilityShift3D\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "3D情景分析" + } + ], + "iconCls": "", + "text": "menu.bondHoldings", + "id": 99981005, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1357 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1357},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.bondHoldings" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.preciousMetalSpotSingleCurrencyPosition", + "id": 8030, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1339, + "posType": "PmSpotCurrencyPosition", + "scriptId": "PmSpotCurrencyPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1339,\"posType\":\"PmSpotCurrencyPosition\",\"scriptId\":\"PmSpotCurrencyPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.preciousMetalSpotSingleCurrencyPosition" + }, + { + "iconCls": "", + "text": "menu.preciousMetalSpotCurrencyPairPosition", + "id": 8031, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1340, + "posType": "PmSpotPairPosition", + "scriptId": "PmSpotPairPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1340,\"posType\":\"PmSpotPairPosition\",\"scriptId\":\"PmSpotPairPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.preciousMetalSpotCurrencyPairPosition" + }, + { + "iconCls": "", + "text": "menu.preciousMetalSwapPosition", + "id": 8032, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1341, + "posType": "PmSwapPairPosition", + "scriptId": "PmSwapPairPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1341,\"posType\":\"PmSwapPairPosition\",\"scriptId\":\"PmSwapPairPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.preciousMetalSwapPosition" + }, + { + "iconCls": "", + "text": "menu.preciousMetalOptionsPosition", + "id": 8034, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1342, + "posType": "PmOptionPosition", + "scriptId": "PmOptionPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1342,\"posType\":\"PmOptionPosition\",\"scriptId\":\"PmOptionPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.preciousMetalOptionsPosition" + }, + { + "iconCls": "", + "text": "menu.preciousMetalExposureSummary", + "id": 8035, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1344, + "posType": "PmExposureSummary", + "scriptId": "PmExposureSummary" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1344,\"posType\":\"PmExposureSummary\",\"scriptId\":\"PmExposureSummary\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.preciousMetalExposureSummary" + } + ], + "iconCls": "", + "text": "menu.preciousMetalPosition", + "id": 99981007, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.preciousMetalPosition" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.dv01Position", + "id": 7061, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1350, + "posType": "DV01Position", + "scriptId": "DV01Position" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/dv01Position" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1350,\"posType\":\"DV01Position\",\"scriptId\":\"DV01Position\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.dv01Position" + }, + { + "iconCls": "", + "text": "menu.pv01Position", + "id": 7065, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1350 + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/pv01Position" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1350},\"height\":500,\"loadMode\":\"component\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"path\":\"/pv01Position\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.pv01Position" + }, + { + "iconCls": "", + "text": "menu.singlePosition", + "id": 7062, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1352, + "posType": "SinglePosition", + "scriptId": "SinglePosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/singlePosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1352,\"posType\":\"SinglePosition\",\"scriptId\":\"SinglePosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.singlePosition" + }, + { + "iconCls": "", + "text": "menu.accountProfitAndLossPosition", + "id": 7063, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1350, + "posType": "FolderPnlPosition", + "scriptId": "FolderPnlPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/accountProfitAndLossPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1350,\"posType\":\"FolderPnlPosition\",\"scriptId\":\"FolderPnlPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.accountProfitAndLossPosition" + }, + { + "iconCls": "", + "text": "menu.forexCashFlowQuery", + "id": 7064, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1014 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/posQuery/searchFxPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1014},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/posQuery/searchFxPosition\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.forexCashFlowQuery" + } + ], + "iconCls": "", + "text": "menu.interestRatePosition", + "id": 99981008, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.interestRatePosition" + }, + { + "children": [ + { + "text": "函数库检索", + "id": 98100233, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/pos/pos/posCommon/searchFunction" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"maximize\":true,\"minimize\":true,\"visible\":false,\"href\":\"/pos/pos/posCommon/searchFunction\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "函数库检索" + }, + { + "text": "数据模拟测试", + "id": 8086103, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "collectionKey" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pubCommon/packetDefine/packageTest" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"collectionKey\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pub/pubCommon/packetDefine/packageTest\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "数据模拟测试" + }, + { + "iconCls": "", + "text": "接入数据模拟", + "id": 981002501, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1363 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/packetTest/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1363},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/packetTest/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "接入数据模拟" + }, + { + "text": "比较", + "id": 98100235, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/pos/pos/infData/compare" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"maximize\":true,\"minimize\":true,\"visible\":false,\"href\":\"/pos/pos/infData/compare\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "比较" + }, + { + "text": "数据包规则", + "id": 8086102, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "collectionKey" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pubCommon/packetDefine/packetRule" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"collectionKey\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pub/pubCommon/packetDefine/packetRule\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "数据包规则" + }, + { + "text": "导入", + "id": 98100236, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "splitRow" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/import/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"splitRow\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/import/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "导入" + }, + { + "text": "关联字段", + "id": 8086101, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "collectionKey" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pubCommon/packetDefine/bindFields" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"collectionKey\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pub/pubCommon/packetDefine/bindFields\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "关联字段" + }, + { + "iconCls": "", + "text": "其他模拟测试", + "id": 981002502, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1364 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/mockTest/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1364},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/mockTest/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "其他模拟测试" + }, + { + "text": "拆分字段映射", + "id": 98100232, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "splitRow" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/splitRuleField/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"splitRow\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/splitRuleField/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "拆分字段映射" + }, + { + "text": "拆分规则", + "id": 98100231, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "splitRow" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/splitRule/top_index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"splitRow\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/splitRule/top_index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "拆分规则" + }, + { + "iconCls": "", + "text": "menu.positionSimulationTest", + "id": 999810025, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "visible": false, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "menu.positionSimulationTest" + }, + { + "iconCls": "", + "text": "menu.splitRuleDefinition", + "id": 999810023, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/splitRule/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/splitRule/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.splitRuleDefinition" + }, + { + "iconCls": "", + "text": "menu.positionDefinition", + "id": 999810024, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1362 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/posDefine/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1362},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/posDefine/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.positionDefinition" + }, + { + "iconCls": "", + "text": "menu.dataPackageDefinition", + "id": 808610, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1079 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pubCommon/packetDefine/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1079},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pub/pubCommon/packetDefine/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.dataPackageDefinition" + }, + { + "iconCls": "", + "text": "menu.positionAggregationDefinition", + "id": 999810026, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "collectionKey" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/posDefine/collection" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"collectionKey\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/posDefine/collection\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.positionAggregationDefinition" + }, + { + "iconCls": "", + "text": "menu.dataAccessManagement", + "id": 999810011, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1359 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/infData/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1359},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/infData/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.dataAccessManagement" + }, + { + "iconCls": "", + "text": "menu.positionMonitoringQuery", + "id": 999810012, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1360 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/posQuery/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1360},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/posQuery/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.positionMonitoringQuery" + }, + { + "iconCls": "", + "text": "menu.positionMonitorSettings", + "id": 808614, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1083 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pub/queryComponent/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1083},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pub/pub/queryComponent/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.positionMonitorSettings" + }, + { + "iconCls": "", + "text": "menu.dataAccessDetails", + "id": 999810013, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/infData/detail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/infData/detail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.dataAccessDetails" + }, + { + "iconCls": "", + "text": "头寸重算", + "id": 808615, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1083 + }, + "width": 680, + "height": 600, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "maximize": true, + "minimize": true, + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/posDefine/posRecalc" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1083},\"width\":680,\"height\":600,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"maximize\":true,\"minimize\":true,\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/posDefine/posRecalc\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "头寸重算" + }, + { + "iconCls": "", + "text": "头寸归集异常补发", + "id": 808616, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/reissue/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/reissue/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "头寸归集异常补发" + } + ], + "iconCls": "", + "text": "menu.positionManagement", + "id": 808703, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "shortcutTag": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"shortcutTag\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.positionManagement" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.forexSpotSingleCurrencyPosition", + "id": 99981901, + "parentId": 99981009, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition", + "multiDataSetFlag": "DayEnd" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\",\"multiDataSetFlag\":\"DayEnd\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.forexSpotSingleCurrencyPosition" + }, + { + "iconCls": "", + "text": "menu.forexSpotCurrencyPairPosition", + "id": 99981902, + "parentId": 99981009, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1334, + "posType": "FxSpotPairPosition", + "scriptId": "FxSpotPairPosition", + "multiDataSetFlag": "DayEnd" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1334,\"posType\":\"FxSpotPairPosition\",\"scriptId\":\"FxSpotPairPosition\",\"multiDataSetFlag\":\"DayEnd\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.forexSpotCurrencyPairPosition" + }, + { + "iconCls": "", + "text": "menu.forexSwapPosition", + "id": 99981903, + "parentId": 99981009, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1335, + "posType": "FxSwapPairPosition", + "scriptId": "FxSwapPairPosition", + "multiDataSetFlag": "DayEnd" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1335,\"posType\":\"FxSwapPairPosition\",\"scriptId\":\"FxSwapPairPosition\",\"multiDataSetFlag\":\"DayEnd\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.forexSwapPosition" + } + ], + "iconCls": "", + "text": "日终头寸查询", + "id": 99981009, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1356 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1356},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "日终头寸查询" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.MMPosition", + "id": 99981904, + "parentId": 99981009, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition", + "multiDataSetFlag": "DayEnd" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/MMPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\",\"multiDataSetFlag\":\"DayEnd\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.MMPosition" + } + ], + "iconCls": "", + "text": "货币持仓", + "id": 99981010, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1356 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1356},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "货币持仓" + } + ], + "iconCls": "", + "text": "menu.positionManagement", + "id": 9998100, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "iconfont icon-toucunguanli", + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"iconCls\":\"el-icon-receiving\",\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.positionManagement" + }, + { + "iconCls": "", + "text": "menu.forexSpotDetail", + "id": 7026, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/pos/forexSpotSingleCurrencyPosition/detail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.forexSpotDetail" + }, + { + "iconCls": "", + "text": "menu.historyPos", + "id": 7027, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/pos/historyPos" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.historyPos" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.endOfDayValuation", + "id": 802033, + "parentId": 88887023, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1025, + "type": "valuation" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mds/curveImport/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1025,\"type\":\"valuation\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/mds/mds/curveImport/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.endOfDayValuation" + } + ], + "iconCls": "", + "text": "menu.endOfDayValuation", + "id": 88887023, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.endOfDayValuation" + }, + { + "children": [ + { + "iconCls": "", + "text": "参数审批", + "id": 8601, + "parentId": 80202, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1013, + "hiddenDataType": true, + "type": "pub/pub,mds/mds,pvs/pvs" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/approveIndex" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1013,\"hiddenDataType\":true,\"type\":\"pub/pub,mds/mds,pvs/pvs\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/approveIndex\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "参数审批" + }, + { + "iconCls": "", + "text": "交易审批", + "id": 8602, + "parentId": 80202, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1013, + "hiddenDataType": true, + "type": "dcs/dcs" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/approveIndex" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1013,\"hiddenDataType\":true,\"type\":\"dcs/dcs\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/eflow/approve/html/approveIndex\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "交易审批" + } + ], + "iconCls": "", + "text": "流程管理", + "id": 80202, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "流程管理" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.commandQuery", + "id": 802501, + "parentId": 8025, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1360 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsCommandQuery/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1360},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsCommandQuery/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.commandQuery" + }, + { + "iconCls": "", + "text": "menu.dealMatchManagement", + "id": 802502, + "parentId": 8025, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsOrderQuery/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsOrderQuery/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.dealMatchManagement" + } + ], + "iconCls": "", + "text": "menu.commandManagement", + "id": 8025, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.commandManagement" + }, + { + "children": [ + { + "iconCls": "", + "text": "现金流批量操作", + "id": 802204, + "parentId": 8022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 20000 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsCashFlowManager/batchEditCashflow" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":20000},\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsCashFlowManager/batchEditCashflow\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "现金流批量操作" + }, + { + "iconCls": "", + "text": "menu.lifecycleEventManagement", + "id": 802201, + "parentId": 8022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1172 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/eventManager" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1172},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsEventManager/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.lifecycleEventManagement" + }, + { + "iconCls": "", + "text": "menu.cashFlowManagement", + "id": 802202, + "parentId": 8022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1173 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/cashFlowManager" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1173},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/cashFlowManager\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.cashFlowManagement" + }, + { + "iconCls": "", + "text": "menu.fixingManagement", + "id": 802203, + "parentId": 8022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1174 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsFixManager/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1174},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsFixManager/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.fixingManagement" + } + ], + "iconCls": "", + "text": "menu.lifecycleManagement", + "id": 8022, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.lifecycleManagement" + }, + { + "children": [ + { + "text": "接入数据管理/明细", + "id": 80230101, + "parentId": 80201, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1564 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pub/pub/infData/detail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1564},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pub/pub/infData/detail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 1, + "chsMenuName": "接入数据管理/明细" + }, + { + "text": "menu.dataAccessManagement", + "id": 802301, + "parentId": 80201, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1563 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/infData" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1563},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pub/pub/infData/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 5, + "chsMenuName": "menu.dataAccessManagement" + }, + { + "iconCls": "", + "text": "menu.sendExceptionManagement", + "id": 802302, + "parentId": 80201, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1359 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/sendExceptionManager" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1359},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/sendExceptionManager\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.sendExceptionManagement" + } + ], + "text": "menu.interfacesManager", + "id": 80201, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 4, + "chsMenuName": "menu.interfacesManager" + } + ], + "iconCls": "", + "text": "menu.businessManagement", + "id": 802, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "iconfont icon-rmb-fill", + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"iconCls\":\"el-icon-user\",\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.businessManagement" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.marketDataQuery", + "id": 888870211, + "parentId": 88887021, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1044, + "type": "query" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/curveImport" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1044,\"type\":\"query\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/mds/mds/curveImport/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.marketDataQuery" + }, + { + "iconCls": "", + "text": "menu.marketDataHistoricalVersions", + "id": 888870212, + "parentId": 88887021, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 116781 + }, + "height": 400, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/mds/mds/curveImport/history" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":116781},\"height\":400,\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/mds/mds/curveImport/history\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.marketDataHistoricalVersions" + } + ], + "iconCls": "", + "text": "menu.commonQuery", + "id": 88887021, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.commonQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.dailyTradeTransactionQuery", + "id": 888970221, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1166 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcsDailyTradeQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1166},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcsDailyTradeQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.dailyTradeTransactionQuery" + }, + { + "iconCls": "", + "text": "menu.customTradeQuery", + "id": 888970222, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1167 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/customSearch" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1167},\"loadMode\":\"component\",\"saveParams\":true,\"singleMode\":true,\"path\":\"/customSearch\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.customTradeQuery" + }, + { + "iconCls": "", + "text": "menu.comboTradeQuery", + "id": 888970223, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1168 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsGroupTradeQuery/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1168},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsGroupTradeQuery/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.comboTradeQuery" + }, + { + "iconCls": "", + "text": "打印", + "id": 888970224, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11699 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/dcsDailyTradeQuery/tradePrint" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11699},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsDailyTradeQuery/tradePrint\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "打印" + }, + { + "iconCls": "", + "text": "menu.dcsCashFlowLogQuery", + "id": 888970291, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1168 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsCashFlowLog/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1168},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsCashFlowLog/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.dcsCashFlowLogQuery" + }, + { + "iconCls": "", + "text": "menu.dcsLogQuery", + "id": 888970292, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1186 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcsLogQuery" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.dcsLogQuery" + }, + { + "iconCls": "", + "text": "跟踪", + "id": 888970225, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11670 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/dcsDailyTradeQuery/tradeQueryTrace" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11670},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsDailyTradeQuery/tradeQueryTrace\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "跟踪" + }, + { + "iconCls": "", + "text": "生命周期", + "id": 888970226, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11671 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcsLifeCycle" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11671},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcsLifeCycle\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "生命周期" + }, + { + "iconCls": "", + "text": "附件管理", + "id": 888970227, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11672 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pub/query/attachManage/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11672},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pub/pub/query/attachManage/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "附件管理" + }, + { + "iconCls": "", + "text": "估值分析", + "id": 888970228, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11673 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/dcsInput/templateLoader" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11673},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsInput/templateLoader\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "估值分析" + }, + { + "iconCls": "", + "text": "账户明细", + "id": 888970229, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11674 + }, + "shortcutTag": true, + "height": 270, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 390, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsCommon/folderInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11674},\"shortcutTag\":true,\"height\":270,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":390,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsCommon/folderInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "账户明细" + }, + { + "iconCls": "", + "text": "债券明细", + "id": 888970230, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11675 + }, + "shortcutTag": true, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pub/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11675},\"shortcutTag\":true,\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pub/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "债券明细" + }, + { + "iconCls": "", + "text": "债券明细", + "id": 888970240, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11676 + }, + "shortcutTag": true, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11676},\"shortcutTag\":true,\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "债券明细" + }, + { + "iconCls": "", + "text": "债券明细", + "id": 888970250, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11676 + }, + "shortcutTag": true, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pos/../dcs/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11676},\"shortcutTag\":true,\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/../dcs/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 12, + "chsMenuName": "债券明细" + }, + { + "iconCls": "", + "text": "menu.tradeBookkeeping", + "id": 888970281, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11677 + }, + "shortcutTag": true, + "height": 516, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pos/../dcs/dcs/dcsInput/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11677},\"shortcutTag\":true,\"height\":516,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/../dcs/dcs/dcsInput/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 12, + "chsMenuName": "menu.tradeBookkeeping" + }, + { + "iconCls": "", + "text": "账户明细", + "id": 888970282, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11678 + }, + "shortcutTag": true, + "height": 270, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 390, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pos/../dcs/dcs/dcsCommon/folderInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11678},\"shortcutTag\":true,\"height\":270,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":390,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/../dcs/dcs/dcsCommon/folderInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 13, + "chsMenuName": "账户明细" + }, + { + "iconCls": "", + "text": "债券明细", + "id": 888970260, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11676 + }, + "shortcutTag": true, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/../dcs/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11676},\"shortcutTag\":true,\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/../dcs/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 13, + "chsMenuName": "债券明细" + }, + { + "iconCls": "", + "text": "交易事件", + "id": 888970283, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11679 + }, + "shortcutTag": true, + "height": 450, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 700, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsEvent/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11679},\"shortcutTag\":true,\"height\":450,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":700,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsEvent/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 14, + "chsMenuName": "交易事件" + }, + { + "iconCls": "", + "text": "现金流债券交割", + "id": 888970284, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11680 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/dcsRemindCashFlow/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11680},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsRemindCashFlow/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 15, + "chsMenuName": "现金流债券交割" + }, + { + "iconCls": "", + "text": "附件管理", + "id": 888970285, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11672 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/../pub/query/attachManage/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11672},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/../pub/query/attachManage/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "附件管理" + }, + { + "iconCls": "", + "text": "现金流明细", + "id": 888970286, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11673 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/clashFlowDetailQueryInfo/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11673},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/clashFlowDetailQueryInfo/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 17, + "chsMenuName": "现金流明细" + }, + { + "iconCls": "", + "text": "账户详情", + "id": 888970287, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11788 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/../dcs/dcs/dcsCommon/folderInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11788},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/../dcs/dcs/dcsCommon/folderInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 18, + "chsMenuName": "账户详情" + }, + { + "iconCls": "", + "text": "交易簿记", + "id": 888970288, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11788 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/../dcs/dcs/dcsInput/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11788},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/../dcs/dcs/dcsInput/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 19, + "chsMenuName": "交易簿记" + }, + { + "iconCls": "", + "text": "menu.customTradeResult", + "id": 888970290, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1167 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/customResult" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1167},\"loadMode\":\"component\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"path\":\"/customResult\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 20, + "chsMenuName": "menu.customTradeResult" + } + ], + "iconCls": "", + "text": "menu.tradeQuery", + "id": 88897022, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.tradeQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.bondSearch", + "id": 888770301, + "parentId": 88877031, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11681 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/pubQueryBondInfo/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11681},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/pubQueryBondInfo/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.bondSearch" + }, + { + "iconCls": "", + "text": "债券详情", + "id": 801030201, + "parentId": 88877031, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 20000 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsCommon/bondsInfoShow" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":20000},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsCommon/bondsInfoShow\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "债券详情" + }, + { + "iconCls": "", + "text": "债券详情", + "id": 88890001, + "parentId": 88877031, + "attributes": { + "client": { + "extraParams": { + "pageId": 101 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/dcs/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"extraParams\":{\"pageId\":101},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"maximize\":true,\"minimize\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "债券详情" + } + ], + "iconCls": "", + "text": "menu.bondQuery", + "id": 88877031, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.bondQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "中间过程结果", + "id": 8890001, + "parentId": 88897024, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 106 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/pms/pms/pmsResult/result", + "saveParams": true, + "singleMode": true, + "maximize": true, + "visible": false, + "minimize": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":106},\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"href\":\"/pms/pms/pmsResult/result\",\"saveParams\":true,\"singleMode\":true,\"maximize\":true,\"visible\":false,\"minimize\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 1, + "url": "", + "order": 1, + "chsMenuName": "中间过程结果" + }, + { + "iconCls": "", + "text": "menu.singleValuationResultsQuery", + "id": 889702401, + "parentId": 88897024, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11682 + }, + "loadMode": "component", + "path": "/pms/valuationResult", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11682},\"loadMode\":\"iframe\",\"href\":\"/pms/pms/pmsResult/index\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.singleValuationResultsQuery" + } + ], + "iconCls": "", + "text": "menu.valuationQuery", + "id": 88897024, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.valuationQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.gapAnalysis", + "id": 888970231, + "parentId": 88897025, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1169 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsCashFlowGap/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1169},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsCashFlowGap/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.gapAnalysis" + } + ], + "iconCls": "", + "text": "menu.comprehensiveAnalysis", + "id": 88897025, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.comprehensiveAnalysis" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.cashFlowStatistics", + "id": 889702601, + "parentId": 88897026, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11691 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/clashFlowQueryInfo/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11691},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/clashFlowQueryInfo/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.cashFlowStatistics" + } + ], + "iconCls": "", + "text": "menu.reportQuery", + "id": 88897026, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.reportQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.queryOperationLog", + "id": 7020101, + "parentId": 70201, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11681 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/query/queryOperationLog/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11681},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pub/query/queryOperationLog/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.queryOperationLog" + } + ], + "iconCls": "", + "text": "menu.queryOperationLog", + "id": 70201, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.queryOperationLog" + } + ], + "iconCls": "", + "text": "menu.queryManagement", + "id": 702, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "iconfont icon-chaxunguanli", + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"iconCls\":\"el-icon-search\",\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.queryManagement" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.tradeReview", + "id": 80801, + "parentId": 806, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 80801 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/templates/html/tradeFlowEvent" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":80801},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/templates/html/tradeFlowEvent\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.tradeReview" + } + ], + "iconCls": "", + "text": "menu.tradeConfirmation", + "id": 806, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.tradeConfirmation" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.verificationMatching", + "id": 80901, + "parentId": 809, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 80901, + "scriptId": "confirmationMatchingList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":80901,\"scriptId\":\"confirmationMatchingList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.verificationMatching" + }, + { + "iconCls": "", + "text": "menu.verificationDetails", + "id": 80902, + "parentId": 809, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 80902 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/tcs/html/ConfirmationProcess" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":80902},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/tcs/html/ConfirmationProcess\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.verificationDetails" + }, + { + "iconCls": "", + "text": "menu.verificationMessage", + "id": 80904, + "parentId": 809, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 80904, + "scriptId": "MessageSendList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":80904,\"scriptId\":\"MessageSendList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.verificationMessage" + } + ], + "iconCls": "", + "text": "menu.tradeVerification", + "id": 809, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.tradeVerification" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.allSettlementPaths", + "id": 8100101, + "parentId": 81001, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8100101, + "scriptId": "SettleRulesList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8100101,\"scriptId\":\"SettleRulesList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.allSettlementPaths" + }, + { + "iconCls": "", + "text": "menu.ourSettlementPath", + "id": 8100102, + "parentId": 81001, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8100102, + "nostroVostro": "NOSTRO" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/SettleRulesAddNew" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8100102,\"nostroVostro\":\"NOSTRO\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/SettleRulesAddNew\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.ourSettlementPath" + }, + { + "iconCls": "", + "text": "menu.counterpartySettlementPath", + "id": 8100103, + "parentId": 81001, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8100103, + "nostroVostro": "VOSTRO" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/SettleRulesAddNew" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8100103,\"nostroVostro\":\"VOSTRO\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/SettleRulesAddNew\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.counterpartySettlementPath" + } + ], + "iconCls": "", + "text": "menu.settlementPath", + "id": 81001, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.settlementPath" + }, + { + "iconCls": "", + "text": "menu.clearingApproval", + "id": 81002, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81002 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/templates/html/settlementCheck" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81002},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/templates/html/settlementCheck\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.clearingApproval" + }, + { + "iconCls": "", + "text": "menu.manualNetting", + "id": 81003, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81003, + "scriptId": "PaymentNettingList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81003,\"scriptId\":\"PaymentNettingList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.manualNetting" + }, + { + "iconCls": "", + "text": "menu.paymentReporting", + "id": 81004, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81004 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/PaymentFlowProcessList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81004},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/PaymentFlowProcessList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.paymentReporting" + }, + { + "iconCls": "", + "text": "menu.paymentReversal", + "id": 81005, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81005 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/PaymentFlowForCancleitList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81005},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/PaymentFlowForCancleitList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.paymentReversal" + }, + { + "iconCls": "", + "text": "menu.centralClearing", + "id": 81007, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81007 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/CenterClearingManualList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81007},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/CenterClearingManualList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.centralClearing" + }, + { + "iconCls": "", + "text": "menu.holidayAdjustment", + "id": 81008, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81008, + "scriptId": "CashFlowAdjLogList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81008,\"scriptId\":\"CashFlowAdjLogList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.holidayAdjustment" + }, + { + "iconCls": "", + "text": "menu.paymentMessage", + "id": 81009, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81009, + "scriptId": "CashMessageList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81009,\"scriptId\":\"CashMessageList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.paymentMessage" + }, + { + "iconCls": "", + "text": "menu.incomingPaymentSorting", + "id": 81011, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81011 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/gls/html/CnapsReceiveFlowSorting" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81011},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/gls/html/CnapsReceiveFlowSorting\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.incomingPaymentSorting" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.settleTradeCapitalList", + "id": 8101001, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101001 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/html/SettleTradeCapitalList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101001},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/html/SettleTradeCapitalList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.settleTradeCapitalList" + }, + { + "iconCls": "", + "text": "menu.zbondsTabs", + "id": 8101002, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101002 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ZbondsTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101002},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ZbondsTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.zbondsTabs" + }, + { + "iconCls": "", + "text": "menu.shchPledgeTabs", + "id": 8101003, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101003 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchPledgeTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101003},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchPledgeTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.shchPledgeTabs" + }, + { + "iconCls": "", + "text": "menu.shchBondsDealTabs", + "id": 8101004, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101004 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchBondsDealTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101004},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchBondsDealTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.shchBondsDealTabs" + }, + { + "iconCls": "", + "text": "menu.shchBalanceTabs", + "id": 8101008, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101008 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchBalanceTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101008},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchBalanceTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.shchBalanceTabs" + }, + { + "iconCls": "", + "text": "menu.pledgedBondsList", + "id": 8101009, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101009, + "scriptId": "PledgedBondsList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101009,\"scriptId\":\"PledgedBondsList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.pledgedBondsList" + }, + { + "iconCls": "", + "text": "menu.shchRepopleTabs", + "id": 8101011, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101011 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchRepopleTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101011},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchRepopleTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.shchRepopleTabs" + }, + { + "iconCls": "", + "text": "menu.shchSpotTabs", + "id": 8101012, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101012 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchSpotTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101012},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchSpotTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.shchSpotTabs" + }, + { + "iconCls": "", + "text": "menu.shchForfwdTabs", + "id": 8101013, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101013 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchForfwdTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101013},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchForfwdTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.shchForfwdTabs" + }, + { + "iconCls": "", + "text": "menu.shchSwapTabs", + "id": 8101014, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101014 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchSwapTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101014},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchSwapTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.shchSwapTabs" + }, + { + "iconCls": "", + "text": "menu.custodianBalanceTabs", + "id": 8101015, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101015 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/CustodianBalanceTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101015},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/CustodianBalanceTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "menu.custodianBalanceTabs" + } + ], + "iconCls": "", + "text": "menu.clearingVerification", + "id": 81010, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.clearingVerification" + } + ], + "iconCls": "", + "text": "menu.clearingSettlement", + "id": 810, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.clearingSettlement" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.manualAssignment", + "id": 8110501, + "parentId": 81105, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110501 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/cas/html/ManuallySpecifyList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110501},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/cas/html/ManuallySpecifyList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.manualAssignment" + }, + { + "iconCls": "", + "text": "menu.measurementTracking", + "id": 8110502, + "parentId": 81105, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110502, + "scriptId": "MeasureEntryFailList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110502,\"scriptId\":\"MeasureEntryFailList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.measurementTracking" + } + ], + "iconCls": "", + "text": "menu.bondPosition", + "id": 81105, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.bondPosition" + }, + { + "iconCls": "", + "text": "menu.reconciliationProcessing", + "id": 8110110, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110110, + "scriptId": "ReviewAccountList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110110,\"scriptId\":\"ReviewAccountList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.reconciliationProcessing" + }, + { + "iconCls": "", + "text": "menu.initialBalance", + "id": 8110111, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110111, + "scriptId": "initBalanceList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110111,\"scriptId\":\"initBalanceList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.initialBalance" + }, + { + "iconCls": "", + "text": "menu.balanceComparison", + "id": 8110112, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110112, + "scriptId": "BalanceCompareList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110112,\"scriptId\":\"BalanceCompareList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.balanceComparison" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.errorAccountingManagement", + "id": 8110301, + "parentId": 81103, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110301 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/bankAccountError" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110301},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/bankAccountError\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.errorAccountingManagement" + }, + { + "iconCls": "", + "text": "menu.manualEntry", + "id": 8110302, + "parentId": 81103, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110302 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/manualInput" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110302},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/manualInput\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.manualEntry" + }, + { + "iconCls": "", + "text": "menu.manualReversal", + "id": 8110303, + "parentId": 81103, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110303 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/manualCorrect" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110303},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/manualCorrect\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.manualReversal" + } + ], + "iconCls": "", + "text": "menu.voucherManagement", + "id": 81103, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.voucherManagement" + }, + { + "iconCls": "", + "text": "menu.adjustmentApproval", + "id": 8110107, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110307 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/templates/html/manualVoucherFlowEvent" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110307},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/templates/html/manualVoucherFlowEvent\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.adjustmentApproval" + }, + { + "iconCls": "", + "text": "menu.accountingExceptionHandling", + "id": 8110109, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110309, + "scriptId": "AccountingAbnormalList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110309,\"scriptId\":\"AccountingAbnormalList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.accountingExceptionHandling" + } + ], + "iconCls": "", + "text": "menu.accounting", + "id": 811, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.accounting" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.tradeQuery", + "id": 81201, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81201, + "scriptId": "tradeDealsList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81201,\"scriptId\":\"tradeDealsList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.tradeQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.cashFlowQuery", + "id": 8120301, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120301, + "scriptId": "CashflowExtList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120301,\"scriptId\":\"CashflowExtList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.cashFlowQuery" + }, + { + "iconCls": "", + "text": "menu.physicalFlowQuery", + "id": 8120302, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120302, + "scriptId": "KindflowExtList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120302,\"scriptId\":\"KindflowExtList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.physicalFlowQuery" + }, + { + "iconCls": "", + "text": "menu.paymentDetails", + "id": 8120303, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120303 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/PaymentFlowSetting" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120303},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/PaymentFlowSetting\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.paymentDetails" + }, + { + "iconCls": "", + "text": "menu.settlementDetails", + "id": 8120304, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120304, + "scriptId": "InnerAcctDeliverylogListNoEdit" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120304,\"scriptId\":\"InnerAcctDeliverylogListNoEdit\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.settlementDetails" + }, + { + "iconCls": "", + "text": "menu.settlementOrderQuery", + "id": 8120306, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120306, + "scriptId": "SettlementOrderList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120306,\"scriptId\":\"SettlementOrderList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.settlementOrderQuery" + } + ], + "iconCls": "", + "text": "menu.clearingSettlement", + "id": 81203, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.clearingSettlement" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.inventoryAccounting", + "id": 8120402, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120402, + "scriptId": "BondsLedgerList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120402,\"scriptId\":\"BondsLedgerList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.inventoryAccounting" + }, + { + "iconCls": "", + "text": "menu.accountBalance", + "id": 8120403, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120403 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/gls/html/BalanceListSettings" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120403},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/gls/html/BalanceListSettings\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.accountBalance" + }, + { + "iconCls": "", + "text": "menu.coreBalanceQuery", + "id": 8120405, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120405, + "scriptId": "CoreBalanceList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120405,\"scriptId\":\"CoreBalanceList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.coreBalanceQuery" + }, + { + "iconCls": "", + "text": "menu.accountingDetails", + "id": 8120408, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120408 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/journalsRecordQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120408},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/journalsRecordQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.accountingDetails" + }, + { + "iconCls": "", + "text": "menu.accountingLogs", + "id": 8120413, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120413 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glLogQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120413},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glLogQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.accountingLogs" + }, + { + "iconCls": "", + "text": "menu.accountErrorComparison", + "id": 8120414, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120414 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/newOldAcctLogQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120414},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/newOldAcctLogQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.accountErrorComparison" + }, + { + "iconCls": "", + "text": "menu.thresholdExceptionQuery", + "id": 8120415, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120415 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/dailyLimitLogQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120415},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/dailyLimitLogQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.thresholdExceptionQuery" + }, + { + "iconCls": "", + "text": "menu.daytimeOutgoingData", + "id": 8120416, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120416 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/tradeDataQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120416},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/tradeDataQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.daytimeOutgoingData" + }, + { + "iconCls": "", + "text": "menu.endOfDayOutgoingData", + "id": 8120417, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120417 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/pnlQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120417},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/pnlQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.endOfDayOutgoingData" + }, + { + "iconCls": "", + "text": "menu.outgoingRulesQuery", + "id": 8120418, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120418 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/treatmentSearchQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120418},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/treatmentSearchQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.outgoingRulesQuery" + }, + { + "iconCls": "", + "text": "menu.outgoingEventsQuery", + "id": 8120419, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120419 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/appeventList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120419},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/appeventList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "menu.outgoingEventsQuery" + }, + { + "iconCls": "", + "text": "menu.accountingRulesQuery", + "id": 8120420, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120420 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glRuleComplexQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120420},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glRuleComplexQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 12, + "chsMenuName": "menu.accountingRulesQuery" + } + ], + "iconCls": "", + "text": "menu.accountingEntries", + "id": 81204, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.accountingEntries" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.valuationDetails", + "id": 8120501, + "parentId": 81205, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120501, + "scriptId": "RevaluationList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120501,\"scriptId\":\"RevaluationList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.valuationDetails" + }, + { + "iconCls": "", + "text": "menu.accrualDetails", + "id": 8120502, + "parentId": 81205, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120502, + "scriptId": "ldAccrualLogList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120502,\"scriptId\":\"ldAccrualLogList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.accrualDetails" + }, + { + "iconCls": "", + "text": "menu.tradeConfirmationProfitLoss", + "id": 8120507, + "parentId": 81205, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120507, + "scriptId": "TradePrincipalPlList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120507,\"scriptId\":\"TradePrincipalPlList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.tradeConfirmationProfitLoss" + } + ], + "iconCls": "", + "text": "menu.accountingMeasurement", + "id": 81205, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.accountingMeasurement" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.provisionTransaction", + "id": 8120601, + "parentId": 81206, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120601 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/boc/html/StBocProvisionAmountInfoList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120601},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/boc/html/StBocProvisionAmountInfoList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.provisionTransaction" + }, + { + "iconCls": "", + "text": "menu.provisionFallbackRate", + "id": 8120602, + "parentId": 81206, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120602 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/boc/html/StBocI9RefbasevalList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120602},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/boc/html/StBocI9RefbasevalList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.provisionFallbackRate" + } + ], + "iconCls": "", + "text": "menu.provisionQuery", + "id": 81206, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.provisionQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.tradeLogs", + "id": 8120701, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120701 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/templates/html/TradeTrackLogList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120701},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/templates/html/TradeTrackLogList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.tradeLogs" + }, + { + "iconCls": "", + "text": "menu.tradeTracking", + "id": 8120702, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120702 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/timeAxis/html/TradeFollow" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120702},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/timeAxis/html/TradeFollow\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.tradeTracking" + }, + { + "iconCls": "", + "text": "menu.applicationLogs", + "id": 8120703, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120703 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/html/LogDownloadList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120703},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/html/LogDownloadList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.applicationLogs" + }, + { + "iconCls": "", + "text": "menu.batchLogs", + "id": 8120704, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120704, + "scriptId": "batchLogList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120704,\"scriptId\":\"batchLogList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.batchLogs" + }, + { + "iconCls": "", + "text": "menu.batchExceptions", + "id": 8120705, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120705, + "scriptId": "TpsBatchErrorDetailList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120705,\"scriptId\":\"TpsBatchErrorDetailList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.batchExceptions" + }, + { + "iconCls": "", + "text": "menu.batchScheduling", + "id": 8120706, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120706 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/tps/html/BatchWorkTest" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120706},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/tps/html/BatchWorkTest\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.batchScheduling" + } + ], + "iconCls": "", + "text": "menu.monitoringQuery", + "id": 81207, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.monitoringQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.inventoryBalance", + "id": 8120901, + "parentId": 81209, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120901, + "scriptId": "assetsBalanceSellList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120901,\"scriptId\":\"assetsBalanceSellList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.inventoryBalance" + }, + { + "iconCls": "", + "text": "menu.inventoryAccrualEstimationQuery", + "id": 8120902, + "parentId": 81209, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120902, + "scriptId": "casBatchEntryList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120902,\"scriptId\":\"casBatchEntryList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.inventoryAccrualEstimationQuery" + }, + { + "iconCls": "", + "text": "menu.custodianBalance", + "id": 8120903, + "parentId": 81209, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120903, + "scriptId": "CasBondsTrusteePositionList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120903,\"scriptId\":\"CasBondsTrusteePositionList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.custodianBalance" + }, + { + "iconCls": "", + "text": "menu.bondImpairment", + "id": 8120904, + "parentId": 81209, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120904, + "scriptId": "assetsImpairmentDealList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120904,\"scriptId\":\"assetsImpairmentDealList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.bondImpairment" + } + ], + "iconCls": "", + "text": "menu.bondMeasurement", + "id": 81209, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.bondMeasurement" + } + ], + "iconCls": "", + "text": "menu.queryStatistics", + "id": 812, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.queryStatistics" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.verificationRules", + "id": 81302, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81302 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/tps/html/ConfirmParameterSettings" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81302},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/tps/html/ConfirmParameterSettings\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.verificationRules" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.incomingPaymentSortingRules", + "id": 8130327, + "parentId": 81303, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130327 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/tps/html/CnapsSortingRules" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130327},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/tps/html/CnapsSortingRules\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.incomingPaymentSortingRules" + } + ], + "iconCls": "", + "text": "menu.clearingRules", + "id": 81303, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.clearingRules" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.messageRuleMaintenance", + "id": 8130401, + "parentId": 81304, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130401, + "scriptId": "messageRuleList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130401,\"scriptId\":\"messageRuleList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.messageRuleMaintenance" + } + ], + "iconCls": "", + "text": "menu.messageRules", + "id": 81304, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.messageRules" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.institutionMaintenance", + "id": 8130501, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130501 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/gls/html/BranchesMappingList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130501},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/gls/html/BranchesMappingList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.institutionMaintenance" + }, + { + "iconCls": "", + "text": "menu.accountingRules", + "id": 8130504, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130504 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/param/html/generalRuleList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130504},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/param/html/generalRuleList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.accountingRules" + }, + { + "iconCls": "", + "text": "menu.ledgerManagement", + "id": 8130505, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130505 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/BookDefinition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130505},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/BookDefinition\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.ledgerManagement" + }, + { + "iconCls": "", + "text": "menu.subjectManagement", + "id": 8130506, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130506 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/GlAccountTree" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130506},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/GlAccountTree\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.subjectManagement" + }, + { + "iconCls": "", + "text": "menu.scenarioManagement", + "id": 8130508, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130508 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glevent" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130508},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glevent\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.scenarioManagement" + }, + { + "iconCls": "", + "text": "menu.sessionManagement", + "id": 8130509, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130509 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glvalueList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130509},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glvalueList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.sessionManagement" + }, + { + "iconCls": "", + "text": "menu.entryMaintenance", + "id": 8130517, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130517 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glHomeList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130517},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glHomeList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.entryMaintenance" + }, + { + "iconCls": "", + "text": "menu.subjectMapping", + "id": 8130518, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130518 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/gls/html/AccountMappingListNew" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130518},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/gls/html/AccountMappingListNew\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.subjectMapping" + }, + { + "iconCls": "", + "text": "menu.thresholdParameters", + "id": 8130519, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130519 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/dailyProfitLoss" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130519},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/dailyProfitLoss\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.thresholdParameters" + }, + { + "iconCls": "", + "text": "menu.thresholdRelease", + "id": 8130520, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130520, + "scriptId": "DailyProfitLossGreenLight" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130520,\"scriptId\":\"DailyProfitLossGreenLight\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.thresholdRelease" + } + ], + "iconCls": "", + "text": "menu.accounting", + "id": 81305, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.accounting" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.approvalTemplate", + "id": 8131201, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131201, + "scriptId": "tradeTemplateList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131201,\"scriptId\":\"tradeTemplateList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.approvalTemplate" + }, + { + "iconCls": "", + "text": "menu.builtinParameters", + "id": 8131202, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131202, + "scriptId": "paramRuleList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131202,\"scriptId\":\"paramRuleList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.builtinParameters" + }, + { + "iconCls": "", + "text": "menu.dataImport", + "id": 8131203, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131203, + "scriptId": "FileTrackList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131203,\"scriptId\":\"FileTrackList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.dataImport" + }, + { + "iconCls": "", + "text": "帮助配置", + "id": 8131204, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131204, + "scriptId": "helpList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131204,\"scriptId\":\"helpList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "帮助配置" + }, + { + "iconCls": "", + "text": "menu.tradeSettlementPath", + "id": 8131205, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131205 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/html/TradeSsiRelatedList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131205},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/html/TradeSsiRelatedList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.tradeSettlementPath" + } + ], + "iconCls": "", + "text": "menu.otherConfigurations", + "id": 81312, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.otherConfigurations" + }, + { + "iconCls": "", + "text": "menu.universalRules", + "id": 81313, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81313, + "scriptId": "commRule" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81313,\"scriptId\":\"commRule\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.universalRules" + } + ], + "iconCls": "", + "text": "menu.basicParameters", + "id": 813, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.basicParameters" + } + ], + "iconCls": "", + "text": "menu.backOfficeOperations", + "id": 703, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "el-icon-monitor", + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"iconCls\":\"el-icon-monitor\",\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "menu.backOfficeOperations" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.currency", + "id": 808101, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1050 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/currency" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.currency" + }, + { + "iconCls": "", + "text": "menu.currencyPair", + "id": 808102, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1051 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pair" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.currencyPair" + }, + { + "iconCls": "", + "text": "menu.tenor", + "id": 808103, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1052 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/tenor" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.tenor" + }, + { + "iconCls": "", + "text": "menu.counterparty", + "id": 808104, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1053 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/cpty" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.counterparty" + }, + { + "iconCls": "", + "text": "menu.holiday", + "id": 808105, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1054 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/holiday" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.holiday" + }, + { + "iconCls": "", + "text": "menu.bookkeepingArchitecture", + "id": 808106, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1055 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/orghierarchy" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.bookkeepingArchitecture" + }, + { + "iconCls": "", + "text": "menu.newHoliday", + "id": 808107, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1996 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/newHoliday" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.newHoliday" + } + ], + "iconCls": "", + "text": "menu.basicParameters", + "id": 8081, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.basicParameters" + }, + { + "children": [ + { + "iconCls": "", + "text": "含权提醒", + "id": 808216, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1566 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pub/pubBond/bondExerciseShow" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "含权提醒" + }, + { + "iconCls": "", + "text": "CLN", + "id": 808213, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": {}, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pub/cln" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "CLN" + }, + { + "iconCls": "", + "text": "menu.bond", + "id": 808201, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1056 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pubBond" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.bond" + }, + { + "iconCls": "", + "text": "menu.stock", + "id": 808214, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1056 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pubStock" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.stock" + }, + { + "iconCls": "", + "text": "menu.fund", + "id": 808202, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1057 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/fund" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.fund" + }, + { + "iconCls": "", + "text": "menu.wealthManagement", + "id": 808205, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1058 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/financial" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.wealthManagement" + }, + { + "iconCls": "", + "text": "menu.crmw", + "id": 808207, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1060 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/crmw" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.crmw" + }, + { + "iconCls": "", + "text": "menu.cln", + "id": 808206, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1059 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/cln" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.cln" + }, + { + "iconCls": "", + "text": "menu.bondModification", + "id": 808208, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10591 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pubBond/bondsMananger" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.bondModification" + }, + { + "iconCls": "", + "text": "menu.queryComponentManagementSettings", + "id": 808209, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10592 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/querySetting" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.queryComponentManagementSettings" + }, + { + "iconCls": "", + "text": "menu.queryComponentManagementMonitoring", + "id": 808210, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10593 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/queryMonitor" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.queryComponentManagementMonitoring" + } + ], + "iconCls": "", + "text": "menu.bondFund", + "id": 8082, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.bondFund" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.categories", + "id": 808301, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1061 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/commodityType" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.categories" + }, + { + "iconCls": "", + "text": "menu.underlying", + "id": 808302, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1062 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/commoditySubject" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.underlying" + }, + { + "iconCls": "", + "text": "menu.contract", + "id": 808303, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1063 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/contract" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.contract" + }, + { + "iconCls": "", + "text": "menu.underlyingAttributes", + "id": 808304, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1064 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/commodityAttribute" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.underlyingAttributes" + }, + { + "iconCls": "", + "text": "menu.unitConversion", + "id": 808305, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1065 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/unit" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.unitConversion" + }, + { + "iconCls": "", + "text": "menu.dateRules", + "id": 808306, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1066 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/dateRule" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.dateRules" + } + ], + "iconCls": "", + "text": "menu.futuresCommodity", + "id": 8083, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.futuresCommodity" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.operatingInstitution", + "id": 808401, + "parentId": 8084, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1067 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/organizationManage" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.operatingInstitution" + }, + { + "iconCls": "", + "text": "menu.businessInstitution", + "id": 808402, + "parentId": 8084, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1068 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/branch" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.businessInstitution" + }, + { + "iconCls": "", + "text": "menu.accountingBank", + "id": 808403, + "parentId": 8084, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1069 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/accBank" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.accountingBank" + }, + { + "iconCls": "", + "text": "menu.ratingAgency", + "id": 808404, + "parentId": 8084, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1070 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/ratingAgency" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.ratingAgency" + } + ], + "iconCls": "", + "text": "menu.institutionManagement", + "id": 8084, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.institutionManagement" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.systemParameters", + "id": 808601, + "parentId": 8086, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1071 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/sysParam" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.systemParameters" + }, + { + "iconCls": "", + "text": "menu.userPermissions", + "id": 808602, + "parentId": 8086, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1072 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/userParamPower" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.userPermissions" + } + ], + "iconCls": "", + "text": "menu.parameterPermissions", + "id": 8086, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.parameterPermissions" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.ratingHistory", + "id": 70371, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10391 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mdsRatingHistory" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.ratingHistory" + }, + { + "iconCls": "", + "text": "menu.ratingInfo", + "id": 7037, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1039 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mdsRating" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.ratingInfo" + }, + { + "iconCls": "", + "text": "menu.datasetManagement", + "id": 7036, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1038 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/datasetManagement" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.datasetManagement" + }, + { + "iconCls": "", + "text": "menu.fixingIndicatorDefinition", + "id": 7038, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10381 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/FixingIndex" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.fixingIndicatorDefinition" + }, + { + "iconCls": "", + "text": "menu.curveSurfaceManagement", + "id": 7039, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1041 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mdsCurveManage" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.curveSurfaceManagement" + }, + { + "iconCls": "", + "text": "menu.accessRulesCheck", + "id": 7040, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10411 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/CutInRule" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.accessRulesCheck" + }, + { + "iconCls": "", + "text": "menu.exceptionDataManagement", + "id": 7041, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10412 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/excepateData" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.exceptionDataManagement" + }, + { + "iconCls": "", + "text": "menu.modulePermissionsManagement", + "id": 71042, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10413 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mdsModulePower" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.modulePermissionsManagement" + }, + { + "iconCls": "", + "text": "menu.dataSourceManagement", + "id": 71043, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10414 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/marketDataSource" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.dataSourceManagement" + }, + { + "iconCls": "", + "text": "期权试算器", + "id": 71048, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10418 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/optionCalculator" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "期权试算器" + } + ], + "iconCls": "", + "text": "menu.marketData", + "id": 701, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.marketData" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.valuationRulesManagement", + "id": 88901001, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1177 + }, + "loadMode": "component", + "path": "/pms/pmsRule", + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.valuationRulesManagement" + }, + { + "iconCls": "", + "text": "menu.valuationCurveSurfaceAssignment", + "id": 88901002, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1178 + }, + "loadMode": "component", + "path": "/pms/pmsMdParam", + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.valuationCurveSurfaceAssignment" + }, + { + "iconCls": "", + "text": "menu.valuationModelParameterManagement", + "id": 88901003, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1179 + }, + "loadMode": "component", + "path": "/pms/pmsModelParam", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1179},\"loadMode\":\"iframe\",\"href\":\"/pms/pms/pmsModelParam/index\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.valuationModelParameterManagement" + }, + { + "iconCls": "", + "text": "menu.bondCurveAssignment", + "id": 88901004, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1180 + }, + "loadMode": "component", + "path": "/pms/bondAllot", + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.bondCurveAssignment" + }, + { + "iconCls": "", + "text": "menu.distributionStrategy", + "id": 88901005, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1181 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/pmsDistributionStrategy" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.distributionStrategy" + }, + { + "iconCls": "", + "text": "menu.nodeMonitor", + "id": 88901006, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1182 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/nodeMonitor" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.nodeMonitor" + }, + { + "iconCls": "", + "text": "menu.curveAllot", + "id": 88901007, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1183 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/curveAllot" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.curveAllot" + }, + { + "iconCls": "", + "text": "外汇试算器", + "id": 88901008, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1184 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/fxCalculator" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.fxCalculator" + }, + { + "iconCls": "", + "text": "利率掉期试算器", + "id": 88901009, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1185 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/swapRateCalculator" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.swapRateCalculator" + } + ], + "iconCls": "", + "text": "menu.valuationModule", + "id": 80870404, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.valuationModule" + } + ], + "iconCls": "", + "text": "menu.basicData", + "id": 808, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "iconfont icon-parameter-fill" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 12, + "chsMenuName": "menu.basicData" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tableUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90306, + "text": "表格组件使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/formUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90308, + "text": "表单组件使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/formFoldUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90309, + "text": "折叠表单组件使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/formSearchUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90310, + "text": "搜索表单组件使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/formLinkageUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90311, + "text": "联动表单使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/demo" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90312, + "text": "demo" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011112, + "text": "组件使用示例" + } + ], + "workPages": [], + "icon": "ctms.png", + "groupOrder": 2 + }, + { + "groupId": "ecas", + "groupName": "统一登录用户管理", + "isWeb": true, + "isClient": true, + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.roleManagement", + "id": 50003, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "roles", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"roles\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.roleManagement" + }, + { + "iconCls": "", + "text": "menu.userManagement", + "id": 50002, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "users", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"users\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.userManagement" + }, + { + "iconCls": "", + "text": "menu.institutionManagement", + "id": 50001, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "bankList", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"bankList\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.institutionManagement" + }, + { + "iconCls": "", + "text": "menu.logQuery", + "id": 50004, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "logsList", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"logsList\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.logQuery" + }, + { + "iconCls": "", + "text": "menu.parameterMaintenance", + "id": 50005, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "parameter_maintenance", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"parameter_maintenance\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.parameterMaintenance" + }, + { + "iconCls": "", + "text": "menu.menuManagement", + "id": 50008, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "ecas_menu", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"ecas_menu\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.menuManagement" + }, + { + "iconCls": "", + "text": "menu.multiLanguageManagement", + "id": 50006, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "multi_language", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"multi_language\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.multiLanguageManagement" + }, + { + "iconCls": "", + "text": "menu.permissionUsageQuery", + "id": 50007, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "query_bit", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"query_bit\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.permissionUsageQuery" + } + ], + "iconCls": "", + "text": "menu.userRoleManagement", + "id": 50000, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "menu.userRoleManagement" + } + ], + "hideHtmls": [], + "workPages": [], + "icon": "ecas.png", + "groupOrder": 1 + } +] \ No newline at end of file diff --git a/data/desktop.json b/data/desktop.json new file mode 100644 index 0000000..c44b77e --- /dev/null +++ b/data/desktop.json @@ -0,0 +1,203 @@ +[ + { + "bankId": "00001", + "desktopContent": [ + { + "id": "page-100588", + "workBenchName": "一二三四五六七", + "draggable": false, + "singleTrigger": false, + "workBenchWidget": [ + { + "title": "com.trade1", + "showTab": true, + "showTitle": true, + "showButton": true, + "type": "row", + "pro": 6, + "name": "row-6", + "customCls": "customCls", + "menus": [ + { + "id": 100, + "tabId": "tab-10000", + "text": "商品远期111" + } + ] + } + ] + }, + { + "id": "page-1005890", + "workBenchName": "一亿亿亿亿起起起起起起起共和国海军高考加分的是", + "draggable": false, + "singleTrigger": false, + "workBenchWidget": [ + { + "title": "com.trade2", + "showTab": true, + "showTitle": true, + "showButton": true, + "type": "row", + "pro": 6, + "name": "row-6", + "customCls": "customCls", + "items": [ + { + "title": "com.trade3", + "showTab": true, + "showTitle": true, + "showButton": true, + "type": "col", + "pro": 6, + "name": "col-6", + "customCls": "customCls", + "menus": [ + { + "id": 100, + "tabId": "tab-100111", + "text": "商品远期111" + } + ] + }, + { + "title": "com.trade4", + "showTab": true, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "name": "col-6", + "customCls": "customCls", + "menus": [ + { + "id": 9011, + "tabId": "tab-9011", + "text": "商品远期222" + } + ] + } + ] + }, + { + "title": "com.trade5", + "showTab": true, + "showTitle": true, + "showButton": true, + "type": "row", + "pro": 6, + "name": "row-6", + "customCls": "customCls", + "items": [ + { + "title": "com.trade6", + "showTab": true, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "name": "row-6", + "customCls": "customCls", + "menus": [ + { + "id": 901, + "tabId": "tab-901", + "text": "商品远期3333" + }, + { + "id": 902, + "tabId": "tab-902", + "text": "商品远期4444" + } + ] + }, + { + "title": "com.trade7", + "showTab": true, + "showTitle": true, + "showButton": false, + "type": "row", + "pro": 6, + "name": "row-6", + "customCls": "customCls", + "menus": [ + { + "id": 903233444, + "tabId": "tab-903233444", + "text": "商品远期4444" + } + ] + } + ] + } + ] + }, + { + "id": "page-100589", + "workBenchName": "一二三四五", + "draggable": true, + "singleTrigger": true, + "workBenchWidget": [ + { + "title": "com.trade", + "showTab": true, + "showTitle": true, + "showButton": true, + "type": "row", + "pro": 6, + "name": "row-6", + "customCls": "customCls", + "menus": [ + { + "id": 9013, + "tabId": "tab-9013", + "text": "商品远期" + } + ] + } + ] + }, + { + "customWorkbench": true, + "id": "page-600160", + "singleTrigger": false, + "workBenchName": "1", + "workBenchWidget": [ + { + "height": 382, + "menus": [ + { + "id": 9013, + "tabId": "tab-630159", + "text": "role" + }, + { + "id": 9011, + "tabId": "tab-9011", + "text": "page" + } + ], + "title": "商品1", + "transform": "translate(0px, 0px)", + "top": 20, + "left": 30, + "width": 743, + "workId": "work-395242", + "pageContentStyles": { + "isHiddenScrollX": true, + "isHiddenScrollY": true, + "styles": { + "color": "red", + "background": "blue" + } + } + } + ] + } + ], + "desktopId": "des-744859", + "desktopName": "我的桌面一", + "desktopNum": "1", + "logonId": "wangkai" + } +] diff --git a/data/mapping.json b/data/mapping.json new file mode 100644 index 0000000..3cfaf84 --- /dev/null +++ b/data/mapping.json @@ -0,0 +1,3 @@ +{ + "master": true +} diff --git a/data/menu.json b/data/menu.json new file mode 100644 index 0000000..2bcf69a --- /dev/null +++ b/data/menu.json @@ -0,0 +1,1185 @@ +[{ + "groupId": "app", + "groupName": "TitanOne Pro1", + "isClient": true, + "id": "app", + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": false, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "children": [{ + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true, + "singleMode": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 1111222, + "text": "子类1111" + }], + "iconCls": "form", + "groupId": "app", + "id": 11112, + "text": "子类" + }], + "iconCls": "form", + "groupId": "app", + "id": 11111, + "text": "一个子类" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/page", + "miniMenuOpenMode": "window", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 100, + "text": "高级" + }, + { + "applCode": "app", + "applId": 9, + "attributes": { + "client": { + "loadMode": "component", + "path": "/sdp", + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ], + "extraParams": { + "pageId": 12 + }, + "saveParams": true, + "dropdownShow": true + } + }, + "iconCls": "form", + "groupId": "app", + "id": 500, + "text": "sdp" + }, + { + "applCode": "app", + "groupId": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/page", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011, + "text": "page" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9012, + "text": "directive" + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": true + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9013, + "text": "role" + } + ], + "iconCls": "el-icon-s-tools", + "id": 9001, + "text": "123" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/test" + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011111, + "text": "test" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": {} + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903, + "text": "交易1", + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903233, + "text": "交易12222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903234, + "text": "交易222222" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903235, + "text": "交易5555555" + + }, + { + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903236, + "text": "交易66666" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903237, + "text": "交易777777" + + },{ + "applCode": "app", + "attributes": { + "client": { + "path": "/theme" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 903238, + "text": "交易8888" + + } + ] + }, + { + "applCode": "app", + "attributes": { + "client": { + "visible": true, + "loadMode": "component", + "path": "/permission/directive", + "dropdownShow": true, + "buttons": [{ + "select": true, + "btnType": "select2Plugin", + "func": "selectPluginSelect", + "dataSource": "selectPlugin" + }, + { + "iconCls": "el-icon-location", + "btnType": "selectTree", + "func": "widgetSelect", + "dataSource": "widgetTree", + "text": "123" + }, + { + "iconCls": "el-icon-alarm-clock", + "btnType": "selectBlock", + "func": "widgetSelectBlock", + "dataSource": "widgetBlock", + "text": "456" + }, + { + "iconCls": "el-icon-trophy", + "text": "111", + "btnCls": "btn", + "func": "custom" + } + ] + } + }, + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 901, + "text": "商品1" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/permission/role", + "dropdownShow": false + } + }, + "iconCls": "el-icon-star-on", + "groupId": "app", + "id": 902, + "text": "利率1" + } + ], + "iconCls": "el-icon-s-tools", + "id": 900, + "text": "基础1111" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": false, + "dropdownShow": false + } + }, + "children": [{ + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/layout" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1231, + "text": "layout" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/container" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1232, + "text": "container" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/icon" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1233, + "text": "icon" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/button" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1234, + "text": "button" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/link" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1235, + "text": "link" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/radio" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1236, + "text": "radio" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/checkbox" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1237, + "text": "checkbox" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/input" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 1238, + "text": "input" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/inputNumber" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12310, + "text": "inputNumber" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/select" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12311, + "text": "select" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/cascader" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12312, + "text": "cascader" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/swicth" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12313, + "text": "swicth" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/slider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12314, + "text": "slider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12315, + "text": "timePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/datePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12316, + "text": "datePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dateTimePicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12317, + "text": "dateTimePicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/upload" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12318, + "text": "upload" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/rate" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12319, + "text": "rate" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/colorPicker" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12320, + "text": "colorPicker" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/transfer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12321, + "text": "transfer" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/form" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12322, + "text": "form" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tag" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12323, + "text": "tag" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/progress" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12324, + "text": "progress" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/pagination" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12325, + "text": "pagination" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/badge" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12326, + "text": "badge" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/avatar" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12327, + "text": "avatar" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/skeleton" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12328, + "text": "skeleton" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/empty" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12329, + "text": "empty" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/descriptions" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12330, + "text": "descriptions" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/result" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12331, + "text": "result" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/statistic" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12332, + "text": "statistic" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/navmenu" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12333, + "text": "navmenu" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tab" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12334, + "text": "tab" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/breadcrumb" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12335, + "text": "breadcrumb" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/dropDown" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12336, + "text": "dropDown" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/steps" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12337, + "text": "steps" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tooltip" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12338, + "text": "tooltip" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popover" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12339, + "text": "popover" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/popconfirm" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12340, + "text": "popconfirm" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/card" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12341, + "text": "card" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/collapse" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12342, + "text": "collapse" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tree" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12349, + "text": "tree" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/table" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12350, + "text": "table" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/timeline" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12343, + "text": "timeline" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/divider" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12344, + "text": "divider" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/image" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12345, + "text": "image" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/backtop" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12346, + "text": "backtop" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/infiniteScroll" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12347, + "text": "infiniteScroll" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/drawer" + } + }, + "iconCls": "el-icon-goods", + "groupId": "app", + "id": 12348, + "text": "drawer" + } + ], + "iconCls": "el-icon-s-tools", + "id": 123, + "text": "示例" + } + ] +}] diff --git a/lerna-debug.log b/lerna-debug.log new file mode 100644 index 0000000..74a0633 --- /dev/null +++ b/lerna-debug.log @@ -0,0 +1,26 @@ +0 silly argv { +0 silly argv _: [ 'run' ], +0 silly argv scope: 'rcs_5.0', +0 silly argv stream: true, +0 silly argv lernaVersion: '3.22.1', +0 silly argv '$0': 'node_modules\\lerna\\cli.js', +0 silly argv script: 'serve' +0 silly argv } +1 notice cli v3.22.1 +2 verbose rootPath D:\qzxProject\rcs41 +3 info versioning independent +4 notice filter including "rcs_5.0" +5 info filter [ 'rcs_5.0' ] +6 info Executing command in 1 package: "yarn run serve" +7 silly npmRunScript.stream [ 'serve', [], 'rcs_5.0' ] +8 silly getExecOpts D:\qzxProject\rcs41\packages\rcs_5.0 undefined +9 error MaxBufferError: stdout maxBuffer exceeded +9 error at PassThrough. (D:\qzxProject\rcs41\node_modules\get-stream\index.js:41:19) +9 error at PassThrough.emit (node:events:525:35) +9 error at addChunk (node:internal/streams/readable:315:12) +9 error at readableAddChunk (node:internal/streams/readable:285:11) +9 error at PassThrough.Readable.push (node:internal/streams/readable:228:10) +9 error at node:internal/streams/transform:213:12 +9 error at PassThrough._transform (node:internal/streams/passthrough:46:3) +9 error at PassThrough.Transform._write (node:internal/streams/transform:205:23) +9 error at writeOrBuffer (node:internal/streams/writable:391:12) diff --git a/lerna.json b/lerna.json new file mode 100644 index 0000000..5ac2d6e --- /dev/null +++ b/lerna.json @@ -0,0 +1,13 @@ +{ + + "packages": [ + "packages/**" + ], + "command": { + "version": { + "exact": true + } + }, + "npmClient": "yarn", + "version": "independent" +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..c1f6cde --- /dev/null +++ b/package.json @@ -0,0 +1,57 @@ +{ + "name": "rcs5.0", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "lerna run serve --scope=rcs_5.0 --stream", + "serve": "vue-cli-service serve", + "build": "node ./scripts/build.js", + "lint": "vue-cli-service lint", + "bootstrap": "lerna bootstrap" + }, + "dependencies": { + "@erayt/vue-sdp": "^1.0.91", + "core-js": "^3.8.3", + "dayjs": "^1.10.7", + "fs-extra": "^5.0.0", + "jsoneditor": "^10.2.0", + "lerna": "3.22.1", + "less": "^2.7.3", + "moment": "^2.29.4", + "vue": "^2.6.14", + "vue2-flip-countdown": "^1.0.0" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "eslint": "^7.32.0", + "eslint-plugin-vue": "^8.0.3", + "execa": "^2.1.0", + "rimraf": "^2.6.1", + "vue-template-compiler": "^2.6.14" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] +} diff --git a/packages/rcs_5.0/.electron.js b/packages/rcs_5.0/.electron.js new file mode 100644 index 0000000..3807fbc --- /dev/null +++ b/packages/rcs_5.0/.electron.js @@ -0,0 +1 @@ +require("@erayt/titanOne-electron") diff --git a/packages/rcs_5.0/.env b/packages/rcs_5.0/.env new file mode 100644 index 0000000..cba1a12 --- /dev/null +++ b/packages/rcs_5.0/.env @@ -0,0 +1,6 @@ +PORT=8098 +appName=app +BUILD_TYPE=M +UMI_UI=none +BROWSER=none +appPath="packages/titanOne-design-pro" diff --git a/packages/rcs_5.0/.eslintignore b/packages/rcs_5.0/.eslintignore new file mode 100644 index 0000000..8c42f84 --- /dev/null +++ b/packages/rcs_5.0/.eslintignore @@ -0,0 +1,5 @@ +build/*.js +src/assets +public +dist +babel.config.js diff --git a/packages/rcs_5.0/.eslintrc.js b/packages/rcs_5.0/.eslintrc.js new file mode 100644 index 0000000..441c81a --- /dev/null +++ b/packages/rcs_5.0/.eslintrc.js @@ -0,0 +1,208 @@ +module.exports = { + root: true, + env: { + browser: true, + node: true, + es6: true, + }, + extends: ['plugin:vue/recommended', 'eslint:recommended'], + // add your custom rules here + // it is base on https://github.com/vuejs/eslint-config-vue + rules: { + 'no-debugger': 'on', + // 'prettier/prettier': 'warn', // prettier 检测到的标红展示 + 'vue/max-attributes-per-line': 2, + 'vue/singleline-html-element-content-newline': 'off', + 'vue/multiline-html-element-content-newline': 'off', + 'vue/name-property-casing': ['error', 'PascalCase'], + 'vue/no-v-html': 'off', + 'vue/multi-word-component-names': 'off', + 'accessor-pairs': 2, + 'arrow-spacing': [2, { + 'before': true, + 'after': true, + }], // 要求箭头函数之前之后有空格 + 'block-spacing': [2, 'always'], // 强制在代码块中开括号前和闭括号后有空格 + 'brace-style': [2, '1tbs', { + 'allowSingleLine': true, + }], // 大括号风格要求 + 'camelcase': [0, { + 'properties': 'always', + }], // 强制属性名称为驼峰风格 + 'comma-dangle': [2, 'always-multiline'], // 要求或禁止使用拖尾逗号,这里 当最后一个元素或属性与闭括号 ] 或 } 在 不同的行时,要求使用拖尾逗号;当在 同一行时,禁止使用拖尾逗号 + 'comma-spacing': [2, { + 'before': false, + 'after': true, + }], // 禁止在逗号前使用空格,要求在逗号后使用空格 + 'comma-style': [2, 'last'], // 要求逗号放在数组元素、对象属性或变量声明之后,且在同一行 + 'constructor-super': 2, // 派生类中的构造函数必须调用 super()。非派生类的构造函数不能调用 super()JavaScript 引擎将引发一个运行时错误该规则检查是否有一个有效的 super() 调用。 + 'curly': [2, 'multi-line'], // 强制所有控制语句使用一致的括号风格 + 'dot-location': [2, 'property'], // 点操作符和属性放在同一行。 + 'eol-last': 2, // 强制使用换行 (LF) + 'eqeqeq': ['error', 'always', { 'null': 'ignore' }], // 强制在任何情况下都使用 === 和 !== (你选择对 null 做忽略处理]) + 'generator-star-spacing': [2, { + 'before': true, + 'after': true, + }], // 强制 generator 函数中 * 号周围使用一致的空格 + /* function loadData (error, data) { + if (error) { + console.log(error.stack); + } + doSomething(); + */ + 'handle-callback-err': [2, '^(err|error)$'], // 期望当你在 Node.js 中使用回调模式时,你将处理错误 + 'indent': [2, 2, { + 'SwitchCase': 1, + }], // 强制使用 2空格缩进,强制 switch 语句中的 case 子句的缩进级别为警告 + 'jsx-quotes': [2, 'prefer-single'], // 强制所有不包含单引号的 JSX 属性值使用单引号 + 'key-spacing': [2, { + 'beforeColon': false, + 'afterColon': true, + }], // 强制在对象字面量的属性中键和值之间使用一致的间距,beforeColon禁止在对象字面量的键和冒号之间存在空格,afterColon要求在对象字面量的冒号和值之间存在至少有一个空格 + 'keyword-spacing': [2, { + 'before': true, + 'after': true, + }], // 要求在关键字之前和之后至少有一个空格 + 'new-cap': [2, { + 'newIsCap': true, + 'capIsNew': false, + }], // newIsCap 要求调用 new 操作符时有首字母大小的函数,capIsNew允许调用首字母大写的函数时没有 new 操作符。 + 'new-parens': 2, // 强制调用无参构造函数时有圆括号 + 'no-array-constructor': 2, // 该规则禁止使用 Array 构造函数 + 'no-caller': 2, // 禁止使用 arguments.caller 和 arguments.callee来阻止使用不推荐的和次优化的代码 + // 'no-console': process.env.NODE_ENV === 'production' ? 2 : 0, // 禁用 console + 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0, + 'no-class-assign': 2, // 不允许修改类声明的变量 + 'no-cond-assign': 2, // 禁止条件表达式中出现赋值操作符 + 'no-const-assign': 2, // 禁止修改 const 声明的变量 + 'no-control-regex': 0, // 允许在正则表达式中使用控制字符 + 'no-delete-var': 2, // 禁止删除变量,delete + // 'no-dupe-args': 2, // 禁止 function 定义中出现重名参数 + // 'no-dupe-class-members': 2, // 禁止类成员中出现重复的名称 + // 'no-dupe-keys': 2, // 禁止对象字面量中出现重复的 key + 'no-duplicate-case': 2, // 禁止出现重复的 case 标签 + 'no-empty-character-class': 2, // 禁止在正则表达式中使用空字符集 + 'no-empty-pattern': 2, // 禁止使用空解构模式 ,错误var {} = foo;var {a: {}} = foo; 正确 var {a = {}} = foo; + 'no-eval': 2, // 禁用 eval() + 'no-ex-assign': 2, // 禁止对 catch 子句中的异常重新赋值。 + 'no-extend-native': 2, // 禁止扩展原生类型 + 'no-extra-bind': 2, // 禁止不必要的 .bind() 调用 + 'no-extra-boolean-cast': 2, // 禁止不必要的布尔转换 + 'no-extra-parens': [2, 'functions'], // 只在 函数表达式周围禁止不必要的圆括号 + 'no-fallthrough': 2, // 禁止 case 语句落空 + 'no-floating-decimal': 2, // 消除浮动小数点,并且,当数值的小数点之前或之后缺少数字时,该规则将发出警告 + 'no-func-assign': 2, // 禁止对 function 声明重新赋值 + 'no-implied-eval': 2, // 禁止使用类似 eval() 的方法 + 'no-inner-declarations': [2, 'functions'], // 禁止 function 声明出现在嵌套的语句块中 + 'no-invalid-regexp': 2, // 禁止 RegExp 构造函数中存在无效的正则表达式字符串 + 'no-irregular-whitespace': 2, // 禁止不规则的空白 + 'no-iterator': 2, // 禁用 __iterator__ 属性 + 'no-label-var': 2, // 不允许标签与变量同名 + /** * "allowLoop" (boolean,默认是 false) - 如果这个选项被设置为 true,该规则忽略循环语句中的标签。 +"allowSwitch" (boolean,默认是 false) - 如果这个选项被设置为 true,该规则忽略 switch 语句中的标签 */ + 'no-labels': [2, { + 'allowLoop': false, + 'allowSwitch': false, + }], // 禁用标签语句 + 'no-lone-blocks': 2, // 禁用不必要的嵌套块 + 'no-mixed-spaces-and-tabs': 2, // 禁止空格和 tab 的混合缩进 + 'no-multi-spaces': 2, // 禁止出现多个空格 + 'no-multi-str': 2, // 禁止使用多行字符串 + 'no-multiple-empty-lines': [2, { + 'max': 1, + }], // 禁止出现多个空行,最多一个 + 'no-native-reassign': 2, // 禁止对原生对象或只读的全局对象进行赋值 + 'no-negated-in-lhs': 2, // 禁止对关系运算符的左操作数使用否定操作符 + 'no-new-object': 2, // 禁用 Object 的构造函数 + 'no-new-require': 2, // 禁止调用 require 时使用 new 操作符 + 'no-new-symbol': 2, // 禁止 Symbolnew 操作符和 new 一起使用 + 'no-new-wrappers': 2, // 禁止对 String,Number 和 Boolean 使用 new 操作符 + 'no-obj-calls': 2, // 禁止把全局对象作为函数调用 + 'no-octal': 2, // 禁用八进制字面量 + 'no-octal-escape': 2, // 禁止在字符串中使用八进制转义序列 + 'no-path-concat': 2, // 禁止对 __dirname 和 __filename 进行字符串连接 + 'no-proto': 2, // 禁用 __proto__ 属性 + 'no-redeclare': 2, // 禁止多次声明同一变量 + 'no-regex-spaces': 2, // 禁止正则表达式字面量中出现多个空格 + 'no-return-assign': [2, 'except-parens'], // return 后禁止出现赋值语句,除非使用括号把它们括起来。 + 'no-self-assign': 2, // 禁止自我赋值 + 'no-self-compare': 2, // 禁止自身比较 + 'no-sequences': 2, // 禁用逗号操作符 + 'no-shadow-restricted-names': 2, // 禁止将标识符定义为受限的名字 + 'no-spaced-func': 2, // 要求或禁止在函数标识符和其调用之间有空格 + 'no-sparse-arrays': 2, // 禁用稀疏数组,稀疏数组包括很多空位置,经常是由于在数组字面量中使用多个逗号造成的 + 'no-this-before-super': 2, // 禁止在构造函数中,在调用 super() 之前使用 this 或 super + 'no-throw-literal': 2, // 禁止抛出异常字面量 + 'no-trailing-spaces': 2, // 禁用行尾空格 + 'no-undef': 2, // 禁用未声明的变量,除非它们在 /*global */ 注释中被提到 + 'no-undef-init': 2, // 禁止将变量初始化为 undefined + 'no-unexpected-multiline': 2, // 禁止出现令人困惑的多行表达式 + 'no-unmodified-loop-condition': 2, // 禁用一成不变的循环条件 + 'no-unneeded-ternary': [2, { + 'defaultAssignment': false, + }], // 禁止条件表达式作为默认的赋值模式 + 'no-unreachable': 2, // 禁止在 return、throw、continue 和 break 语句之后出现不可达代码 + 'no-unsafe-finally': 2, // 禁止在 finally 语句块中出现控制流语句 + 'no-unused-vars': [2, { + 'vars': 'all', + 'args': 'none', + }], // 禁止未使用过的变量,'vars': 'all' 检测所有变量,包括全局环境中的变量。'args': 'none'不检查参数 + 'no-useless-call': 2, // 禁止不必要的 .call() 和 .apply() + 'no-useless-computed-key': 2, // 禁止在对象中使用不必要的计算属性 + 'no-useless-constructor': 2, // 禁用不必要的构造函数 + 'no-useless-escape': 0, // 允许不必要的转义字符 + 'no-whitespace-before-property': 2, // 禁止属性前有空白 + 'no-with': 2, // 禁用 with 语句 + 'one-var': [2, { + 'initialized': 'never', + }], // 强制函数中的变量在一起声明或分开声明, 要求每个作用域的初始化的变量有多个变量声明 + 'operator-linebreak': [2, 'after', { + 'overrides': { + '?': 'before', + ':': 'before', + }, + }], // 强制操作符使用一致的换行符,"after" 要求把换行符放在操作符后面覆盖对指定的操作的全局设置、 默认配置为 "after", { "overrides": { "?": "before", ":": "before" } } + 'padded-blocks': [2, 'never'], // 要求或禁止块内填充 + 'quotes': [2, 'single', { + 'avoidEscape': true, + 'allowTemplateLiterals': true, + }], // 强制使用一致的反勾号、双引号或单引号, single 要求尽可能地使用单引号 + 'semi': [2, 'always'], // (默认) 要求在语句末尾使用分号 + 'semi-spacing': [2, { + 'before': false, + 'after': true, + }], // 这个是默认选项,它强制分号之后有空格,禁止分号之前有空格。 + 'space-before-blocks': [2, 'always'], // 强制在块之前使用一致的空格 + 'space-before-function-paren': [2, 'never'], // 允许在 function的左括号之前不使用空格 + 'space-in-parens': [2, 'never'], // (默认) 强制圆括号内没有空格 + 'space-infix-ops': 2, // 要求操作符周围有空格 + /* + words - 适用于单词类一元操作符,例如:new、delete、typeof、void、yield + nonwords - 适用于这些一元操作符: -、+、--、++、!、!! + */ + 'space-unary-ops': [2, { + 'words': true, + 'nonwords': false, + }], // 比如 new 操作符之后禁用空格,++ 操作左右要求有空格。 + 'spaced-comment': [2, 'always', { + 'markers': ['global', 'globals', 'eslint', 'eslint-disable', '*package', '!', ','], + }], // 要求在注释前有空白, "always",// 或 /* 必须跟随至少一个空白,"markers"的值是一个字符串形式的数组,这些字符串也就是块级注释的标记,例如一个额外的 /,被用来表示是由 doxygen、vsdoc 等系统读取的文档,这些系统必须有额外的字符。 不管第一个参数是 "always" 还是 "never"、"markers"数组都会起作用。。 + 'template-curly-spacing': [2, 'never'], // 禁止花括号内出现空格。 + 'use-isnan': 2, // 要求调用 isNaN()检查 NaN,该规则禁止与 ‘NaN’ 的比较。 + 'valid-typeof': 2, // 强制 typeof 表达式与有效的字符串进行比较 + 'wrap-iife': [2, 'any'], // 需要把立即执行的函数包裹起来,any 强制总是包裹,但允许其它风格 + 'yield-star-spacing': [2, 'both'], // 强制在 yield* 表达式中 * 周围使用空格 + /** + * Yoda 条件被如此命名,是因为在条件判断中字面量在先而变量在第二的位置。例如,以下是 Yoda 条件: + if ("red" === color) { + // ... + } + */ + 'yoda': [2, 'never'], // "never" 那么比较绝,不能是一个 Yoda 条件 + 'prefer-const': 2, // 如果一个变量不会被重新赋值,最好使用const进行声明。 + 'object-curly-spacing': [2, 'always', { + objectsInObjects: false, + }], // 强制在花括号中使用一致的空格."objectsInObjects": false 禁止以对象元素开始或结尾的对象的花括号中有空格 (当第一个选项为 always 时生效) + 'array-bracket-spacing': [2, 'never'], // 禁止在数组括号内出现空格 + }, +}; diff --git a/packages/rcs_5.0/.fatherrc.js b/packages/rcs_5.0/.fatherrc.js new file mode 100644 index 0000000..00abb70 --- /dev/null +++ b/packages/rcs_5.0/.fatherrc.js @@ -0,0 +1,9 @@ +/* + * @Date: 2019-12-10 14:27:16 + * @Author: Scm + * @Copyright: 2015-2019 Erayt, Inc. + * @Description: If you have some questions, please contact: chengqiuhua@erayt.com. + */ +export default { + cjs: { type: 'babel', lazy: true }, +}; diff --git a/packages/rcs_5.0/.vue/vue.js b/packages/rcs_5.0/.vue/vue.js new file mode 100644 index 0000000..1752f32 --- /dev/null +++ b/packages/rcs_5.0/.vue/vue.js @@ -0,0 +1,2 @@ +import '@erayt/titanOne-vue/lib/main.js'; + import '../src/main.js'; \ No newline at end of file diff --git a/packages/rcs_5.0/babel.config.js b/packages/rcs_5.0/babel.config.js new file mode 100644 index 0000000..4b217d8 --- /dev/null +++ b/packages/rcs_5.0/babel.config.js @@ -0,0 +1,21 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset', + ], + plugins: ['transform-remove-strict-mode', + [ + '@babel/transform-runtime', { + absoluteRuntime: false, + }], + '@babel/plugin-proposal-optional-chaining',  // 可选链 ?. + '@babel/plugin-proposal-nullish-coalescing-operator', // 空值合并 ?? + ], + env: { + development: { + // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require(). + // This plugin can significantly increase the speed of hot updates, when you have a large number of pages. + // https://panjiachen.github.io/vue-element-admin-site/guide/advanced/lazy-loading.html + plugins: ['dynamic-import-node'], + }, + }, +}; diff --git a/packages/rcs_5.0/config/config.js b/packages/rcs_5.0/config/config.js new file mode 100644 index 0000000..f053ebf --- /dev/null +++ b/packages/rcs_5.0/config/config.js @@ -0,0 +1 @@ +module.exports = {}; diff --git a/packages/rcs_5.0/config/route.config.js b/packages/rcs_5.0/config/route.config.js new file mode 100644 index 0000000..4fb8a1f --- /dev/null +++ b/packages/rcs_5.0/config/route.config.js @@ -0,0 +1,3 @@ +import routes from '../src/router/index' + +export default routes; diff --git a/packages/rcs_5.0/debug.log b/packages/rcs_5.0/debug.log new file mode 100644 index 0000000..bdc61c4 --- /dev/null +++ b/packages/rcs_5.0/debug.log @@ -0,0 +1 @@ +[0421/114546.067:ERROR:directory_reader_win.cc(43)] FindFirstFile +C:\Users\15869\AppData\Local\Chrome\User Data\Crashpad\attachments: ϵͳҲָ· (0x3) diff --git a/packages/rcs_5.0/eslint使用说明.md b/packages/rcs_5.0/eslint使用说明.md new file mode 100644 index 0000000..3899821 --- /dev/null +++ b/packages/rcs_5.0/eslint使用说明.md @@ -0,0 +1,24 @@ +# ESlint使用说明 + + + +## 1. vscode配置 +1. 安装拓展ESlint, +2. vscode点击设置 +2. 打开setting.json文件编辑 +3. 输入配置 + +``` +"eslint.validate": [ + "javascript", + "javascriptreact", + { + "language": "vue", + "autoFix": true + }, + "vue" + ], + "eslint.autoFixOnSave": true +``` + +4. 保存重启 \ No newline at end of file diff --git a/packages/rcs_5.0/global.scss b/packages/rcs_5.0/global.scss new file mode 100644 index 0000000..8ad2141 --- /dev/null +++ b/packages/rcs_5.0/global.scss @@ -0,0 +1,4 @@ +@import "@erayt/titanOne-vue/lib/styles/variable.scss"; + +@import "@erayt/titanOne-vue/lib/styles/mixinThemify.scss"; +@import "@erayt/titanOne-vue/lib/themes/index.scss" diff --git a/packages/rcs_5.0/jsconfig.json b/packages/rcs_5.0/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/packages/rcs_5.0/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} diff --git a/packages/rcs_5.0/mock/api.js b/packages/rcs_5.0/mock/api.js new file mode 100644 index 0000000..8375fc7 --- /dev/null +++ b/packages/rcs_5.0/mock/api.js @@ -0,0 +1,9 @@ +module.exports = function (app, Mock) { + app.post('/test', (req, res) => { + res.json({ + code: '0', + result: { + } + }) + }) +} diff --git a/packages/rcs_5.0/mock/datas/desktop.json b/packages/rcs_5.0/mock/datas/desktop.json new file mode 100644 index 0000000..b8200b8 --- /dev/null +++ b/packages/rcs_5.0/mock/datas/desktop.json @@ -0,0 +1,249 @@ +[ + { + "bankId": "00001", + "desktopContent": [ + + { + "id": "page-600162", + "singleTrigger": false, + "workBenchName": "menu.forexDesktop", + "workBenchWidget": [ + { + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 10, + "customCls": "customCls", + "items": [ + { + + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "customCls": "customCls", + "menus": [ + { + "id": 24 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "customCls": "customCls", + "menus": [ + { + "id": 25 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "customCls": "customCls", + "menus": [ + { + "id": 26 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "customCls": "customCls", + "menus": [ + { + "id": 27 + } + ] + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "customCls": "customCls", + "menus": [ + { + "id":29 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "customCls": "customCls", + "menus": [ + { + "id":31 + } + ] + } + ] + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 6, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 7, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "customCls": "customCls", + "menus": [ + { + "id":32 + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "customCls": "customCls", + "menus": [ + { + "id":33 + } + ] + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 5, + "customCls": "customCls", + "menus": [ + { + "id":34 + } + ] + } + ] + } + ] + }, + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 2, + "customCls": "customCls", + "items": [ + { + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 2, + "customCls": "customCls", + "menus": [ + { + "id": 28 + } + ] + },{ + "title": "", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 10, + "customCls": "customCls", + "menus": [ + { + "id":30 + } + ] + } + ] + } + ] + } + ], + "desktopId": "des-744859", + "desktopName": "交易员桌面", + "desktopNum": "1", + "logonId": "wangkai" + } + ] + \ No newline at end of file diff --git a/packages/rcs_5.0/mock/datas/menu.json b/packages/rcs_5.0/mock/datas/menu.json new file mode 100644 index 0000000..fdefd27 --- /dev/null +++ b/packages/rcs_5.0/mock/datas/menu.json @@ -0,0 +1,8951 @@ +[ + { + "groupId": "rcs", + "groupName": "金融市场业务管理系统5.0", + "isWeb": true, + "isClient": true, + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.dailyTransactionQuery", + "id": 11, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 100 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/dailyTradeQuery", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.dailyTransactionQuery" + }, + { + "iconCls": "", + "text": "menu.reminders", + "id": 12, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 101 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/reminder", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.reminders" + }, + { + "iconCls": "", + "text": "menu.riskPositions", + "id": 13, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 102 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/riskPos", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.riskPositions" + }, + { + "iconCls": "", + "text": "menu.marketRisk", + "id": 14, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 103 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/marketRisk", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.marketRisk" + }, + { + "iconCls": "", + "text": "menu.marketData", + "id": 15, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 106 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/marketData", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.marketData" + }, + { + "iconCls": "", + "text": "menu.profitAndLossChange", + "id": 16, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 107 + }, + + "iconCls": "el-icon-notebook-1", + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/profitLoss", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.profitAndLossChange" + }, + { + "iconCls": "", + "text": "menu.tradeApproval", + "id": 17, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 108 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/tradeApproval", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.tradeApproval" + }, + { + "iconCls": "", + "text": "menu.userInfo", + "id": 18, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 109 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/userInfo", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.userInfo" + }, + { + "iconCls": "", + "text": "menu.assetStatus", + "id": 19, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 110 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/tradeUserWks/assetStatus", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "menu.assetStatus" + }, + { + "iconCls": "", + "text": "menu.settlementReporting", + "id": 20, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 112 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/settleReport", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 13, + "chsMenuName": "menu.settlementReporting" + }, + { + "iconCls": "", + "text": "menu.paymentApproval", + "id": 21, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 113 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/paymentApproval", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 14, + "chsMenuName": "menu.paymentApproval" + }, + { + "iconCls": "", + "text": "menu.interfaceCommunicationStatus", + "id": 22, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 114 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/apiCommunication", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 15, + "chsMenuName": "menu.interfaceCommunicationStatus" + }, + { + "iconCls": "", + "text": "menu.dailyFullReport", + "id": 23, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/managementOperationWks/auditNum", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "menu.dailyFullReport" + }, + { + "iconCls": "", + "text": "损益", + "id": 24, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/profitLoss", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "损益" + }, + { + "iconCls": "", + "text": "损益", + "id": 24, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/profitLoss", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "损益" + }, + { + "iconCls": "", + "text": "敞口", + "id": 25, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/openEnd", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "敞口" + }, + { + "iconCls": "", + "text": "净资产收益率", + "id": 26, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/roe", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "净资产收益率" + }, + { + "iconCls": "", + "text": "var使用率", + "id": 27, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/varUsageRate", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "var使用率" + }, + { + "iconCls": "", + "text": "外汇投组", + "id": 28, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/foreignExchangeGrp", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "外汇投组" + }, + { + "iconCls": "", + "text": "货币余额", + "id": 29, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/moneyBalance", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "货币余额" + }, + { + "iconCls": "", + "text": "市场行情", + "id": 31, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/marketSituation", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "市场行情" + }, + { + "iconCls": "", + "text": "消息", + "id": 30, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/message", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "消息" + }, + { + "iconCls": "", + "text": "Greek", + "id": 32, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/greek", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "Greek" + }, + { + "iconCls": "", + "text": "止损", + "id": 33, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/stopLoss", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "止损" + }, + { + "iconCls": "", + "text": "日成交交易", + "id": 34, + "parentId": 1, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 115 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/wks/forexDesktop/dailyTransaction", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "日成交交易" + } + ], + "iconCls": "", + "text": "menu.workbenchPage", + "id": 1, + "parentId": 0, + "attributes": { + "client": { + "saveParams": true, + "dropdownShow": true, + "shortcutTag": true, + "singleMode": true, + "visible": false + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.workbenchPage" + }, + { + "iconCls": "", + "text": "menu.tradeBookkeeping", + "id": 800, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 116 + }, + "iconCls": "iconfont icon-edit-fill", + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/prodInnoDesign" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":116},\"iconCls\":\"el-icon-notebook-1\",\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/prodInnoDesign\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.tradeBookkeeping" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.forexSpotSingleCurrencyPosition", + "id": 7020, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexSpotSingleCurrencyPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.forexSpotSingleCurrencyPosition" + }, + { + "iconCls": "", + "text": "menu.forexSpotCurrencyPairPosition", + "id": 7021, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1334, + "posType": "FxSpotPairPosition", + "scriptId": "FxSpotPairPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexSpotCurrencyPairPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1334,\"posType\":\"FxSpotPairPosition\",\"scriptId\":\"FxSpotPairPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.forexSpotCurrencyPairPosition" + }, + { + "iconCls": "", + "text": "menu.forexSwapPosition", + "id": 7022, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1335, + "posType": "FxSwapPairPosition", + "scriptId": "FxSwapPairPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexSwapPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1335,\"posType\":\"FxSwapPairPosition\",\"scriptId\":\"FxSwapPairPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.forexSwapPosition" + }, + { + "iconCls": "", + "text": "menu.forexSwapTenorPosition", + "id": 7023, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1336, + "posType": "FxSwapPairTermPosition", + "scriptId": "FxSwapPairTermPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexSwapTenorPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1336,\"posType\":\"FxSwapPairTermPosition\",\"scriptId\":\"FxSwapPairTermPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.forexSwapTenorPosition" + }, + { + "iconCls": "", + "text": "menu.forexOptionsPosition", + "id": 7024, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1337, + "posType": "FxOptionPosition", + "scriptId": "FxOptionPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexOptionsPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1337,\"posType\":\"FxOptionPosition\",\"scriptId\":\"FxOptionPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.forexOptionsPosition" + }, + { + "iconCls": "", + "text": "menu.forexExposureSummary", + "id": 7025, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1338, + "posType": "FxExposureSummary", + "scriptId": "FxExposureSummary" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/forexExposureSummary" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1338,\"posType\":\"FxExposureSummary\",\"scriptId\":\"FxExposureSummary\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.forexExposureSummary" + } + ], + "iconCls": "", + "text": "menu.forexPosition", + "id": 99981004, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1356 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1356},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.forexPosition" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.bondPositionHoldings", + "id": 7042, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1347, + "posType": "BondPosition", + "scriptId": "BondPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 1360, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1347,\"posType\":\"BondPosition\",\"scriptId\":\"BondPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":1360,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.bondPositionHoldings" + }, + { + "iconCls": "", + "text": "menu.bondInventory", + "id": 7043, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1348, + "posType": "BondInventoryPosition", + "scriptId": "BondInventoryPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 1360, + "maximize": true, + "minimize": true, + "path": "/dcs/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1348,\"posType\":\"BondInventoryPosition\",\"scriptId\":\"BondInventoryPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":1360,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.bondInventory" + }, + { + "iconCls": "", + "text": "menu.bondUnwind", + "id": 999810028, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10164 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/../dcs/dcs/dcsPos/unWind" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":10164},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/../dcs/dcs/dcsPos/unWind\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.bondUnwind" + }, + { + "iconCls": "", + "text": "menu.bondOverdue", + "id": 999810027, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10164 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/../pub/pub/pubBond/bondOverdue" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":10164},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/../pub/pub/pubBond/bondOverdue\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.bondOverdue" + }, + { + "iconCls": "", + "text": "2D情景分析", + "id": 999810031, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10194 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/posQuery/volatilityShift2D" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":10194},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/posQuery/volatilityShift2D\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "2D情景分析" + }, + { + "iconCls": "", + "text": "3D情景分析", + "id": 999810032, + "parentId": 99981005, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10194 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/posQuery/volatilityShift3D" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":10194},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/posQuery/volatilityShift3D\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "3D情景分析" + } + ], + "iconCls": "", + "text": "menu.bondHoldings", + "id": 99981005, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1357 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1357},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.bondHoldings" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.preciousMetalSpotSingleCurrencyPosition", + "id": 8030, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1339, + "posType": "PmSpotCurrencyPosition", + "scriptId": "PmSpotCurrencyPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1339,\"posType\":\"PmSpotCurrencyPosition\",\"scriptId\":\"PmSpotCurrencyPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.preciousMetalSpotSingleCurrencyPosition" + }, + { + "iconCls": "", + "text": "menu.preciousMetalSpotCurrencyPairPosition", + "id": 8031, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1340, + "posType": "PmSpotPairPosition", + "scriptId": "PmSpotPairPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1340,\"posType\":\"PmSpotPairPosition\",\"scriptId\":\"PmSpotPairPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.preciousMetalSpotCurrencyPairPosition" + }, + { + "iconCls": "", + "text": "menu.preciousMetalSwapPosition", + "id": 8032, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1341, + "posType": "PmSwapPairPosition", + "scriptId": "PmSwapPairPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1341,\"posType\":\"PmSwapPairPosition\",\"scriptId\":\"PmSwapPairPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.preciousMetalSwapPosition" + }, + { + "iconCls": "", + "text": "menu.preciousMetalOptionsPosition", + "id": 8034, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1342, + "posType": "PmOptionPosition", + "scriptId": "PmOptionPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1342,\"posType\":\"PmOptionPosition\",\"scriptId\":\"PmOptionPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.preciousMetalOptionsPosition" + }, + { + "iconCls": "", + "text": "menu.preciousMetalExposureSummary", + "id": 8035, + "parentId": 99981007, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1344, + "posType": "PmExposureSummary", + "scriptId": "PmExposureSummary" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1344,\"posType\":\"PmExposureSummary\",\"scriptId\":\"PmExposureSummary\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.preciousMetalExposureSummary" + } + ], + "iconCls": "", + "text": "menu.preciousMetalPosition", + "id": 99981007, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.preciousMetalPosition" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.dv01Position", + "id": 7061, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1350, + "posType": "DV01Position", + "scriptId": "DV01Position" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/dv01Position" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1350,\"posType\":\"DV01Position\",\"scriptId\":\"DV01Position\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.dv01Position" + }, + { + "iconCls": "", + "text": "menu.pv01Position", + "id": 7065, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1350 + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/pv01Position" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1350},\"height\":500,\"loadMode\":\"component\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"path\":\"/pv01Position\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.pv01Position" + }, + { + "iconCls": "", + "text": "menu.singlePosition", + "id": 7062, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1352, + "posType": "SinglePosition", + "scriptId": "SinglePosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/singlePosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1352,\"posType\":\"SinglePosition\",\"scriptId\":\"SinglePosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.singlePosition" + }, + { + "iconCls": "", + "text": "menu.accountProfitAndLossPosition", + "id": 7063, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1350, + "posType": "FolderPnlPosition", + "scriptId": "FolderPnlPosition" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/accountProfitAndLossPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1350,\"posType\":\"FolderPnlPosition\",\"scriptId\":\"FolderPnlPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.accountProfitAndLossPosition" + }, + { + "iconCls": "", + "text": "menu.forexCashFlowQuery", + "id": 7064, + "parentId": 99981008, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1014 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/posQuery/searchFxPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1014},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/posQuery/searchFxPosition\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.forexCashFlowQuery" + } + ], + "iconCls": "", + "text": "menu.interestRatePosition", + "id": 99981008, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.interestRatePosition" + }, + { + "children": [ + { + "text": "函数库检索", + "id": 98100233, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/pos/pos/posCommon/searchFunction" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"maximize\":true,\"minimize\":true,\"visible\":false,\"href\":\"/pos/pos/posCommon/searchFunction\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "函数库检索" + }, + { + "text": "数据模拟测试", + "id": 8086103, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "collectionKey" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pubCommon/packetDefine/packageTest" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"collectionKey\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pub/pubCommon/packetDefine/packageTest\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "数据模拟测试" + }, + { + "iconCls": "", + "text": "接入数据模拟", + "id": 981002501, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1363 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/packetTest/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1363},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/packetTest/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "接入数据模拟" + }, + { + "text": "比较", + "id": 98100235, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/pos/pos/infData/compare" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"maximize\":true,\"minimize\":true,\"visible\":false,\"href\":\"/pos/pos/infData/compare\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "比较" + }, + { + "text": "数据包规则", + "id": 8086102, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "collectionKey" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pubCommon/packetDefine/packetRule" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"collectionKey\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pub/pubCommon/packetDefine/packetRule\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "数据包规则" + }, + { + "text": "导入", + "id": 98100236, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "splitRow" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/import/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"splitRow\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/import/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "导入" + }, + { + "text": "关联字段", + "id": 8086101, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "collectionKey" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pubCommon/packetDefine/bindFields" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"collectionKey\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pub/pubCommon/packetDefine/bindFields\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "关联字段" + }, + { + "iconCls": "", + "text": "其他模拟测试", + "id": 981002502, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1364 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/mockTest/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1364},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/mockTest/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "其他模拟测试" + }, + { + "text": "拆分字段映射", + "id": 98100232, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "splitRow" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/splitRuleField/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"splitRow\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/splitRuleField/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "拆分字段映射" + }, + { + "text": "拆分规则", + "id": 98100231, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "splitRow" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/splitRule/top_index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"splitRow\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/splitRule/top_index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 0, + "chsMenuName": "拆分规则" + }, + { + "iconCls": "", + "text": "menu.positionSimulationTest", + "id": 999810025, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "visible": false, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "menu.positionSimulationTest" + }, + { + "iconCls": "", + "text": "menu.splitRuleDefinition", + "id": 999810023, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/splitRule/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/splitRule/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.splitRuleDefinition" + }, + { + "iconCls": "", + "text": "menu.positionDefinition", + "id": 999810024, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1362 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/posDefine/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1362},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/posDefine/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.positionDefinition" + }, + { + "iconCls": "", + "text": "menu.dataPackageDefinition", + "id": 808610, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1079 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pubCommon/packetDefine/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1079},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pub/pubCommon/packetDefine/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.dataPackageDefinition" + }, + { + "iconCls": "", + "text": "menu.positionAggregationDefinition", + "id": 999810026, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361, + "key": "collectionKey" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/posDefine/collection" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361,\"key\":\"collectionKey\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/posDefine/collection\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.positionAggregationDefinition" + }, + { + "iconCls": "", + "text": "menu.dataAccessManagement", + "id": 999810011, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1359 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/infData/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1359},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/infData/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.dataAccessManagement" + }, + { + "iconCls": "", + "text": "menu.positionMonitoringQuery", + "id": 999810012, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1360 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/posQuery/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1360},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/posQuery/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.positionMonitoringQuery" + }, + { + "iconCls": "", + "text": "menu.positionMonitorSettings", + "id": 808614, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1083 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pub/queryComponent/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1083},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pub/pub/queryComponent/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.positionMonitorSettings" + }, + { + "iconCls": "", + "text": "menu.dataAccessDetails", + "id": 999810013, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pos/pos/infData/detail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pos/pos/infData/detail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.dataAccessDetails" + }, + { + "iconCls": "", + "text": "头寸重算", + "id": 808615, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1083 + }, + "width": 680, + "height": 600, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "maximize": true, + "minimize": true, + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/posDefine/posRecalc" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1083},\"width\":680,\"height\":600,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"maximize\":true,\"minimize\":true,\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/posDefine/posRecalc\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "头寸重算" + }, + { + "iconCls": "", + "text": "头寸归集异常补发", + "id": 808616, + "parentId": 808703, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pos/pos/reissue/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pos/pos/reissue/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "头寸归集异常补发" + } + ], + "iconCls": "", + "text": "menu.positionManagement", + "id": 808703, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "shortcutTag": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"shortcutTag\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.positionManagement" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.forexSpotSingleCurrencyPosition", + "id": 99981901, + "parentId": 99981009, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition", + "multiDataSetFlag": "DayEnd" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\",\"multiDataSetFlag\":\"DayEnd\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.forexSpotSingleCurrencyPosition" + }, + { + "iconCls": "", + "text": "menu.forexSpotCurrencyPairPosition", + "id": 99981902, + "parentId": 99981009, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1334, + "posType": "FxSpotPairPosition", + "scriptId": "FxSpotPairPosition", + "multiDataSetFlag": "DayEnd" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1334,\"posType\":\"FxSpotPairPosition\",\"scriptId\":\"FxSpotPairPosition\",\"multiDataSetFlag\":\"DayEnd\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.forexSpotCurrencyPairPosition" + }, + { + "iconCls": "", + "text": "menu.forexSwapPosition", + "id": 99981903, + "parentId": 99981009, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1335, + "posType": "FxSwapPairPosition", + "scriptId": "FxSwapPairPosition", + "multiDataSetFlag": "DayEnd" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "path": "/pos/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1335,\"posType\":\"FxSwapPairPosition\",\"scriptId\":\"FxSwapPairPosition\",\"multiDataSetFlag\":\"DayEnd\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.forexSwapPosition" + } + ], + "iconCls": "", + "text": "日终头寸查询", + "id": 99981009, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1356 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1356},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "日终头寸查询" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.MMPosition", + "id": 99981904, + "parentId": 99981009, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition", + "multiDataSetFlag": "DayEnd" + }, + "loadMode": "component", + "singleMode": true, + "path": "/pos/MMPosition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\",\"multiDataSetFlag\":\"DayEnd\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.MMPosition" + } + ], + "iconCls": "", + "text": "货币持仓", + "id": 99981010, + "parentId": 9998100, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1356 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1356},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "货币持仓" + } + ], + "iconCls": "", + "text": "menu.positionManagement", + "id": 9998100, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "iconfont icon-toucunguanli", + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"iconCls\":\"el-icon-receiving\",\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.positionManagement" + }, + { + "iconCls": "", + "text": "menu.forexSpotDetail", + "id": 7026, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/pos/forexSpotSingleCurrencyPosition/detail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.forexSpotDetail" + }, + { + "iconCls": "", + "text": "menu.historyPos", + "id": 7027, + "parentId": 99981004, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1333, + "posType": "FxSpotCurrencyPosition", + "scriptId": "FxSpotCurrencyPosition" + }, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/pos/historyPos" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1333,\"posType\":\"FxSpotCurrencyPosition\",\"scriptId\":\"FxSpotCurrencyPosition\"},\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.historyPos" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.endOfDayValuation", + "id": 802033, + "parentId": 88887023, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1025, + "type": "valuation" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mds/curveImport/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1025,\"type\":\"valuation\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/mds/mds/curveImport/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.endOfDayValuation" + } + ], + "iconCls": "", + "text": "menu.endOfDayValuation", + "id": 88887023, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.endOfDayValuation" + }, + { + "children": [ + { + "iconCls": "", + "text": "参数审批", + "id": 8601, + "parentId": 80202, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1013, + "hiddenDataType": true, + "type": "pub/pub,mds/mds,pvs/pvs" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/approveIndex" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1013,\"hiddenDataType\":true,\"type\":\"pub/pub,mds/mds,pvs/pvs\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/approveIndex\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "参数审批" + }, + { + "iconCls": "", + "text": "交易审批", + "id": 8602, + "parentId": 80202, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1013, + "hiddenDataType": true, + "type": "dcs/dcs" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/approveIndex" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1013,\"hiddenDataType\":true,\"type\":\"dcs/dcs\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/eflow/approve/html/approveIndex\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "交易审批" + } + ], + "iconCls": "", + "text": "流程管理", + "id": 80202, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "流程管理" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.commandQuery", + "id": 802501, + "parentId": 8025, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1360 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsCommandQuery/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1360},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsCommandQuery/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.commandQuery" + }, + { + "iconCls": "", + "text": "menu.dealMatchManagement", + "id": 802502, + "parentId": 8025, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1361 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsOrderQuery/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1361},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsOrderQuery/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.dealMatchManagement" + } + ], + "iconCls": "", + "text": "menu.commandManagement", + "id": 8025, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.commandManagement" + }, + { + "children": [ + { + "iconCls": "", + "text": "现金流批量操作", + "id": 802204, + "parentId": 8022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 20000 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsCashFlowManager/batchEditCashflow" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":20000},\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsCashFlowManager/batchEditCashflow\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "现金流批量操作" + }, + { + "iconCls": "", + "text": "menu.lifecycleEventManagement", + "id": 802201, + "parentId": 8022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1172 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/eventManager" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1172},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsEventManager/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.lifecycleEventManagement" + }, + { + "iconCls": "", + "text": "menu.cashFlowManagement", + "id": 802202, + "parentId": 8022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1173 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/cashFlowManager" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1173},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/cashFlowManager\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.cashFlowManagement" + }, + { + "iconCls": "", + "text": "menu.fixingManagement", + "id": 802203, + "parentId": 8022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1174 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsFixManager/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1174},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsFixManager/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.fixingManagement" + } + ], + "iconCls": "", + "text": "menu.lifecycleManagement", + "id": 8022, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.lifecycleManagement" + }, + { + "children": [ + { + "text": "接入数据管理/明细", + "id": 80230101, + "parentId": 80201, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1564 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pub/pub/infData/detail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1564},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pub/pub/infData/detail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 1, + "chsMenuName": "接入数据管理/明细" + }, + { + "text": "menu.dataAccessManagement", + "id": 802301, + "parentId": 80201, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1563 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/infData" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1563},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pub/pub/infData/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 5, + "chsMenuName": "menu.dataAccessManagement" + }, + { + "iconCls": "", + "text": "menu.sendExceptionManagement", + "id": 802302, + "parentId": 80201, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1359 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/sendExceptionManager" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1359},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/sendExceptionManager\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.sendExceptionManagement" + } + ], + "text": "menu.interfacesManager", + "id": 80201, + "parentId": 802, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "order": 4, + "chsMenuName": "menu.interfacesManager" + } + ], + "iconCls": "", + "text": "menu.businessManagement", + "id": 802, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "iconfont icon-rmb-fill", + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"iconCls\":\"el-icon-user\",\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.businessManagement" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.marketDataQuery", + "id": 888870211, + "parentId": 88887021, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1044, + "type": "query" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/curveImport" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1044,\"type\":\"query\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/mds/mds/curveImport/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.marketDataQuery" + }, + { + "iconCls": "", + "text": "menu.marketDataHistoricalVersions", + "id": 888870212, + "parentId": 88887021, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 116781 + }, + "height": 400, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 900, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/mds/mds/curveImport/history" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":116781},\"height\":400,\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":900,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/mds/mds/curveImport/history\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.marketDataHistoricalVersions" + } + ], + "iconCls": "", + "text": "menu.commonQuery", + "id": 88887021, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.commonQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.dailyTradeTransactionQuery", + "id": 888970221, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1166 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcsDailyTradeQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1166},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcsDailyTradeQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.dailyTradeTransactionQuery" + }, + { + "iconCls": "", + "text": "menu.customTradeQuery", + "id": 888970222, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1167 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/customSearch" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1167},\"loadMode\":\"component\",\"saveParams\":true,\"singleMode\":true,\"path\":\"/customSearch\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.customTradeQuery" + }, + { + "iconCls": "", + "text": "menu.comboTradeQuery", + "id": 888970223, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1168 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsGroupTradeQuery/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1168},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsGroupTradeQuery/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.comboTradeQuery" + }, + { + "iconCls": "", + "text": "打印", + "id": 888970224, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11699 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/dcsDailyTradeQuery/tradePrint" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11699},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsDailyTradeQuery/tradePrint\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "打印" + }, + { + "iconCls": "", + "text": "menu.dcsCashFlowLogQuery", + "id": 888970291, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1168 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsCashFlowLog/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1168},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsCashFlowLog/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.dcsCashFlowLogQuery" + }, + { + "iconCls": "", + "text": "menu.dcsLogQuery", + "id": 888970292, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1186 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcsLogQuery" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.dcsLogQuery" + }, + { + "iconCls": "", + "text": "跟踪", + "id": 888970225, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11670 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/dcsDailyTradeQuery/tradeQueryTrace" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11670},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsDailyTradeQuery/tradeQueryTrace\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "跟踪" + }, + { + "iconCls": "", + "text": "生命周期", + "id": 888970226, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11671 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcsLifeCycle" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11671},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcsLifeCycle\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "生命周期" + }, + { + "iconCls": "", + "text": "附件管理", + "id": 888970227, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11672 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pub/query/attachManage/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11672},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/pub/pub/query/attachManage/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "附件管理" + }, + { + "iconCls": "", + "text": "估值分析", + "id": 888970228, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11673 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/dcsInput/templateLoader" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11673},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsInput/templateLoader\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "估值分析" + }, + { + "iconCls": "", + "text": "账户明细", + "id": 888970229, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11674 + }, + "shortcutTag": true, + "height": 270, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 390, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsCommon/folderInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11674},\"shortcutTag\":true,\"height\":270,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":390,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsCommon/folderInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "账户明细" + }, + { + "iconCls": "", + "text": "债券明细", + "id": 888970230, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11675 + }, + "shortcutTag": true, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pub/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11675},\"shortcutTag\":true,\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pub/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "债券明细" + }, + { + "iconCls": "", + "text": "债券明细", + "id": 888970240, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11676 + }, + "shortcutTag": true, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11676},\"shortcutTag\":true,\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "债券明细" + }, + { + "iconCls": "", + "text": "债券明细", + "id": 888970250, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11676 + }, + "shortcutTag": true, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pos/../dcs/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11676},\"shortcutTag\":true,\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/../dcs/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 12, + "chsMenuName": "债券明细" + }, + { + "iconCls": "", + "text": "menu.tradeBookkeeping", + "id": 888970281, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11677 + }, + "shortcutTag": true, + "height": 516, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pos/../dcs/dcs/dcsInput/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11677},\"shortcutTag\":true,\"height\":516,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/../dcs/dcs/dcsInput/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 12, + "chsMenuName": "menu.tradeBookkeeping" + }, + { + "iconCls": "", + "text": "账户明细", + "id": 888970282, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11678 + }, + "shortcutTag": true, + "height": 270, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 390, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pos/../dcs/dcs/dcsCommon/folderInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11678},\"shortcutTag\":true,\"height\":270,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":390,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/pos/../dcs/dcs/dcsCommon/folderInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 13, + "chsMenuName": "账户明细" + }, + { + "iconCls": "", + "text": "债券明细", + "id": 888970260, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11676 + }, + "shortcutTag": true, + "height": 500, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 750, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/../dcs/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11676},\"shortcutTag\":true,\"height\":500,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":750,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/../dcs/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 13, + "chsMenuName": "债券明细" + }, + { + "iconCls": "", + "text": "交易事件", + "id": 888970283, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11679 + }, + "shortcutTag": true, + "height": 450, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "width": 700, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsEvent/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11679},\"shortcutTag\":true,\"height\":450,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"width\":700,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsEvent/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 14, + "chsMenuName": "交易事件" + }, + { + "iconCls": "", + "text": "现金流债券交割", + "id": 888970284, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11680 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/dcsRemindCashFlow/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11680},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsRemindCashFlow/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 15, + "chsMenuName": "现金流债券交割" + }, + { + "iconCls": "", + "text": "附件管理", + "id": 888970285, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11672 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/../pub/query/attachManage/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11672},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/../pub/query/attachManage/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 16, + "chsMenuName": "附件管理" + }, + { + "iconCls": "", + "text": "现金流明细", + "id": 888970286, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11673 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/dcs/clashFlowDetailQueryInfo/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11673},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"href\":\"/dcs/dcs/clashFlowDetailQueryInfo/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 17, + "chsMenuName": "现金流明细" + }, + { + "iconCls": "", + "text": "账户详情", + "id": 888970287, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11788 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/../dcs/dcs/dcsCommon/folderInfoDetail" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11788},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/../dcs/dcs/dcsCommon/folderInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 18, + "chsMenuName": "账户详情" + }, + { + "iconCls": "", + "text": "交易簿记", + "id": 888970288, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11788 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/../dcs/dcs/dcsInput/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11788},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/../dcs/dcs/dcsInput/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 19, + "chsMenuName": "交易簿记" + }, + { + "iconCls": "", + "text": "menu.customTradeResult", + "id": 888970290, + "parentId": 88897022, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1167 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/dcs/customResult" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1167},\"loadMode\":\"component\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"path\":\"/customResult\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 20, + "chsMenuName": "menu.customTradeResult" + } + ], + "iconCls": "", + "text": "menu.tradeQuery", + "id": 88897022, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.tradeQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.bondSearch", + "id": 888770301, + "parentId": 88877031, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11681 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/pubQueryBondInfo/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11681},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/pubQueryBondInfo/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.bondSearch" + }, + { + "iconCls": "", + "text": "债券详情", + "id": 801030201, + "parentId": 88877031, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 20000 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/dcs/dcs/dcsCommon/bondsInfoShow" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":20000},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"visible\":false,\"maximize\":true,\"minimize\":true,\"href\":\"/dcs/dcs/dcsCommon/bondsInfoShow\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "债券详情" + }, + { + "iconCls": "", + "text": "债券详情", + "id": 88890001, + "parentId": 88877031, + "attributes": { + "client": { + "extraParams": { + "pageId": 101 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "maximize": true, + "minimize": true, + "visible": false, + "path": "/dcs/dcs/dcsCommon/bondInfoDetail" + } + }, + "attrStr": "{\"client\":{\"extraParams\":{\"pageId\":101},\"shortcutTag\":true,\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"saveParams\":true,\"singleMode\":true,\"maximize\":true,\"minimize\":true,\"visible\":false,\"href\":\"/dcs/dcs/dcsCommon/bondInfoDetail\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "债券详情" + } + ], + "iconCls": "", + "text": "menu.bondQuery", + "id": 88877031, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.bondQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "中间过程结果", + "id": 8890001, + "parentId": 88897024, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 106 + }, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "path": "/pms/pms/pmsResult/result", + "saveParams": true, + "singleMode": true, + "maximize": true, + "visible": false, + "minimize": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":106},\"loadMode\":\"iframe\",\"miniMenuOpenMode\":\"window\",\"normalOpenMode\":\"window\",\"href\":\"/pms/pms/pmsResult/result\",\"saveParams\":true,\"singleMode\":true,\"maximize\":true,\"visible\":false,\"minimize\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 1, + "url": "", + "order": 1, + "chsMenuName": "中间过程结果" + }, + { + "iconCls": "", + "text": "menu.singleValuationResultsQuery", + "id": 889702401, + "parentId": 88897024, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11682 + }, + "loadMode": "component", + "path": "/pms/valuationResult", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11682},\"loadMode\":\"iframe\",\"href\":\"/pms/pms/pmsResult/index\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.singleValuationResultsQuery" + } + ], + "iconCls": "", + "text": "menu.valuationQuery", + "id": 88897024, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.valuationQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.gapAnalysis", + "id": 888970231, + "parentId": 88897025, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1169 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/dcsCashFlowGap/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1169},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/dcsCashFlowGap/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.gapAnalysis" + } + ], + "iconCls": "", + "text": "menu.comprehensiveAnalysis", + "id": 88897025, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.comprehensiveAnalysis" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.cashFlowStatistics", + "id": 889702601, + "parentId": 88897026, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11691 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/dcs/dcs/clashFlowQueryInfo/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11691},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/dcs/dcs/clashFlowQueryInfo/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.cashFlowStatistics" + } + ], + "iconCls": "", + "text": "menu.reportQuery", + "id": 88897026, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.reportQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.queryOperationLog", + "id": 7020101, + "parentId": 70201, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 11681 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/query/queryOperationLog/index" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":11681},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/pub/query/queryOperationLog/index\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.queryOperationLog" + } + ], + "iconCls": "", + "text": "menu.queryOperationLog", + "id": 70201, + "parentId": 702, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.queryOperationLog" + } + ], + "iconCls": "", + "text": "menu.queryManagement", + "id": 702, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "iconfont icon-chaxunguanli", + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"iconCls\":\"el-icon-search\",\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.queryManagement" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.tradeReview", + "id": 80801, + "parentId": 806, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 80801 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/templates/html/tradeFlowEvent" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":80801},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/templates/html/tradeFlowEvent\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.tradeReview" + } + ], + "iconCls": "", + "text": "menu.tradeConfirmation", + "id": 806, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.tradeConfirmation" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.verificationMatching", + "id": 80901, + "parentId": 809, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 80901, + "scriptId": "confirmationMatchingList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":80901,\"scriptId\":\"confirmationMatchingList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.verificationMatching" + }, + { + "iconCls": "", + "text": "menu.verificationDetails", + "id": 80902, + "parentId": 809, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 80902 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/tcs/html/ConfirmationProcess" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":80902},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/tcs/html/ConfirmationProcess\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.verificationDetails" + }, + { + "iconCls": "", + "text": "menu.verificationMessage", + "id": 80904, + "parentId": 809, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 80904, + "scriptId": "MessageSendList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":80904,\"scriptId\":\"MessageSendList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.verificationMessage" + } + ], + "iconCls": "", + "text": "menu.tradeVerification", + "id": 809, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.tradeVerification" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.allSettlementPaths", + "id": 8100101, + "parentId": 81001, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8100101, + "scriptId": "SettleRulesList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8100101,\"scriptId\":\"SettleRulesList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.allSettlementPaths" + }, + { + "iconCls": "", + "text": "menu.ourSettlementPath", + "id": 8100102, + "parentId": 81001, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8100102, + "nostroVostro": "NOSTRO" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/SettleRulesAddNew" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8100102,\"nostroVostro\":\"NOSTRO\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/SettleRulesAddNew\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.ourSettlementPath" + }, + { + "iconCls": "", + "text": "menu.counterpartySettlementPath", + "id": 8100103, + "parentId": 81001, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8100103, + "nostroVostro": "VOSTRO" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/SettleRulesAddNew" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8100103,\"nostroVostro\":\"VOSTRO\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/SettleRulesAddNew\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.counterpartySettlementPath" + } + ], + "iconCls": "", + "text": "menu.settlementPath", + "id": 81001, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.settlementPath" + }, + { + "iconCls": "", + "text": "menu.clearingApproval", + "id": 81002, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81002 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/templates/html/settlementCheck" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81002},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/templates/html/settlementCheck\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.clearingApproval" + }, + { + "iconCls": "", + "text": "menu.manualNetting", + "id": 81003, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81003, + "scriptId": "PaymentNettingList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81003,\"scriptId\":\"PaymentNettingList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.manualNetting" + }, + { + "iconCls": "", + "text": "menu.paymentReporting", + "id": 81004, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81004 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/PaymentFlowProcessList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81004},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/PaymentFlowProcessList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.paymentReporting" + }, + { + "iconCls": "", + "text": "menu.paymentReversal", + "id": 81005, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81005 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/PaymentFlowForCancleitList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81005},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/PaymentFlowForCancleitList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.paymentReversal" + }, + { + "iconCls": "", + "text": "menu.centralClearing", + "id": 81007, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81007 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/CenterClearingManualList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81007},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/CenterClearingManualList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.centralClearing" + }, + { + "iconCls": "", + "text": "menu.holidayAdjustment", + "id": 81008, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81008, + "scriptId": "CashFlowAdjLogList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81008,\"scriptId\":\"CashFlowAdjLogList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.holidayAdjustment" + }, + { + "iconCls": "", + "text": "menu.paymentMessage", + "id": 81009, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81009, + "scriptId": "CashMessageList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81009,\"scriptId\":\"CashMessageList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.paymentMessage" + }, + { + "iconCls": "", + "text": "menu.incomingPaymentSorting", + "id": 81011, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81011 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/gls/html/CnapsReceiveFlowSorting" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81011},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/gls/html/CnapsReceiveFlowSorting\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.incomingPaymentSorting" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.settleTradeCapitalList", + "id": 8101001, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101001 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/html/SettleTradeCapitalList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101001},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/html/SettleTradeCapitalList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.settleTradeCapitalList" + }, + { + "iconCls": "", + "text": "menu.zbondsTabs", + "id": 8101002, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101002 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ZbondsTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101002},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ZbondsTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.zbondsTabs" + }, + { + "iconCls": "", + "text": "menu.shchPledgeTabs", + "id": 8101003, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101003 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchPledgeTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101003},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchPledgeTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.shchPledgeTabs" + }, + { + "iconCls": "", + "text": "menu.shchBondsDealTabs", + "id": 8101004, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101004 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchBondsDealTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101004},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchBondsDealTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.shchBondsDealTabs" + }, + { + "iconCls": "", + "text": "menu.shchBalanceTabs", + "id": 8101008, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101008 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchBalanceTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101008},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchBalanceTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.shchBalanceTabs" + }, + { + "iconCls": "", + "text": "menu.pledgedBondsList", + "id": 8101009, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101009, + "scriptId": "PledgedBondsList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101009,\"scriptId\":\"PledgedBondsList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.pledgedBondsList" + }, + { + "iconCls": "", + "text": "menu.shchRepopleTabs", + "id": 8101011, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101011 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchRepopleTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101011},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchRepopleTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.shchRepopleTabs" + }, + { + "iconCls": "", + "text": "menu.shchSpotTabs", + "id": 8101012, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101012 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchSpotTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101012},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchSpotTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.shchSpotTabs" + }, + { + "iconCls": "", + "text": "menu.shchForfwdTabs", + "id": 8101013, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101013 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchForfwdTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101013},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchForfwdTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.shchForfwdTabs" + }, + { + "iconCls": "", + "text": "menu.shchSwapTabs", + "id": 8101014, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101014 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/ShchSwapTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101014},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/ShchSwapTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.shchSwapTabs" + }, + { + "iconCls": "", + "text": "menu.custodianBalanceTabs", + "id": 8101015, + "parentId": 81010, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8101015 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/CustodianBalanceTabs" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8101015},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/CustodianBalanceTabs\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "menu.custodianBalanceTabs" + } + ], + "iconCls": "", + "text": "menu.clearingVerification", + "id": 81010, + "parentId": 810, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.clearingVerification" + } + ], + "iconCls": "", + "text": "menu.clearingSettlement", + "id": 810, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.clearingSettlement" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.manualAssignment", + "id": 8110501, + "parentId": 81105, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110501 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/cas/html/ManuallySpecifyList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110501},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/cas/html/ManuallySpecifyList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.manualAssignment" + }, + { + "iconCls": "", + "text": "menu.measurementTracking", + "id": 8110502, + "parentId": 81105, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110502, + "scriptId": "MeasureEntryFailList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110502,\"scriptId\":\"MeasureEntryFailList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.measurementTracking" + } + ], + "iconCls": "", + "text": "menu.bondPosition", + "id": 81105, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.bondPosition" + }, + { + "iconCls": "", + "text": "menu.reconciliationProcessing", + "id": 8110110, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110110, + "scriptId": "ReviewAccountList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110110,\"scriptId\":\"ReviewAccountList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.reconciliationProcessing" + }, + { + "iconCls": "", + "text": "menu.initialBalance", + "id": 8110111, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110111, + "scriptId": "initBalanceList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110111,\"scriptId\":\"initBalanceList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.initialBalance" + }, + { + "iconCls": "", + "text": "menu.balanceComparison", + "id": 8110112, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110112, + "scriptId": "BalanceCompareList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110112,\"scriptId\":\"BalanceCompareList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.balanceComparison" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.errorAccountingManagement", + "id": 8110301, + "parentId": 81103, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110301 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/bankAccountError" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110301},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/bankAccountError\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.errorAccountingManagement" + }, + { + "iconCls": "", + "text": "menu.manualEntry", + "id": 8110302, + "parentId": 81103, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110302 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/manualInput" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110302},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/manualInput\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.manualEntry" + }, + { + "iconCls": "", + "text": "menu.manualReversal", + "id": 8110303, + "parentId": 81103, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110303 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/manualCorrect" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110303},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/manualCorrect\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.manualReversal" + } + ], + "iconCls": "", + "text": "menu.voucherManagement", + "id": 81103, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.voucherManagement" + }, + { + "iconCls": "", + "text": "menu.adjustmentApproval", + "id": 8110107, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110307 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/templates/html/manualVoucherFlowEvent" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110307},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/templates/html/manualVoucherFlowEvent\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.adjustmentApproval" + }, + { + "iconCls": "", + "text": "menu.accountingExceptionHandling", + "id": 8110109, + "parentId": 811, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8110309, + "scriptId": "AccountingAbnormalList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8110309,\"scriptId\":\"AccountingAbnormalList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.accountingExceptionHandling" + } + ], + "iconCls": "", + "text": "menu.accounting", + "id": 811, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.accounting" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.tradeQuery", + "id": 81201, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81201, + "scriptId": "tradeDealsList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81201,\"scriptId\":\"tradeDealsList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.tradeQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.cashFlowQuery", + "id": 8120301, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120301, + "scriptId": "CashflowExtList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120301,\"scriptId\":\"CashflowExtList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.cashFlowQuery" + }, + { + "iconCls": "", + "text": "menu.physicalFlowQuery", + "id": 8120302, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120302, + "scriptId": "KindflowExtList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120302,\"scriptId\":\"KindflowExtList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.physicalFlowQuery" + }, + { + "iconCls": "", + "text": "menu.paymentDetails", + "id": 8120303, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120303 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/sts/html/PaymentFlowSetting" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120303},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/sts/html/PaymentFlowSetting\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.paymentDetails" + }, + { + "iconCls": "", + "text": "menu.settlementDetails", + "id": 8120304, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120304, + "scriptId": "InnerAcctDeliverylogListNoEdit" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120304,\"scriptId\":\"InnerAcctDeliverylogListNoEdit\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.settlementDetails" + }, + { + "iconCls": "", + "text": "menu.settlementOrderQuery", + "id": 8120306, + "parentId": 81203, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120306, + "scriptId": "SettlementOrderList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120306,\"scriptId\":\"SettlementOrderList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.settlementOrderQuery" + } + ], + "iconCls": "", + "text": "menu.clearingSettlement", + "id": 81203, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.clearingSettlement" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.inventoryAccounting", + "id": 8120402, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120402, + "scriptId": "BondsLedgerList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120402,\"scriptId\":\"BondsLedgerList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.inventoryAccounting" + }, + { + "iconCls": "", + "text": "menu.accountBalance", + "id": 8120403, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120403 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/gls/html/BalanceListSettings" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120403},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/gls/html/BalanceListSettings\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.accountBalance" + }, + { + "iconCls": "", + "text": "menu.coreBalanceQuery", + "id": 8120405, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120405, + "scriptId": "CoreBalanceList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120405,\"scriptId\":\"CoreBalanceList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.coreBalanceQuery" + }, + { + "iconCls": "", + "text": "menu.accountingDetails", + "id": 8120408, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120408 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/journalsRecordQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120408},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/journalsRecordQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.accountingDetails" + }, + { + "iconCls": "", + "text": "menu.accountingLogs", + "id": 8120413, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120413 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glLogQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120413},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glLogQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.accountingLogs" + }, + { + "iconCls": "", + "text": "menu.accountErrorComparison", + "id": 8120414, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120414 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/newOldAcctLogQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120414},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/newOldAcctLogQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.accountErrorComparison" + }, + { + "iconCls": "", + "text": "menu.thresholdExceptionQuery", + "id": 8120415, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120415 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/dailyLimitLogQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120415},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/dailyLimitLogQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.thresholdExceptionQuery" + }, + { + "iconCls": "", + "text": "menu.daytimeOutgoingData", + "id": 8120416, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120416 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/tradeDataQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120416},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/tradeDataQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.daytimeOutgoingData" + }, + { + "iconCls": "", + "text": "menu.endOfDayOutgoingData", + "id": 8120417, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120417 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/pnlQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120417},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/pnlQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.endOfDayOutgoingData" + }, + { + "iconCls": "", + "text": "menu.outgoingRulesQuery", + "id": 8120418, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120418 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/treatmentSearchQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120418},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/treatmentSearchQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.outgoingRulesQuery" + }, + { + "iconCls": "", + "text": "menu.outgoingEventsQuery", + "id": 8120419, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120419 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/appeventList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120419},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/appeventList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "menu.outgoingEventsQuery" + }, + { + "iconCls": "", + "text": "menu.accountingRulesQuery", + "id": 8120420, + "parentId": 81204, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120420 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glRuleComplexQuery" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120420},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glRuleComplexQuery\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 12, + "chsMenuName": "menu.accountingRulesQuery" + } + ], + "iconCls": "", + "text": "menu.accountingEntries", + "id": 81204, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.accountingEntries" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.valuationDetails", + "id": 8120501, + "parentId": 81205, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120501, + "scriptId": "RevaluationList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120501,\"scriptId\":\"RevaluationList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.valuationDetails" + }, + { + "iconCls": "", + "text": "menu.accrualDetails", + "id": 8120502, + "parentId": 81205, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120502, + "scriptId": "ldAccrualLogList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120502,\"scriptId\":\"ldAccrualLogList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.accrualDetails" + }, + { + "iconCls": "", + "text": "menu.tradeConfirmationProfitLoss", + "id": 8120507, + "parentId": 81205, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120507, + "scriptId": "TradePrincipalPlList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120507,\"scriptId\":\"TradePrincipalPlList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.tradeConfirmationProfitLoss" + } + ], + "iconCls": "", + "text": "menu.accountingMeasurement", + "id": 81205, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.accountingMeasurement" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.provisionTransaction", + "id": 8120601, + "parentId": 81206, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120601 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/boc/html/StBocProvisionAmountInfoList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120601},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/boc/html/StBocProvisionAmountInfoList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.provisionTransaction" + }, + { + "iconCls": "", + "text": "menu.provisionFallbackRate", + "id": 8120602, + "parentId": 81206, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120602 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/boc/html/StBocI9RefbasevalList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120602},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/boc/html/StBocI9RefbasevalList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.provisionFallbackRate" + } + ], + "iconCls": "", + "text": "menu.provisionQuery", + "id": 81206, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.provisionQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.tradeLogs", + "id": 8120701, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120701 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/templates/html/TradeTrackLogList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120701},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/templates/html/TradeTrackLogList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.tradeLogs" + }, + { + "iconCls": "", + "text": "menu.tradeTracking", + "id": 8120702, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120702 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/timeAxis/html/TradeFollow" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120702},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/timeAxis/html/TradeFollow\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.tradeTracking" + }, + { + "iconCls": "", + "text": "menu.applicationLogs", + "id": 8120703, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120703 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/html/LogDownloadList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120703},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/html/LogDownloadList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.applicationLogs" + }, + { + "iconCls": "", + "text": "menu.batchLogs", + "id": 8120704, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120704, + "scriptId": "batchLogList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120704,\"scriptId\":\"batchLogList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.batchLogs" + }, + { + "iconCls": "", + "text": "menu.batchExceptions", + "id": 8120705, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120705, + "scriptId": "TpsBatchErrorDetailList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120705,\"scriptId\":\"TpsBatchErrorDetailList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.batchExceptions" + }, + { + "iconCls": "", + "text": "menu.batchScheduling", + "id": 8120706, + "parentId": 81207, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120706 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/tps/html/BatchWorkTest" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120706},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/tps/html/BatchWorkTest\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.batchScheduling" + } + ], + "iconCls": "", + "text": "menu.monitoringQuery", + "id": 81207, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.monitoringQuery" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.inventoryBalance", + "id": 8120901, + "parentId": 81209, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120901, + "scriptId": "assetsBalanceSellList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120901,\"scriptId\":\"assetsBalanceSellList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.inventoryBalance" + }, + { + "iconCls": "", + "text": "menu.inventoryAccrualEstimationQuery", + "id": 8120902, + "parentId": 81209, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120902, + "scriptId": "casBatchEntryList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120902,\"scriptId\":\"casBatchEntryList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.inventoryAccrualEstimationQuery" + }, + { + "iconCls": "", + "text": "menu.custodianBalance", + "id": 8120903, + "parentId": 81209, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120903, + "scriptId": "CasBondsTrusteePositionList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120903,\"scriptId\":\"CasBondsTrusteePositionList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.custodianBalance" + }, + { + "iconCls": "", + "text": "menu.bondImpairment", + "id": 8120904, + "parentId": 81209, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8120904, + "scriptId": "assetsImpairmentDealList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8120904,\"scriptId\":\"assetsImpairmentDealList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.bondImpairment" + } + ], + "iconCls": "", + "text": "menu.bondMeasurement", + "id": 81209, + "parentId": 812, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.bondMeasurement" + } + ], + "iconCls": "", + "text": "menu.queryStatistics", + "id": 812, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.queryStatistics" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.verificationRules", + "id": 81302, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81302 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/tps/html/ConfirmParameterSettings" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81302},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/tps/html/ConfirmParameterSettings\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.verificationRules" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.incomingPaymentSortingRules", + "id": 8130327, + "parentId": 81303, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130327 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/tps/html/CnapsSortingRules" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130327},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/tps/html/CnapsSortingRules\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.incomingPaymentSortingRules" + } + ], + "iconCls": "", + "text": "menu.clearingRules", + "id": 81303, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.clearingRules" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.messageRuleMaintenance", + "id": 8130401, + "parentId": 81304, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130401, + "scriptId": "messageRuleList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130401,\"scriptId\":\"messageRuleList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.messageRuleMaintenance" + } + ], + "iconCls": "", + "text": "menu.messageRules", + "id": 81304, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.messageRules" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.institutionMaintenance", + "id": 8130501, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130501 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/gls/html/BranchesMappingList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130501},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/gls/html/BranchesMappingList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.institutionMaintenance" + }, + { + "iconCls": "", + "text": "menu.accountingRules", + "id": 8130504, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130504 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/param/html/generalRuleList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130504},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/param/html/generalRuleList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.accountingRules" + }, + { + "iconCls": "", + "text": "menu.ledgerManagement", + "id": 8130505, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130505 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/BookDefinition" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130505},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/BookDefinition\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.ledgerManagement" + }, + { + "iconCls": "", + "text": "menu.subjectManagement", + "id": 8130506, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130506 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/GlAccountTree" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130506},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/GlAccountTree\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.subjectManagement" + }, + { + "iconCls": "", + "text": "menu.scenarioManagement", + "id": 8130508, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130508 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glevent" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130508},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glevent\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.scenarioManagement" + }, + { + "iconCls": "", + "text": "menu.sessionManagement", + "id": 8130509, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130509 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glvalueList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130509},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glvalueList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.sessionManagement" + }, + { + "iconCls": "", + "text": "menu.entryMaintenance", + "id": 8130517, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130517 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/glHomeList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130517},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/glHomeList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.entryMaintenance" + }, + { + "iconCls": "", + "text": "menu.subjectMapping", + "id": 8130518, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130518 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/gls/html/AccountMappingListNew" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130518},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/gls/html/AccountMappingListNew\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.subjectMapping" + }, + { + "iconCls": "", + "text": "menu.thresholdParameters", + "id": 8130519, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130519 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/GL/html/dailyProfitLoss" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130519},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/GL/html/dailyProfitLoss\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.thresholdParameters" + }, + { + "iconCls": "", + "text": "menu.thresholdRelease", + "id": 8130520, + "parentId": 81305, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8130520, + "scriptId": "DailyProfitLossGreenLight" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8130520,\"scriptId\":\"DailyProfitLossGreenLight\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 10, + "chsMenuName": "menu.thresholdRelease" + } + ], + "iconCls": "", + "text": "menu.accounting", + "id": 81305, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.accounting" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.approvalTemplate", + "id": 8131201, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131201, + "scriptId": "tradeTemplateList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131201,\"scriptId\":\"tradeTemplateList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.approvalTemplate" + }, + { + "iconCls": "", + "text": "menu.builtinParameters", + "id": 8131202, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131202, + "scriptId": "paramRuleList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131202,\"scriptId\":\"paramRuleList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.builtinParameters" + }, + { + "iconCls": "", + "text": "menu.dataImport", + "id": 8131203, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131203, + "scriptId": "FileTrackList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131203,\"scriptId\":\"FileTrackList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.dataImport" + }, + { + "iconCls": "", + "text": "帮助配置", + "id": 8131204, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131204, + "scriptId": "helpList" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131204,\"scriptId\":\"helpList\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "帮助配置" + }, + { + "iconCls": "", + "text": "menu.tradeSettlementPath", + "id": 8131205, + "parentId": 81312, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 8131205 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/html/TradeSsiRelatedList" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":8131205},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/html/TradeSsiRelatedList\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.tradeSettlementPath" + } + ], + "iconCls": "", + "text": "menu.otherConfigurations", + "id": 81312, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.otherConfigurations" + }, + { + "iconCls": "", + "text": "menu.universalRules", + "id": 81313, + "parentId": 813, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 81313, + "scriptId": "commRule" + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/settle6-web/stb/query/equery.action" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":81313,\"scriptId\":\"commRule\"},\"loadMode\":\"iframe\",\"saveParams\":true,\"singleMode\":true,\"href\":\"/settle6-web/stb/query/equery.action\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.universalRules" + } + ], + "iconCls": "", + "text": "menu.basicParameters", + "id": 813, + "parentId": 703, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.basicParameters" + } + ], + "iconCls": "", + "text": "menu.backOfficeOperations", + "id": 703, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "el-icon-monitor", + "loadMode": "iframe" + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"iconCls\":\"el-icon-monitor\",\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 11, + "chsMenuName": "menu.backOfficeOperations" + }, + { + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.currency", + "id": 808101, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1050 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/currency" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.currency" + }, + { + "iconCls": "", + "text": "menu.currencyPair", + "id": 808102, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1051 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pair" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.currencyPair" + }, + { + "iconCls": "", + "text": "menu.tenor", + "id": 808103, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1052 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/tenor" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.tenor" + }, + { + "iconCls": "", + "text": "menu.counterparty", + "id": 808104, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1053 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/cpty" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.counterparty" + }, + { + "iconCls": "", + "text": "menu.holiday", + "id": 808105, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1054 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/holiday" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.holiday" + }, + { + "iconCls": "", + "text": "menu.bookkeepingArchitecture", + "id": 808106, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1055 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/orghierarchy" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.bookkeepingArchitecture" + }, + { + "iconCls": "", + "text": "menu.newHoliday", + "id": 808107, + "parentId": 8081, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1996 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/newHoliday" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.newHoliday" + } + ], + "iconCls": "", + "text": "menu.basicParameters", + "id": 8081, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.basicParameters" + }, + { + "children": [ + { + "iconCls": "", + "text": "含权提醒", + "id": 808216, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1566 + }, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pub/pubBond/bondExerciseShow" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "含权提醒" + }, + { + "iconCls": "", + "text": "CLN", + "id": 808213, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": {}, + "shortcutTag": true, + "loadMode": "component", + "miniMenuOpenMode": "window", + "normalOpenMode": "window", + "saveParams": true, + "singleMode": true, + "visible": false, + "maximize": true, + "minimize": true, + "path": "/pub/cln" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "CLN" + }, + { + "iconCls": "", + "text": "menu.bond", + "id": 808201, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1056 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pubBond" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.bond" + }, + { + "iconCls": "", + "text": "menu.stock", + "id": 808214, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1056 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/pubStock" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.stock" + }, + { + "iconCls": "", + "text": "menu.fund", + "id": 808202, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1057 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/fund" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.fund" + }, + { + "iconCls": "", + "text": "menu.wealthManagement", + "id": 808205, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1058 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/financial" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.wealthManagement" + }, + { + "iconCls": "", + "text": "menu.crmw", + "id": 808207, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1060 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/crmw" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.crmw" + }, + { + "iconCls": "", + "text": "menu.cln", + "id": 808206, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1059 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/cln" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.cln" + }, + { + "iconCls": "", + "text": "menu.bondModification", + "id": 808208, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10591 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/pubBond/bondsMananger" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.bondModification" + }, + { + "iconCls": "", + "text": "menu.queryComponentManagementSettings", + "id": 808209, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10592 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/querySetting" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.queryComponentManagementSettings" + }, + { + "iconCls": "", + "text": "menu.queryComponentManagementMonitoring", + "id": 808210, + "parentId": 8082, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10593 + }, + "shortcutTag": true, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "visible": false, + "path": "/pub/queryMonitor" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.queryComponentManagementMonitoring" + } + ], + "iconCls": "", + "text": "menu.bondFund", + "id": 8082, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true,\"loadMode\":\"iframe\"}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.bondFund" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.categories", + "id": 808301, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1061 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/commodityType" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.categories" + }, + { + "iconCls": "", + "text": "menu.underlying", + "id": 808302, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1062 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/commoditySubject" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.underlying" + }, + { + "iconCls": "", + "text": "menu.contract", + "id": 808303, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1063 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/contract" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.contract" + }, + { + "iconCls": "", + "text": "menu.underlyingAttributes", + "id": 808304, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1064 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/commodityAttribute" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.underlyingAttributes" + }, + { + "iconCls": "", + "text": "menu.unitConversion", + "id": 808305, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1065 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/unit" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.unitConversion" + }, + { + "iconCls": "", + "text": "menu.dateRules", + "id": 808306, + "parentId": 8083, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1066 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/dateRule" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.dateRules" + } + ], + "iconCls": "", + "text": "menu.futuresCommodity", + "id": 8083, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.futuresCommodity" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.operatingInstitution", + "id": 808401, + "parentId": 8084, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1067 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/organizationManage" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.operatingInstitution" + }, + { + "iconCls": "", + "text": "menu.businessInstitution", + "id": 808402, + "parentId": 8084, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1068 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/branch" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.businessInstitution" + }, + { + "iconCls": "", + "text": "menu.accountingBank", + "id": 808403, + "parentId": 8084, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1069 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/accBank" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.accountingBank" + }, + { + "iconCls": "", + "text": "menu.ratingAgency", + "id": 808404, + "parentId": 8084, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1070 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/ratingAgency" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.ratingAgency" + } + ], + "iconCls": "", + "text": "menu.institutionManagement", + "id": 8084, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.institutionManagement" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.systemParameters", + "id": 808601, + "parentId": 8086, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1071 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/sysParam" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.systemParameters" + }, + { + "iconCls": "", + "text": "menu.userPermissions", + "id": 808602, + "parentId": 8086, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1072 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pub/userParamPower" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.userPermissions" + } + ], + "iconCls": "", + "text": "menu.parameterPermissions", + "id": 8086, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.parameterPermissions" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.ratingHistory", + "id": 70371, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10391 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mdsRatingHistory" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.ratingHistory" + }, + { + "iconCls": "", + "text": "menu.ratingInfo", + "id": 7037, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1039 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mdsRating" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.ratingInfo" + }, + { + "iconCls": "", + "text": "menu.datasetManagement", + "id": 7036, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1038 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/datasetManagement" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.datasetManagement" + }, + { + "iconCls": "", + "text": "menu.fixingIndicatorDefinition", + "id": 7038, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10381 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/FixingIndex" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.fixingIndicatorDefinition" + }, + { + "iconCls": "", + "text": "menu.curveSurfaceManagement", + "id": 7039, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1041 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mdsCurveManage" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.curveSurfaceManagement" + }, + { + "iconCls": "", + "text": "menu.accessRulesCheck", + "id": 7040, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10411 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/CutInRule" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.accessRulesCheck" + }, + { + "iconCls": "", + "text": "menu.exceptionDataManagement", + "id": 7041, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10412 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/excepateData" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.exceptionDataManagement" + }, + { + "iconCls": "", + "text": "menu.modulePermissionsManagement", + "id": 71042, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10413 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/mdsModulePower" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.modulePermissionsManagement" + }, + { + "iconCls": "", + "text": "menu.dataSourceManagement", + "id": 71043, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10414 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/mds/marketDataSource" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.dataSourceManagement" + }, + { + "iconCls": "", + "text": "期权试算器", + "id": 71048, + "parentId": 701, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 10418 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/optionCalculator" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "期权试算器" + } + ], + "iconCls": "", + "text": "menu.marketData", + "id": 701, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "loadMode": "iframe" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.marketData" + }, + { + "children": [ + { + "iconCls": "", + "text": "menu.valuationRulesManagement", + "id": 88901001, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1177 + }, + "loadMode": "component", + "path": "/pms/pmsRule", + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.valuationRulesManagement" + }, + { + "iconCls": "", + "text": "menu.valuationCurveSurfaceAssignment", + "id": 88901002, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1178 + }, + "loadMode": "component", + "path": "/pms/pmsMdParam", + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 2, + "chsMenuName": "menu.valuationCurveSurfaceAssignment" + }, + { + "iconCls": "", + "text": "menu.valuationModelParameterManagement", + "id": 88901003, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1179 + }, + "loadMode": "component", + "path": "/pms/pmsModelParam", + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"extraParams\":{\"pageId\":1179},\"loadMode\":\"iframe\",\"href\":\"/pms/pms/pmsModelParam/index\",\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 3, + "chsMenuName": "menu.valuationModelParameterManagement" + }, + { + "iconCls": "", + "text": "menu.bondCurveAssignment", + "id": 88901004, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1180 + }, + "loadMode": "component", + "path": "/pms/bondAllot", + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 4, + "chsMenuName": "menu.bondCurveAssignment" + }, + { + "iconCls": "", + "text": "menu.distributionStrategy", + "id": 88901005, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1181 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/pmsDistributionStrategy" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 5, + "chsMenuName": "menu.distributionStrategy" + }, + { + "iconCls": "", + "text": "menu.nodeMonitor", + "id": 88901006, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1182 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/nodeMonitor" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 6, + "chsMenuName": "menu.nodeMonitor" + }, + { + "iconCls": "", + "text": "menu.curveAllot", + "id": 88901007, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1183 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/curveAllot" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.curveAllot" + }, + { + "iconCls": "", + "text": "外汇试算器", + "id": 88901008, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1184 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/fxCalculator" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 8, + "chsMenuName": "menu.fxCalculator" + }, + { + "iconCls": "", + "text": "利率掉期试算器", + "id": 88901009, + "parentId": 80870404, + "attributes": { + "client": { + "dropdownShow": true, + "extraParams": { + "pageId": 1185 + }, + "loadMode": "component", + "saveParams": true, + "singleMode": true, + "path": "/pms/swapRateCalculator" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 9, + "chsMenuName": "menu.swapRateCalculator" + } + ], + "iconCls": "", + "text": "menu.valuationModule", + "id": 80870404, + "parentId": 808, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 7, + "chsMenuName": "menu.valuationModule" + } + ], + "iconCls": "", + "text": "menu.basicData", + "id": 808, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true, + "iconCls": "iconfont icon-parameter-fill" + } + }, + "hasChild": false, + "applId": 8888, + "applCode": "rcs", + "groupId": "rcs", + "level": 0, + "url": "", + "order": 12, + "chsMenuName": "menu.basicData" + }, + { + "applCode": "app", + "attributes": { + "client": { + "singleMode": true, + "dropdownShow": false + } + }, + "children": [ + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/tableUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90306, + "text": "表格组件使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/formUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90308, + "text": "表单组件使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/formFoldUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90309, + "text": "折叠表单组件使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/formSearchUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90310, + "text": "搜索表单组件使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/formLinkageUse" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90311, + "text": "联动表单使用" + }, + { + "applCode": "app", + "attributes": { + "client": { + "loadMode": "component", + "path": "/demo" + } + }, + "iconCls": "", + "groupId": "app", + "id": 90312, + "text": "demo" + } + ], + "iconCls": "el-icon-s-tools", + "groupId": "app", + "id": 9011112, + "text": "组件使用示例" + } + ], + "workPages": [], + "icon": "ctms.png", + "groupOrder": 2 + }, + { + "groupId": "ecas", + "groupName": "统一登录用户管理", + "isWeb": true, + "isClient": true, + "children": [ + { + "children": [ + { + "iconCls": "", + "text": "menu.roleManagement", + "id": 50003, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "roles", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"roles\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.roleManagement" + }, + { + "iconCls": "", + "text": "menu.userManagement", + "id": 50002, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "users", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"users\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.userManagement" + }, + { + "iconCls": "", + "text": "menu.institutionManagement", + "id": 50001, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "bankList", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"bankList\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.institutionManagement" + }, + { + "iconCls": "", + "text": "menu.logQuery", + "id": 50004, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "logsList", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"logsList\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.logQuery" + }, + { + "iconCls": "", + "text": "menu.parameterMaintenance", + "id": 50005, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "parameter_maintenance", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"parameter_maintenance\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.parameterMaintenance" + }, + { + "iconCls": "", + "text": "menu.menuManagement", + "id": 50008, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "ecas_menu", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"ecas_menu\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.menuManagement" + }, + { + "iconCls": "", + "text": "menu.multiLanguageManagement", + "id": 50006, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "multi_language", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"multi_language\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.multiLanguageManagement" + }, + { + "iconCls": "", + "text": "menu.permissionUsageQuery", + "id": 50007, + "parentId": 50000, + "attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", + "extraParams": { + "pageName": "query_bit", + "projectName": "ecas" + } + } + }, + "attrStr": "{\"client\":{\"loadMode\":\"component\",\"path\":\"/dynamic\",\"extraParams\":{\"pageName\":\"query_bit\",\"projectName\":\"ecas\"}}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 1, + "chsMenuName": "menu.permissionUsageQuery" + } + ], + "iconCls": "", + "text": "menu.userRoleManagement", + "id": 50000, + "parentId": 0, + "attributes": { + "client": { + "dropdownShow": true, + "saveParams": true, + "singleMode": true + } + }, + "attrStr": "{\"client\":{\"dropdownShow\":true,\"saveParams\":true,\"singleMode\":true}}", + "hasChild": false, + "applId": 9, + "applCode": "ecas", + "groupId": "ecas", + "level": 0, + "url": "", + "order": 0, + "chsMenuName": "menu.userRoleManagement" + } + ], + "hideHtmls": [], + "workPages": [], + "icon": "ecas.png", + "groupOrder": 1 + } +] \ No newline at end of file diff --git a/packages/rcs_5.0/mock/datas/oldDesktop.json b/packages/rcs_5.0/mock/datas/oldDesktop.json new file mode 100644 index 0000000..2464c61 --- /dev/null +++ b/packages/rcs_5.0/mock/datas/oldDesktop.json @@ -0,0 +1,318 @@ +[ + { + "id": "page-600160", + "singleTrigger": false, + "workBenchName": "menu.tradeUserDesktop", + "workBenchWidget": [ + { + "title": "投资组合", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "row", + "pro": 1, + "customCls": "customCls", + "menus": [ + { + "id": 18, + "tabId": "tab-10000" + } + ] + }, + { + "showTab": false, + "showTitle": false, + "showButton": false, + "type": "row", + "pro": 5, + "name": "row-4", + "customCls": "customCls", + "items": [ + { + "title": "日成交交易查询", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 9, + "name": "col-9", + "customCls": "customCls", + "menus": [ + { + "id": 11, + "tabId": "tab-100111" + } + ] + }, + { + "title": "提醒事项", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 3, + "name": "col-3", + "customCls": "customCls", + "menus": [ + { + "id": 12, + "tabId": "tab-9011" + } + ] + } + ] + }, + { + "showTab": false, + "showTitle": false, + "showButton": false, + "type": "row", + "pro": 3, + "customCls": "customCls", + "items": [ + { + "title": "市场数据", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "name": "col-6", + "customCls": "customCls", + "menus": [ + { + "id": 15, + "tabId": "tab-100111" + } + ] + }, + { + "title": "资产状况", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "name": "col-6", + "customCls": "customCls", + "menus": [ + { + "id": 19, + "tabId": "tab-9011" + } + ] + } + ] + }, + { + "showTab": false, + "showTitle": false, + "showButton": false, + "type": "row", + "pro": 3, + "customCls": "customCls", + "items": [ + { + "title": "风险头寸", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "name": "col-6", + "customCls": "customCls", + "menus": [ + { + "id": 13, + "tabId": "tab-100111" + } + ] + }, + { + "title": "损益变动", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 6, + "name": "col-6", + "customCls": "customCls", + "menus": [ + { + "id": 16, + "tabId": "tab-9011" + } + ] + } + ] + } + ] + }, + { + "id": "page-600161", + "singleTrigger": false, + "workBenchName": "menu.managementOperationWorkbench", + "workBenchWidget": [ + { + "showTab": false, + "showTitle": false, + "showButton": false, + "type": "row", + "pro": 5, + "customCls": "customCls", + "items": [ + { + "title": "日成交交易查询", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 10, + "name": "col-9", + "customCls": "customCls", + "styles": { + "width": "75%" + }, + "menus": [ + { + "id": 17, + "tabId": "tab-100111" + } + ] + }, + { + "title": "提醒事项", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 2, + "name": "col-3", + "styles": { + "width": "25%" + }, + "customCls": "customCls", + "menus": [ + { + "id": 12, + "tabId": "tab-9011" + } + ] + } + ] + }, + { + "showTab": false, + "showTitle": false, + "showButton": false, + "type": "row", + "pro": 4, + "customCls": "customCls", + "items": [ + { + "title": "结算发报", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 10, + "customCls": "customCls", + "styles": { + "width": "75%" + }, + "menus": [ + { + "id": 20, + "tabId": "tab-100112" + } + ] + }, + { + "title": "收付审批", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 2, + "customCls": "customCls", + "styles": { + "width": "25%" + }, + "menus": [ + { + "id": 21, + "tabId": "tab-100114" + } + ] + } + ] + }, + { + "showTab": false, + "showTitle": false, + "showButton": false, + "type": "row", + "pro": 3, + "customCls": "customCls", + "items": [ + { + "title": "当日全量", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 5, + "customCls": "customCls", + "styles": { + "width": "37.5%" + }, + "menus": [ + { + "id": 23, + "tabId": "tab-100120", + "dateKey": "T" + } + ] + }, + { + "title": "当日全量", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 5, + "customCls": "customCls", + "styles": { + "width": "37.5%" + }, + "menus": [ + { + "id": 23, + "tabId": "tab-100121", + "dateKey": "T+0" + } + ] + }, + { + "title": "接口通讯情况", + "showTab": false, + "showTitle": false, + "showButton": true, + "type": "col", + "pro": 2, + "customCls": "customCls", + "styles": { + "width": "25%" + }, + "menus": [ + { + "id": 22, + "tabId": "tab-100115" + } + ] + } + ] + } + ] + } +] \ No newline at end of file diff --git a/packages/rcs_5.0/package.json b/packages/rcs_5.0/package.json new file mode 100644 index 0000000..e6b8798 --- /dev/null +++ b/packages/rcs_5.0/package.json @@ -0,0 +1,67 @@ +{ + "name": "rcs_5.0", + "description": "description", + "authors": "author", + "version": "1.0.0", + "main": "pathToMain", + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint", + "build:electron": "cross-env IDE=electron vue-cli-service build", + "start:electron": "cross-env IDE=electron vue-cli-service serve", + "start:main:dev": " electron ./.electron.js" + }, + "dependencies": { + "@erayt/language": "^1.0.0", + "@erayt/titanOne-component-vue": "^1.0.0", + "@erayt/titanOne-kernel": "^1.0.0", + "@erayt/titanOne-observer": "^5.0.0", + "@erayt/titanOne-vue": "^0.1.1", + "axios": "0.27.2", + "core-js": "3.31.0", + "dayjs": "^1.10.7", + "echarts": "5.3.3", + "element-ui": "2.15.13", + "js-cookie": "3.0.1", + "lodash": "^4.6.1", + "nprogress": "0.2.0", + "vue": "2.7.14", + "vue-i18n": "8.22.2", + "vue-router": "3.6.5", + "vuedraggable": "2.24.3", + "vuex": "3.6.2" + }, + "devDependencies": { + "@babel/core": "7.21.8", + "@babel/eslint-parser": "7.21.8", + "@erayt/element-customize-themes": "^2.15.19", + "@erayt/eui2-themes": "3.2.32", + "@erayt/eui3.5-customize-themes": "^1.0.9", + "@erayt/titanOne-dll": "^3.2.33", + "@erayt/titanOne-electron": "^3.1.69", + "@erayt/titanOne3.0-electron-login": "^3.1.65", + "@erayt/titanOne3.0-web-login": "^3.0.0", + "@erayt/vue-cli-plugin-mock": "^1.0.0", + "@erayt/vue-cli-plugin-titanOne": "^1.0.0", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-eslint": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "babel-plugin-dynamic-import-node": "2.3.3", + "babel-plugin-transform-remove-strict-mode": "0.0.2", + "cache-loader": "4.1.0", + "copy-webpack-plugin": "11.0.0", + "cross-env": "^7.0.3", + "eslint": "7.32.0", + "eslint-plugin-vue": "8.7.1", + "path-browserify": "1.0.1", + "prettier": "2.8.7", + "sass": "1.63.4", + "sass-loader": "12.6.0", + "sass-resources-loader": "2.2.5", + "stylus-loader": "6.2.0", + "vue-dynamic": "^1.0.57", + "vue-dynamic-theme": "^1.0.9", + "vue-template-compiler": "2.7.14" + } +} diff --git a/packages/rcs_5.0/readme.md b/packages/rcs_5.0/readme.md new file mode 100644 index 0000000..80333fe --- /dev/null +++ b/packages/rcs_5.0/readme.md @@ -0,0 +1,316 @@ +## 安装依赖说明 +- 切换源,使用http://192.168.30.37:7001/ 此为临时源,如果源有问题请联系楼呈祥 +- 全局安装lerna 最新版本,旧版本针对本地依赖引用有问题 +- titanOne3.5-core中执行yarn +- 在titanOne3.5-core 目录中执行lerna bootstrap +- titanOne-design-pro-vue 中执行yarn serve + + +## 菜单和桌面数据配置说明 +菜单数据配置在router下的menus.js文件中,桌面数据配置在router下的desktops.js文件中,结构同之前。 + +## 文件结构说明 + +## 项目依赖说明 +### "core-js": "^3.8.3", +- 它是JavaScript标准库的polyfill +- 它尽可能的进行模块化,让你能选择你需要的功能 +- 它可以不污染全局空间 +- 它和babel高度集成,可以对core-js的引入进行最大程度的优化 +### "element-ui": "^2.15.13", +elementui 库,TODO: 未来替换为公司库 +### "js-cookie": "^3.0.1", +设置cookie,使用方式如下 +- 设置cookie +``` +Cookies.set('name', 'value', { expires: 7, path: '' }); //7天过期 + +Cookies.set('name', { foo: 'bar' }); //设置一个json +``` + +- 读取cookie +``` +Cookies.get('name'); //获取cookie + +Cookies.get(); //读取所有的cookie +``` + +- 删除cookie +``` +Cookies.remove('name'); //删除cookie时必须是同一个路径。 +``` +### "nprogress": "^0.2.0", +主要用于页面跳转时展示的顶部进度条 +### "vue": "^2.6.14",≠ +### "vue-router": "^3.5.3", +### "vuedraggable": "^2.24.3", +### "vuex": "^3.6.2", +### "vue-i18n": "8.22.2", + + +## 集成ecas|egate login +1. 引入titanOne login +``` +yarn add @erayt/titanOne3.0-web-login@^3.0.0 --dev +``` +2. 引入 titanOne login的依赖包 +``` + "@erayt/titanOne3.0-web-login": "^3.0.0", + "@erayt/eui3.5-customize-themes":"^1.0.9", + "@erayt/titanOne-dll":"^3.2.33", + "@erayt/eui2-themes":"3.2.32" +``` +login跳转为静态页面跳转,依赖不需要在dependency中 + +3. 引入@erayt/loginSub +``` +yarn add @erayt/loginSub --dev +``` +这个包主要是为了配置dev环境,登录页需要配置的配置内容 + +引入后,我们需要将对应的配置内容注入到vue.config.js中 + +``` + devServer: { + + port: 9527, + ...loginConfig.devServerConfig + }, +``` + +其他依赖配置 +``` + ... + chainWebpack: (config) => { + // 添加login 模块 + loginConfig.chainConfig(config); + + // 配置sourcemap + const needSourcemap = isDev? 'source-map': false + + config.devtool(needSourcemap); + + ... +``` +再次启动yarn serve + +## 引入ecas相关api +比如消息盒子,比如自定义存储,ecas权限功能,webnet,通讯加密等 + +因为相关功能都是以Eui相关api开发的,所以若需要使用上述某一功能,则需要引入Eui底层相关包, + +### 引入titanOne-combination + +这个包是底层api的封装工具包,主要为一些基础函数做封装 + +``` +yarn add @erayt/titanOne-combination +``` + + +### 引入Observer +如果要实现ipc通讯,那么需要引入observer包 +``` +yarn add @erayt/titanOne-observer + +``` + + +## 多语言配置 +文件路径为 src/lang/locale/ + +需要分别配置en 或者zh里面的index.js 文件 + +### 框架语言包 +若使用框架组件,那么需要引入框架语言包,@erayt/language + +### 路径说明 +|- lang // 多语言文件夹 +|--- index.js // 添加了集成框架语言包代码 +|--- locale +|----- en +|------- index.js // 英文翻译文件 +|------- message.js // 错误提示的英文文件 +|----- zh +|------- index.js // 中文翻译文件 +|------- message.js // 错误提示英文文件 + +### 如何使用框架多语言包 +在lang/index.js文件中需要调整如下代码 +``` +// 如果需要使用框架的多语言文件,则需要引入@erayt/language包 +import lang, {mergeToolTip} from '@erayt/language' + +Vue.use(VueI18n); + +const messages = { + en: { + ...lang.en, + ...customEN, + }, + zh: { + ...lang.zh, + ...customZH + } +} +// 引入框架的错误码后,需要调用mergeToolTip进行合并数据,此数据会加入到Eui.Messager.messages中 +mergeToolTip({ + en_US: toolTipEn, + zh_CN: toolTipZh +}) + +``` +还需要调用mergeToolTip 函数,因为框架在后台错误码处理时有特殊的规则,所以错误码需要写在message.js中,如果不引入框架的请求,则全部写在index.js中即可。 + +### 在Vue中如何使用 +多语言使用规则,参照 Vue-i18n的使用规则 + +- 语法: $t('属性名') +``` +

{{ $t('message.hello') }}

+ + // 输出 :

您好!

+``` + + +- 可变参数 +``` +// zh 语言文件中这样配置 +{ + name: '名字 :{0} {1}' +} +``` +使用时只要传入参数即可,参数可以是对象也可以是数组 +``` +// array +$t('name', ['Jack', 'Job']) +// object +$t('name', {'0':'Jack', '1': 'Job']) +``` + +vue-i18n 还提供了金额格式化:$n,日期格式化 $d ,等功能,这里就不说明了, + +- 默认语言设置 +如果en语言包中不存在的内容,使用zh中的值 +``` +const i18n = new VueI18n({ + locale: 'en', + fallbackLocale: 'zh', + messages +}) +``` +- 切换语言 +``` +// 不使用框架 +this.$i18n.local = zh |en + +// 使用框架,则只需使用框架的切换语言按钮即可 +``` + +### 框架错误码解析 + + +## 多主题 + + +### 动态换肤 + +### 多套主题包 +本地存放多套主题,两者有不同的命名空间,如写两套主题,一套叫 custom-theme ,一套叫 custom-eui-theme ,custom-theme 主题都在一个 .custom-theme的命名空间下,我们动态的在 body 上 add .custom-theme ; remove .custom-theme。 + + + +## 升级vue-cli 修改部分 + +vue-cli 内置了css-loader, style-loader, scss-loader, 所以配置文件中不再需要配置 + +项目中有使用css-module的变量导出,供组件使用css变量,所以需要将 element-variables.scss中的导出变量移到element-variables.module.scss + +同时,在main.js中,需要引入element-variables.scss文件 + +## 网络库使用 +- @erayt/networkManager + + +## service 插件化开发 + +## 低代码开发说明 + +项目中默认安装低代码的组件的依赖包,vue-dynamic + +- route.config.js,引用相应路由 +``` +import VueDynamic from 'vue-dynamic' +export default [ + { + path: '/dynamic', + component: VueDynamic.Viewer + } +]; +``` + +- menu.json中配置菜单,在对应attributes属性中设置path,pageName和projectName + +``` +"attributes": { + "client": { + "loadMode": "component", + "path": "/dynamic", // 路由 + "extraParams":{ + "pageName":"dataImport", // 对应页面英文名称 + "projectName":"sds" // 对应项目名称 + } + } + } +``` + +- main.js中注册插件 + +``` +import rxd from 'vue-dynamic'; +import 'vue-dynamic/dist/Dynamic.css'; +rxd.titan.init(); +``` +- vue.config.js中配置低代码服务地址 + +``` + '/phoenix': { + target: 'http://192.168.193.94:8011', + }, +``` + +- 安装低代码样式包 vue-dynamic-theme +``` +main.js中引入 +import "vue-dynamic-theme" +``` + +- 注册多语言 + +1. lang/index.js中引入低代码多语言包 + +``` +import Vuedynamic from 'vue-dynamic' +const messages = { + en_US: { + ...其它多语言文件, + ...Vuedynamic.lang.en // 低代码英文 + }, + zh_CN: { + ...其它多语言文件, + ...Vuedynamic.lang.zh // 低代码中文 + } +} + +export default messages; +``` +2.main.js引入多语言 +``` +import { messages } from "./lang"; +service.registerApplication("myproject", { + routeConfig, + getters, + modules, + i18n: messages, // 注册多语言 +}); +``` diff --git a/packages/rcs_5.0/src/api/dcsApi.js b/packages/rcs_5.0/src/api/dcsApi.js new file mode 100644 index 0000000..c77cb2f --- /dev/null +++ b/packages/rcs_5.0/src/api/dcsApi.js @@ -0,0 +1,570 @@ +import request from '@/http/request.js'; +import { + callGetFile, +} from '@/http/api.call'; +// 使用示例: const res = await this.$apis.pubQueryComboxData(data) + +// 交易簿记/ 现金流预览 +export const getdcsPreviewCashflows = (data) => { + return request({ + url: 'dcs/flow/previewCashflows.action', + method: 'post', + data, + }); +}; + +// 交易簿记/ 新增获取id +export const getdcsDealNo = (data) => { + return request({ + url: 'dcs/dcs/getDealNo.action', + method: 'post', + data, + }); +}; + +// 交易簿记/ 操作风险 +export const getdcsdealActionFlow = (data) => { + return request({ + url: 'dcs/flow/dealActionFlow.action', + method: 'post', + data, + }); +}; + +// 交易簿记/ 快速查询列表 +export const getdealQueryqueryPage = (data) => { + return request({ + url: 'dcs/dcs/dealQuery/queryPage.action', + method: 'post', + data, + }); +}; + +// 交易簿记/ 现金流 现金流 +export const getdcsQueryCashFlowList = (data) => { + return request({ + url: 'dcs/dcs/queryCashFlow.action', + method: 'post', + data, + }); +}; + +// 交易簿记/ 现金流 定盘 +export const getdcsQueryObserveList = (data) => { + return request({ + url: 'dcs/dcs/dealQuery/queryObserveList.action', + method: 'post', + data, + }); +}; + +// 交易簿记/ 提交 +export const handledcsdealActionFlow = (data) => { + return request({ + url: 'dcs/flow/dealActionFlow.action', + method: 'post', + data, + }); +}; + +// 交易簿记/ 是否节假日 +export const getdcsisHolidayByUnderlying = (data) => { + return request({ + url: 'dcs/dcs/isHolidayByUnderlying.action', + method: 'post', + data, + }); +}; + +// 交易簿记/ 按钮权限 +export const getdcsdoGetFolderAuth = (data) => { + return request({ + url: 'dcs/dcs/doGetFolderAuth.action', + method: 'post', + data, + }); +}; + +// 交易簿记/账户信息 +export const getDCSqueryCptyName = (data) => { + return request({ + url: 'dcs/dcs/queryCptyName.action', + method: 'post', + data, + }); +}; +// 交易簿记/交易对手 +export const getDCSqueryFolderById = (data) => { + return request({ + url: 'dcs/dcs/queryFolderById.action', + method: 'post', + data, + }); +}; + +// 交易簿记 +export const getDCSdoEvaluation = (data) => { + return request({ + url: 'dcs/dcs/doEvaluation.action', + method: 'post', + data, + }); +}; + +// 交易簿记 +export const getDCSgetSystemDate = (data) => { + return request({ + url: 'dcs/dcs/getSystemDate.action', + method: 'post', + data, + }); +}; + +// 交易簿记 +export const querySettle = (data) => { + return request({ + url: 'settle6-web/query_settle.action', + method: 'post', + data, + }); +}; +// 交易簿记 +export const getdealQueryQueryList = (data) => { + return request({ + url: 'dcs/dcs/dealQuery/queryList.action', + method: 'post', + data, + }); +}; +// 交易簿记 +export const getDcsOptions = (data) => { + return request({ + url: 'dcs/dcs/queryComboxData.action', + method: 'post', + data, + }); +}; +// 交易簿记 获取即期汇率 +export const getdcsPairInfo = (data) => { + return request({ + url: 'dcs/dcs/getPairInfo.action', + method: 'post', + data, + }); +}; +// 交易簿记 获取起息日 +export const getdcsValueDate = (data) => { + return request({ + url: 'dcs/dcs/getValueDate.action', + method: 'post', + data, + }); +}; + +// 参数审批-统计接口 +export const getParamsStaList = (data) => { + return request({ + url: 'eflow/flow/doQueryNumber.action', + method: 'post', + data, + }); +}; +// 参数审批-待处理接口 +export const getParamsList = (data) => { + return request({ + url: 'eflow/flow/doQueryPageWaiting.action', + method: 'post', + data, + }); +}; +// 参数审批-已处理接口 +export const getFinishList = (data) => { + return request({ + url: 'eflow/flow/doQueryPageFinish.action', + method: 'post', + data, + }); +}; +// 参数审批-已拒绝接口 +export const getRefuseList = (data) => { + return request({ + url: 'eflow/flow/doQueryPageRefuse.action', + method: 'post', + data, + }); +}; +// 参数审批-我发起接口 +export const getInitiateList = (data) => { + return request({ + url: 'eflow/flow/doQueryPageMine.action', + method: 'post', + data, + }); +}; + +// 参数审批-批量审核 +export const batchCheck = (data) => { + return request({ + url: 'eflow/flow/approveBatch.action', + method: 'post', + data, + }); +}; +// 参数审批-审批状态字典 +export const getApproveData = (data) => { + return request({ + url: 'eflow/flow/queryComboxData.action', + method: 'post', + data, + }); +}; +// 参数审批-获取流程操作按钮 +export const getUserFlowOperations = (data) => { + return request({ + url: 'eflow/flow/getUserFlowOperations.action', + method: 'post', + data, + }); +}; +// 参数审批-获取审批流程日志 +export const getFlowLogBySerialNoRepeat = (data) => { + return request({ + url: 'eflow/flow/getFlowLogBySerialNoRepeat.action', + method: 'post', + data, + }); +}; + +// 参数审批-获取变更数据 +export const getFlowCompareData = (data) => { + return request({ + url: 'pub/pub/eflowCompareData.action', // ?dealNo=174194761864137 + method: 'post', + data, + }); +}; +// 参数审批-退回发起下拉获取 +export const getBackList = (data) => { + return request({ + url: 'eflow/flow/queryComboxData.action', + method: 'post', + data, + }); +}; +// 参数审批-退回发起提交 +export const backSubmit = (data) => { + return request({ + url: 'eflow/flow/approve.action', + method: 'post', + data, + }); +}; +// 存续期事件管理 列表查询 +export const getEventList = (data) => { + return request({ + url: 'dcs/dcs/queryPage.action', + method: 'post', + data, + }); +}; +// 存续期事件管理 撤销 +export const batchRevoke = (data) => { + return request({ + url: '', + method: 'post', + data, + }); +}; +// 发送异常管理 补发 +export const batchSendAgain = (data) => { + return request({ + url: 'dcs/pub/sendExceptionReissue.action', + method: 'post', + data, + }); +}; +// 发送异常管理 报文内容保存 +export const messageSave = (data) => { + return request({ + url: 'dcs/dcs/doUpdate.action', + method: 'post', + data, + }); +}; +// queryParam.moduleName:"pubSendExceptionManager","queryParam.domain":"{"id":"20250327_1df210eb-a865-4a6b-accf-8db487d2508c","messageContent":{}} +// 获取数据源-通用 +export const queryComboxData = (data) => { + return request({ + url: 'dcs/dcs/queryComboxData.action', + method: 'post', + data: data, + }); +}; +// 获取数据源-债券检索 +export const queryBondList = (data) => { + return request({ + url: 'dcs/dcs/queryBondList.action', + method: 'post', + data: data, + }); +}; +// 获取数据源-交易对手 +export const queryCptyPage = (data) => { + return request({ + url: 'dcs/dcs/queryCptyPage.action', + method: 'post', + data: data, + }); +}; +// 获取数据源-账户/账户组 +export const queryFolderQueryAuthList = (data) => { + return request({ + url: 'dcs/dcs/queryFolderQueryAuthList.action', + method: 'post', + data: data, + }); +}; + +// 自定义交易查询接口 +export const dcsQueryPage = (data) => { + return request({ + url: 'dcs/dcs/queryPage.action', + method: 'post', + data: data, + }); +}; +// 自定义交易查询结果-产品表头 +export const queryFieldByProduct = (data) => { + return request({ + url: 'dcs/dcs/queryFieldByProduct.action', + method: 'post', + data: data, + }); +}; +// 自定义交易查询-获取自定义查询组合 +export const queryList = (data) => { + return request({ + url: 'dcs/dcs/queryList.action', + method: 'post', + data: data, + }); +}; +// +export const pubqueryList = (data) => { + return request({ + url: 'pub/pub/queryList.action', + method: 'post', + data: data, + }); +}; +// 自定义交易查询-保存自定义查询组合 +export const doSave = (data) => { + return request({ + url: 'dcs/dcs/doSave.action', + method: 'post', + data: data, + }); +}; +// 自定义交易查询-删除自定义查询组合 +export const doDelete = (data) => { + return request({ + url: 'dcs/dcs/doDelete.action', + method: 'post', + data: data, + }); +}; +// 自定义交易查询结果-账户详情 +export const getFolderInfo = (data) => { + return request({ + url: 'dcs/dcs/getFolderInfo.action', + method: 'post', + data: data, + }); +}; + +// 导出 +export const exportData = (data) => { + return request({ + url: 'dcs/baseQuery/exportAll.action', + method: 'post', + // headers: { 'Content-Type': 'multipart/form-data' }, + data, + }); +}; + +// 下载模板 +export const downLoadTemplate = callGetFile('pub/baseData/downloadTemplate.action'); +// export const downLoadTemplate = (data) => { +// return axios.request({ +// url: 'pub/baseData/downloadTemplate.action', +// method: 'get', +// data, +// }); +// }; + +// 导入校验 +export const importCheck = (data) => { + return request({ + url: 'pub/baseData/importCheck.action', + method: 'post', + // headers: { 'Content-Type': 'multipart/form-data' }, + data, + }); +}; +// 确认导入 +export const importData = (data) => { + return request({ + url: 'pub/baseData/importData.action', + method: 'post', + data, + }); +}; + +// 查询导入结果 +export const getProcess = (data) => { + return request({ + url: 'pub/baseData/queryResult.action', + method: 'post', + data, + }); +}; + +export const getPosOptions = (data) => { + return request({ + url: 'pos/pos/queryComboxData.action', + method: 'post', + data, + }); +}; +// 外汇账户明细字典 +export const getForList = (data) => { + return request({ + url: 'dcs/dcs/queryComboxData.action?codifierGrpCodes=static_currencies,FolderStatus,AccountingSection,HomeType', + method: 'get', + data, + }); +}; +// 自定义交易查询结果-账户详情 +export const queryDealOperateLog = (data) => { + return request({ + url: 'dcs/dcs/queryDealOperateLog.action', + method: 'post', + data: data, + }); +}; + +// 交易模块查询历史版本 +export const getCompareVersionLog = (data) => { + return request({ + url: 'dcs/getCompareVersionLog.action', + method: 'get', + data, + }); +}; + +// 公共模块查询历史版本详细信息 +export const compareVersionLog = (data) => { + return request({ + url: 'dcs/compareVersionLog.action', + method: 'post', + data, + }); +}; + +// 获取历史版本版本号列表 +export const versionsLogCombox = (data) => { + return request({ + url: 'dcs/versionsLogCombox.action', + method: 'post', + data, + }); +}; + +// 获取历史头寸配置 +export const getOneQueryComponent = (data) => { + return request({ + url: 'pos/pub/getOneQueryComponent.action', + method: 'post', + data, + }); +}; + +// 获取登录账户 +export const getUserInfo = (data) => { + return request({ + url: 'pos/pos/getUserInfo.action', + method: 'post', + data, + }); +}; + +// 获取登录用户信息 +export const findPreferenceDtoByUserIdAndType = (data) => { + return request({ + url: 'pos/pos/findPreferenceDtoByUserIdAndType.action', + method: 'post', + data, + }); +}; +// 历史头寸获取时间 +export const getPosSystemDate = (data) => { + return request({ + url: 'pos/baseRcs/getSystemDate.action', + method: 'post', + data, + }); +}; + +// 交易主要信息 +export const getQueryMainInfo = (data) => { + return request({ + url: 'dcs/dcs/queryMainInfo.action', + method: 'post', + data, + }); +}; + +// 交易派生信息 +export const getQueryDeriveInfo = (data) => { + return request({ + url: 'dcs/dcs/queryDeriveInfo.action', + method: 'post', + data, + }); +}; + +// 交易审批信息 +export const getQueryAuditInfo = (data) => { + return request({ + url: 'dcs/dcs/queryAuditInfo.action', + method: 'post', + data, + }); +}; + +// 交易收据模板 +export const queryDealReceipt = (data) => { + return request({ + url: 'dcs/dcs/queryDealReceipt.action', + method: 'post', + data, + }); +}; + +// 交易跟踪记录 +export const queryDealTrace = (data) => { + return request({ + url: 'dcs/dcs/queryDealTrace.action', + method: 'post', + data, + }); +}; + +// 交易收据数据 +export const queryDealQueryList = (data) => { + return request({ + url: 'dcs/dcs/dealQuery/queryList.action', + method: 'post', + data, + }); +}; diff --git a/packages/rcs_5.0/src/api/index.js b/packages/rcs_5.0/src/api/index.js new file mode 100644 index 0000000..54d3ba6 --- /dev/null +++ b/packages/rcs_5.0/src/api/index.js @@ -0,0 +1,21 @@ +// 导入所有模块api +const modules = require.context('./', true, /.js/); + +const apis = {}; +modules.keys().forEach(item => { + if (item !== './index.js') { + let api = modules(item); + if (api.default) { + api = { ...api, ...api.default }; + delete api.default; + } + for (const key in api) { + if (apis[key]) { // 请求方法名不能重复 + throw new Error(`error: api method repeat!!! method---->${key}`); + } else { + apis[key] = api[key]; + } + } + } +}); +export default apis; diff --git a/packages/rcs_5.0/src/api/mdsApi.js b/packages/rcs_5.0/src/api/mdsApi.js new file mode 100644 index 0000000..cff305d --- /dev/null +++ b/packages/rcs_5.0/src/api/mdsApi.js @@ -0,0 +1,118 @@ +import request from '@/http/request.js'; + +/** + * 评级信息列表获取 + * @returns + */ +export const msdQueryPage = (data) => { + return request({ + url: 'mds/baseData/queryPage.action', + method: 'post', + data, + }); +}; + +/** 评级目标 */ + +export const msdQueryComboxData = (data) => { + return request({ + url: 'mds/baseRcs/queryComboxData.action', + method: 'post', + data, + }); +}; + +/** 交易对手评级 */ +export const mdsFindAllCptysi18n = () => { + return request({ + url: 'mds/sdscounterparty/findAllCptysi18n.action', + method: 'post', + }); +}; + +/** 发行人评级 */ +export const mdsFindAllIssuerCptysi18n = () => { + return request({ + url: 'mds/sdscounterparty/findAllIssuerCptysi18n.action', + method: 'post', + }); +}; +/** 债券评级 */ +export const mdsFindAllbonds = () => { + return request({ + url: 'mds/sdsbonds/findAllbonds.action', + method: 'post', + }); +}; +/** 国家评级 */ +export const mdsFindAllCountries = () => { + return request({ + url: 'mds/sdsthirdparty/findAllCountries.action', + method: 'post', + }); +}; +/** 担保人评级 */ +export const mdsFindAllGuarantees = () => { + return request({ + url: 'mds/sdscounterparty/findAllGuarantees.action', + method: 'post', + }); +}; + +/** 评级机构 */ + +export const msdFindRatingAgenciesByContainsTermRating = () => { + return request({ + url: 'mds/sdsrating/findRatingAgenciesByContainsTermRating.action', + method: 'post', + }); +}; + +export const msdFindRatingByAgencyIdAndTerm = (data) => { + return request({ + url: 'mds/sdsrating/findRatingByAgencyIdAndTerm.action', + method: 'post', + data, + }); +}; + +export const msdHistoryQueryPage = (data) => { + return request({ + url: 'mds/baseData/queryPage.action?queryParam.moduleName=mdsTargetRatingsHistory', + method: 'post', + data, + }); +}; + +// 数据集查询 +export const msdFindAllDataSet = () => { + return request({ + url: 'mds/mds/findAllDataSet.action', + method: 'post', + }); +}; + +// 数据类型 +export const msdQueryComboxDataAction = (data) => { + return request({ + url: `mds/baseRcs/queryComboxData.action?codifierGrpCodes=${data}`, + method: 'post', + }); +}; + +// 数据集管理列表 +export const msdBaseQueryPage = (data) => { + return request({ + url: 'mds/baseData/queryPage.action?queryParam.moduleName=mdsDataRicSetService', + method: 'post', + data, + }); +}; + +// 数据源 +export const mdsFindAllDataSource = () => { + return request({ + url: 'mds/mds/findAllDataSource.action', + method: 'post', + }); +}; diff --git a/packages/rcs_5.0/src/api/pmsApi.js b/packages/rcs_5.0/src/api/pmsApi.js new file mode 100644 index 0000000..ce75193 --- /dev/null +++ b/packages/rcs_5.0/src/api/pmsApi.js @@ -0,0 +1,220 @@ +import request from '@/http/request.js'; + +// 获取数据源-通用 +export const pmsQueryComboxData = (data) => { + return request({ + url: 'dcs/dcs/queryComboxData.action', + method: 'post', + data: data + }) +} + +// 查询数据源PMS服务 +export const queryComboxDataPMS = (data) => { + return request({ + url: 'pms/baseRcs/queryComboxData.action', + method: 'post', + data: data + }) +} + +// 获取系统日期 +export const getSystemDate = (data) => { + return request({ + url: 'pub/desktop/getSystemDate.action', + method: 'post', + data + }) +} + +// pms服务获取系统日期 +export const getSystemDatePMS = (data) => { + return request({ + url: 'pms/getSystemDate.action', + method: 'post', + data + }) +} + +// 期权计算器-获取日期 +export const getValueDate = (data) => { + return request({ + url: 'dcs/dcs/getValueDate.action', + method: 'post', + data + }) +} + +// pms服务获取日期 +export const getValueDatePMS = (data) => { + return request({ + url: 'pms/getValueDate.action', + method: 'post', + data + }) +} + +// 期权计算器-获取日期间隔 +export const getbetweenDays = (data) => { + return request({ + url: 'dcs/dcs/getbetweenDays.action', + method: 'post', + data + }) +} + +// pms服务查询日期间隔 +export const getbetweenDaysPMS = (data) => { + return request({ + url: 'pms/getbetweenDays.action', + method: 'post', + data + }) +} + +// 期权计算器-获取金额 +export const getPairInfo = (data) => { + return request({ + url: 'dcs/dcs/getPairInfo.action', + method: 'post', + data + }) +} +// pms服务查询金额 +export const getPairInfoPMS = (data) => { + return request({ + url: 'pms/getPairInfo.action', + method: 'post', + data + }) +} + +// 期权计算器-获取QuantoPairs +export const getQuantoPairs = (data) => { + return request({ + url: 'dcs/dcs/getQuantoPairs.action', + method: 'post', + data + }) +} +// 期权计算器-获取Model +export const getModelByParam = (data) => { + return request({ + url: 'pms/getModelByParam.action', + method: 'post', + data + }) +} +// 期权计算器-获取市场数据 +export const findMarketInfoForAnalysis = (data) => { + return request({ + url: 'mds/mds/findMarketInfoForAnalysis.action', + method: 'post', + data + }) +} +// 期权计算器-获取市场价格 +export const findMarketPriceForValAnalysis = (data) => { + return request({ + url: 'mds/findMarketPriceForValAnalysis.action', + method: 'post', + data + }) +} +// 期权计算器-保存市场价格 +export const saveMarketPriceForValAnalysis = (data) => { + return request({ + url: 'mds/saveMarketPriceForValAnalysis.action', + method: 'post', + data + }) +} +// 期权计算器-估值 +export const simulationValuationAnalysis = (data) => { + return request({ + url: 'mds/simulationValuationAnalysis.action', + method: 'post', + data + }) +} +// 期权计算器-试算 +export const simulateDealWithVlParam = (data) => { + return request({ + url: 'mds/simulateDealWithVlParam.action', + method: 'post', + data + }) +} +// 期权计算器-获取定价列表 +export const createObs = (data) => { + return request({ + url: 'pms/createObs.action', + method: 'post', + data + }) +} +// 期权计算器-获取执行价 +export const getPoints = (data) => { + return request({ + url: 'dcs/dcs/getPoints.action', + method: 'post', + data + }) +} + +// pms服务查询执行价 +export const getPointsPMS = (data) => { + return request({ + url: 'pms/getForwardRate.action', + method: 'post', + data + }) +} + +// 逐笔估值结果查询-获取数据源 +export const baseRcsQueryComboxData = (data) => { + return request({ + url: 'pms/baseRcs/queryComboxData.action', + method: 'post', + headers: { + "Content-Type": "application/x-www-form-urlencoded;charset=utf-8", + }, + data + }) +} + +// 逐笔估值结果查询-获取列表 +export const pmsQueryPage = (data) => { + return request({ + url: 'pms/pmsone/queryPage.action', + method: 'post', + headers: { + "Content-Type": "application/x-www-form-urlencoded;charset=utf-8", + }, + data + }) +} + +// 逐笔估值结果查询-重估值 +export const reDoCalcFont = (data) => { + return request({ + url: 'pms/pms/reDoCalcFont.action', + method: 'post', + headers: { + "Content-Type": "application/x-www-form-urlencoded;charset=utf-8", + }, + data + }) +} + +// 逐笔估值结果查询-查看估值中间数据 +export const pmsFindPmsResultDetail = (data) => { + return request({ + url: 'pms/pmsFindPmsResultDetailNew.action', + method: 'post', + headers: { + "Content-Type": "application/x-www-form-urlencoded;charset=utf-8", + }, + data + }) +} \ No newline at end of file diff --git a/packages/rcs_5.0/src/api/posApi.js b/packages/rcs_5.0/src/api/posApi.js new file mode 100644 index 0000000..589e490 --- /dev/null +++ b/packages/rcs_5.0/src/api/posApi.js @@ -0,0 +1,59 @@ + +import request from '@/http/request.js'; +import { callPostFormFile, callPostAll, callPostFile } from '@/http/api.call'; +// 外汇即期单货币头寸 +export const getForeignCurrencyList = (data) => { + return request({ + url: 'pos/equery.action', + method: 'post', + data, + }); +}; +// 导出 +export const exportForData = callPostFormFile('/pos/equery.action'); + +// pv01头寸 +export const getPv01DataList = (data) => { + return request({ + url: 'pos/pos/pv01DataQuery.action', + method: 'post', + data, + }); +}; + +// 外汇现金流查询 +export const getTtCashFlowList = (data) => { + return request({ + url: 'pos/pos/queryTtCashFlow.action', + method: 'post', + data, + }); +}; + +// 期限列设置 +export const queryTerm = (data) => { + return request({ + url: 'pos/pos/queryTerm.action', + method: 'post', + data, + }); +}; + +// 获取现金流期限列设置 +export const findPreferenceDtoByUserId = (data) => { + return request({ + url: 'pos/pos/findPreferenceDtoByUserIdAndType.action', + method: 'post', + data, + }); +}; + +// 保存期限列设置 +export const updatePreferenceDto = (data) => { + return request({ + url: 'pos/pos/updatePreferenceDto.action', + method: 'post', + data, + }); +}; + diff --git a/packages/rcs_5.0/src/api/pubApi.js b/packages/rcs_5.0/src/api/pubApi.js new file mode 100644 index 0000000..bb68b2a --- /dev/null +++ b/packages/rcs_5.0/src/api/pubApi.js @@ -0,0 +1,103 @@ +import request from '@/http/request.js'; + +// 使用示例: const res = await this.$apis.pubQueryComboxData(data) +// 获取数据源-公共 +export const pubQueryComboxData = (data) => { + return request({ + url: 'pub/pub/queryComboxData.action', + method: 'post', + data, + }); +}; + +// 货币-查询接口 +export const queryPage = (data) => { + return request({ + url: 'pub/pub/queryPage.action', + method: 'post', + data, + }); +}; + +// 公共模块查询历史版本 +export const getCompareVersion = (data) => { + return request({ + url: 'pub/pub/getCompareVersion.action', + method: 'get', + data, + }); +}; + +// 公共模块查询历史版本详细信息 +export const compare = (data) => { + return request({ + url: 'pub/compare.action', + method: 'post', + data, + }); +}; + +// 获取历史版本版本号列表 +export const versionsCombox = (data) => { + return request({ + url: 'pub/pub/versionsCombox.action', + method: 'post', + data, + }); +}; + +// 货币查询id +export const findStaticDataId = (data) => { + return request({ + url: 'pub/sdsthirdparty/findStaticDataId.action', + method: 'post', + data, + }); +}; + +// 节假日查询 +export const queryAll = (data) => { + return request({ + url: 'pub/pub/queryAll.action', + method: 'post', + data, + }); +}; + +// 公共新增接口 +export const pubDoSave = (data) => { + return request({ + url: 'pub/pub/doSave.action', + method: 'post', + data, + }); +}; + +// 公共编辑接口 +export const pubDoUpdate = (data) => { + return request({ + url: 'pub/pub/doUpdate.action', + method: 'post', + data, + }); +}; + + + +// 接入数据管理-左侧树形数据 +export const getPacketTree = (data) => { + return request({ + url: 'pub/pub/getPacketTree.action', + method: 'post', + data, + }); +}; + +// 获取数据源-交易对手 +export const queryCptyPage1 = (data) => { + return request({ + url: 'dcs/dcs/queryCptyPage.action', + method: 'post', + data: data, + }); +}; diff --git a/packages/rcs_5.0/src/api/wksApi.js b/packages/rcs_5.0/src/api/wksApi.js new file mode 100644 index 0000000..0d13cc2 --- /dev/null +++ b/packages/rcs_5.0/src/api/wksApi.js @@ -0,0 +1,198 @@ +import request from '@/http/request.js'; + +// 消息提醒获取数据 +export const queryNormalMessageList = (data) => { + return request({ + url: 'pub/desktop/queryNormalMessageList.action', + method: 'post', + data, + }); +}; + +// 获取异常消息处理 +export const queryErrorMessageList = (data) => { + return request({ + url: 'pub/desktop/queryErrorMessageList.action', + method: 'post', + data, + }); +}; + +// 获取日成交交易table数据 +export const getDailyTradeQuery = (data) => { + return request({ + url: 'dcs/dailyTradeQuery.action', + method: 'post', + data, + }); +}; + +// 获取风险头寸图表数据 +export const queryRiskPositionByType = (data) => { + return request({ + url: 'rsk-new/rsk/queryRiskPositionByType.action', + method: 'post', + data, + }); +}; + +// 获取市场风险图表数据 +export const getMarketRiskChart = (data) => { + return request({ + url: 'pub/desktop/getMarketRiskChart', + method: 'post', + data, + }); +}; + +// 获取信用额度图表数据 +export const getCreditLimitChart = (data) => { + return request({ + url: 'pub/desktop/getCreditLimitChart', + method: 'post', + data, + }); +}; + +// 获取授权占比图表数据 +export const getEmpowerChart = (data) => { + return request({ + url: 'pub/desktop/getEmpowerChart', + method: 'post', + data, + }); +}; + +// 获取市场数据货币对价格 +export const queryPriceList = (data) => { + return request({ + url: 'mds/desktop/queryPriceList.action', + method: 'post', + data, + }); +}; + +// 获取货币对对应的历史数据 +export const queryHistoryPriceList = (data) => { + return request({ + url: 'mds/hisprice/client/desktop/queryHistoryPriceList.action', + method: 'post', + data, + }); +}; + +// 获取损益变动图表数据 +export const queryPlByType = (data) => { + return request({ + url: 'rsk-new/rsk/queryPlByType.action', + method: 'post', + data, + }); +}; + +// 获取账户列表数据 +export const queryAllFolderInfo = (data) => { + return request({ + url: 'pub/desktop/getFolderTree.action', + method: 'post', + data, + }); +}; + +// 获取损益货币 +export const getFolderPlCcy = (data) => { + return request({ + url: 'pub/desktop/getFolderPlCcy.action', + method: 'post', + data, + }); +}; + +// 获取资产情况表格数据 +export const queryPlChartByType = (data) => { + return request({ + url: 'pos/queryPlChartByType.action', + method: 'post', + data, + }); +}; + +// 获取资产情况期限数据 +export const queryTermCash = (data) => { + return request({ + url: 'dcs/queryCashFlowSumAmount.action', + method: 'post', + data, + }); +}; + +// 获取超限事件表格数据 +export const getOverEventChart = (data) => { + return request({ + url: 'pub/desktop/queryEventList.action', + method: 'post', + data, + }); +}; + +// 获取交易审批table数据 +export const queryCommunicationMessage = (data) => { + return request({ + url: 'pub/desktop/queryCommunicationMessage.action', + method: 'post', + data, + }); +}; + +// 获取结算发报table数据 +export const queryPaymentFlowProcessList = (data) => { + return request({ + url: 'settle6-web/desktop/queryPaymentFlowProcessList.action', + method: 'post', + data, + }); +}; + +// 获取收付审批列表 +export const queryPaymentFlowAuditList = (data) => { + return request({ + url: 'settle6-web/desktop/queryPaymentFlowAuditList.action', + method: 'post', + data, + }); +}; + +// 获取接口通讯列表 +export const getApiStatus = (data) => { + return request({ + url: 'settle6-web/desktop/getApiStatus.action', + method: 'post', + data, + }); +}; + +// 获取当日全量数据 +export const queryDealAuditNum = (data) => { + return request({ + url: 'settle6-web/desktop/queryDealAuditNum.action', + method: 'post', + data, + }); +}; + +// 获取机构 +export const querySiteList = (data) => { + return request({ + url: 'pub/desktop/querySiteList.action', + method: 'post', + data, + }); +}; +// 日成交交易 +export const queryDealPage = (data) => { + return request({ + url: 'dcs/dcs/dealQuery/queryPage.action', + method: 'post', + data, + }); +}; diff --git a/packages/rcs_5.0/src/assets/iconfont/demo.css b/packages/rcs_5.0/src/assets/iconfont/demo.css new file mode 100644 index 0000000..a67054a --- /dev/null +++ b/packages/rcs_5.0/src/assets/iconfont/demo.css @@ -0,0 +1,539 @@ +/* Logo 字体 */ +@font-face { + font-family: "iconfont logo"; + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), + url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); +} + +.logo { + font-family: "iconfont logo"; + font-size: 160px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +/* tabs */ +.nav-tabs { + position: relative; +} + +.nav-tabs .nav-more { + position: absolute; + right: 0; + bottom: 0; + height: 42px; + line-height: 42px; + color: #666; +} + +#tabs { + border-bottom: 1px solid #eee; +} + +#tabs li { + cursor: pointer; + width: 100px; + height: 40px; + line-height: 40px; + text-align: center; + font-size: 16px; + border-bottom: 2px solid transparent; + position: relative; + z-index: 1; + margin-bottom: -1px; + color: #666; +} + + +#tabs .active { + border-bottom-color: #f00; + color: #222; +} + +.tab-container .content { + display: none; +} + +/* 页面布局 */ +.main { + padding: 30px 100px; + width: 960px; + margin: 0 auto; +} + +.main .logo { + color: #333; + text-align: left; + margin-bottom: 30px; + line-height: 1; + height: 110px; + margin-top: -50px; + overflow: hidden; + *zoom: 1; +} + +.main .logo a { + font-size: 160px; + color: #333; +} + +.helps { + margin-top: 40px; +} + +.helps pre { + padding: 20px; + margin: 10px 0; + border: solid 1px #e7e1cd; + background-color: #fffdef; + overflow: auto; +} + +.icon_lists { + width: 100% !important; + overflow: hidden; + *zoom: 1; +} + +.icon_lists li { + width: 100px; + margin-bottom: 10px; + margin-right: 20px; + text-align: center; + list-style: none !important; + cursor: default; +} + +.icon_lists li .code-name { + line-height: 1.2; +} + +.icon_lists .icon { + display: block; + height: 100px; + line-height: 100px; + font-size: 42px; + margin: 10px auto; + color: #333; + -webkit-transition: font-size 0.25s linear, width 0.25s linear; + -moz-transition: font-size 0.25s linear, width 0.25s linear; + transition: font-size 0.25s linear, width 0.25s linear; +} + +.icon_lists .icon:hover { + font-size: 100px; +} + +.icon_lists .svg-icon { + /* 通过设置 font-size 来改变图标大小 */ + width: 1em; + /* 图标和文字相邻时,垂直对齐 */ + vertical-align: -0.15em; + /* 通过设置 color 来改变 SVG 的颜色/fill */ + fill: currentColor; + /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示 + normalize.css 中也包含这行 */ + overflow: hidden; +} + +.icon_lists li .name, +.icon_lists li .code-name { + color: #666; +} + +/* markdown 样式 */ +.markdown { + color: #666; + font-size: 14px; + line-height: 1.8; +} + +.highlight { + line-height: 1.5; +} + +.markdown img { + vertical-align: middle; + max-width: 100%; +} + +.markdown h1 { + color: #404040; + font-weight: 500; + line-height: 40px; + margin-bottom: 24px; +} + +.markdown h2, +.markdown h3, +.markdown h4, +.markdown h5, +.markdown h6 { + color: #404040; + margin: 1.6em 0 0.6em 0; + font-weight: 500; + clear: both; +} + +.markdown h1 { + font-size: 28px; +} + +.markdown h2 { + font-size: 22px; +} + +.markdown h3 { + font-size: 16px; +} + +.markdown h4 { + font-size: 14px; +} + +.markdown h5 { + font-size: 12px; +} + +.markdown h6 { + font-size: 12px; +} + +.markdown hr { + height: 1px; + border: 0; + background: #e9e9e9; + margin: 16px 0; + clear: both; +} + +.markdown p { + margin: 1em 0; +} + +.markdown>p, +.markdown>blockquote, +.markdown>.highlight, +.markdown>ol, +.markdown>ul { + width: 80%; +} + +.markdown ul>li { + list-style: circle; +} + +.markdown>ul li, +.markdown blockquote ul>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown>ul li p, +.markdown>ol li p { + margin: 0.6em 0; +} + +.markdown ol>li { + list-style: decimal; +} + +.markdown>ol li, +.markdown blockquote ol>li { + margin-left: 20px; + padding-left: 4px; +} + +.markdown code { + margin: 0 3px; + padding: 0 5px; + background: #eee; + border-radius: 3px; +} + +.markdown strong, +.markdown b { + font-weight: 600; +} + +.markdown>table { + border-collapse: collapse; + border-spacing: 0px; + empty-cells: show; + border: 1px solid #e9e9e9; + width: 95%; + margin-bottom: 24px; +} + +.markdown>table th { + white-space: nowrap; + color: #333; + font-weight: 600; +} + +.markdown>table th, +.markdown>table td { + border: 1px solid #e9e9e9; + padding: 8px 16px; + text-align: left; +} + +.markdown>table th { + background: #F7F7F7; +} + +.markdown blockquote { + font-size: 90%; + color: #999; + border-left: 4px solid #e9e9e9; + padding-left: 0.8em; + margin: 1em 0; +} + +.markdown blockquote p { + margin: 0; +} + +.markdown .anchor { + opacity: 0; + transition: opacity 0.3s ease; + margin-left: 8px; +} + +.markdown .waiting { + color: #ccc; +} + +.markdown h1:hover .anchor, +.markdown h2:hover .anchor, +.markdown h3:hover .anchor, +.markdown h4:hover .anchor, +.markdown h5:hover .anchor, +.markdown h6:hover .anchor { + opacity: 1; + display: inline-block; +} + +.markdown>br, +.markdown>p>br { + clear: both; +} + + +.hljs { + display: block; + background: white; + padding: 0.5em; + color: #333333; + overflow-x: auto; +} + +.hljs-comment, +.hljs-meta { + color: #969896; +} + +.hljs-string, +.hljs-variable, +.hljs-template-variable, +.hljs-strong, +.hljs-emphasis, +.hljs-quote { + color: #df5000; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-type { + color: #a71d5d; +} + +.hljs-literal, +.hljs-symbol, +.hljs-bullet, +.hljs-attribute { + color: #0086b3; +} + +.hljs-section, +.hljs-name { + color: #63a35c; +} + +.hljs-tag { + color: #333333; +} + +.hljs-title, +.hljs-attr, +.hljs-selector-id, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo { + color: #795da3; +} + +.hljs-addition { + color: #55a532; + background-color: #eaffea; +} + +.hljs-deletion { + color: #bd2c00; + background-color: #ffecec; +} + +.hljs-link { + text-decoration: underline; +} + +/* 代码高亮 */ +/* PrismJS 1.15.0 +https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ +/** + * prism.js default theme for JavaScript, CSS and HTML + * Based on dabblet (http://dabblet.com) + * @author Lea Verou + */ +code[class*="language-"], +pre[class*="language-"] { + color: black; + background: none; + text-shadow: 0 1px white; + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + word-wrap: normal; + line-height: 1.5; + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*="language-"]::-moz-selection, +pre[class*="language-"] ::-moz-selection, +code[class*="language-"]::-moz-selection, +code[class*="language-"] ::-moz-selection { + text-shadow: none; + background: #b3d4fc; +} + +pre[class*="language-"]::selection, +pre[class*="language-"] ::selection, +code[class*="language-"]::selection, +code[class*="language-"] ::selection { + text-shadow: none; + background: #b3d4fc; +} + +@media print { + + code[class*="language-"], + pre[class*="language-"] { + text-shadow: none; + } +} + +/* Code blocks */ +pre[class*="language-"] { + padding: 1em; + margin: .5em 0; + overflow: auto; +} + +:not(pre)>code[class*="language-"], +pre[class*="language-"] { + background: #f5f2f0; +} + +/* Inline code */ +:not(pre)>code[class*="language-"] { + padding: .1em; + border-radius: .3em; + white-space: normal; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string { + color: #9a6e3a; + background: hsla(0, 0%, 100%, .5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + +.token.function, +.token.class-name { + color: #DD4A68; +} + +.token.regex, +.token.important, +.token.variable { + color: #e90; +} + +.token.important, +.token.bold { + font-weight: bold; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} diff --git a/packages/rcs_5.0/src/assets/iconfont/demo_index.html b/packages/rcs_5.0/src/assets/iconfont/demo_index.html new file mode 100644 index 0000000..8c0330f --- /dev/null +++ b/packages/rcs_5.0/src/assets/iconfont/demo_index.html @@ -0,0 +1,1617 @@ + + + + + iconfont Demo + + + + + + + + + + + + + +
+

+ + + 彩色字体 + +

+ +
+
+
    + +
  • + +
    link1
    +
    
    +
  • + +
  • + +
    information-query
    +
    
    +
  • + +
  • + +
    batch-search
    +
    
    +
  • + +
  • + +
    market-risk
    +
    
    +
  • + +
  • + +
    trending-up
    +
    
    +
  • + +
  • + +
    trending-down
    +
    
    +
  • + +
  • + +
    liedingzhi
    +
    
    +
  • + +
  • + +
    research
    +
    
    +
  • + +
  • + +
    bank-card-fill
    +
    
    +
  • + +
  • + +
    fund-fill
    +
    
    +
  • + +
  • + +
    term-exposure-fill
    +
    
    +
  • + +
  • + +
    bank-card
    +
    
    +
  • + +
  • + +
    date-time
    +
    
    +
  • + +
  • + +
    doc-edit
    +
    
    +
  • + +
  • + +
    chart-combo
    +
    
    +
  • + +
  • + +
    account
    +
    
    +
  • + +
  • + +
    bank
    +
    
    +
  • + +
  • + +
    trend1
    +
    
    +
  • + +
  • + +
    credit-risk
    +
    
    +
  • + +
  • + +
    market-risk
    +
    
    +
  • + +
  • + +
    operational-risk
    +
    
    +
  • + +
  • + +
    chaxunguanli
    +
    
    +
  • + +
  • + +
    toucunguanli
    +
    
    +
  • + +
  • + +
    jisuangongjv
    +
    
    +
  • + +
  • + +
    home
    +
    
    +
  • + +
  • + +
    refresh1
    +
    
    +
  • + +
  • + +
    delete
    +
    
    +
  • + +
  • + +
    filter
    +
    
    +
  • + +
  • + +
    save
    +
    
    +
  • + +
  • + +
    search
    +
    
    +
  • + +
  • + +
    user1
    +
    
    +
  • + +
  • + +
    batch-failure
    +
    
    +
  • + +
  • + +
    components
    +
    
    +
  • + +
  • + +
    application1-fill
    +
    
    +
  • + +
  • + +
    edit-fill
    +
    
    +
  • + +
  • + +
    home-fill
    +
    
    +
  • + +
  • + +
    rmb-fill
    +
    
    +
  • + +
  • + +
    parameter-fill
    +
    
    +
  • + +
  • + +
    yijujue
    +
    
    +
  • + +
  • + +
    yitongguo
    +
    
    +
  • + +
  • + +
    daishenpi
    +
    
    +
  • + +
  • + +
    yituihui
    +
    
    +
  • + +
  • + +
    more2
    +
    
    +
  • + +
  • + +
    remind
    +
    
    +
  • + +
  • + +
    add
    +
    
    +
  • + +
  • + +
    double_right
    +
    
    +
  • + +
  • + +
    double-left
    +
    
    +
  • + +
  • + +
    down
    +
    
    +
  • + +
  • + +
    down1
    +
    
    +
  • + +
  • + +
    left1
    +
    
    +
  • + +
  • + +
    left
    +
    
    +
  • + +
  • + +
    right
    +
    
    +
  • + +
  • + +
    right1
    +
    
    +
  • + +
  • + +
    attention
    +
    
    +
  • + +
  • + +
    fail
    +
    
    +
  • + +
  • + +
    help
    +
    
    +
  • + +
  • + +
    success
    +
    
    +
  • + +
  • + +
    caution
    +
    
    +
  • + +
  • + +
    info
    +
    
    +
  • + +
  • + +
    EUR
    +
    
    +
  • + +
  • + +
    美国国旗
    +
    
    +
  • + +
  • + +
    中国国旗
    +
    
    +
  • + +
+
+

Unicode 引用

+
+ +

Unicode 是字体在网页端最原始的应用方式,特点是:

+
    +
  • 支持按字体的方式去动态调整图标大小,颜色等等。
  • +
  • 默认情况下不支持多色,直接添加多色图标会自动去色。
  • +
+
+

注意:新版 iconfont 支持两种方式引用多色图标:SVG symbol 引用方式和彩色字体图标模式。(使用彩色字体图标需要在「编辑项目」中开启「彩色」选项后并重新生成。)

+
+

Unicode 使用步骤如下:

+

第一步:拷贝项目下面生成的 @font-face

+
@font-face {
+  font-family: 'iconfont';
+  src: 
+       url('iconfont.woff2?t=1745565649382') format('woff2'),
+       url('iconfont.woff?t=1745565649382') format('woff'),
+       url('iconfont.ttf?t=1745565649382') format('truetype');
+}
+
+

第二步:定义使用 iconfont 的样式

+
.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 16px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+

第三步:挑选相应图标并获取字体编码,应用于页面

+
+<span class="iconfont">&#x33;</span>
+
+
+

"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    + link1 +
    +
    .icon-link1 +
    +
  • + +
  • + +
    + information-query +
    +
    .icon-information-query +
    +
  • + +
  • + +
    + batch-search +
    +
    .icon-batch-search +
    +
  • + +
  • + +
    + market-risk +
    +
    .icon-a-marketrisk +
    +
  • + +
  • + +
    + trending-up +
    +
    .icon-trending-up +
    +
  • + +
  • + +
    + trending-down +
    +
    .icon-trending-down +
    +
  • + +
  • + +
    + liedingzhi +
    +
    .icon-liedingzhi +
    +
  • + +
  • + +
    + research +
    +
    .icon-research +
    +
  • + +
  • + +
    + bank-card-fill +
    +
    .icon-bank-card-fill +
    +
  • + +
  • + +
    + fund-fill +
    +
    .icon-fund-fill +
    +
  • + +
  • + +
    + term-exposure-fill +
    +
    .icon-term-exposure-fill +
    +
  • + +
  • + +
    + bank-card +
    +
    .icon-bank-card +
    +
  • + +
  • + +
    + date-time +
    +
    .icon-date-time +
    +
  • + +
  • + +
    + doc-edit +
    +
    .icon-doc-edit +
    +
  • + +
  • + +
    + chart-combo +
    +
    .icon-chart-combo +
    +
  • + +
  • + +
    + account +
    +
    .icon-account +
    +
  • + +
  • + +
    + bank +
    +
    .icon-bank +
    +
  • + +
  • + +
    + trend1 +
    +
    .icon-trend1 +
    +
  • + +
  • + +
    + credit-risk +
    +
    .icon-credit-risk +
    +
  • + +
  • + +
    + market-risk +
    +
    .icon-market-risk +
    +
  • + +
  • + +
    + operational-risk +
    +
    .icon-operational-risk +
    +
  • + +
  • + +
    + chaxunguanli +
    +
    .icon-chaxunguanli +
    +
  • + +
  • + +
    + toucunguanli +
    +
    .icon-toucunguanli +
    +
  • + +
  • + +
    + jisuangongjv +
    +
    .icon-jisuangongjv +
    +
  • + +
  • + +
    + home +
    +
    .icon-home +
    +
  • + +
  • + +
    + refresh1 +
    +
    .icon-refresh1 +
    +
  • + +
  • + +
    + delete +
    +
    .icon-delete +
    +
  • + +
  • + +
    + filter +
    +
    .icon-filter +
    +
  • + +
  • + +
    + save +
    +
    .icon-save +
    +
  • + +
  • + +
    + search +
    +
    .icon-search +
    +
  • + +
  • + +
    + user1 +
    +
    .icon-user1 +
    +
  • + +
  • + +
    + batch-failure +
    +
    .icon-batch-failure +
    +
  • + +
  • + +
    + components +
    +
    .icon-components +
    +
  • + +
  • + +
    + application1-fill +
    +
    .icon-application1-fill +
    +
  • + +
  • + +
    + edit-fill +
    +
    .icon-edit-fill +
    +
  • + +
  • + +
    + home-fill +
    +
    .icon-home-fill +
    +
  • + +
  • + +
    + rmb-fill +
    +
    .icon-rmb-fill +
    +
  • + +
  • + +
    + parameter-fill +
    +
    .icon-parameter-fill +
    +
  • + +
  • + +
    + yijujue +
    +
    .icon-yijujue +
    +
  • + +
  • + +
    + yitongguo +
    +
    .icon-yitongguo +
    +
  • + +
  • + +
    + daishenpi +
    +
    .icon-daishenpi +
    +
  • + +
  • + +
    + yituihui +
    +
    .icon-yituihui +
    +
  • + +
  • + +
    + more2 +
    +
    .icon-more2 +
    +
  • + +
  • + +
    + remind +
    +
    .icon-remind +
    +
  • + +
  • + +
    + add +
    +
    .icon-add +
    +
  • + +
  • + +
    + double_right +
    +
    .icon-double_right +
    +
  • + +
  • + +
    + double-left +
    +
    .icon-double-left +
    +
  • + +
  • + +
    + down +
    +
    .icon-down +
    +
  • + +
  • + +
    + down1 +
    +
    .icon-down1 +
    +
  • + +
  • + +
    + left1 +
    +
    .icon-left1 +
    +
  • + +
  • + +
    + left +
    +
    .icon-left +
    +
  • + +
  • + +
    + right +
    +
    .icon-right +
    +
  • + +
  • + +
    + right1 +
    +
    .icon-right1 +
    +
  • + +
  • + +
    + attention +
    +
    .icon-attention +
    +
  • + +
  • + +
    + fail +
    +
    .icon-fail +
    +
  • + +
  • + +
    + help +
    +
    .icon-help +
    +
  • + +
  • + +
    + success +
    +
    .icon-success +
    +
  • + +
  • + +
    + caution +
    +
    .icon-caution +
    +
  • + +
  • + +
    + info +
    +
    .icon-info +
    +
  • + +
  • + +
    + EUR +
    +
    .icon-EUR +
    +
  • + +
  • + +
    + 美国国旗 +
    +
    .icon-meiguoguoqi +
    +
  • + +
  • + +
    + 中国国旗 +
    +
    .icon-zhongguoguoqi +
    +
  • + +
+
+

font-class 引用

+
+ +

font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。

+

与 Unicode 使用方式相比,具有如下特点:

+
    +
  • 相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。
  • +
  • 因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 fontclass 代码:

+
<link rel="stylesheet" href="./iconfont.css">
+
+

第二步:挑选相应图标并获取类名,应用于页面:

+
<span class="iconfont icon-xxx"></span>
+
+
+

" + iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。

+
+
+
+
+
    + +
  • + +
    link1
    +
    #icon-link1
    +
  • + +
  • + +
    information-query
    +
    #icon-information-query
    +
  • + +
  • + +
    batch-search
    +
    #icon-batch-search
    +
  • + +
  • + +
    market-risk
    +
    #icon-a-marketrisk
    +
  • + +
  • + +
    trending-up
    +
    #icon-trending-up
    +
  • + +
  • + +
    trending-down
    +
    #icon-trending-down
    +
  • + +
  • + +
    liedingzhi
    +
    #icon-liedingzhi
    +
  • + +
  • + +
    research
    +
    #icon-research
    +
  • + +
  • + +
    bank-card-fill
    +
    #icon-bank-card-fill
    +
  • + +
  • + +
    fund-fill
    +
    #icon-fund-fill
    +
  • + +
  • + +
    term-exposure-fill
    +
    #icon-term-exposure-fill
    +
  • + +
  • + +
    bank-card
    +
    #icon-bank-card
    +
  • + +
  • + +
    date-time
    +
    #icon-date-time
    +
  • + +
  • + +
    doc-edit
    +
    #icon-doc-edit
    +
  • + +
  • + +
    chart-combo
    +
    #icon-chart-combo
    +
  • + +
  • + +
    account
    +
    #icon-account
    +
  • + +
  • + +
    bank
    +
    #icon-bank
    +
  • + +
  • + +
    trend1
    +
    #icon-trend1
    +
  • + +
  • + +
    credit-risk
    +
    #icon-credit-risk
    +
  • + +
  • + +
    market-risk
    +
    #icon-market-risk
    +
  • + +
  • + +
    operational-risk
    +
    #icon-operational-risk
    +
  • + +
  • + +
    chaxunguanli
    +
    #icon-chaxunguanli
    +
  • + +
  • + +
    toucunguanli
    +
    #icon-toucunguanli
    +
  • + +
  • + +
    jisuangongjv
    +
    #icon-jisuangongjv
    +
  • + +
  • + +
    home
    +
    #icon-home
    +
  • + +
  • + +
    refresh1
    +
    #icon-refresh1
    +
  • + +
  • + +
    delete
    +
    #icon-delete
    +
  • + +
  • + +
    filter
    +
    #icon-filter
    +
  • + +
  • + +
    save
    +
    #icon-save
    +
  • + +
  • + +
    search
    +
    #icon-search
    +
  • + +
  • + +
    user1
    +
    #icon-user1
    +
  • + +
  • + +
    batch-failure
    +
    #icon-batch-failure
    +
  • + +
  • + +
    components
    +
    #icon-components
    +
  • + +
  • + +
    application1-fill
    +
    #icon-application1-fill
    +
  • + +
  • + +
    edit-fill
    +
    #icon-edit-fill
    +
  • + +
  • + +
    home-fill
    +
    #icon-home-fill
    +
  • + +
  • + +
    rmb-fill
    +
    #icon-rmb-fill
    +
  • + +
  • + +
    parameter-fill
    +
    #icon-parameter-fill
    +
  • + +
  • + +
    yijujue
    +
    #icon-yijujue
    +
  • + +
  • + +
    yitongguo
    +
    #icon-yitongguo
    +
  • + +
  • + +
    daishenpi
    +
    #icon-daishenpi
    +
  • + +
  • + +
    yituihui
    +
    #icon-yituihui
    +
  • + +
  • + +
    more2
    +
    #icon-more2
    +
  • + +
  • + +
    remind
    +
    #icon-remind
    +
  • + +
  • + +
    add
    +
    #icon-add
    +
  • + +
  • + +
    double_right
    +
    #icon-double_right
    +
  • + +
  • + +
    double-left
    +
    #icon-double-left
    +
  • + +
  • + +
    down
    +
    #icon-down
    +
  • + +
  • + +
    down1
    +
    #icon-down1
    +
  • + +
  • + +
    left1
    +
    #icon-left1
    +
  • + +
  • + +
    left
    +
    #icon-left
    +
  • + +
  • + +
    right
    +
    #icon-right
    +
  • + +
  • + +
    right1
    +
    #icon-right1
    +
  • + +
  • + +
    attention
    +
    #icon-attention
    +
  • + +
  • + +
    fail
    +
    #icon-fail
    +
  • + +
  • + +
    help
    +
    #icon-help
    +
  • + +
  • + +
    success
    +
    #icon-success
    +
  • + +
  • + +
    caution
    +
    #icon-caution
    +
  • + +
  • + +
    info
    +
    #icon-info
    +
  • + +
  • + +
    EUR
    +
    #icon-EUR
    +
  • + +
  • + +
    美国国旗
    +
    #icon-meiguoguoqi
    +
  • + +
  • + +
    中国国旗
    +
    #icon-zhongguoguoqi
    +
  • + +
+
+

Symbol 引用

+
+ +

这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇文章 + 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:

+
    +
  • 支持多色图标了,不再受单色限制。
  • +
  • 通过一些技巧,支持像字体那样,通过 font-size, color 来调整样式。
  • +
  • 兼容性较差,支持 IE9+,及现代浏览器。
  • +
  • 浏览器渲染 SVG 的性能一般,还不如 png。
  • +
+

使用步骤如下:

+

第一步:引入项目下面生成的 symbol 代码:

+
<script src="./iconfont.js"></script>
+
+

第二步:加入通用 CSS 代码(引入一次就行):

+
<style>
+.icon {
+  width: 1em;
+  height: 1em;
+  vertical-align: -0.15em;
+  fill: currentColor;
+  overflow: hidden;
+}
+</style>
+
+

第三步:挑选相应图标并获取类名,应用于页面:

+
<svg class="icon" aria-hidden="true">
+  <use xlink:href="#icon-xxx"></use>
+</svg>
+
+
+
+ +
+
+ + + diff --git a/packages/rcs_5.0/src/assets/iconfont/iconfont.css b/packages/rcs_5.0/src/assets/iconfont/iconfont.css new file mode 100644 index 0000000..cfe0e92 --- /dev/null +++ b/packages/rcs_5.0/src/assets/iconfont/iconfont.css @@ -0,0 +1,297 @@ +@font-face { + font-family: "iconfont"; /* Project id 4894712 */ + /* Color fonts */ + src: + url('iconfont.woff2?t=1746004916794') format('woff2'), + url('iconfont.woff?t=1746004916794') format('woff'), + url('iconfont.ttf?t=1746004916794') format('truetype'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-copy:before { + content: "\e79e"; +} + +.icon-email:before { + content: "\e78a"; +} + +.icon-calendar:before { + content: "\e7ed"; +} + +.icon-folder-add:before { + content: "\e80d"; +} + +.icon-folder:before { + content: "\e7f9"; +} + +.icon-layers:before { + content: "\e83c"; +} + +.icon-dollar:before { + content: "\e8b6"; +} + +.icon-monitor:before { + content: "\e985"; +} + +.icon-link1:before { + content: "\e789"; +} + +.icon-information-query:before { + content: "\e90b"; +} + +.icon-batch-search:before { + content: "\e977"; +} + +.icon-a-marketrisk:before { + content: "\e72f"; +} + +.icon-trending-up:before { + content: "\e7ae"; +} + +.icon-trending-down:before { + content: "\e7a9"; +} + +.icon-liedingzhi:before { + content: "\e787"; +} + +.icon-research:before { + content: "\e8b2"; +} + +.icon-bank-card-fill:before { + content: "\e9c6"; +} + +.icon-fund-fill:before { + content: "\e9b4"; +} + +.icon-term-exposure-fill:before { + content: "\e994"; +} + +.icon-bank-card:before { + content: "\e7e5"; +} + +.icon-date-time:before { + content: "\e7ef"; +} + +.icon-doc-edit:before { + content: "\e80c"; +} + +.icon-chart-combo:before { + content: "\e886"; +} + +.icon-account:before { + content: "\e8c4"; +} + +.icon-bank:before { + content: "\e8bd"; +} + +.icon-trend1:before { + content: "\e8b9"; +} + +.icon-credit-risk:before { + content: "\e98c"; +} + +.icon-market-risk:before { + content: "\e98a"; +} + +.icon-operational-risk:before { + content: "\e988"; +} + +.icon-chaxunguanli:before { + content: "\e783"; +} + +.icon-toucunguanli:before { + content: "\e784"; +} + +.icon-jisuangongjv:before { + content: "\e786"; +} + +.icon-home:before { + content: "\e731"; +} + +.icon-refresh1:before { + content: "\e72c"; +} + +.icon-delete:before { + content: "\e78c"; +} + +.icon-filter:before { + content: "\e790"; +} + +.icon-save:before { + content: "\e785"; +} + +.icon-search:before { + content: "\e788"; +} + +.icon-user1:before { + content: "\e7d9"; +} + +.icon-batch-failure:before { + content: "\e96f"; +} + +.icon-components:before { + content: "\e965"; +} + +.icon-application1-fill:before { + content: "\e9cd"; +} + +.icon-edit-fill:before { + content: "\e9bd"; +} + +.icon-home-fill:before { + content: "\e9ba"; +} + +.icon-rmb-fill:before { + content: "\e9a5"; +} + +.icon-parameter-fill:before { + content: "\e99f"; +} + +.icon-yijujue:before { + content: "\e781"; +} + +.icon-yitongguo:before { + content: "\e780"; +} + +.icon-daishenpi:before { + content: "\e782"; +} + +.icon-yituihui:before { + content: "\e77f"; +} + +.icon-more2:before { + content: "\e729"; +} + +.icon-remind:before { + content: "\e712"; +} + +.icon-add:before { + content: "\e79f"; +} + +.icon-double_right:before { + content: "\e7d0"; +} + +.icon-double-left:before { + content: "\e7d6"; +} + +.icon-down:before { + content: "\e7cb"; +} + +.icon-down1:before { + content: "\e7bd"; +} + +.icon-left1:before { + content: "\e7c6"; +} + +.icon-left:before { + content: "\e7a8"; +} + +.icon-right:before { + content: "\e7c1"; +} + +.icon-right1:before { + content: "\e7b8"; +} + +.icon-attention:before { + content: "\e867"; +} + +.icon-fail:before { + content: "\e868"; +} + +.icon-help:before { + content: "\e869"; +} + +.icon-success:before { + content: "\e86b"; +} + +.icon-caution:before { + content: "\e86c"; +} + +.icon-info:before { + content: "\e86d"; +} + +.icon-EUR:before { + content: "\e633"; +} + +.icon-meiguoguoqi:before { + content: "\e610"; +} + +.icon-zhongguoguoqi:before { + content: "\e632"; +} + diff --git a/packages/rcs_5.0/src/assets/iconfont/iconfont.js b/packages/rcs_5.0/src/assets/iconfont/iconfont.js new file mode 100644 index 0000000..5bd01bf --- /dev/null +++ b/packages/rcs_5.0/src/assets/iconfont/iconfont.js @@ -0,0 +1 @@ +window._iconfont_svg_string_4894712='',(h=>{var l=(a=(a=document.getElementsByTagName("script"))[a.length-1]).getAttribute("data-injectcss"),a=a.getAttribute("data-disable-injectsvg");if(!a){var o,v,i,m,t,z=function(l,a){a.parentNode.insertBefore(l,a)};if(l&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(l){console&&console.log(l)}}o=function(){var l,a=document.createElement("div");a.innerHTML=h._iconfont_svg_string_4894712,(a=a.getElementsByTagName("svg")[0])&&(a.setAttribute("aria-hidden","true"),a.style.position="absolute",a.style.width=0,a.style.height=0,a.style.overflow="hidden",a=a,(l=document.body).firstChild?z(a,l.firstChild):l.appendChild(a))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(o,0):(v=function(){document.removeEventListener("DOMContentLoaded",v,!1),o()},document.addEventListener("DOMContentLoaded",v,!1)):document.attachEvent&&(i=o,m=h.document,t=!1,e(),m.onreadystatechange=function(){"complete"==m.readyState&&(m.onreadystatechange=null,c())})}function c(){t||(t=!0,i())}function e(){try{m.documentElement.doScroll("left")}catch(l){return void setTimeout(e,50)}c()}})(window); \ No newline at end of file diff --git a/packages/rcs_5.0/src/assets/iconfont/iconfont.json b/packages/rcs_5.0/src/assets/iconfont/iconfont.json new file mode 100644 index 0000000..0113474 --- /dev/null +++ b/packages/rcs_5.0/src/assets/iconfont/iconfont.json @@ -0,0 +1,499 @@ +{ + "id": "4894712", + "name": "RCS-5.0", + "font_family": "iconfont", + "css_prefix_text": "icon-", + "description": "", + "glyphs": [ + { + "icon_id": "40904218", + "name": "copy", + "font_class": "copy", + "unicode": "e79e", + "unicode_decimal": 59294 + }, + { + "icon_id": "40904240", + "name": "email", + "font_class": "email", + "unicode": "e78a", + "unicode_decimal": 59274 + }, + { + "icon_id": "40904567", + "name": "calendar", + "font_class": "calendar", + "unicode": "e7ed", + "unicode_decimal": 59373 + }, + { + "icon_id": "40904659", + "name": "folder-add", + "font_class": "folder-add", + "unicode": "e80d", + "unicode_decimal": 59405 + }, + { + "icon_id": "40904674", + "name": "folder", + "font_class": "folder", + "unicode": "e7f9", + "unicode_decimal": 59385 + }, + { + "icon_id": "40905078", + "name": "layers", + "font_class": "layers", + "unicode": "e83c", + "unicode_decimal": 59452 + }, + { + "icon_id": "40906322", + "name": "dollar", + "font_class": "dollar", + "unicode": "e8b6", + "unicode_decimal": 59574 + }, + { + "icon_id": "40907675", + "name": "monitor", + "font_class": "monitor", + "unicode": "e985", + "unicode_decimal": 59781 + }, + { + "icon_id": "40904247", + "name": "link1", + "font_class": "link1", + "unicode": "e789", + "unicode_decimal": 59273 + }, + { + "icon_id": "40907403", + "name": "information-query", + "font_class": "information-query", + "unicode": "e90b", + "unicode_decimal": 59659 + }, + { + "icon_id": "40907711", + "name": "batch-search", + "font_class": "batch-search", + "unicode": "e977", + "unicode_decimal": 59767 + }, + { + "icon_id": "32459477", + "name": "market-risk", + "font_class": "a-marketrisk", + "unicode": "e72f", + "unicode_decimal": 59183 + }, + { + "icon_id": "40904404", + "name": "trending-up", + "font_class": "trending-up", + "unicode": "e7ae", + "unicode_decimal": 59310 + }, + { + "icon_id": "40904409", + "name": "trending-down", + "font_class": "trending-down", + "unicode": "e7a9", + "unicode_decimal": 59305 + }, + { + "icon_id": "44054370", + "name": "liedingzhi", + "font_class": "liedingzhi", + "unicode": "e787", + "unicode_decimal": 59271 + }, + { + "icon_id": "40906335", + "name": "research", + "font_class": "research", + "unicode": "e8b2", + "unicode_decimal": 59570 + }, + { + "icon_id": "40907821", + "name": "bank-card-fill", + "font_class": "bank-card-fill", + "unicode": "e9c6", + "unicode_decimal": 59846 + }, + { + "icon_id": "40907834", + "name": "fund-fill", + "font_class": "fund-fill", + "unicode": "e9b4", + "unicode_decimal": 59828 + }, + { + "icon_id": "40907871", + "name": "term-exposure-fill", + "font_class": "term-exposure-fill", + "unicode": "e994", + "unicode_decimal": 59796 + }, + { + "icon_id": "40904437", + "name": "bank-card", + "font_class": "bank-card", + "unicode": "e7e5", + "unicode_decimal": 59365 + }, + { + "icon_id": "40904566", + "name": "date-time", + "font_class": "date-time", + "unicode": "e7ef", + "unicode_decimal": 59375 + }, + { + "icon_id": "40904652", + "name": "doc-edit", + "font_class": "doc-edit", + "unicode": "e80c", + "unicode_decimal": 59404 + }, + { + "icon_id": "40905885", + "name": "chart-combo", + "font_class": "chart-combo", + "unicode": "e886", + "unicode_decimal": 59526 + }, + { + "icon_id": "40906317", + "name": "account", + "font_class": "account", + "unicode": "e8c4", + "unicode_decimal": 59588 + }, + { + "icon_id": "40906320", + "name": "bank", + "font_class": "bank", + "unicode": "e8bd", + "unicode_decimal": 59581 + }, + { + "icon_id": "40906329", + "name": "trend1", + "font_class": "trend1", + "unicode": "e8b9", + "unicode_decimal": 59577 + }, + { + "icon_id": "40907667", + "name": "credit-risk", + "font_class": "credit-risk", + "unicode": "e98c", + "unicode_decimal": 59788 + }, + { + "icon_id": "40907670", + "name": "market-risk", + "font_class": "market-risk", + "unicode": "e98a", + "unicode_decimal": 59786 + }, + { + "icon_id": "40907672", + "name": "operational-risk", + "font_class": "operational-risk", + "unicode": "e988", + "unicode_decimal": 59784 + }, + { + "icon_id": "44024976", + "name": "chaxunguanli", + "font_class": "chaxunguanli", + "unicode": "e783", + "unicode_decimal": 59267 + }, + { + "icon_id": "44024975", + "name": "toucunguanli", + "font_class": "toucunguanli", + "unicode": "e784", + "unicode_decimal": 59268 + }, + { + "icon_id": "44024977", + "name": "jisuangongjv", + "font_class": "jisuangongjv", + "unicode": "e786", + "unicode_decimal": 59270 + }, + { + "icon_id": "40903893", + "name": "home", + "font_class": "home", + "unicode": "e731", + "unicode_decimal": 59185 + }, + { + "icon_id": "40903911", + "name": "refresh1", + "font_class": "refresh1", + "unicode": "e72c", + "unicode_decimal": 59180 + }, + { + "icon_id": "40904228", + "name": "delete", + "font_class": "delete", + "unicode": "e78c", + "unicode_decimal": 59276 + }, + { + "icon_id": "40904232", + "name": "filter", + "font_class": "filter", + "unicode": "e790", + "unicode_decimal": 59280 + }, + { + "icon_id": "40904238", + "name": "save", + "font_class": "save", + "unicode": "e785", + "unicode_decimal": 59269 + }, + { + "icon_id": "40904242", + "name": "search", + "font_class": "search", + "unicode": "e788", + "unicode_decimal": 59272 + }, + { + "icon_id": "40904447", + "name": "user1", + "font_class": "user1", + "unicode": "e7d9", + "unicode_decimal": 59353 + }, + { + "icon_id": "40907708", + "name": "batch-failure", + "font_class": "batch-failure", + "unicode": "e96f", + "unicode_decimal": 59759 + }, + { + "icon_id": "40907732", + "name": "components", + "font_class": "components", + "unicode": "e965", + "unicode_decimal": 59749 + }, + { + "icon_id": "40907812", + "name": "application1-fill", + "font_class": "application1-fill", + "unicode": "e9cd", + "unicode_decimal": 59853 + }, + { + "icon_id": "40907832", + "name": "edit-fill", + "font_class": "edit-fill", + "unicode": "e9bd", + "unicode_decimal": 59837 + }, + { + "icon_id": "40907837", + "name": "home-fill", + "font_class": "home-fill", + "unicode": "e9ba", + "unicode_decimal": 59834 + }, + { + "icon_id": "40907851", + "name": "rmb-fill", + "font_class": "rmb-fill", + "unicode": "e9a5", + "unicode_decimal": 59813 + }, + { + "icon_id": "40907853", + "name": "parameter-fill", + "font_class": "parameter-fill", + "unicode": "e99f", + "unicode_decimal": 59807 + }, + { + "icon_id": "44024793", + "name": "yijujue", + "font_class": "yijujue", + "unicode": "e781", + "unicode_decimal": 59265 + }, + { + "icon_id": "44024789", + "name": "yitongguo", + "font_class": "yitongguo", + "unicode": "e780", + "unicode_decimal": 59264 + }, + { + "icon_id": "44024790", + "name": "daishenpi", + "font_class": "daishenpi", + "unicode": "e782", + "unicode_decimal": 59266 + }, + { + "icon_id": "44024751", + "name": "yituihui", + "font_class": "yituihui", + "unicode": "e77f", + "unicode_decimal": 59263 + }, + { + "icon_id": "40903907", + "name": "more2", + "font_class": "more2", + "unicode": "e729", + "unicode_decimal": 59177 + }, + { + "icon_id": "40903914", + "name": "remind", + "font_class": "remind", + "unicode": "e712", + "unicode_decimal": 59154 + }, + { + "icon_id": "40904214", + "name": "add", + "font_class": "add", + "unicode": "e79f", + "unicode_decimal": 59295 + }, + { + "icon_id": "40904365", + "name": "double_right", + "font_class": "double_right", + "unicode": "e7d0", + "unicode_decimal": 59344 + }, + { + "icon_id": "40904369", + "name": "double-left", + "font_class": "double-left", + "unicode": "e7d6", + "unicode_decimal": 59350 + }, + { + "icon_id": "40904373", + "name": "down", + "font_class": "down", + "unicode": "e7cb", + "unicode_decimal": 59339 + }, + { + "icon_id": "40904376", + "name": "down1", + "font_class": "down1", + "unicode": "e7bd", + "unicode_decimal": 59325 + }, + { + "icon_id": "40904380", + "name": "left1", + "font_class": "left1", + "unicode": "e7c6", + "unicode_decimal": 59334 + }, + { + "icon_id": "40904383", + "name": "left", + "font_class": "left", + "unicode": "e7a8", + "unicode_decimal": 59304 + }, + { + "icon_id": "40904386", + "name": "right", + "font_class": "right", + "unicode": "e7c1", + "unicode_decimal": 59329 + }, + { + "icon_id": "40904392", + "name": "right1", + "font_class": "right1", + "unicode": "e7b8", + "unicode_decimal": 59320 + }, + { + "icon_id": "40905242", + "name": "attention", + "font_class": "attention", + "unicode": "e867", + "unicode_decimal": 59495 + }, + { + "icon_id": "40905243", + "name": "fail", + "font_class": "fail", + "unicode": "e868", + "unicode_decimal": 59496 + }, + { + "icon_id": "40905244", + "name": "help", + "font_class": "help", + "unicode": "e869", + "unicode_decimal": 59497 + }, + { + "icon_id": "40905246", + "name": "success", + "font_class": "success", + "unicode": "e86b", + "unicode_decimal": 59499 + }, + { + "icon_id": "40905247", + "name": "caution", + "font_class": "caution", + "unicode": "e86c", + "unicode_decimal": 59500 + }, + { + "icon_id": "40905248", + "name": "info", + "font_class": "info", + "unicode": "e86d", + "unicode_decimal": 59501 + }, + { + "icon_id": "7524460", + "name": "EUR", + "font_class": "EUR", + "unicode": "e633", + "unicode_decimal": 58931 + }, + { + "icon_id": "10956897", + "name": "美国国旗", + "font_class": "meiguoguoqi", + "unicode": "e610", + "unicode_decimal": 58896 + }, + { + "icon_id": "41751543", + "name": "中国国旗", + "font_class": "zhongguoguoqi", + "unicode": "e632", + "unicode_decimal": 58930 + } + ] +} diff --git a/packages/rcs_5.0/src/assets/iconfont/iconfont.ttf b/packages/rcs_5.0/src/assets/iconfont/iconfont.ttf new file mode 100644 index 0000000..3102bf9 Binary files /dev/null and b/packages/rcs_5.0/src/assets/iconfont/iconfont.ttf differ diff --git a/packages/rcs_5.0/src/assets/iconfont/iconfont.woff b/packages/rcs_5.0/src/assets/iconfont/iconfont.woff new file mode 100644 index 0000000..703c4ba Binary files /dev/null and b/packages/rcs_5.0/src/assets/iconfont/iconfont.woff differ diff --git a/packages/rcs_5.0/src/assets/iconfont/iconfont.woff2 b/packages/rcs_5.0/src/assets/iconfont/iconfont.woff2 new file mode 100644 index 0000000..62a6ecf Binary files /dev/null and b/packages/rcs_5.0/src/assets/iconfont/iconfont.woff2 differ diff --git a/packages/rcs_5.0/src/components/RCSDialog/index.vue b/packages/rcs_5.0/src/components/RCSDialog/index.vue new file mode 100644 index 0000000..72c5919 --- /dev/null +++ b/packages/rcs_5.0/src/components/RCSDialog/index.vue @@ -0,0 +1,109 @@ + + + diff --git a/packages/rcs_5.0/src/components/TransferList/index.vue b/packages/rcs_5.0/src/components/TransferList/index.vue new file mode 100644 index 0000000..b430d50 --- /dev/null +++ b/packages/rcs_5.0/src/components/TransferList/index.vue @@ -0,0 +1,530 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/TreeSearchDialog/index.vue b/packages/rcs_5.0/src/components/TreeSearchDialog/index.vue new file mode 100644 index 0000000..c9b69b4 --- /dev/null +++ b/packages/rcs_5.0/src/components/TreeSearchDialog/index.vue @@ -0,0 +1,657 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/addEditDialog/index.vue b/packages/rcs_5.0/src/components/addEditDialog/index.vue new file mode 100644 index 0000000..9764ffe --- /dev/null +++ b/packages/rcs_5.0/src/components/addEditDialog/index.vue @@ -0,0 +1,117 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/cascader/index.vue b/packages/rcs_5.0/src/components/cascader/index.vue new file mode 100644 index 0000000..f9fe8b2 --- /dev/null +++ b/packages/rcs_5.0/src/components/cascader/index.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/checkbox/index.vue b/packages/rcs_5.0/src/components/checkbox/index.vue new file mode 100644 index 0000000..63bd839 --- /dev/null +++ b/packages/rcs_5.0/src/components/checkbox/index.vue @@ -0,0 +1,73 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/columnsCustom/index.vue b/packages/rcs_5.0/src/components/columnsCustom/index.vue new file mode 100644 index 0000000..92d67e1 --- /dev/null +++ b/packages/rcs_5.0/src/components/columnsCustom/index.vue @@ -0,0 +1,297 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/exportDialog/index.vue b/packages/rcs_5.0/src/components/exportDialog/index.vue new file mode 100644 index 0000000..cfd18fb --- /dev/null +++ b/packages/rcs_5.0/src/components/exportDialog/index.vue @@ -0,0 +1,160 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/finance/index.vue b/packages/rcs_5.0/src/components/finance/index.vue new file mode 100644 index 0000000..0c28bde --- /dev/null +++ b/packages/rcs_5.0/src/components/finance/index.vue @@ -0,0 +1,158 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/fold/index.vue b/packages/rcs_5.0/src/components/fold/index.vue new file mode 100644 index 0000000..5bf7b9a --- /dev/null +++ b/packages/rcs_5.0/src/components/fold/index.vue @@ -0,0 +1,114 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/form/formItem.vue b/packages/rcs_5.0/src/components/form/formItem.vue new file mode 100644 index 0000000..f31408b --- /dev/null +++ b/packages/rcs_5.0/src/components/form/formItem.vue @@ -0,0 +1,336 @@ + + + diff --git a/packages/rcs_5.0/src/components/form/index copy.vue b/packages/rcs_5.0/src/components/form/index copy.vue new file mode 100644 index 0000000..7794e77 --- /dev/null +++ b/packages/rcs_5.0/src/components/form/index copy.vue @@ -0,0 +1,268 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/form/index.vue b/packages/rcs_5.0/src/components/form/index.vue new file mode 100644 index 0000000..1e920f5 --- /dev/null +++ b/packages/rcs_5.0/src/components/form/index.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formFold/formItem.vue b/packages/rcs_5.0/src/components/formFold/formItem.vue new file mode 100644 index 0000000..465c526 --- /dev/null +++ b/packages/rcs_5.0/src/components/formFold/formItem.vue @@ -0,0 +1,200 @@ + + + diff --git a/packages/rcs_5.0/src/components/formFold/index.vue b/packages/rcs_5.0/src/components/formFold/index.vue new file mode 100644 index 0000000..d8f4271 --- /dev/null +++ b/packages/rcs_5.0/src/components/formFold/index.vue @@ -0,0 +1,118 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/cascader/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/cascader/index.vue new file mode 100644 index 0000000..ee4bb4b --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/cascader/index.vue @@ -0,0 +1,59 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/checkbox/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/checkbox/index.vue new file mode 100644 index 0000000..a9d2e2d --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/checkbox/index.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/fieldMixin.js b/packages/rcs_5.0/src/components/formLinkage copy/components/fieldMixin.js new file mode 100644 index 0000000..72dc122 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/fieldMixin.js @@ -0,0 +1,37 @@ + +export default { + + computed: { + }, + + methods: { + // --------------------- 组件内部方法 begin ------------------// + handleInputEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleChangeEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleBlurEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleFocusEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleClearEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleExpandchangeEvent() {}, + // --------------------- 组件内部方法 end ------------------// + + // --------------------- 事件处理 begin ------------------// + + // --------------------- 以上为组件支持外部调用的API方法 end ------------------// + + }, +}; diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/finance/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/finance/index.vue new file mode 100644 index 0000000..f3bd9db --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/finance/index.vue @@ -0,0 +1,136 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/input-select/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/input-select/index.vue new file mode 100644 index 0000000..35881d8 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/input-select/index.vue @@ -0,0 +1,151 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/input/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/input/index.vue new file mode 100644 index 0000000..5924ff8 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/input/index.vue @@ -0,0 +1,88 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/inputDate/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/inputDate/index.vue new file mode 100644 index 0000000..0cbe944 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/inputDate/index.vue @@ -0,0 +1,136 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/inputNumber/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/inputNumber/index.vue new file mode 100644 index 0000000..01f9139 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/inputNumber/index.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/inputNumber2/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/inputNumber2/index.vue new file mode 100644 index 0000000..7b7d35c --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/inputNumber2/index.vue @@ -0,0 +1,78 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/labelBox/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/labelBox/index.vue new file mode 100644 index 0000000..a93e417 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/labelBox/index.vue @@ -0,0 +1,56 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/operateCard/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/operateCard/index.vue new file mode 100644 index 0000000..a7f944b --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/operateCard/index.vue @@ -0,0 +1,195 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/pickerDate/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/pickerDate/index.vue new file mode 100644 index 0000000..0c1431e --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/pickerDate/index.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/pickerDateSingle/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/pickerDateSingle/index.vue new file mode 100644 index 0000000..8a16336 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/pickerDateSingle/index.vue @@ -0,0 +1,88 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/pickerTime/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/pickerTime/index.vue new file mode 100644 index 0000000..00efe8e --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/pickerTime/index.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/radio/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/radio/index.vue new file mode 100644 index 0000000..fef9879 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/radio/index.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/searchForm/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/searchForm/index.vue new file mode 100644 index 0000000..87ea4b2 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/searchForm/index.vue @@ -0,0 +1,195 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/select-select/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/select-select/index.vue new file mode 100644 index 0000000..159ce43 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/select-select/index.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/select/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/select/index.vue new file mode 100644 index 0000000..2ec121f --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/select/index.vue @@ -0,0 +1,85 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/selectApi/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/selectApi/index.vue new file mode 100644 index 0000000..66f25e9 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/selectApi/index.vue @@ -0,0 +1,96 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/selectLazyLoading/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/selectLazyLoading/index.vue new file mode 100644 index 0000000..54aa9c6 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/selectLazyLoading/index.vue @@ -0,0 +1,174 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/selectTree/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/selectTree/index.vue new file mode 100644 index 0000000..244013b --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/selectTree/index.vue @@ -0,0 +1,210 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/selectTreeApi/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/selectTreeApi/index.vue new file mode 100644 index 0000000..f4f2f10 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/selectTreeApi/index.vue @@ -0,0 +1,210 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/switch/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/switch/index.vue new file mode 100644 index 0000000..5ccbffb --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/switch/index.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/table/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/table/index.vue new file mode 100644 index 0000000..4137c44 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/table/index.vue @@ -0,0 +1,549 @@ + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/textarea/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/textarea/index.vue new file mode 100644 index 0000000..c80af94 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/textarea/index.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/components/transfer/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/components/transfer/index.vue new file mode 100644 index 0000000..644ec18 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/components/transfer/index.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/formItem.vue b/packages/rcs_5.0/src/components/formLinkage copy/formItem.vue new file mode 100644 index 0000000..439089b --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/formItem.vue @@ -0,0 +1,230 @@ + + + diff --git a/packages/rcs_5.0/src/components/formLinkage copy/index.vue b/packages/rcs_5.0/src/components/formLinkage copy/index.vue new file mode 100644 index 0000000..f1f18e9 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage copy/index.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/cascader/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/cascader/index.vue new file mode 100644 index 0000000..810d1f0 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/cascader/index.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/checkbox/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/checkbox/index.vue new file mode 100644 index 0000000..dfd9bf6 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/checkbox/index.vue @@ -0,0 +1,59 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/fieldMixin.js b/packages/rcs_5.0/src/components/formLinkage/components/fieldMixin.js new file mode 100644 index 0000000..72dc122 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/fieldMixin.js @@ -0,0 +1,37 @@ + +export default { + + computed: { + }, + + methods: { + // --------------------- 组件内部方法 begin ------------------// + handleInputEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleChangeEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleBlurEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleFocusEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleClearEvent(val) { + this.$emit('input', val); + this.$emit('outOperation', val); + }, + handleExpandchangeEvent() {}, + // --------------------- 组件内部方法 end ------------------// + + // --------------------- 事件处理 begin ------------------// + + // --------------------- 以上为组件支持外部调用的API方法 end ------------------// + + }, +}; diff --git a/packages/rcs_5.0/src/components/formLinkage/components/input-select/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/input-select/index.vue new file mode 100644 index 0000000..32b6349 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/input-select/index.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/input/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/input/index.vue new file mode 100644 index 0000000..ea78039 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/input/index.vue @@ -0,0 +1,90 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/inputDate/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/inputDate/index.vue new file mode 100644 index 0000000..3eba951 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/inputDate/index.vue @@ -0,0 +1,136 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/inputFinance/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/inputFinance/index.vue new file mode 100644 index 0000000..5cdb9e7 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/inputFinance/index.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/inputFinance2/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/inputFinance2/index.vue new file mode 100644 index 0000000..a1c80c4 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/inputFinance2/index.vue @@ -0,0 +1,148 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/inputNumber/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/inputNumber/index.vue new file mode 100644 index 0000000..3719d1d --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/inputNumber/index.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/inputNumber2/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/inputNumber2/index.vue new file mode 100644 index 0000000..497227e --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/inputNumber2/index.vue @@ -0,0 +1,78 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/labelBox/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/labelBox/index.vue new file mode 100644 index 0000000..fb5c1ff --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/labelBox/index.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/pickerDate/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/pickerDate/index.vue new file mode 100644 index 0000000..eedd24f --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/pickerDate/index.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/pickerDateSingle/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/pickerDateSingle/index.vue new file mode 100644 index 0000000..1bdf117 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/pickerDateSingle/index.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/pickerDateTime/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/pickerDateTime/index.vue new file mode 100644 index 0000000..40a87c6 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/pickerDateTime/index.vue @@ -0,0 +1,59 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/pickerTime/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/pickerTime/index.vue new file mode 100644 index 0000000..f694664 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/pickerTime/index.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/pickerTimeHHMM/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/pickerTimeHHMM/index.vue new file mode 100644 index 0000000..8409891 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/pickerTimeHHMM/index.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/radio/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/radio/index.vue new file mode 100644 index 0000000..fef9879 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/radio/index.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/select-input/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/select-input/index.vue new file mode 100644 index 0000000..7024ad0 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/select-input/index.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/select-select/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/select-select/index.vue new file mode 100644 index 0000000..5338aad --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/select-select/index.vue @@ -0,0 +1,115 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/select/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/select/index.vue new file mode 100644 index 0000000..034a686 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/select/index.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/selectApi/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/selectApi/index.vue new file mode 100644 index 0000000..ec32e6c --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/selectApi/index.vue @@ -0,0 +1,96 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/selectLazyLoading/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/selectLazyLoading/index.vue new file mode 100644 index 0000000..24b7c4f --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/selectLazyLoading/index.vue @@ -0,0 +1,174 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/selectTree/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/selectTree/index.vue new file mode 100644 index 0000000..c43a8df --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/selectTree/index.vue @@ -0,0 +1,210 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/selectTreeApi/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/selectTreeApi/index.vue new file mode 100644 index 0000000..10358ad --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/selectTreeApi/index.vue @@ -0,0 +1,210 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/switch/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/switch/index.vue new file mode 100644 index 0000000..5ccbffb --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/switch/index.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/textarea/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/textarea/index.vue new file mode 100644 index 0000000..fd8e991 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/textarea/index.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/components/transfer/index.vue b/packages/rcs_5.0/src/components/formLinkage/components/transfer/index.vue new file mode 100644 index 0000000..644ec18 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/components/transfer/index.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/formItem.vue b/packages/rcs_5.0/src/components/formLinkage/formItem.vue new file mode 100644 index 0000000..21336dc --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/formItem.vue @@ -0,0 +1,231 @@ + + + diff --git a/packages/rcs_5.0/src/components/formLinkage/index.vue b/packages/rcs_5.0/src/components/formLinkage/index.vue new file mode 100644 index 0000000..f256384 --- /dev/null +++ b/packages/rcs_5.0/src/components/formLinkage/index.vue @@ -0,0 +1,133 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/formSearch/index.vue b/packages/rcs_5.0/src/components/formSearch/index.vue new file mode 100644 index 0000000..7a90a83 --- /dev/null +++ b/packages/rcs_5.0/src/components/formSearch/index.vue @@ -0,0 +1,149 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/historyVersion/index.vue b/packages/rcs_5.0/src/components/historyVersion/index.vue new file mode 100644 index 0000000..38a67bc --- /dev/null +++ b/packages/rcs_5.0/src/components/historyVersion/index.vue @@ -0,0 +1,171 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/iconFont/index.vue b/packages/rcs_5.0/src/components/iconFont/index.vue new file mode 100644 index 0000000..e8b91d7 --- /dev/null +++ b/packages/rcs_5.0/src/components/iconFont/index.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/importDialog/index.vue b/packages/rcs_5.0/src/components/importDialog/index.vue new file mode 100644 index 0000000..96a32b5 --- /dev/null +++ b/packages/rcs_5.0/src/components/importDialog/index.vue @@ -0,0 +1,324 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/infoShow/index.vue b/packages/rcs_5.0/src/components/infoShow/index.vue new file mode 100644 index 0000000..164676f --- /dev/null +++ b/packages/rcs_5.0/src/components/infoShow/index.vue @@ -0,0 +1,94 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/input-select/index.vue b/packages/rcs_5.0/src/components/input-select/index.vue new file mode 100644 index 0000000..d79b775 --- /dev/null +++ b/packages/rcs_5.0/src/components/input-select/index.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/input/index.vue b/packages/rcs_5.0/src/components/input/index.vue new file mode 100644 index 0000000..f826699 --- /dev/null +++ b/packages/rcs_5.0/src/components/input/index.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/inputDate/index.vue b/packages/rcs_5.0/src/components/inputDate/index.vue new file mode 100644 index 0000000..64b1c86 --- /dev/null +++ b/packages/rcs_5.0/src/components/inputDate/index.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/inputNumber/index.vue b/packages/rcs_5.0/src/components/inputNumber/index.vue new file mode 100644 index 0000000..7e40f21 --- /dev/null +++ b/packages/rcs_5.0/src/components/inputNumber/index.vue @@ -0,0 +1,89 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/inputNumber2/index.vue b/packages/rcs_5.0/src/components/inputNumber2/index.vue new file mode 100644 index 0000000..3bf885e --- /dev/null +++ b/packages/rcs_5.0/src/components/inputNumber2/index.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/labelBox/index.vue b/packages/rcs_5.0/src/components/labelBox/index.vue new file mode 100644 index 0000000..c1b64ca --- /dev/null +++ b/packages/rcs_5.0/src/components/labelBox/index.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/mockData.js b/packages/rcs_5.0/src/components/mockData.js new file mode 100644 index 0000000..548bb2b --- /dev/null +++ b/packages/rcs_5.0/src/components/mockData.js @@ -0,0 +1,196 @@ + +export default [{ + value: 'zhinan', + label: '指南1', + children: [{ + value: 'shejiyuanze', + label: '设计原则', + children: [{ + value: 'yizhi', + label: '一致', + }, { + value: 'fankui', + label: '反馈', + }, { + value: 'xiaolv', + label: '效率', + }, { + value: 'kekong', + label: '可控', + }], + }, { + value: 'daohang', + label: '导航', + children: [{ + value: 'cexiangdaohang', + label: '侧向导航', + }, { + value: 'dingbudaohang', + label: '顶部导航', + }], + }], +}, { + value: 'zujian', + label: '组件', + children: [{ + value: 'basic', + label: 'Basic', + children: [{ + value: 'layout', + label: 'Layout 布局', + }, { + value: 'color', + label: 'Color 色彩', + }, { + value: 'typography', + label: 'Typography 字体', + }, { + value: 'icon', + label: 'Icon 图标', + }, { + value: 'button', + label: 'Button 按钮', + }], + }, { + value: 'form', + label: 'Form', + children: [{ + value: 'radio', + label: 'Radio 单选框', + }, { + value: 'checkbox', + label: 'Checkbox 多选框', + }, { + value: 'input', + label: 'Input 输入框', + }, { + value: 'input-number', + label: 'InputNumber 计数器', + }, { + value: 'select', + label: 'Select 选择器', + }, { + value: 'cascader', + label: 'Cascader 级联选择器', + }, { + value: 'switch', + label: 'Switch 开关', + }, { + value: 'slider', + label: 'Slider 滑块', + }, { + value: 'time-picker', + label: 'TimePicker 时间选择器', + }, { + value: 'date-picker', + label: 'DatePicker 日期选择器', + }, { + value: 'datetime-picker', + label: 'DateTimePicker 日期时间选择器', + }, { + value: 'upload', + label: 'Upload 上传', + }, { + value: 'rate', + label: 'Rate 评分', + }, { + value: 'form', + label: 'Form 表单', + }], + }, { + value: 'data', + label: 'Data', + children: [{ + value: 'table', + label: 'Table 表格', + }, { + value: 'tag', + label: 'Tag 标签', + }, { + value: 'progress', + label: 'Progress 进度条', + }, { + value: 'tree', + label: 'Tree 树形控件', + }, { + value: 'pagination', + label: 'Pagination 分页', + }, { + value: 'badge', + label: 'Badge 标记', + }], + }, { + value: 'notice', + label: 'Notice', + children: [{ + value: 'alert', + label: 'Alert 警告', + }, { + value: 'loading', + label: 'Loading 加载', + }, { + value: 'message', + label: 'Message 消息提示', + }, { + value: 'message-box', + label: 'MessageBox 弹框', + }, { + value: 'notification', + label: 'Notification 通知', + }], + }, { + value: 'navigation', + label: 'Navigation', + children: [{ + value: 'menu', + label: 'NavMenu 导航菜单', + }, { + value: 'tabs', + label: 'Tabs 标签页', + }, { + value: 'breadcrumb', + label: 'Breadcrumb 面包屑', + }, { + value: 'dropdown', + label: 'Dropdown 下拉菜单', + }, { + value: 'steps', + label: 'Steps 步骤条', + }], + }, { + value: 'others', + label: 'Others', + children: [{ + value: 'dialog', + label: 'Dialog 对话框', + }, { + value: 'tooltip', + label: 'Tooltip 文字提示', + }, { + value: 'popover', + label: 'Popover 弹出框', + }, { + value: 'card', + label: 'Card 卡片', + }, { + value: 'carousel', + label: 'Carousel 走马灯', + }, { + value: 'collapse', + label: 'Collapse 折叠面板', + }], + }], +}, { + value: 'ziyuan', + label: '资源', + children: [{ + value: 'axure', + label: 'Axure Components', + }, { + value: 'sketch', + label: 'Sketch Templates', + }, { + value: 'jiaohu', + label: '组件交互文档', + }], +}]; diff --git a/packages/rcs_5.0/src/components/operateCard/index.vue b/packages/rcs_5.0/src/components/operateCard/index.vue new file mode 100644 index 0000000..06bdb87 --- /dev/null +++ b/packages/rcs_5.0/src/components/operateCard/index.vue @@ -0,0 +1,262 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerDate/index.vue b/packages/rcs_5.0/src/components/pickerDate/index.vue new file mode 100644 index 0000000..9965a6a --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerDate/index.vue @@ -0,0 +1,74 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerDateSingle/index.vue b/packages/rcs_5.0/src/components/pickerDateSingle/index.vue new file mode 100644 index 0000000..a58fcbc --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerDateSingle/index.vue @@ -0,0 +1,104 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerDateTime/index.vue b/packages/rcs_5.0/src/components/pickerDateTime/index.vue new file mode 100644 index 0000000..551ca1c --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerDateTime/index.vue @@ -0,0 +1,89 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerDateTimeRange/index.vue b/packages/rcs_5.0/src/components/pickerDateTimeRange/index.vue new file mode 100644 index 0000000..ba7715a --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerDateTimeRange/index.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerMonth/index.vue b/packages/rcs_5.0/src/components/pickerMonth/index.vue new file mode 100644 index 0000000..7224a5a --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerMonth/index.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerTime/index.vue b/packages/rcs_5.0/src/components/pickerTime/index.vue new file mode 100644 index 0000000..5b3dafc --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerTime/index.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerTimeRange/index.vue b/packages/rcs_5.0/src/components/pickerTimeRange/index.vue new file mode 100644 index 0000000..4659bbe --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerTimeRange/index.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerWeek/index.vue b/packages/rcs_5.0/src/components/pickerWeek/index.vue new file mode 100644 index 0000000..ca766b2 --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerWeek/index.vue @@ -0,0 +1,73 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/pickerYear/index.vue b/packages/rcs_5.0/src/components/pickerYear/index.vue new file mode 100644 index 0000000..134a19d --- /dev/null +++ b/packages/rcs_5.0/src/components/pickerYear/index.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/radio/index.vue b/packages/rcs_5.0/src/components/radio/index.vue new file mode 100644 index 0000000..f97b7d2 --- /dev/null +++ b/packages/rcs_5.0/src/components/radio/index.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/searchForm/index.vue b/packages/rcs_5.0/src/components/searchForm/index.vue new file mode 100644 index 0000000..87ea4b2 --- /dev/null +++ b/packages/rcs_5.0/src/components/searchForm/index.vue @@ -0,0 +1,195 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/select-select/index.vue b/packages/rcs_5.0/src/components/select-select/index.vue new file mode 100644 index 0000000..159ce43 --- /dev/null +++ b/packages/rcs_5.0/src/components/select-select/index.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/select/index.vue b/packages/rcs_5.0/src/components/select/index.vue new file mode 100644 index 0000000..8fd74ab --- /dev/null +++ b/packages/rcs_5.0/src/components/select/index.vue @@ -0,0 +1,92 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/selectApi/index.vue b/packages/rcs_5.0/src/components/selectApi/index.vue new file mode 100644 index 0000000..c6b9eb2 --- /dev/null +++ b/packages/rcs_5.0/src/components/selectApi/index.vue @@ -0,0 +1,109 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/selectLabel/index.vue b/packages/rcs_5.0/src/components/selectLabel/index.vue new file mode 100644 index 0000000..1bf538b --- /dev/null +++ b/packages/rcs_5.0/src/components/selectLabel/index.vue @@ -0,0 +1,93 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/selectLazyLoading/index.vue b/packages/rcs_5.0/src/components/selectLazyLoading/index.vue new file mode 100644 index 0000000..8ad271e --- /dev/null +++ b/packages/rcs_5.0/src/components/selectLazyLoading/index.vue @@ -0,0 +1,213 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/selectTable/index.vue b/packages/rcs_5.0/src/components/selectTable/index.vue new file mode 100644 index 0000000..5d46ffe --- /dev/null +++ b/packages/rcs_5.0/src/components/selectTable/index.vue @@ -0,0 +1,353 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/selectTransfer/index.vue b/packages/rcs_5.0/src/components/selectTransfer/index.vue new file mode 100644 index 0000000..d33c79f --- /dev/null +++ b/packages/rcs_5.0/src/components/selectTransfer/index.vue @@ -0,0 +1,136 @@ + + + + + + diff --git a/packages/rcs_5.0/src/components/selectTree/index.vue b/packages/rcs_5.0/src/components/selectTree/index.vue new file mode 100644 index 0000000..5a67384 --- /dev/null +++ b/packages/rcs_5.0/src/components/selectTree/index.vue @@ -0,0 +1,211 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/selectTreeApi/index.vue b/packages/rcs_5.0/src/components/selectTreeApi/index.vue new file mode 100644 index 0000000..4652b42 --- /dev/null +++ b/packages/rcs_5.0/src/components/selectTreeApi/index.vue @@ -0,0 +1,211 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/selectTreeTable/index.vue b/packages/rcs_5.0/src/components/selectTreeTable/index.vue new file mode 100644 index 0000000..fe9815d --- /dev/null +++ b/packages/rcs_5.0/src/components/selectTreeTable/index.vue @@ -0,0 +1,159 @@ + + + + + + diff --git a/packages/rcs_5.0/src/components/switch/index.vue b/packages/rcs_5.0/src/components/switch/index.vue new file mode 100644 index 0000000..cb9b973 --- /dev/null +++ b/packages/rcs_5.0/src/components/switch/index.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/table/index.vue b/packages/rcs_5.0/src/components/table/index.vue new file mode 100644 index 0000000..1ed6855 --- /dev/null +++ b/packages/rcs_5.0/src/components/table/index.vue @@ -0,0 +1,844 @@ + + + diff --git a/packages/rcs_5.0/src/components/textarea/index.vue b/packages/rcs_5.0/src/components/textarea/index.vue new file mode 100644 index 0000000..027809d --- /dev/null +++ b/packages/rcs_5.0/src/components/textarea/index.vue @@ -0,0 +1,64 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/transfer/index.vue b/packages/rcs_5.0/src/components/transfer/index.vue new file mode 100644 index 0000000..5242970 --- /dev/null +++ b/packages/rcs_5.0/src/components/transfer/index.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/packages/rcs_5.0/src/components/trialDialogStandard/cashFlowDialog.vue b/packages/rcs_5.0/src/components/trialDialogStandard/cashFlowDialog.vue new file mode 100644 index 0000000..7d36292 --- /dev/null +++ b/packages/rcs_5.0/src/components/trialDialogStandard/cashFlowDialog.vue @@ -0,0 +1,248 @@ + + + + + \ No newline at end of file diff --git a/packages/rcs_5.0/src/components/trialDialogStandard/cashFlowMsgBox.vue b/packages/rcs_5.0/src/components/trialDialogStandard/cashFlowMsgBox.vue new file mode 100644 index 0000000..22e959d --- /dev/null +++ b/packages/rcs_5.0/src/components/trialDialogStandard/cashFlowMsgBox.vue @@ -0,0 +1,163 @@ + + + \ No newline at end of file diff --git a/packages/rcs_5.0/src/components/trialDialogStandard/colsList.js b/packages/rcs_5.0/src/components/trialDialogStandard/colsList.js new file mode 100644 index 0000000..651ac1e --- /dev/null +++ b/packages/rcs_5.0/src/components/trialDialogStandard/colsList.js @@ -0,0 +1,165 @@ + + +// 固息(付息=计息) +const fixedCols1 = [ + { label: '现金流类型', key: 'cashflowType', }, + { label: '开始日期', key: 'periodStartDate' }, + { label: '结束日期', key: 'periodEndDate' }, + { label: '名义本金', key: 'nominal' }, + { label: '票面利率', key: 'coupon'}, + { label: '金额', key: 'amount' }, + { label: '贴现金额', key: 'dfAmount' }, + { label: '贴现', key: 'paymentDateDf' }, + { label: '支付日期', key: 'paymentDate' }, + { label: '天数', key: 'days' } +] + +// // 固息(付息!=计息) +const fixedCols2 = JSON.parse(JSON.stringify(fixedCols1)).filter(item => item.key !== 'nominal') +fixedCols2[3].isLink = true +fixedCols2[3].label = '利率' + +// 浮息(付息=计息) +const floatingCols1 = [ + { label: '现金流类型', key: 'cashflowType', }, + { label: '定盘日期', key: 'fixingDate', }, + { label: '开始日期', key: 'periodStartDate' }, + { label: '结束日期', key: 'periodEndDate' }, + { label: '名义本金', key: 'nominal' }, + { label: '利率', key: 'coupon'}, + { label: '定盘利率', key: 'fixingRate', isLink: true }, + { label: '比例', key: 'ratio' }, + { label: '点差', key: 'spread' }, + { label: '金额', key: 'amount' }, + { label: '贴现金额', key: 'dfAmount' }, + { label: '贴现', key: 'paymentDateDf' }, + { label: '支付日期', key: 'paymentDate' }, + { label: '天数', key: 'days' } +] + + +// 浮息(付息!=计息) +const floatingCols2 = [ + { label: '现金流类型', key: 'cashflowType', }, + { label: '开始日期', key: 'periodStartDate' }, + { label: '结束日期', key: 'periodEndDate' }, + { label: '利率', key: 'coupon', isLink: true}, + { label: '金额', key: 'amount' }, + { label: '贴现金额', key: 'dfAmount' }, + { label: '贴现', key: 'paymentDateDf' }, + { label: '支付日期', key: 'paymentDate' }, + { label: '天数', key: 'days' } +] + + +// 浮息(付息=计息)sofr +const floatingColsSofr1 = JSON.parse(JSON.stringify(fixedCols1)) +floatingColsSofr1[4].isLink = true +floatingColsSofr1[4].label = '利率' + +// 浮息(付息!=计息)sofr +const floatingColsSofr2 = JSON.parse(JSON.stringify(floatingColsSofr1)) + +// 固息(付息!=计息)描述列表 +// const fixedDesc = [ +// {label: '利率', key: 'coupon'}, +// {label: '天数', key: 'days'}, +// {label: '计息基础', key: 'basis'} +// ] + +// 浮息(付息=计息)描述列表 +// const floatingDesc = [ +// {label: '指标', key: 'floatingIndex'}, +// {label: '远期曲线', key: 'fwdCurve'}, +// {label: '利率', key: 'fixingRate'}, +// {label: '定盘日期', key: 'fixingDate'}, +// {label: '天数', key: 'fixingDays'}, +// {label: '计息基础', key: 'basis'}, +// {label: '开始日期', key: 'periodStartDate'}, +// {label: '开始日期贴现', key: 'startDateDf'}, +// {label: '结束日期', key: 'periodEndDate'}, +// {label: '结束日期贴现', key: 'endDateDf'} +// ] + +// 浮息(付息!=计息)描述列表 +// const floatingDesc2 = [ +// {label: '指标', key: 'floatingIndex'}, +// {label: '远期曲线', key: 'fwdCurve'}, +// {label: '利率', key: 'coupon'}, +// {label: '计息方式', key: 'interestCalcMethod'}, +// {label: '比例', key: 'ratio'}, +// {label: '点差', key: 'spread'}, +// {label: '开始日期', key: 'periodStartDate'}, +// {label: '结束日期', key: 'periodEndDate'}, +// {label: '天数', key: 'days'}, +// {label: '计息基础', key: 'basis'} +// ] + +// 浮息(付息=计息)sofr描述列表 +// const floatingDescSofr1 = JSON.parse(JSON.stringify(floatingDesc2)).filter(item => item.key !== 'interestCalcMethod') + +// 浮息(付息!=计息)sofr描述列表 +// const floatingDescSofr2 = JSON.parse(JSON.stringify(floatingDesc2)) + + +// 固息(付息!=计息)弹窗列表字段 +// const fixedDialogCols1 = [ +// { label: '编号', key: 'no', }, +// { label: '开始日期', key: 'startDate' }, +// { label: '结束日期', key: 'endDate' }, +// { label: '名义本金', key: 'nominal' }, +// { label: '金额', key: 'amount' }, +// { label: '票面利率', key: 'coupon' }, +// { label: '天数', key: 'days' } +// ] + +// 浮息(付息=计息)弹窗列表字段 + +// 浮息(付息!=计息)弹窗列表字段 .push() +// const floatingDialogCols2 = JSON.parse(JSON.stringify(fixedDialogCols1)).map(item => { +// if (item.key === 'coupon') { +// item.label = '定盘利率' +// item.isLink = true +// } +// return item +// }) +// floatingDialogCols2.splice(1, 0, {label: '定盘日期', key: 'fixingDate'}) +// 浮息(付息=计息)sofr弹窗列表字段 +// const floatingDialogSofrCols1 = [ +// { label: '编号', key: 'no', }, +// { label: '定盘日期', key: 'fixingDate', }, +// { label: '开始日期', key: 'startDate' }, +// { label: '结束日期', key: 'endDate' }, +// { label: '定盘利率', key: 'fixingRate', isLink: true }, +// { label: '权重', key: 'days' } +// ] + +// 浮息(付息!=计息)sofr弹窗列表字段 +// const floatingDialogSofrCols2 = JSON.parse(JSON.stringify(fixedDialogCols1)).map(item => { +// if (item.key === 'coupon') { +// item.label = '定盘利率' +// item.isLink = true +// } +// return item +// }) +// floatingDialogSofrCols2[5].isLink = true + +// type: 0 固息(付息=计息) 1 固息(付息!=计息) 2 浮息(付息=计息)非sofr 3 浮息(付息!=计息)非sofr 4 浮息(付息=计息)sofr 5 浮息(付息!=计息)sofr +export const setData = (type = 0) => { + switch (type) { + case 0: + return {rawTable: fixedCols1} + case 1: + return {rawTable: fixedCols2} + case 2: + return {rawTable: floatingCols1} + case 3: + return {rawTable: floatingCols2} + case 4: + return {rawTable: floatingColsSofr1} + case 5: + return {rawTable: floatingColsSofr2} + default: + return {rawTable: fixedCols1} + } +} diff --git a/packages/rcs_5.0/src/components/trialDialogStandard/index.vue b/packages/rcs_5.0/src/components/trialDialogStandard/index.vue new file mode 100644 index 0000000..b36c918 --- /dev/null +++ b/packages/rcs_5.0/src/components/trialDialogStandard/index.vue @@ -0,0 +1,599 @@ + + + + + \ No newline at end of file diff --git a/packages/rcs_5.0/src/components/trialDialogStandard/interestRateDialog.vue b/packages/rcs_5.0/src/components/trialDialogStandard/interestRateDialog.vue new file mode 100644 index 0000000..f9fb16c --- /dev/null +++ b/packages/rcs_5.0/src/components/trialDialogStandard/interestRateDialog.vue @@ -0,0 +1,237 @@ + + + + + \ No newline at end of file diff --git a/packages/rcs_5.0/src/global.scss b/packages/rcs_5.0/src/global.scss new file mode 100644 index 0000000..68b089d --- /dev/null +++ b/packages/rcs_5.0/src/global.scss @@ -0,0 +1,12 @@ +@import "@erayt/titanOne-vue/lib/styles/variable.scss"; + +// 如果要自定义主题变量,请放开注释 +// @import "./styles/variables.scss"; + +// 如果使用less,请参考react版本 +@import "@erayt/titanOne-vue/lib/styles/mixinThemify.scss"; +@import "@erayt/titanOne-vue/lib/themes/index.scss"; + + +@import "@/styles/theme.scss"; +@import "./styles/index.scss"; diff --git a/packages/rcs_5.0/src/http/api.call.js b/packages/rcs_5.0/src/http/api.call.js new file mode 100644 index 0000000..d8d0a50 --- /dev/null +++ b/packages/rcs_5.0/src/http/api.call.js @@ -0,0 +1,47 @@ +import axios from '@/http/file.request'; +const callGet = (url) => (params, cancelId) => + axios.request({ url, params, method: 'get', cancelId }); + +// transformRequest: 接口请求前修改参数 +const callPost = (url) => (data, cancelId, transformRequest) => + axios.request({ url, data, method: 'post', transformRequest, cancelId }); + +const callPut = (url) => (data, cancelId, transformRequest) => + axios.request({ url, data, method: 'put', transformRequest, cancelId }); + +const callDel = (url) => (params, cancelId) => + axios.request({ url, params, method: 'delete', cancelId }); + +const callPostFormFile = (url) => (data, cancelId, transformRequest) => + axios.request({ + url, + data, + method: 'post', + responseType: 'blob', + ContentType: 'multipart/form-data', + }); +const callPostAll = (url) => (data) => + axios.request({ url, data, method: 'post', ContentType: 'multipart/form-data' }); + +const callGetFile = (url) => (params, cancelId) => + axios.request({ + url, + params, + method: 'get', + contentType: 'application/x-www-form-urlencoded', + responseType: 'blob', + cancelId, + }); +const callPostFile = (url) => (data, cancelId, transformRequest) => + axios.request({ url, data, method: 'post', responseType: 'blob', transformRequest, cancelId }); + +export { + callGet, + callPost, + callPut, + callDel, + callPostAll, + callGetFile, + callPostFile, + callPostFormFile, +}; diff --git a/packages/rcs_5.0/src/http/file.request.js b/packages/rcs_5.0/src/http/file.request.js new file mode 100644 index 0000000..a8592dd --- /dev/null +++ b/packages/rcs_5.0/src/http/file.request.js @@ -0,0 +1,4 @@ +import HttpRequest from '@/http/fileRequest.js'; + +const axios = new HttpRequest(process.env.NODE_ENV !== 'production' ? '/dev' : ''); +export default axios; diff --git a/packages/rcs_5.0/src/http/fileRequest.js b/packages/rcs_5.0/src/http/fileRequest.js new file mode 100644 index 0000000..8e05548 --- /dev/null +++ b/packages/rcs_5.0/src/http/fileRequest.js @@ -0,0 +1,97 @@ +import axios from 'axios'; +import { message } from '@/utils/elementUtils'; +const isDev = process.env.NODE_ENV !== 'production'; + +class HttpRequest { + constructor(baseUrl) { + this.baseUrl = baseUrl; + // this.requestKeys = {} + } + + getInsideConfig() { + const config = { + baseURL: this.baseUrl, + timeout: 50000, // 问后台响应限制时长 + headers: { + }, + }; + return config; + } + + interceptors(service) { + // 请求 + service.interceptors.request.use( + (config) => { + if (!config?.headers) { + throw new Error(`Expected 'config' and 'config.headers' not to be undefined`); + } + return config; + }, + (error) => { + return Promise.reject(error); + }, + ); + + // 响应 + service.interceptors.response.use( + (response) => { + const contentDisposition = response.headers['content-disposition']; + let fileName; + if (contentDisposition) { + // 正则匹配filename并提取文件名 + const match = contentDisposition.match(/filename="?([^";]*)"?/); + if (match) { + fileName = decodeURI(match[1]); + } + } + if (fileName) { + return { + fileName: fileName, + data: response.data, + headers: { 'content-disposition': fileName }, + }; + } else if (!response.success) { + console.log(response.data, 'response.data'); + message(response.data.msg || '服务器出错!', 'error'); + return Promise.reject(response.data); + } else { + return response.data; + } + }, + async(error) => { + if (error?.response?.config?.responseType === 'blob') { + // 流报错处理 + const reader = new FileReader(); + reader.onload = (e) => { + if (e.target && typeof e.target.result === 'string') { + const err = JSON.parse(e.target.result); + message(err.msg, 'error'); + } + }; + reader.readAsText(error?.response?.data); // 读取为text + } + + message.error('请求失败,请检查网络连接或联系管理员'); + if (error.code) { + const can_cel_text = 'cancel'; + return Promise.reject(can_cel_text); + } else { + return Promise.reject(error); + } + }, + ); + } + request(options) { + const service = axios.create(); + + options = Object.assign(this.getInsideConfig(), options); + if ('ContentType' in options) { + options.headers['Content-Type'] = options.ContentType; + delete options.ContentType; + } + this.interceptors(service); + return service(options); + } +} + +export default HttpRequest; diff --git a/packages/rcs_5.0/src/http/request.js b/packages/rcs_5.0/src/http/request.js new file mode 100644 index 0000000..af118c5 --- /dev/null +++ b/packages/rcs_5.0/src/http/request.js @@ -0,0 +1,35 @@ +import { message } from '@/utils/elementUtils'; +const isDev = process.env.NODE_ENV !== 'production'; + +const createAjaxSetting = (url, method) => ({ + url, + type: method, + hostKey: isDev ? 'dev' : '/', + headers: {}, + cache: false, + timeout: 10000, +}); + +// 通用请求函数 +export default ({ url, method, data = {}}) => { + return new Promise((resolve, reject) => { + const ajaxSetting = createAjaxSetting(url, method); + const param = data; + Eui.Comm.postToRemote( + ajaxSetting, + param, + (res) => { + if (res.success) { + resolve(res); + } else { + message.error(res.message); + resolve(res); + } + }, + (err) => { + reject(err); + message.error('请求失败,请检查网络连接或联系管理员'); + }, + ); + }); +}; diff --git a/packages/rcs_5.0/src/lang/index.js b/packages/rcs_5.0/src/lang/index.js new file mode 100644 index 0000000..1cbf082 --- /dev/null +++ b/packages/rcs_5.0/src/lang/index.js @@ -0,0 +1,47 @@ +import Vue from 'vue'; +import VueI18n from 'vue-i18n'; +import customZH from './locale/zh'; +import customEN from './locale/en'; +// 菜单翻译,前端开发使用,后面会去掉 +import menuZH from './locale/zh/menuMock'; +import menuEN from './locale/en/menuMock'; +// 如果需要使用框架的多语言文件,则需要引入@erayt/language包 +import lang from '@erayt/language'; +import ecasZh from './locale/zh/ecas-lang-zh_cn'; +import ecasEn from './locale/en/ecas-lang-en'; +import loadMessageJsFileZH from './locale/zh/loadMessageJsFile'; +import loadMessageJsFileEN from './locale/en/loadMessageJsFile'; +import Vuedynamic from 'vue-dynamic'; + +Vue.use(VueI18n); + +export const messages = { + en_US: { + ...ecasEn, + ...Vuedynamic.lang.en, + ...lang.message.en, + ...customEN, + ...menuEN, + ...loadMessageJsFileEN, + }, + zh_CN: { + ...ecasZh, + ...Vuedynamic.lang.zh, + ...lang.message.zh, + ...customZH, + ...menuZH, + ...loadMessageJsFileZH, + }, +}; +// 引入框架的错误码后,需要调用mergeToolTip进行合并数据,此数据会加入到Eui.Messager.messages中 +// lang.mergeToolTip({ +// en_US: toolTipEn, +// zh_CN: toolTipZh +// }) + +const i18n = new VueI18n({ + locale: 'zh_CN', + messages, +}); + +export default i18n; diff --git a/packages/rcs_5.0/src/lang/locale/en/ecas-lang-en.js b/packages/rcs_5.0/src/lang/locale/en/ecas-lang-en.js new file mode 100644 index 0000000..0bc3579 --- /dev/null +++ b/packages/rcs_5.0/src/lang/locale/en/ecas-lang-en.js @@ -0,0 +1,338 @@ +export default { + 'form_startDate':'startDate', + 'form_endDate':'endDate', + 'form_applyUserNumber': 'applyUserNumber', + 'form_state': 'status', + 'form_type': 'type', + 'form_sponsor': 'applyUser', + 'form_eventStatus': 'status', + 'form_eventType': 'type', + 'form_userLevel': 'User level', + 'form_sponsorGencies': 'sponsorGencies', + 'form_department': 'Department', + 'btn.process': 'process', + 'table_eventId': 'eventId', + 'table_state': 'state', + 'table_applicationNotes': 'applicationNotes', + 'table_applyUserNumber': 'applyUserNumber', + 'table_applyUser': 'applyUser', + 'table_reviewer': 'reviewer', + 'table_sponsorGencies': 'sponsorGencies', + 'table_type': 'type', + 'table_date': 'date', + 'btn_confirm': "Confirm", + 'btn_reject': "Reject", + 'btn_reviewDetails': 'Details', + 'dialog_title_process':'process', + "user.management": "User Management", + "institutional.affiliation": "Institutional Affiliation", + "log.search": "Log Search", + "role.management": "Role Management", + "permissions.useage": "Permissions Usage", + multilingual: "Multilingual", + param: "Param", + form_basicInformation: "Basic information", + form_userName: "User name", + form_bankId: "bankId", + form_assigningRoles: "Assigning roles", + form_roleName: "Role name", + form_status: "Status", + form_userStatus: "User status", + form_userId: "User id", + form_userType: "User type", + form_institutionName: "Institution name", + form_institutionChineseName: "Institution chinese name", + form_institutionEnglishName: "Institution english name", + form_institutionStatus: "Institution status", + form_institutionType: "Institution type", + form_originalInstitution: "Original institution", + form_affiliation: "Affiliation", + 'form_team': "Team", + form_productName: "Product name", + form_deadline: "Stop the time", + form_operationType: "Operation type", + form_operationTeller: "Operation teller", + form_permissionSelection: "Permission selection", + form_telephoneNumber: "Telephone number", + form_startTime: "StartTime", + form_validDate: "ValidDate", + form_permissionName: "Permission name", + form_englishName: "English name", + form_hierarchy: "Hierarchy", + form_permissionBit: "Permission bit", + form_requestPath: "Request path", + form_englishModuleName: "English moduleName", + form_menuNumber: "Menu number", + form_menuChineseName: "Menu chinese name", + form_menuEnglishName: "Menu english name", + form_menuAttributeContent: "Menu attribute content", + form_applicationName: "Application name", + form_modifyMenu: "Modify menu", + form_deleteMenu: "Delete menu", + form_updateMenu: "Update menu", + form_addMenu: "Add menu", + form_modifyPermissions: "Modify permissions", + form_deletePermissions: "Delete permissions", + form_addPermissions: "Add permissions", + form_roleNumber: "Role number", + form_roleName: "Role name", + form_roleType: "Role type", + form_roleStatus: "Role status", + form_productName: "Product name", + form_parameterCode: "Parameter code", + form_parameterValue: "Parameter value", + form_remark: "Remark", + form_customerId: "CustomerId", + form_notnull: "This item is required", + form_roleNumber_require: "Number and cannot start with 0", + select_all: "All", + table_superiorRole: "Superior role", + table_product: "Product", + table_menuName: "Menu name", + table_name: "Name", + table_menuEncoding: "Menu encoding", + table_productName: "Product name", + table_affiliation: "Affiliation", + table_permissionName: "Permission name", + table_institutionalLevel: "Institutional level", + table_authorizer: "Authorizer", + table_startTime: "StartTime", + table_recordAddress: "Record address", + table_expirationTime: "ExpirationTime", + table_roleName: "RoleName", + table_status: "Status", + table_accountNumber: "Account number", + table_accountType: "Account type", + table_accountDescription: "Account description", + table_action: "Action", + table_operatingTime: "Operating time", + table_result: "Result", + table_serialNumber: "SerialNumber", + table_superiorRoleStatus: "Superior role status", + table_isTemporary: "Is it temporary", + table_associatedUsers: "Associated users", + table_resourceCollectionName: "Resource collection name", + table_MultilingualKeyValues: "Multilingual key-values", + table_multilingualValue: "Multilingual value", + table_languageName: "Language name", + "btn-cancel": "Cancel", + "btn-submit": "Submit", + "btn-add": "Add", + btn_newAdd: "Add", + "btn-lock": "Lock", + btn_unlock: "UnLock", + "btn-delete": "Delete", + btn_resetPassword: "Reset passWord", + btn_assigningRoles: "Assigning roles", + btn_temporaryPermissions: "Temporary permissions", + btn_save: "Save", + btn_userMigration: "User migration", + btn_bindAccount: "Bind account", + btn_export: "Export", + "btn-edit": "Edit", + btn_takeBack: "Take back", + btn_distribute: "Distribute", + btn_merge: "Merge", + btn_update: "Update", + btn_permissionAssignment: "Permission assignment", + "dy.button.reset": "Reset", + ecas_dialog_distribute: "Distribute", + + "temporaryAuthorization.role.isExist": "The user [{0}] has [{1}] role", + "temporaryAuthorization.temporaryRole.existNull": "Authorized loginId,loginId,bankId,roleId,applId is not empty", + "temporaryAuthorization.accreditUser.notexist": "Login called [{0}] of the authorized user does not exist", + "temporaryAuthorization.user.notexist": "Login called [{0}] of the user does not exist", + "error.tempRole.loginId.null": "The loginId cannot be empty", + "error.tempRole.authorizer.null": "Authorized user can not be empty", + "error.password.verify.fail": "New password and confirmation are inconsistent", + "error.password.exist": "Change password failed, in the [{0}] times used the same password", + "error.bank.noId": "Undefined agency id", + "error.sql.23505.-803": "Record already exists, please check the data", + "error.sql.23000.1": "Record already exists, please check the data", + "error.sql.23000.1062": "Record already exists, please check the data", + "error.sql.S1000.2601": "Record already exists, please check the data", + "error.sql.42000.942": "Table or view does not exist!", + "error.sql.56098.-727": "Table or view does not exist!", + "error.sql.42S02.1146": "Table or view does not exist!", + "error.sql.xxxxx.xxxx": "Table or view does not exist!", + "error.bankId.null": "bankId cannot be empty", + "error.bank.not.exist": "[{0}]Bank do not exist", + "error.password.minLen": "Password length less than the minimum length [{0}]", + "error.password.maxLen": "Password length greater than the maximum length [{0}]", + "error.ecas.sync": "Agency unified data platform data, can not be manipulated", + "error.bank.not.leaf": "Agency mechanism [{0}]is not a leaf node merging, it has lower levels", + "error.bank.head.self": "Parent bodies can not be the current institution", + "error.user.bank.disable": "Users agencies have invalid, the user can not log in", + "error.user.enabled": "User unlocked without unlocking", + "error.nocache.random": "incorrect verification code", + "error.core.baseUrl": "Url wrong path", + "error.session.timeout": "session timeout", + "error.ecasSession.value": "session not found attribute value", + "error.ecasSession.castValue": "session attribute value conversion fails", + "error.user.notLogin": "Users are not logged in ", + "error.encode.param": "Failed to parse parameters", + "error.bank.disable": "Institutions do not exist", + "error.user.exist": "User already exists", + "error.user.bind.exist": "bind user[{0}]has bound ecas user[{1}]", + "error.password.no.same": "After modifying the original password can not use the same password", + "error.user.notExist": "The user does not exist.", + "error.user.valid": "Enable user can not be deleted", + "error.more.same.applRole": "The same user can only have one role in the same application", + "error.no.role": "Role does not exist", + "error.no.appl": "The application does not exist", + "error.user.hadLogin": "The user is logged on in different places", + "error.core.missPwdValiday": "User has expired", + "error.generate.code": "Verification code generation failed", + "error.event.hadOp": "The event has been processed", + "error.first.password": "First login please change the initial password", + "error.appl.noActionPower": "Roles do not have permission", + "error.password.expire": "Password has expired", + "error.role.top": "Top role can not be modified", + "error.role.noManager": "Superior role is empty", + "error.role.changeManager": "Can't take the role's subordinate role set to the manager role", + "error.role.existChild": "This role[{0}] is subordinate role, cannot be deleted", + "error.role.existUser": "Comes under the role[{0}] of users, cannot be deleted", + "error.role.tooMuch": "Too many one-time assign roles", + "error.role.noId": "The role id cannot be empty", + "error.roleId.exist": "Role id already exists", + "error.roleName.exist": "Role name already exists", + "error.dept.noId": "Sector can not be empty", + "error.user.noRight": "Users without permissions", + "error.user.disable": "Users are disabled", + "error.loginOrPwd": "Wrong username or password", + "error.new.passwordNull": "The new password is empty", + "error.core.noDefaultPassword": "The default password is empty", + "error.user.locked": "The user is locked", + "error.core.path.fail": "Path filter failure", + "error.not.login": "Not logged in", + "error.user.notLogin": "User is not logged", + "error.no.ticket": "ticket does not exist", + "error.user.no.role": "User role does not exist", + "error.no.bankLevel": "Rating agency does not exist", + "error.bank.disabled": "[{0}]Agency is invalid", + "error.bank.merge.same": "The same mechanism can not be combined", + "error.core.noConvert": "Constant conversion failed", + "error.no.resource": "Resource does not exist", + "error.param.notExist": "Parameter does not exist", + "error.secert.update": "Key update, please wait and then launch the application", + "error.key.length": "Insufficient key length to be updated [{0}], must be complete half the length of the key", + "error.idx.out": "Incorrect subscript", + "error.keyfirst.status": "The first part of the update status is incorrect", + "error.keysecond.status": "When updating the second part of the state is incorrect", + "error.password.simple": "Current password complexity is [{0}], the password is too simple", + "error.password.simple_1": "Contain numbers or letters", + "error.password.simple_2": "At least a number and letter", + "error.password.simple_3": "At least a number, lower case letters and capital letters", + "error.password.simple_4": "At least a number, lower case letters, capital letters and special characters", + "error.user.passwordMin": "Password length is not enough", + "error.no.right.review": "Event approval can not be the initiator of the event", + "error.opuser.no.right.review": "The current user cannot approval to launch event", + "error.role.manager.self": "The superior role cannot be the current role", + "error.temporary.role.notexist": "Temporary role does not exist", + "not.null": "Must enter", + "must.digits": "Only integers can be entered", + maxLength: "length can not be more than[{0}],a Chinese characters length is 4, a letter length is 1", + phone: "Please enter a valid telephone number", + "muster.input.integer": "The parameter value must be an integer", + "workspace.notnewopen": "The workbench page can not open in new window ", + "user.locked.cannotedit": "The locked user cannot be modified, please unlock", + "error.bank.idMin": "The bank id [{1}] length should not be less than [{0}]", + "error.bank.idMax": "The bank id [{1}] length should not be greater than [{0}]", + "user.bind.accountId.null": "Account number can not be empty", + "user.bind.accountType.null": "Account type can not be empty", + "error.review.not.self": "You can't review yourself", + "error.review.not.review": "This user is not a review user", + "error.review.wrongBank": "It is not a user of this institution or a superior institution", + "error.param.prompt.0or1or2": "It must be 0 or 1 or 2", + "error.param.prompt.1.2.3.4": "It must be 1 or 2 or 3 or 4", + "error.param.passwordLimit": "Please enter Numbers or two Numbers separated by commas.", + "error.param.passwordMaxAndMin": "Maximum length should be greater than minimum length.", + "error.bindAccount.existEcas": "There is an Ecas user named [{0}]", + "error.bankId.exist": "Bank id already exists", + "not.zero": "Can not start with 0", + "error.head.bank.disabled": "Invalid parent bodies", + "error.head.bank.undefined": "No parent bodies", + "error.param.isBlank": "Parameter is empty", + "input.length": "Between [{0}]-[{1}] length", + "number.Eng": "Must be composed of numbers or English.", + "illegal.characters": "Can not enter illegal characters", + "not.consistent": "Two times the password is not consistent", + "random.error": "Verification code input error", + "number": "Only be a number", + "date.ismore.other": "Start date is not greater than end date ", + "date.is.legal": "Legal date must be input", + "error.ssop.user.null": "The user parameter object logged in SSOP mode is empty", + "error.ecas.user.exist": "Existing ECAS users [{0}]", + "error.role.not.exist": "[{0}]Role do not exist", + "error.role.multitype": "The user has multiple terminal roles", + "error.tempright.loginId.null": "Authorized user can not be empty", + "error.tempright.bankId.null": "The organization number can not be empty", + "error.tempright.applCode.null": "Product code can not be empty", + "error.tempright.applId.null": "The product number can not be empty", + "error.tempright.startTime.null": "The start time can not be empty", + "error.tempright.failureTime.null": "The failure time can not be empty", + "error.tempright.powerBit.null": "Power bits can not be empty", + "error.tempright.path.null": "Validation path can not be empty", + "error.tempright.menuId.null": "Menu id can not be empty", + "error.opUserRole.delete": + "The role assigned to the user has been deleted and the status of this event is set to reject", + "error.opRoleRight.delete": + "The role assigned permission has been deleted and the status of this event is set to reject", + "error.menuId.exist": "Menu id already exists", + "showMessage.password": "Password Changed Successfully", + "showMessage.OperReminder": "Operating reminder", + "showMessage.exit": "Are you sure you want to exit the current program?", + "showMessage.closeAll": "Are you sure you want to close all tabs?", + "showMessage.notCombined": "Various institutions with the original target cannot be the same", + "showMessage.remind": "Remind", + "showMessage.pendingApprovalPrompt": + "The application has been submitted and will not take effect until it is approved", + "showMessage.NETWORK_ERROR": "Network data abnormal, please check the network", + "showMessage.appList": "AppList", + "showMessage.msg": "Message", + "showMessage.errorGroup": "The user is not application information", + "showMessage.exitBut": "Exit", + "showMessage.errorGroupOrExit": "The user is not application information whether to jump to the login page?", + "showMessage.all": "All", + "showMessage.notIePrompt": "Please use Internet explorer!", + "showMessage.notFindFile": "Unable to find file: [{0}], please check the path!", + "showMessage.JOSN_WARNING": "Please fill in JSON format data for menu attribute content!", + "showMessage.selectMenu": "Please select a menu data before operation!", + "showMessage.reloadMenu": "The menu information takes effect after logging in again", + "tip.password": "Password is at least Numbers and letters", + "index.exitWinTitle": "Prompt on exit", + "index.exitWinOk": "Ok", + "verify.accountId.length":"Maximum length exceeded", + "verify.email":"Email is illegal", + "verify.phone":"Phone is illegal", + 'error.user.isLocked':'The user is locked', + 'error.user.idMin':'User number length cannot be less than 3', + "form_email":"Email", + "verify.bankId":"Number or English composition", + "verify.validDate":"Between 1-3650", + "btn.permission.export":"Permission export", + "verify.illegal.characters":"Illegal characters", + "verify.parameterValue":"between 0-14 bytes", + "verify.parameterValue.number":"Only 0 or 1 can be entered", + "verify.parameterValue.registertype":"Only 0, 1 or 2 can be entered", + "verify.parameterValue.PasswordLevel":"Only 1, 2、3 or 4 can be entered", + "verify.bankId.length":"Length between 3-16", + "verify.institutionChineseName":"The length is 106, one Chinese character is 4 and one letter is 1", + "verify.institutionEnglishName":"The length is 120, one Chinese character is 4 and one letter is 1", + "verify.multilingualValue":"The length is 200, one Chinese character is 4 and one letter is 1", + 'btn_refreshParams':'Refresh parameter cache', + "verify.PasswordExpire": 'Only numbers can be entered', + "verify.roleNameLength":"The length is 60, one Chinese character is 4 and one letter is 1", + "message.delete":"Whether to delete this data?", + "message.modifyMenu":"Menu information needs to be logged in again to take effect", + "form_operatingMechanism":"Operating mechanism", + "verify.menuChineseName":"The length is 100, one Chinese character is 4 and one letter is 1", + "verify.enterJSON":"Enter JSON string", + "verify.bitEnglishName":"The length is 180, one Chinese character is 4 and one letter is 1", + "verify.bitHierarchy":"The length is 50, one Chinese character is 4 and one letter is 1", + "form_order":"Order", + "form_parentMenu":"Parent menu", + "tooltip.bit":"Automatically obtain available permission bits", + "message.lockEdit":"Locked users cannot be modified, please unlock first", + "message.dothis":"Are you sure you want to do this?" +}; diff --git a/packages/rcs_5.0/src/lang/locale/en/index.js b/packages/rcs_5.0/src/lang/locale/en/index.js new file mode 100644 index 0000000..e809a34 --- /dev/null +++ b/packages/rcs_5.0/src/lang/locale/en/index.js @@ -0,0 +1,315 @@ +export default { + car: 'car | cars | {count} cars', + name: 'name:{0}{1}', + hello: 'hello', + button: { + add: 'Add', + edit: 'Edit', + delete: 'Delete', + ccyGrp: 'CcyGrp', + pairGrp: 'PairGrp', + tenorGrp: 'TenorGrp', + cptyGrp: 'CptyGrp', + exportPage: 'ExportPage', + exportAll: 'ExportAll', + export: 'Export', + import: 'Import', + search: 'Search', + reset: 'Reset', + expand: 'Expand', + history: 'History', + copy: 'Copy', + viewProcess: 'ViewProcess', + approvalBatch: 'ApprovalBatch', + check: 'Check', + InfoSupplementation: 'InfoSupplementation', + message: 'Message', + errorHandle: 'ErrorHandle', + notice: 'Notice', + control: 'Control', + print: 'Print', + following: 'Following', + life: 'life cycle', + }, + field: { + option: 'Option', + code: 'Code', + name: 'Name', + shortName: 'ShortName', + noDecimal: 'NoDecimal', + interestNoDecimal: 'InterestNoDecimal', + basis: 'Basis', + roundingType: 'RoundingType', + amountUnit: 'AmountUnit', + holidayId: 'HolidayId', + isoCode: 'IsoCode', + history: 'History ', + keyWord: 'KeyWord', + quotationUnitName: 'QuotationUnitName', + pointsDigit: 'PointsDigit', + spotNoDecimal: 'SpotNoDecimal', + fwdNoDecimal: 'FwdNoDecimal', + swapNoDecimal: 'SwapNoDecimal', + volNoDecimal: 'VolNoDecimal', + refDateName: 'RefDateName', + periodName: 'PeriodName', + noPeriods: 'NoPeriods', + noDays: 'NoDays', + dayTypeName: 'DayTypeName', + swiftCode: 'SwiftCode', + cptyNatureName: 'CptyNatureName', + cptyClassesName: 'CptyClassesName', + countryStr: 'CountryStr', + cptyIdParentName: 'CptyIdParentName', + bookIdName: 'BookIdName', + currencyIdName: 'CurrencyIdName', + folderStatusName: 'FolderStatusName', + applications: 'Applications', + localName: 'LocalName', + currencyType: 'CurrencyType', + type: 'Type', + parameters: 'Parameters', + version: 'Version', + + // 参数审批 + dealNo: 'dealNo', + dealStatus: 'dealStatus', + businessNo: 'businessNo', + startdesc: 'startdesc', + branchUserName: 'branchUserName', + updateTimestamp: 'updateTimestamp', + + cptySubClass: 'Cpty SubClass', + cptySmallClass: 'CptySmall Class', + organizationsCode: 'Org Code', + positionInfo: 'Position Info', + isInternalOrganizations: 'IsInternal Org', + registCountryId: 'Regist CountryId', + registAreaId: 'Regist AreaId', + riskCountryId: 'Risk CountryId', + riskAreaId: 'Risk AreaId', + contact: 'Contact', + tel: 'Tel', + fax: 'Fax', + mail: 'Email', + address: 'Address', + comments: 'Comments', + investmentPortfolio: 'Investment Portfolio', + dailyTradeQuery: 'DailyTradeQuery', + chooseDate: 'ChooseDate', + control: 'Control', + dealsId: 'DealsId', + status: 'Status', + product: 'Product', + folder: 'Folder', + cpty: 'Cpty', + target: 'Target', + amount: 'Amount', + amount1: 'Amount1', + amount2: 'Amount2', + reminder: 'Reminder', + toHandle: 'ToHandle', + markRead: 'Mark as read', + riskPos: 'RiskPos', + pleaseChoose: 'PleaseChoose', + riskValue: 'RiskValue', + limitValue: 'LimitValue', + yuan: 'yuan', + wYuan: 'w Yuan', + marketRisk: 'MarketRisk', + creditLimit: 'CreditLimit', + quotaValue: 'QuotaValue', + empower: 'Empower proportion', + haveValue: 'HaveValue', + marketData: 'MarketData', + updateTime: 'UpdateTime', + spotPrice: 'SpotPrice', + profitLoss: 'ProfitLoss', + startDate: 'StartDate', + endDate: 'SndDate', + yearProfitLoss: 'YearProfitLoss', + monthProfitLoss: 'MonthProfitLoss', + dayProfitLoss: 'DayProfitLoss', + riskCcy: 'Risk currency', + profitAndLossCcy: 'Profit loss currency', + tradeApproval: 'TradeApproval', + assetStatus: 'AssetStatus', + cash: 'Cash(year)', + pv: 'Pv(year)', + pnlYear: 'PnlYear', + pnlDay: 'PnlDay', + folderPl: 'FolderPl', + productPl: 'ProductPl', + ccyPl: 'CcyPl', + termPl: 'TermPl', + overEvent: 'OverEvent', + compare: 'Compare', + warnEvent: 'WarnEvent', + year: 'Year', + month: 'Month', + week: 'Week', + day: 'Day', + thisYear: 'ThisYear', + lastYear: 'LastYear', + thisMonth: 'ThisMonth', + lastMonth: 'LastMonth', + thisWeek: 'ThisWeek', + lastWeek: 'LastWeek', + thisDay: 'ThisDay', + lastDay: 'LastDay', + order: 'Order number', + settleReport: 'SettleReport', + reportType: 'ReportType', + payDate: 'PayDate', + sendDate: 'SendDate', + ccy: 'Ccy', + paymentApproval: 'Payment approval', + apiCommunicate: 'Interface communication status', + normal: 'Normal', + disconnection: 'Disconnection', + auditNum: 'Full daily volume', + action: 'Action', + valueData: 'ValueData', + eventContent: 'EventContent', + checkType: 'CheckType', + startUser: 'StartUser', + doneUser: 'DoneUser', + paymentFlowId: 'PaymentFlowId', + mtType: 'MtType', + pdocId: 'PdocId', + sitesCodeStr: 'SitesCodeStr', + underlyingTypeStr: 'UnderlyingTypeStr', + amountUsd: 'AmountUsd', + amountCny: 'AmountCny', + tradeDate: 'TradeDate', + valueDate: 'ValueDate', + maturityDate: 'MaturityDate', + RealTime: 'RealTime', + DayEnd: 'DayEnd', + AW: 'AW', + AD: 'AD', + SW: 'SW', + SD: 'SD', + BW: 'BW', + BD: 'BD', + END: 'END', + I: 'I', + iv: 'iv', + WS: 'WS', + dealStatus: 'DealStatus', + instrument: 'Instrument', + tradeAddDate: 'Trade Add Date', + tradeEditDate: 'Trade Edit Date', + dealFlag: 'DealFlag', + tradeDirection: 'TradeDirection', + globalId: 'GlobalId', + sourceName: 'SourceName', + lastModifyUser: 'LastModify User', + dealElement: 'DealElement', + extendsField: 'ExtendsField', + leg: 'Leg', + tacount: 'Tacount', + tpurpose: 'Tpurpose', + legsId: 'LegsId', + }, + form: { + user: 'User', + dealStatus: 'DealStatus', + captureDate: 'CaptureDate', + globalId: 'GlobalId', + currency: 'Currency', + notional: 'Notional', + tradeDate: 'TradeDate', + valueDate: 'ValueDate', + maturityDate: 'MaturityDate', + purpose: 'Purpose', + comment: 'Comment', + indexType: 'IndexType', + fixRate: 'FixRate', + floatingIndex: 'FloatingIndex', + floatingRatio: 'FloatingRatio', + floatingSpread: 'FloatingSpread', + basis: 'Basis', + couponFrequency: 'CouponFrequency', + obsFrequency: 'ObsFrequency', + payConvention: 'PayConvention', + paymentHoliday: 'PaymentHoliday', + adjusted: 'Adjusted', + eoma: 'EMOA' + }, + dy: { + holiday: { + weekly: 'Weekly Holiday:', + add: 'Add', + except: 'Except', + cancel: 'Cancel', + manage: 'Holiday Manage', + Sunday: 'Sunday', + Monday: 'Monday', + Tuesday: 'Tuesday', + Wednesday: 'Wednesday', + Thursday: 'Thursday', + Friday: 'Friday', + Saturday: 'Saturday', + description: 'Description', + day: 'Day', + currentDate: 'currentDate', + }, + placeholder: 'Please Enter', + selectPlaceholder: 'Please select', + timePlaceholder: 'Selection time', + datePlaceholder: 'Select date', + rangePlaceholder: 'Start date - End date', + including: 'Including subsidiaries', + table: { + more: 'more', + senior: 'senior', + search: 'search', + expand: 'expand', + retract: 'retract', + systemPlan: 'system plan', + isTrueDelete: 'Whether to delete this data?', + 'query criteria': 'query criteria', + 'queryCustomization': 'query customization', + 'save and apply': 'save and apply', + 'default lock condition': 'default lock condition', + 'non-locking condition': 'non-locking condition', + export: 'export', + 'export all': 'export all', + columnSet: 'column set', + 'searchSet': 'search set', + 'customizingNewSolutions': 'customizing new scheme', + 'systemScheme': 'system scheme', + 'pleaseModifySchemeName': 'please modify this scheme name', + 'deleteTheScheme': 'Do you want to delete the scheme?', + 'scheme': 'scheme', + 'noData': 'No information is found', + }, + select: { + placeholder: 'Please select', + all: 'All', + }, + button: { + reset: 'reset', + prompt: 'prompt', + submit: 'submit', + cancel: 'cancel', + delete: 'delete', + pleaseSelect: 'please select a piece of data', + selectOnlyOne: 'Only one piece of data can be selected', + actionSuccess: 'Operation successful', + selectData: 'Please select data', + 'save&apply': 'save and apply', + }, + datepicker: { + selectData: 'select data', + format: 'yyyy WW ', + selectWeek: 'select week', + selectMonth: 'select month', + selectYear: 'select year', + to: 'to', + start: 'start', + end: 'end', + }, + }, +}; diff --git a/packages/rcs_5.0/src/lang/locale/en/loadMessageJsFile.js b/packages/rcs_5.0/src/lang/locale/en/loadMessageJsFile.js new file mode 100644 index 0000000..fb76169 --- /dev/null +++ b/packages/rcs_5.0/src/lang/locale/en/loadMessageJsFile.js @@ -0,0 +1,3182 @@ +export default { + 'field.eventNormalSet': 'event element setting', + 'field.pubPart': 'public element', + 'field.fixRate': 'FixRate', + 'field.posDefinePriceDimension': 'posDefinePriceDimension', + 'form.downKickback': 'downKickback', + 'form.endSettleType': 'EndSettleType', + 'form.tradeDateMoreThanSettlementDate': 'tradeDateMoreThanSettlementDate', + 'field.returnDate': 'ReturnDate', + 'validation.amountGreatZero': 'Default amount must be greater than 0', + 'field.posDefineExtensionButton': 'posDefineExtensionButton', + 'warn.bondEqualOrgBond': 'BondEqualOrgBond', + 'form.splitCcy': 'Split Ccy', + 'field.isHierarchical': 'isHierarchical', + 'form.payDate': 'PaymentDate', + 'field.dailyTradeMonitor': 'Daily Trade Monitoring', + 'field.pts': 'Pts', + 'field.monitoringCode': 'Property', + 'error.positionMonitoringUnique': 'This field already exists for the current monitoring dimension!', + 'warn.isZero': 'Fixing interest rate is zero, please confirm it.', + 'validation.amortFirstDateEndDate': 'AmortFirstDateEndDate', + 'form.adjustHoldShare': 'AdjustHoldShare', + 'field.eventBackFunction': 'Back Stage Function', + 'field.dataType': 'DataType', + 'field.tradeCycle': 'tradeCycle', + 'field.flowOutputPrice': 'Notional Outflow', + 'title.standardStructure': 'StandardStructure', + 'field.timeInterval': 'Interval', + 'field.preview': 'Preview', + 'form.ne': 'Split', + 'field.netPrice': 'NetPrice', + 'field.kindflowId': 'KindflowID', + 'info.dcs.tradeDate': 'TradeDate', + 'field.matchCancel': 'Match Cancel', + 'field.optionDate': 'Settlement Date of Optional Forward', + 'field.exAmount': 'ConvertedAmount', + 'field.pairSplit': 'Pair Split', + 'field.equivalent': 'Equivalent', + 'field.comments': 'comments', + 'warn.barrierDownNotGreatbarrierUp': 'Price floor cannot be greater than price ceiling.', + 'form.fixingFrequency': 'FixingFrequency', + 'field.fixingRate': 'FixingRate', + 'form.firstResetDate': 'FirstResetDate', + 'warn.fixingAlert': 'Not have fixing!', + 'field.tradManageDataType': 'TradManageDataType', + 'field.executeResult': 'ExecuteResult', + 'field.posDefineType': 'posDefineType', + 'field.watchList': 'WatchList', + 'form.avgPriceType': 'avgPriceType', + 'alt.packetMapping': 'PacketMapping', + 'form.cleanPrice': 'CleanPrice', + 'field.parentId': 'ParentId', + 'field.interval': 'interval', + 'form.endSettAmount': 'endSettAmount', + 'field.remaingTerm': 'RemaingTerm', + 'form.kickback': 'kickback', + 'field.repoType': 'Repo Type', + 'field.amortFrequency': 'AmortFrequency', + 'field.productGroup': 'Group', + 'form.amortFirstDate': 'AmortFirstDate', + 'field.fixingPrice': 'FixingPrice', + 'form.contributionsAmount': 'ContributionsAmount', + 'form.farPts': 'FarPts', + 'validation.terminationDateLess': 'Termination date cannot be less than value date.', + 'error.raut.noAvailableFlow': 'NoAvailableFlow!', + 'form.varName': 'varName', + 'field.initFunction': 'InitFunction', + 'validation.bondOutright': 'bondOutright', + 'validation.nominalUpGreaterDown': 'The nominalUp must be greater than the lower limit', + 'field.confirmMatchStatus': 'Confirm Match Status', + 'button.baseButton': 'Base Button', + 'field.packetCLass': 'PacketCLass', + 'validation.notFindBond': 'not Find Bond!', + 'error.premiumPaymentDate.inNull': 'Please enter option information [option fee payment date]', + 'field.pricingEndDate': 'PricingEndDate', + 'field.dataUsed': 'DataUsed', + 'field.optUser': 'optUser', + 'form.premiumPaymentDate': 'PremiumDate', + 'field.posDefineQueryCriteria': 'posDefineQueryCriteria', + 'form.dueSettleDate': 'SettlementDate', + 'field.df': 'DF', + 'field.inflow': 'Inflow', + 'validation.fstSettAmountError': 'fstSettAmountError', + 'field.currencyAmount1USD': 'Currency Amount1(USD)', + 'form.cleanPriceUp': 'CleanPriceUpper', + 'field.profitRecal': 'ProfitRecal', + 'field.baseInfo': 'BaseInfo', + 'form.floor': 'Minimum', + 'form.foldersIdSwap': 'SwapFolder', + 'field.headContent': 'HeadContent', + 'form.underlying': 'underlying', + 'info.dcs.unwindAmount': 'Default Amount', + 'form.lowerLimits': 'PriceLimits', + 'field.posDefineIndicatorsDimension': 'posDefineIndicatorsDimension', + 'form.matureBreach': 'matureBreach', + 'field.amortForm': 'AmortForm', + 'field.packetFieldValidation': 'PacketFieldValidation', + 'validation.greatIrsDate': 'Incorrect date, please follow the rule: Trade Date<=Value Date[Limit]:{1}
[MarketPrice]:{2}
[TradPrice]:{3}
[Suggestions]:Please contact risk control personnel or adjust the transaction', + 'field.templateName': 'templateName', + 'field.posDefineQueryDetailResults': 'posDefineQueryDetailResults', + 'field.firstPayDate': 'FirstPayDate', + 'field.sendStatus': 'sendStatus', + 'error.event.unCancel': 'Irrevocable event', + 'error.gpOpt.strike3gt4': 'strike3 must be greater than strike4', + 'field.operate': 'Operate', + 'form.latestNotHoldShare': 'LatestNotHoldShare', + 'field.monitoringType': 'monitoringType', + 'field.requestMessage': 'RequestMessage', + 'field.appId': 'AppId', + 'alt.splitRuleField': 'SplitRuleField', + 'field.fieldCode': 'FieldCode', + 'alt.positionMonitoringButton': 'MonitoringButton', + 'field.siteCode': 'SiteCode', + 'validation.eventDateLessThanMaturityDate': 'EventDateLessThanMaturityDate', + 'alt.cashFlowIsModify': 'CashFlowIsModify', + 'field.dataTypeName': 'DataTypeName', + 'field.dataDetail': 'DataDetail', + 'form.showCashFlow': 'ShowCashFlow', + 'form.voucher': 'voucher', + 'error.sfrFixing.sequential': 'Please fix the risk-free interest rate indicators in order of observation days', + 'error.premium.inNull': 'Please enter option information [option fee]', + 'field.isCallPutable': 'IsCallPutable', + 'warn.alreadyDel': 'Cash flow cannot be deleted in this condition', + 'form.winningBid': 'WinningBid', + 'form.fstSettModes': 'fstSettModes', + 'form.endObserDate': 'ObserveEndDate', + 'field.applyDate': 'ApplyDate', + 'field.eventNormal': 'GeneralEvent', + 'field.feeScale': 'FeeScale(%)', + 'form.deliveryMonth': 'deliveryMonth', + 'form.fieldDefine': 'FieldDefine', + 'form.transferInPrice': 'transferInPrice', + 'field.display': 'Display', + 'field.paymentDateOrg': 'PaymentDateOrg', + 'title.layoutSetting': 'layoutSetting', + 'form.endDateMorePayDate': 'The end date cannot be earlier than the payment date', + 'field.returnType': 'ReturnType', + 'field.directoryName': 'directoryName', + 'alt.notFound': '[{0}]NotFound', + 'field.splitInfo': 'Split Info', + 'field.tradeTemplate': 'TradeTemplate', + 'field.eventAction': 'eventAction', + 'form.firstRate': 'FirstRate', + 'error.bond.invalid': 'bond is invalid', + 'field.toolbarName': 'toolbarName', + 'button.expandButton': 'Expand Button', + 'field.bizUkidParent': 'BbizUkidParent', + 'field.cashlongperiod': 'Cashlongperiod', + 'field.flowInputTotal': 'Total inflow', + 'validation.noChange': 'No change, batch operation is not needed.', + 'field.bottomPart': 'bottom element', + 'error.trade.optionDate.notDeliveryDeal': 'Not optional forward, settlement is not allowed.', + 'field.posDefineRule': 'posDefineRule', + 'field.adjustUser': 'AdjustUser', + 'alt.apiParam': 'ApiParam', + 'form.fstApplyAmount': 'fstApplyAmount', + 'field.dataEvent': 'DataEvent', + 'field.fieldDisplay': 'FieldDisplay', + 'field.processUser': 'ProcessUser', + 'button.used': 'Use', + 'validation.exeDateNGTcurDate': 'Exercise date cannot be later than system date!', + 'error.folderAndCptyCannotSame': 'Folder and cpty can not be the same!', + 'error.maxLengthTo8': 'maxLengthTo8', + 'field.transactionPrice': 'transactionPrice', + 'form.spotValueDate': 'Spot Value Date', + 'field.residueDate': 'residueDate', + 'field.selectFunction': 'SelectFunction', + 'field.multilingualEnName': 'EnName', + 'field.dealElement': 'DealElement', + 'form.year': 'Year', + 'error.gpOpt.strike1lt2': 'strike1 must be smaller than strike2', + 'form.fullAmount': 'FullAmount', + 'field.tradingSheet': 'TradeList', + 'warn.bondCodeNotNull': 'bondCodeNotNull!', + 'field.inputDate': 'inputDate', + 'field.fieldName': 'FieldName', + 'form.noRound': 'NoRound', + 'validation.cleanPriceUpGreaterDown': 'The cleanPriceUp must be greater than the lower limit', + 'field.longperiod': 'Longperiod', + 'field.underlyingCode': 'AnderlyingCode', + 'field.posDefineQueryResults': 'posDefineQueryResults', + 'button.interestSchedule': 'InterestSchedule', + 'form.lessThanOrEqualTo': 'less than or equal', + 'field.fieldLevelTypeFn': 'fieldLevelTypeFn', + 'form.pleasechoose': 'BackToBackCcy2Amount', + 'field.rateDirectionCcy': 'rateDirectionCcy', + 'field.pointValue': 'PVBP', + 'form.endDateRuleFN': 'endDateRuleFN', + 'form.baseYieldRate': 'BaseYieldRate', + 'field.variable': 'Variable', + 'form.feeCcy': 'FeeCcy', + 'error.index.over': '[Warning]:The Deal value does not match {0}
[Limit]:{1}
[Setting]:{2}
[Current]:{3}
[Suggestions]:Please contact risk control personnel or adjust the transaction', + 'form.underlyingAssetsType': 'Type', + 'field.functionExecute': 'FunctionExecute', + 'field.cancel': 'Cancel', + 'form.annex': 'Annex', + 'form.fstYieldRate': 'fstYieldRate', + 'form.upKickback': 'upKickback', + 'validation.exerciseAmountIsBad': 'Exercise amount is incorrect!', + 'warn.feeExtfieldIncomplete': '【{0}】feeExtfieldIncomplete', + 'error.gpOpt.strike1gt2': 'strike1 must be greater than strike2', + 'field.opt': 'Opt', + 'alt.addTradeSubmitAudit': 'AddTradeSubmitAudit', + 'field.flowOutputOther': 'flowOutputOther', + 'field.cashFlowStatus': 'CashFlowStatus', + 'form.flowcode': 'FlowCode', + 'form.exRate': 'exRate', + 'form.B2BTradingFolder': 'BackToBackFolder', + 'validation.pleaseSelectBond': 'please Select Bond!', + 'button.back': 'Return', + 'form.bondCode': 'BondCode', + 'form.amortFrequency': 'AmortFrequency', + 'field.orderDown': 'move down', + 'field.posDefineClassDimension': 'posDefineClassDimension', + 'error.bond.checkBondCashflowUnFixing': 'Unsettled cash flow range for cross interest payment transactions!', + 'form.reinvestShare': 'reinvestShare', + 'title.cashFlowAdjustList': 'CashFlowAdjustList', + 'field.policyId': 'policyId', + 'validation.length': '[{0}]The longest cannot exceed {1}', + 'field.eventSpecial': 'SpecialEvent', + 'info.common.date': 'Date', + 'field.timeLimit': 'TimeLimit', + 'field.inputTime': 'InputTime', + 'field.executionMethod': 'ExecutionMethod', + 'field.responsePacketField': 'ResponsePacketField', + 'alt.abolish': 'Are you sure to deactivate it?', + 'form.cashDividendAmount': 'CashDividendAmount', + 'form.B2BTradingRate': 'BackToBackRate', + 'alt.record': 'Record', + 'field.multilingualZhName': 'MultilingualZhName', + 'warn.fixedInterestRateG10000': 'FixedInterestRate more than 10000!', + 'form.rateDown': 'rateDown', + 'field.couponFrequency': 'CouponFrequency', + 'title.associateFieldTemplate': 'associateFieldTemplate', + 'form.futureValueDate': 'FutureValueDate', + 'form.redeemYield': 'RedeemYield', + 'field.posDefineMonitoringDimension': 'posDefineMonitoringDimension', + 'field.targetInstrument': 'TargetInstrument', + 'field.bondsNominal': 'bondsNominal', + 'info.common.user': 'User', + 'field.fixDate': 'FixDate', + 'form.eventId': 'eventId', + 'field.groupLabels': 'GroupLabels', + 'form.firstSettleType': 'FirstSettleType', + 'validation.tradeDateNotGreatValuetDate': 'Incorrect date, please follow the rule: trade date<=value date!', + 'validation.greatForwardDate': 'Incorrect date, please follow the rule: trade date<= value date, trade date<= maturity date', + 'form.effectiveDate': 'effectiveDate', + 'field.parentImplyTrade': 'Parent trade temp', + 'button.capitalDecrease': 'capitalDecrease', + 'field.amount2': 'Ccy2Amount', + 'form.transferInAsset': 'TransferInAsset', + 'form.tradeFee': 'TradeFee', + 'field.fieldPart': 'Field Element', + 'field.packetRule': 'PacketRule', + 'field.paymentDateAfter': 'PaymentDateAfter', + 'field.sendDate': 'sendDate', + 'field.convexity': 'Convexity', + 'field.foreignExchangeSale': 'Buy', + 'field.orderUp': 'move up', + 'field.adjusted': 'Adjusted', + 'form.structureType': 'StructureType', + 'field.expectMaturityDate': 'ExpectedMaturityDate', + 'warn.maturityDateNotCurrDate': 'maturityDateNotCurrDate', + 'warn.miscRuleB': 'Fixing is not applicable to virtual cash flow!', + 'field.valueDateRules': 'valueDateRules', + 'button.rightBUtton': 'Right Button', + 'warn.eventDateGreatEffectDate': 'Event date must be greater than effective date.', + 'field.complete': 'Complete', + 'field.detailDefine': 'Definition detail ', + 'field.topPart': 'top element', + 'field.bondCodeName': 'BondCodeName', + 'field.field': 'Field', + 'field.area': 'area', + 'field.posDefineCollectionUKID': 'posDefineCollectionUKID', + 'field.packetName': 'PacketName', + 'error.raut.isExist': 'Approval process already exists!', + 'form.cap': 'cap', + 'form.loanFeeRate': 'loanFeeRate', + 'field.lastModifyDate': 'LastModifyDate', + 'form.ssiCodeOur': 'Our Settlement Path', + 'button.valuationAnalysis': 'ValuationAnalysis', + 'form.endSettModes': 'endSettModes', + 'field.typeOfEvent': 'Transaction event type', + 'error.pms.remoteError': 'Valuation service is abnormal. Please contact the valuation administrator', + 'field.flowInputPrice': 'Notional Inflow', + 'field.multilingualCode': 'MultilingualCode', + 'form.lockOut': 'LockOut', + 'field.ruleExpression': 'RuleExpression', + 'field.fieldFormat': 'FieldFormat', + 'error.splitFieldUnique': 'The target field and source field already exist in the splitting rules of the current application system and module!', + 'field.fieldDataIndex': 'FieldDataIndex', + 'error.buySellVoid': 'BuySell Void', + 'field.pricingStartDate': 'PricingStartDate', + 'field.fwdRate': 'FwdRate', + 'field.targetField': 'TargetField', + 'warn.unReady': 'UnReady', + 'form.firstCouponDate': 'FirstCouponDate', + 'form.SplitB2B': 'BackToBackSplit', + 'field.selectByGroup': 'SelectByGroup', + 'field.feeAmount': 'feeAmount', + 'button.leftButton': 'Left Button', + 'alt.mainInfo': 'MainInfo', + 'field.optionInfo': 'optionInfo', + 'error.missingMonitoring': 'error.pos.missing.monitoring.attribute', + 'title.menuManager': 'Menu', + 'field.paymentHoliday': 'PaymentHoliday', + 'form.priceFrequency': 'Fixing Frequency', + 'alt.obsDateMoreThanObsEndDate': 'Observation start date cannot be greater than pricing end date', + 'form.forwardRateRate': 'ForwardYieldRate(%)', + 'form.conversionMode': 'ConversionMode', + 'form.optAmount': 'OptAmount', + 'form.optionDate': 'ExerciseDate', + 'field.issuanceStatus': 'Issuance status', + 'form.shiftType': 'ShiftType', + 'form.interestCalcMethod': 'InterestCalcMethod', + 'warn.forwardOptionDate': 'Incorrect date, please follow the rule: Trade Date<=Value Date, Trade Date<=Settlement Date of Optional Forward<=Maturity Date', + 'field.inputMode': 'InputMode', + 'field.saveDataPackage': 'SaveDataPackage', + 'field.parameterValuesEexample': 'ParameterValues(example)', + 'field.farAmount1': 'Far Amount1', + 'field.valuationDatePoint': 'valuationDatePoint', + 'field.adjustDate': 'AdjustDate', + 'field.customTradeQuery': 'CustomTradeQuery', + 'form.floatingIndexRate': 'FloatingIndex', + 'form.sellFuture': 'SellFuture', + 'field.serviceAddress': 'ServiceAddress', + 'form.originContractPrice': 'OriginContractPrice', + 'form.discountCurve': 'DiscountCurve', + 'form.fxFullPrice': 'FxFullPrice', + 'error.validationVoid': 'Validation Void', + 'field.eventStatus': 'EventStatus', + 'form.tn': 'T/N', + 'error.maxLengthTo16': 'maxLengthTo16', + 'error.fxFwdTypeError': 'FxFwd Type Validate Fail', + 'form.ccy': 'Currency', + 'form.relocatePoint': 'RelocatePoint', + 'validation.exerciseDateLess': 'Exercise date cannot be later than value date.', + 'title.tradeInfo': 'TradeInfo', + 'field.collection': 'collection', + 'field.scheduleGeneration': 'Cash flow generation type', + 'field.failReason': 'FailReason', + 'field.sendMode': 'SendMode', + 'field.baseArea': 'basic event', + 'form.singlePrice': 'UnitPrice', + 'field.specialArea': 'specialArea', + 'validation.payDateNotExeDate': 'Payment date cannot be later than exercise date', + 'filed.indexation': 'indexation', + 'field.variableSet': 'variableSet', + 'alt.otherInfo': 'OtherInfo', + 'field.paymentAt': 'PaymentAt', + 'field.fieldLevelSumTypeFn': 'fieldLevelSumTypeFn', + 'form.splitSpotSwap': 'Split Spot+Swap', + 'field.accruedAmount': 'AccruedAmount', + 'field.incomplete': 'Incomplete', + 'form.tradeAmountDown': 'tradeAmountDown', + 'field.scope': 'Range', + 'field.group': 'Group', + 'field.piece': 'Piece', + 'field.floatingCoefficient': 'FloatingCoefficient', + 'field.amount1': 'Ccy1Amount', + 'error.tradeDateMoreThanMaturityDate': 'Trade Date cannot be later than maturity date!', + 'error.optionDate.lessEventDate': 'The Settlement Date of Optional Forward has not arrived yet, cannot be selected for settlement.', + 'form.fstAI': 'fstAI', + 'field.label': 'Label', + 'field.implyFieldMapping': 'Implicit field mapping rule', + 'validation.amountremainingcouponsinsufficient': 'Amountremainingcouponsinsufficient', + 'warn.fixedRateIsNull': 'Fixing rate is null, please check!', + 'warn.notCcyBond': 'Not supporting the selection of bonds in different currencies.', + 'field.fixingFrequency': 'FixingFrequency', + 'form.interestDirectionAndCcy': 'InterestDirectionAndCcy', + 'form.highYieldRate': 'HighYieldRate', + 'form.pts': 'SwapPoints', + 'error.timeOptionVoid': 'Optional forward does not exist.', + 'field.phase': 'Phase', + 'form.cleanPriceDowm': 'CleanPriceDown', + 'field.lowerLimits': 'LowerLimits', + 'warn.actionNotBeUnDone': 'cannot be revoked!', + 'field.interestCcy': 'InterestCcy', + 'field.repoRate': 'RepoRate', + 'field.repurchaseCost': 'RepurchaseCost', + 'form.transactionDate': 'Transaction Date', + 'form.tradeCommandDate': 'TradeCommandDate', + 'field.sendTime': 'sendTime', + 'field.videoId': 'Annex Id', + 'form.totalAmountUp': 'TotalAmountUpper', + 'field.posDefineMonitoringKey': 'posDefineMonitoringKey', + 'field.type': 'type', + 'form.PayReceive': 'PayReceive', + 'alt.miscRuleLExe': 'Transaction is due, exercise is not allowed.', + 'title.templateManager': 'templateManagement', + 'form.neutralWarehouse': 'neutralWarehouse', + 'title.define': 'Customized', + 'field.nextPayDate': 'NextPayDate', + 'field.ratingType': 'RatingType', + 'warn.tradeDateNotLSourceTradeDate': 'Trade date cannot be less than the original trade date.', + 'field.port': 'Port', + 'error.dateFormatError': 'Date Format Error', + 'form.upperLimits': 'upperLimits', + 'field.resetGeneration': 'ResetGeneration', + 'form.totalConvertNominal': 'totalConvertNotional', + 'field.errorCode': 'ErrorCode', + 'field.nodeService': 'NodeService', + 'form.floatingIndex': 'Floating Index', + 'error.risk.error': 'Abnormal risk service, please contact the risk control administrator', + 'field.dealId': 'DealId', + 'field.breed': 'Category', + 'warn.knockOutInRuleB': 'Put options, the market exchange rate is greater than the agreed rate, please confirm!', + 'field.exAmountUsd': 'AmountUSD', + 'field.fieldType': 'FieldType', + 'alt.fieldPartRuleDefine': 'event element rule definition', + 'field.flowOutputTotal': 'TotalFlowOutput', + 'field.nearAmount2': 'Near Amount2', + 'field.optionPrice': 'OptionPrice', + 'field.cashFlowNo': 'CashFlowNo', + 'form.quarter': 'Quarter', + 'error.buildInUnedit': 'BuildIn Field Unedit!', + 'form.transferInAmount': 'TransferInAmount', + 'field.currencyAmountUSD': 'Currency Amount(USD)', + 'info.submitAudit': 'Submitted for Approval.', + 'validation.payDateNotTerDate': 'PayDateNotTerDate', + 'form.ccyRate': 'CcyRate', + 'field.fieldSubmitTypeFn': 'fieldSubmitTypeFn', + 'form.cleanAmount': 'CleanAmount', + 'validation.empty': 'Not empty!', + 'field.recAmount': 'recAmount', + 'field.instanceSaveAs': 'InstanceSaveAs', + 'field.posDefineRuleClass': 'posDefineRuleClass', + 'field.firstPaymentDate': 'firstPaymentDate', + 'validation.regular': '[{0}]does not conform to regular rules[{1}]', + 'field.event': 'event', + 'form.digitalDurType': 'Observation type', + 'field.responseContent': 'ResponseContent', + 'validation.remainingNotionalNotGreatNotional': 'Rollover notional cannot be greater than the remaining notional.', + 'error.biz.tradeCheck.unDealaction': 'NOT REVIEWED OR FREE OF REVIEW, UNABLE TO PROCESS', + 'error.positionDimensionUnique': 'This field already exists for the current dimension!', + 'alt.posViewMonitoring': 'ViewMonitoring', + 'form.transferOutDate': 'TransferOutDate', + 'field.fieldUnit': 'FieldUnit', + 'field.eventMode': 'eventMode', + 'field.templateSelect': 'templateSelect', + 'form.videoTree': 'Annex tree', + 'form.priceSimulate': 'Price simulation method', + 'field.effectiveDate2': 'effectiveEndDate', + 'alt.maxLength10': 'MaxLength10', + 'validation.discountNull': 'The discount rate cannot be empty!', + 'form.relateIndex': 'RelateIndex', + 'form.rateUp': 'rateUp', + 'warn.rolloverAmountMore': 'RolloverAmount cannot be greater than outstanding amount', + 'title.operateInfo': 'OperateInfo', + 'form.feeRatePercent': '(%)', + 'field.quantoCcy': 'QuantoCcy', + 'validation.terminationAmountIsBad': 'Terminated amount is incorrect.', + 'alt.queryCondition': 'QueryCondition', + 'error.expression.eval': 'Expression execution error', + 'field.serverDate': 'ServerDate', + 'info.deal.durationCancelAuditContent': 'Duration cancel,product:{0},typeOfEvent:{1},underlying:{2},amount:{3},eventDate:{4},user:{5}', + 'title.observationMeter': 'Observation sheet', + 'alt.bondSettingObservation': 'BondSettingObservation', + 'form.clearing': 'clearing', + 'form.relocateNumber': 'RelocateNumber', + 'title.actionEvent': 'actionEvent', + 'field.occurDay': 'occurDay', + 'form.nearAmount': 'NearAmount', + 'field.customization': 'Customization', + 'field.validation': 'Validation', + 'field.mappingRule': 'MappingRule', + 'field.messageFormat': 'MessageFormat', + 'field.eventDate': 'EventDate', + 'form.expressions': 'Expressions', + 'field.posDefineCollection': '[Collection]', + 'error.request': 'Field must not Null', + 'field.targetProduct': 'TargetProduct', + 'form.startDate': 'startDate', + 'button.botomButton': 'Bottom Button', + 'field.commandId': 'Trade Command Id', + 'form.splitPair': 'Split Pair', + 'warn.pleaceInputfixedInterestRate': 'Please input fixing interest rate!', + 'form.indexType': 'IndexType', + 'field.pricePoint': 'PricePoint', + 'field.ccy1': 'Ccy1', + 'field.interestType': 'InterestType', + 'form.cptySsiReceive': 'Cpty receive settlement path', + 'field.requestPacketField': 'RequestPacketField', + 'field.flowInputProfit': 'flowInputProfit', + 'field.ccyAmount2': 'Ccy2Amount', + 'field.validationExpresstion': 'ValidationExpresstion', + 'field.scene': 'Scene', + 'field.paymentLagType': 'PaymentLagType', + 'button.abolish': 'Deactivate', + 'field.eventId': 'Event Id', + 'field.resetStatus': 'Status', + 'field.ratePercent': 'Rate Percent', + 'alt.sceneConfig': 'SceneApply', + 'field.Trade Set': 'book', + 'field.amortType': 'AmortType', + 'field.processTime': 'ProcessTime', + 'alt.savedCondition': 'SavedCondition', + 'validation.greatChangeMDate': 'Incorrect date, please follow the rule: Trade Date value date.', + 'form.optionFeeDate': 'OptionFeeDate', + 'field.handler': 'Handler', + 'form.actualDays': 'ActualDays', + 'field.agencyLocalName': 'AgencyLocalName', + 'field.duration': 'Duration', + 'field.paymentLag': 'PaymentLagDays', + 'form.rightsIssuePrice': 'RightsIssuePrice', + 'field.fstYieldRate': 'FirstYieldRate', + 'field.nearPrice': 'nearPrice', + 'form.redeemAmount': 'RedeemAmount', + 'field.empty': 'Allow empty', + 'warn.orderCanNotBeRevoked': 'Orders cannot be revoked!', + 'warn.amountModified': 'Calculated amount is different with entered amount, please confirm!', + 'field.sceneName': 'SceneName', + 'warn.startDateNotGTEndDate': 'Start Date cannot be later than Maturity Date', + 'form.accessDataSimulation': 'AccessDataSimulation', + 'info.deal.newRepoTrack': 'amount:{2},underlying:{3},repoType:{4},tradeDate:{5},valueDate:{6},maturityDate:{7},captureTime:{8},source:{9},globalId:{10}', + 'field.printTemplate': 'PrintTemplate', + 'form.premium': 'PremiumAmount', + 'alt.auditInfo': 'ApprovalInfo', + 'field.auditContent': 'Audit Content', + 'error.tradeDate.greatMaturityDate': 'Trade date cannot be later than Maturity date', + 'field.fullPrice': 'FullPrice', + 'form.compoundFrequency': 'CompoundFrequency', + 'field.resetLogRate': 'ResetLogRate', + 'form.annexManage': 'AnnexManage', + 'form.createUser': 'createUser', + 'validation.tradeDateNotGreatSettlementDate': 'Trade date cannot be greater than settlement date.', + 'alt.data': 'Data', + 'lang.version': 'Version', + 'title.cashFlow': 'cashFlow', + 'field.settleTrackStatus': 'Settle Track Status ', + 'form.interestStructureType': 'InterestStructureTypereCashflow', + 'field.beforeRule': 'beforeRule', + 'form.amount': 'Amount', + 'field.toolMenu': 'Tool Menu', + 'field.dataTypeLocalName': 'DataTypeLocalName', + 'field.positionHandle': 'PositionHandle', + 'field.commandQuery': 'Command Query', + 'field.repoDays': 'repoDays', + 'form.destination': 'Target', + 'tip.dataConditionExpresstionTip': 'Executable expressions (Groovy, FN functions, Service methods, etc.)', + 'field.bstkCodeContract': 'bstkCodeContract', + 'form.interval': 'interval', + 'form.quanto': 'Quanto', + 'info.dcs.rollbackAmount': 'Rollback Amount', + 'form.floatingRate': 'FloatingRate', + 'form.backWardShift': 'BackWardShift', + 'alt.kindflow': 'kindflow!', + 'alt.splitRule': 'SplitRule', + 'field.floatingIndex': 'FloatingIndex', + 'validation.cleanPriceNotSmallerZero': 'Clean price cannot be negative!', + 'validation.insufficient': ' Insufficient', + 'field.ruleType': 'ruleType', + 'form.dateType': 'dateType', + 'field.ruleLocalName': 'ruleLocalName', + 'field.posDefineValuationDimension': 'posDefineValuationDimension', + 'field.fieldClass': 'fieldClass', + 'form.nearRate': 'FX Rate of Near Leg', + 'field.packetShortName': 'PacketShortName', + 'field.couponRate': 'CouponRate', + 'field.derivatives': 'Financial Product Bookkeeping', + 'field.messageContent': 'messageContent', + 'field.endDate': 'EndDate', + 'field.sendService': 'sendService', + 'field.filterFunction': 'filterFunction', + 'field.days': 'Days', + 'form.tradeAmount': 'TradeAmount', + 'field.bizCode': 'BizCode', + 'form.isReinvest': 'isReinvest', + 'form.farFwdRate': 'FarFwdRate', + 'error.notEmpty': 'Do Not Empty!', + 'warn.pleaseInputPlege': 'pleaseInputPlege', + 'field.functionSearch': 'FunctionSearch', + 'error.dealFlag.notModify': 'The nature of the transaction cannot be modified', + 'field.posDefineMonitoring': '[Monitoring]', + 'field.posDefineDataConditionExpresstion': 'posDefineDataConditionExpresstion', + 'field.commandApprovalStatus': 'Approval Status', + 'button.buttonControl': 'buttonControl', + 'title.interestSchedule': 'InterestSchedule', + 'form.referenceEntity': 'referenceEntity', + 'field.areaTemplate': 'areaTemplate', + 'error.packetUnique': 'Under the current application system module, the packet code value already exists!', + 'info.dcs.spotRate': 'SpotRate', + 'field.ISINCode': 'ISINCode', + 'field.effectiveDate1': 'effectiveStartDate', + 'field.nodeDefinition': 'NodeDefinition', + 'form.rate': 'Rate', + 'field.floatDirection': 'FloatDirection', + 'field.quantity': 'Notional', + 'field.bizUkidGroup': 'BizUkidGroup', + 'field.feildMode': 'FeildMode', + 'field.indicators': 'indicators', + 'form.property': 'Property', + 'form.bill': 'bill', + 'form.settleType': 'Settle Type', + 'form.accountingSection': 'accountingSection', + 'form.valueDateToShare': 'ValueDateToShare', + 'form.shareStockNum': 'ShareStockNum', + 'error.index.expire': '[Limit Warning]: [{0}] The limit has expired.
[Processing Suggestions]: Please contact risk control personnel.
[Limit Code]: {1}', + 'form.entityName': 'entityName', + 'tip.bondCodeIsNull': 'The bondCode cannot be empty!', + 'button.attributeBind': 'AttributeBind', + 'error.fieldUnique': 'The application system under the field code value, use already exists!', + 'title.clnSearch': 'Note Search', + 'validation.repoRateUpGreaterDown': 'The repoRateUp must be greater than the lower limit', + 'field.faceValue': 'FaceValue', + 'field.feePart': 'feePart', + 'info.dcs.strike': 'Strike', + 'alt.relation': 'Relation', + 'field.payDirection': 'PayDirection', + 'field.extentType': 'extentType', + 'form.firstSettleAmount': 'FirstSettleAmount', + 'validation.lengthRange': '[{0}]The length is not within the range[{1}]', + 'form.startDateAdj': 'StartDateAdj', + 'form.billName': 'billName', + 'validation.fstSettlementDateThanTradeDate': 'Trade Date Cannot Be Later Than First Settlement Date.', + 'field.bondDesc': 'BondDesc', + 'form.createCfl': 'GenerateCF', + 'validation.tradeAmountUpGreaterDown': 'The tradeAmountUp must be greater than the lower limit', + 'field.isDisplay': 'isDisplay', + 'field.feeCcy': 'feeCcy', + 'info.deal.auditContent': 'product:{0}, typeOfEvent:{1}, underlying:{2},tradeDate:{3},user:{4}, source:{5}', + 'validation.settlementDateNotGreatBondValueDate': 'SettlementDateNotGreatBondValueDate', + 'form.futureBond': 'FutureBond', + 'alt.infData': 'InfData', + 'field.cashFlowType': 'CashFlowType', + 'error.maxLengthTo30': 'maxLengthTo30', + 'form.reinvestAmount': 'ReinvestAmount', + 'warn.greatEffectiveDate2': 'Trade Date cannot be later than Maturity Date', + 'error.risk.down': 'The risk service is temporarily offline, please contact the risk control administrator', + 'validation.custom': '[{0}]does not meet the custom validation rules[{1}]', + 'field.couponCurrency': 'CouponCurrency', + 'alt.maturityDateLessThanObsDate': 'The pricing end date cannot be greater than the transaction expiration date', + 'field.exceptionCause': 'exceptionCause', + 'error.deliveryDate.inNull': 'Please enter option information [delivery date]', + 'field.fixPart': 'fixing element', + 'form.commission': 'Commission', + 'field.fieldFn': 'fieldFn', + 'field.dataSimulationTest': 'DataSimulationTest', + 'field.posDefineOtherDimension': 'posDefineOtherDimension', + 'form.receiptDate': 'ReceiptDate', + 'field.upperAndLowerLimits': 'UpperAndLowerLimits', + 'warn.amountGreat': 'Operation amount cannot be greater than transaction amount.', + 'error.pairVoid': 'Ccy Pair Void', + 'validation.fixDateGreatMdate': 'fixDateGreatMdate', + 'field.HierarchicalRule': 'HierarchicalRule', + 'field.outflow': 'Outflow', + 'field.issueType': 'IssueType', + 'field.dealMatchRule': 'Deal Match Rule', + 'alt.packetDefine': 'PacketDefine', + 'warn.typeOrDateNotNull': 'Type and entered date cannot both be null.', + 'field.noBondsIssued': 'NoBondsIssued', + 'title.fixingFail': 'FixingFail', + 'error.strike.inNull': 'Please enter option information [strike price]', + 'alt.infDataImport': 'Transaction import', + 'field.implyTrade': 'ImplyTransaction', + 'form.ourSsiReceive': 'Our receive settlement path', + 'info.common.status': 'Status', + 'field.eventDataTemplate': 'eventDataTemplate', + 'field.tacount': 'Tacount', + 'title.bondsBaseInfo': 'BondsBaseInfo', + 'form.isCapFloor': 'Type', + 'form.ccy2Conversionccy1': 'Ccy2ConvertCcy1', + 'field.nearAmount1USD': 'Near Amount1USD', + 'field.classifiedStatistics': 'Classified Statistics', + 'form.latestHoldShare': 'LatestHoldShare', + 'form.setupDate': 'setupDate', + 'error.conditionError': 'The search condition component is incorrectly configured!', + 'form.obsvHoliday': 'obsvHoliday', + 'field.rateType': 'RateType', + 'field.fieldRange': 'FieldRange', + 'field.toolbarFuntion': 'toolbarFuntion', + 'error.exceedMaxLimit': 'No more than {0}!', + 'field.monitoringValue': 'monitoringValue', + 'form.faceAmount': 'FaceAmount', + 'error.repeated.bondPledge': 'Pledged bonds cannot be repeated!', + 'field.executionContext': 'ExecutionContext', + 'form.rightsIssueNum': 'RightsIssueNum', + 'field.packetFormat': 'PacketFormat', + 'form.rolloverAmount': 'RolloverAmount', + 'field.leg': 'Leg', + 'field.posDefineInstruments': 'posDefineInstruments', + 'field.maturityPrice': 'MaturityPrice', + 'error.settlementDateLessThanValueDate': 'settlementDateLessThanValueDate', + 'form.basis': 'Basis', + 'validation.terminationAmountNotL0': 'Termination amount cannot be less than 0.', + 'button.reissue': 'reissue', + 'field.cashFlow': 'cashFlow', + 'field.SwapDealType': 'SwapDealType', + 'validation.notLessThan0': 'notLessThan0', + 'warn.selectPair': 'selectCurrencyPair', + 'form.ssiCodeCpty': 'Cpty Settlement Path', + 'field.ccy2': 'Ccy2', + 'form.participationRate': 'ParticipationRate', + 'title.rateEdit': 'RateEdit', + 'field.monitoringDimension': 'monitoringDimension', + 'form.calcMode': 'CalcMode', + 'form.residueNumber': 'ResidueNumber', + 'field.gap': 'gap', + 'form.endDateAdj': 'EndDateAdj', + 'field.dateAdjustment': 'dateAdjustment', + 'field.nearAmount1': 'Near Amount1', + 'validation.greatEffectiveDate': 'Value date cannot be later than Maturity date', + 'form.obsFrequency': 'obsFrequency', + 'field.packetCode': 'PacketCode', + 'form.paymentMethod': 'paymentMethod', + 'title.fixIndex': 'fixingIndex', + 'form.on': 'O/N', + 'form.beginPrice': 'BeginPrice', + 'form.buySell': 'buySell', + 'validation.valueDateNotGreatBeginObserDate': 'Start date of observation period cannot be earlier than premium date!', + 'field.serviceDefinition': 'ServiceDefinition', + 'warn.deliveryDateOverT2': 'SettlementDate not over T+2!', + 'field.splitFlag': 'SplitFlag', + 'error.eventCancel.unCancel': 'The revocation event cannot be revoked again', + 'field.dataField': 'DataField', + 'field.obsId': 'ObsId', + 'button.track': 'Track', + 'alt.preCashflow': 'PreCashflow', + 'field.level': 'level', + 'alt.positionDimension': 'Dimension', + 'info.dcs.unwindDate': 'Default Date', + 'form.fixingFrequencyStr': 'fixingFrequency', + 'validation.greatForwardOptionDate': 'greatForwardOptionDate', + 'error.currencyVoid': 'Currency Not Exist', + 'form.dateRange': 'Date Range', + 'form.longPeriodCompound': 'LongPeriodCompound', + 'form.payTotalAmount': 'Payment Amount', + 'form.amortAccount': 'AmortAccount', + 'title.bondDetail': 'BondDetail', + 'field.ruleFunction': 'ruleFunction', + 'validation.notDeliveryDeal': 'Not optional forward, can not be settled!', + 'error.gpOpt.strike2lt3': 'strike2 must be smaller than strike3', + 'field.dataId': 'DataId', + 'title.applicationScene': 'applicationScene', + 'title.termConfig': 'termConfig', + 'field.packetClassify': 'PacketClassify', + 'title.riskOverTip': 'riskOverTip', + 'field.templateType': 'templateType', + 'form.interestCcy': 'InterestCcy', + 'field.fieldDataType': 'FieldDataType', + 'field.firstExerciseDate': 'firstExerciseDate', + 'alt.optSuccessNewDealDeals': 'Successfule trade! New trade ID:', + 'form.optionFee': 'OptionPremium', + 'field.fixing': 'fixing', + 'form.dealQuantity': 'DealQuantity', + 'title.bondInfoShow': 'BondInfoShow', + 'field.baseDataType': 'baseDataType', + 'validation.greatFirstCouponDate': 'GreatFirstCouponDate', + 'form.adjustNotHoldShare': 'AdjustNotHoldShare', + 'form.shareStockAmount': 'ShareStockAmount', + 'field.resetId': 'ResetId', + 'form.reinvestDate': 'ReinvestDate', + 'warn.miscRuleA': 'Loss on options,PL is:', + 'form.adjustPriceDate': 'AdjustPriceDate', + 'error.deal.noLeg': 'Deal={0} has no leg data', + 'field.relation': 'Relation', + 'button.moreButton': 'More Button', + 'alt.instrumentGrpSearch': 'InstrumentGrpSearch', + 'field.signature': 'Signature', + 'field.flowOutputProfit': 'flowOutputProfit', + 'form.totalAmountDown': 'TotalAmountDown', + 'field.relateLabel': 'RelatedLabel', + 'form.showPrice': 'ShowNotional', + 'error.missingPosBasicData': 'error.pos.missingPerror.pos.missingPosBasicData', + 'field.prepay': 'prepay', + 'error.settlementMode.inNull': 'Please enter option information [delivery method]', + 'error.bondCashflowlow.isnull': 'The start date and ex-right date of bond cash flow are greater than {0}', + 'field.beSelectFunction': 'BeSelectFunction', + 'alt.cancelEventSubmitAudit': 'Cancel Event SubmitApplication', + 'form.gl': 'gl', + 'field.matchStatus': 'Match Status', + 'field.resetDate': 'resetDate', + 'title.tradeModelEdit': 'save as template', + 'form.priceLimit': 'priceLimit', + 'warn.effectiveDate2GreatMaturityDate': 'Effective Date cannot be earlier than MaturityDate', + 'button.durationButton': 'Duration Button', + 'field.profitCNY': 'profitCNY', + 'field.balance': 'Balance', + 'form.knockBoundary': 'KnockBoundary', + 'form.multilingualKey': 'Multilingual Key', + 'field.monitor': 'monitor', + 'field.bizUkidTop': 'BizUkidTop', + 'field.dealNumber': 'dealNumber', + 'field.processFlag': 'ProcessFlag', + 'field.commandStatus': 'Command Status', + 'field.fieldDatals': 'FieldDatals', + 'validation.commonRule': '[{0}]does not meet the common rules[{1}]', + 'field.afterRule': 'afterRule', + 'form.amortEndDate': 'AmortEndDate', + 'form.cashStump': 'CashStump', + 'form.buyFuture': 'BuyFuture', + 'form.actNo': 'Account No', + 'alt.backOfficeStatus': 'BackOfficeStatus', + 'field.marketInfo': 'MarketInfo', + 'field.strikePrice': 'StrikePrice', + 'form.holdingCost': 'HoldingCost', + 'field.securityLevel': 'SecurityLevel', + 'form.redeemYieldRate': 'redeemYieldRate', + 'field.videoName': 'annex name', + 'form.event': 'Event', + 'field.fieldIsDisplay': 'fieldIsDisplay', + 'field.interestMeter': 'InterestMeter', + 'form.foldersIdSpot': 'SpotFolder', + 'button.print': 'Print', + 'form.transferOutAsset': 'TransferOutAsset', + 'form.marketPrice': 'marketPrice', + 'form.transferInDate': 'transferInDate', + 'form.contributionsDate': 'ContributionsDate', + 'field.interfaceType': 'InterfaceType', + 'field.toolbarHtml': 'toolbarHtml', + 'field.startDate': 'StartDate', + 'button.build': 'Generate', + 'form.fixingHoliday': 'FixingHoliday', + 'form.knockYieldRate': 'knockYieldRate', + 'form.buySellAndRate': 'Direction/Interest Rate (%)', + 'field.eventFrontFunction': 'eventFrontFunction', + 'field.flowInputOther': 'flowInputOther', + 'field.bizUkid': 'BizUkid', + 'form.fullPrice': 'FullPrice', + 'field.resetStatusName': 'ResetStatusName', + 'field.dailyTradeQuery': 'DailyTradeQuery', + 'field.matchConfirm': 'Match Confirm', + 'alt.partEmpty': '{0} some fields are empty!', + 'form.couponFrequency': 'CouponFrequency', + 'form.settlementB': 'settlementB', + 'field.tradingMarket': 'Trading Market', + 'form.tradeAmountUp': 'TradeAmountUp', + 'field.redemptionCurrency': 'RedemptionCurrency', + 'error.duplicateCode': 'duplicated Code', + 'field.functionExpressions': 'functionExpressions', + 'form.source': 'source', + 'field.cashflowId': 'CashflowID', + 'form.longPeriodSchedule': 'LongPeriodSchedule', + 'form.posDefine': 'PosDefine', + 'field.fixedInterestRate': 'Fixed Interest Rate', + 'alt.indexEdit': 'IndexEdit', + 'title.lifeCycle': 'lifeCycle', + 'field.marketConvention': 'MarketConvention', + 'field.sourceProduct': 'SourceProduct', + 'field.fieldSubmitType': 'fieldSubmitType', + 'form.amortType': 'AmortType', + 'form.splitinfo': 'splitinfo', + 'validation.spotValueDateMoreThanM': 'Please follow the rule: Value date <= maturity date', + 'field.validationRule': 'ValidationRule', + 'form.货币1折算货币2': 'Ccy1ConvertCcy2', + 'field.fieldPrecision': 'FieldPrecision', + 'validation.maturityGCurrDate': 'Maturity date must be later than current date!', + 'button.topButton': 'Top Button', + 'form.fxNetPrice': 'FxNetPrice', + 'error.amountLessThanBondAmount': 'The total face value of the bond cannot exceed the face value of the position', + 'form.exDividendDate': 'ExDividendDate', + 'form.fixingDate': 'FixingDate', + 'field.floatingRate': 'FloatingRate', + 'field.resetRollConvention': 'ResetRollConvention', + 'title.defaultValue': 'defaultValue', + 'form.settlementA': 'settlementA', + 'form.exercisePrice': 'exercisePrice', + 'field.Length': 'Length', + 'field.amortValue': 'AmortValue', + 'field.fieldValue': 'FieldValue', + 'form.nominalCcy': 'NominalCcy', + 'field.isSplition': 'IsSplition', + 'validation.endObserDateNotGreatMaturityDate': 'Observation end date cannot be greater than maturity date!', + 'field.ruleCode': 'ruleCode', + 'error.splitRuleUnique': 'Under the current application system module, the split code already exists!', + 'form.B2Bcurrey1': 'BackToBackCcy1Amount', + 'field.outputResult': 'OutputResult', + 'field.positionRange': 'PositionRange', + 'field.hasSelectData': 'HasSelectData', + 'form.rolloverDate': 'RolloverDate', + 'warn.cashFlowImportNull': 'No cash flow record, cannot be imported!', + 'form.ourSsiPay': 'Our pay settlement path', + 'field.disabled': 'Disabled', + 'field.associateField': 'associateField', + 'field.bodyContent': 'BodyContent', + 'field.floatPointDifference': 'FloatPointDifference', + 'field.convertedPrice': 'ex price', + 'info.dcs.maturityDate': 'MaturityDate', + 'field.thawedDate': 'Thawed Date', + 'form.SplitSight': 'SpotSplit', + 'title.amortization': 'amortization', + 'form.shareStockDate': 'ShareStockDate', + 'field.lot': 'Lot', + 'field.feildParent': 'FeildParent', + 'field.priceDate': 'PriceDate', + 'field.commentPart': 'comment element', + 'error.bond.maturity': 'Bond Maturity', + 'validation.nominalZero': 'Notional cannot be zero!', + 'form.statisticType': 'StatisticType', + 'field.fieldSearch': 'fieldSearch', + 'form.guarantee': 'Guarantee', + 'field.eventTemplate': 'eventTemplate', + 'field.toolbarId': 'toolbarId', + 'form.accerInterest': 'AccerInterestAnnex', + 'field.tradeEvent': 'tradeEvent', + 'form.openDirection': 'openDirection', + 'validation.gpValueDateOptionDate': 'Incorrect date, please follow the rule: trade date<=premium date<=settlement date!', + 'field.cashFlowAdj': 'CashFlowAdj', + 'field.avgPriveType': 'Avg price type', + 'field.function': 'Function', + 'form.endCleanPrice': 'endCleanPrice', + 'field.eventFlow': 'EventFlow', + 'field.dataTypeClass': 'DataTypeClass', + 'field.simulate': 'Simulate', + 'field.componentStatus': 'componentStatus', + 'field.exposureRecal': 'ExposureRecal', + 'field.param': 'Param', + 'error.lengthError': 'Length Validate Fail', + 'field.dpurpose': 'Dpurpose', + 'field.fieldDisplayTypeFn': 'fieldDisplayTypeFn', + 'form.incomeDistributionDesc': 'incomeDistributionDesc', + 'validation.rolloverDateEarly': 'Action date must be later than start date of original transaction.', + 'field.additionalInfo': 'AdditionalInfo', + 'form.lastCouponDate': 'LastCouponDate', + 'form.transferFee': 'TransferFee', + 'field.swapInfo': 'swapInfo', + 'title.cashFlowTable': 'CashFlowTable', + 'error.tradeDateMoreThanFarMaturityDate': 'Trade date cannot be later than maturity date of far leg!', + 'form.underlyingType': 'underlyingType', + 'field.farAmount2': 'Far Amount2', + 'field.currencyAmount2USD': 'Currency Amount2(USD)', + 'alt.disconnection': 'Disconnection', + 'form.endApplyAmount': 'endApplyAmount', + 'field.appModule': 'AppModule', + 'field.pv': 'pv', + 'form.direction': 'Direction', + 'error.error.bond.invalid': 'bond is invalid', + 'alt.positionMonitoring': 'Monitoring', + 'field.acceptService': 'acceptService', + 'form.fstSettlementDate': 'fstSettlementDate', + 'warn.valueDateOverMaturityDate': 'Value date cannot be later than maturity date', + 'alt.processing': 'Processing', + 'field.customTemplate': 'CustomizedTemplate', + 'warn.extfieldEmpty': '【{0}】的【{1}】字段不能空', + 'validation.exerciseAmountNotL0': 'Exercise amount cannot be less than 0!', + 'form.folderId': 'folderId', + 'field.editPreview': 'editPreview', + 'warn.dateIsHoliday': 'dateIsHoliday', + 'field.paramValue': 'paramValue', + 'error.event.notCancel': 'Derivative transactions have a duration event and cannot be revoked', + 'field.allCheck': 'ALL', + 'field.payDate': 'PaymentDate', + 'form.nearFwdRate': 'NearFwdRate', + 'field.compoundFrequency': 'CompoundFrequency', + 'field.posDefineCollectionKey': 'posDefineCollectionKey', + 'field.targetDataType': 'TargetDataType', + 'form.settleNumber': 'SettleNumber', + 'form.valueDateMoreCouponDate': 'FirstCouponDate Cannot Be Less Than The Value Date', + 'field.month': 'Month', + 'field.materialPart': 'material element', + 'field.referencePrice': 'ReferencePrice', + 'field.eventPart': 'event element', + 'field.cashFlowPart': 'cash flow element', + 'warn.necessaryTerms': '[Balance,TODAY,TOM,SPOT]must choose!', + 'form.tenorGrp': 'tenorGrp', + 'error.deal.dealStatus': 'Dead transaction cannot initiate operation', + 'form.stockHaveNum': 'StockHaveNum', + 'warn.valueDateOverT2': 'Value Date should be within T+2', + 'form.packetDefine': 'PacketDefine', + 'field.templateContent': 'templateContent', + 'title.batchOptCashFlow': 'BatchOptCashFlow', + 'field.interestCalcMethod': 'InterestCalcMethod', + 'field.serviceArrange': 'ServiceArrange', + 'field.whetherRequired': 'WhetherRequired', + 'field.printDate': 'PrintDate', + 'field.posDefineViewMonitoring': '[ViewMonitoring]', + 'form.insccy': 'insccy', + 'field.responseMessage': 'ResponseMessage', + 'field.productPartTemplate': 'product element template', + 'alt.packetValidation': 'PacketValidation', + 'form.nominalExchange': 'nominalExchange', + 'field.functionClassify': 'FunctionClassify', + 'form.B2Bcurrey2': 'BackToBackCcy2Amount', + 'info.dcs.dealStatus': 'Status', + 'field.audit': 'Audit', + 'form.issuer': 'Issuer', + 'form.fund': 'Fund', + 'field.localName': 'LocalName', + 'FxOptionPosition.Phi': 'Phi', + 'FxSpotCurrencyPositionDetail.Amount1': 'Amount1', + 'CurrencyHoldPosition.LendInAmount': 'LendInAmount', + 'field.weight': 'Weight', + 'BondTermPositionDetail.BuySell': 'BuySell', + 'field.ratingHistory': 'Ratinghistory', + 'form.deposite': 'Deposite', + 'BondTermPosition.Currency': 'Currency', + 'form.paymentAtE': 'End', + 'error.info.fileFormatError': 'The file format [{0}] is incorrect. The file extension must be [{1}]!', + 'form.locked': 'Locked', + 'field.tradeDaterule': 'tradeDaterule', + 'field.managerCode': 'ManagerCode', + 'field.weightValue': 'weightValue', + 'PmSwapPairPosition.DF1': 'DF1', + 'FutureAvgPosition.Amount': 'Amount', + 'field.factorCategory': 'FactorCategory', + 'PmSwapPositionDetail.BizUKID': 'BizUKID', + 'FxSpotPairTermPosition.RealizeProfit': 'RealizeProfit', + 'framework.UNFIND_DATA_FIELD': 'Do not found the field {0} in record object,please check or set up correctly custom-options identifyField value!', + 'FxExpoursePositionDetail.ValueDate': 'ValueDate', + 'FxSwapPositionDetail.SpotRate': 'SpotRate', + 'PmExpourseAUXPositionDetail.Amount1': 'Amount1', + 'info.dcs.strike': 'executePrice', + 'PmSpotCurrencyPositionDetail.Pair': 'Pair', + 'FutureAvgPositionDetail.Product': 'Product', + 'BondTermPositionDetail.Nominal': 'Nominal', + 'FxSwapPairTermPosition.Operation': 'Operation', + 'field.floatIndex': 'floatIndex', + 'BondInventoryPosition.AvailableAmount': 'AvailableAmount', + 'button.batchOpt': 'BatchOpt', + 'field.orignalBondsId': 'orignalBondsId', + 'field.dealsId': 'DealsId', + 'error.buildInUnedit': 'BuildIn Field Unedit!', + 'FutureAvgPosition.Folder': 'Folder', + 'alt.exportAll': 'Unable to export all, check the log for details!', + 'field.volga': 'volga', + 'alt.packetMapping': 'PacketMapping', + 'form.first': 'Begin', + 'field.curve': 'Curve', + 'field.cptyIdParent': 'CptyIdParent', + 'FolderPnlPosition.PV': 'PV', + 'FxPmSpotPairPosition.Exposure2': 'Exposure2', + 'PmSpotPairPosition.YearlyPNLLocal': 'YearlyPNLLocal', + 'field.trialCapital': 'trialCapital', + 'field.ccyMv': 'ccyMv', + 'FxOptionPosition.Delta1': 'Delta1', + 'PmSpotCurrencyPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'form.interfaceName': 'InterfaceName', + 'FxExpoursePositionDetail.TradeDate': 'TradeDate', + 'formater.delivery': 'Delivery', + 'field.actualBillTotal': 'ActualBillTotal', + 'formater.originalTrade': 'OriginalTrade', + 'DV01PositionDetail.DV01Local': 'DV01Local', + 'button.setPermission': 'Set Permission', + 'field.fixingRate': 'FixingRate', + 'alt.notImportableNum': 'The quantity that can not be imported this time', + 'message.category': 'Category', + 'form.bond': 'BondCode', + 'FxRiskPosition.ThetaJPY': 'Theta(JPY)', + 'PmExpoursePositionDetail.MaturityDate': 'MaturityDate', + 'form.dailyInterest': 'Interest', + 'BondPosition.MonthlyPNL': 'MonthlyPNL', + 'FolderPnlPosition.MonthlyPNLCrt': 'MonthlyPNLCrt', + 'field.contractMarketName': 'ContractMarketName', + 'form.buyminUnit': 'BuyminUnit(Stock)', + 'PmExposureSummary.Operation': 'Operation', + 'field.calculatenoDecimal': 'calculatenoDecimal', + 'button.application': 'application', + 'button.batchOptCashflow': 'BatchOptCashflow', + 'field.dayTypeName': 'DayTypeName', + 'form.folderName': 'FolderName', + 'BondPosition.CleanPrice': 'CleanPrice', + 'FxSpotCurrencyPosition.Exposure': 'Exposure', + 'FxSwapPairPosition.Currency2': 'Currency2', + 'framework.ONLY_SELECT_ONE_ROW': 'ONLY_SELECT_ONE_ROW', + 'field.valueDate': 'ValueDate', + 'error.buildInUndeletable': 'BuildIn Field Undeletable!', + 'FolderPnlPosition.MonthlyPNL': 'MonthlyPNL', + 'DcsBondStoreRecord.Bond': 'Bond', + 'FxOptionPosition.Theta': 'Theta', + 'field.upperLimits': 'UpperLimits', + 'form.postpone': 'postpone', + 'PmSpotCurrencyPositionDetail.TradeDate': 'TradeDate', + 'FxExpoursePositionDetail.Product': 'Product', + 'button.setStyle': 'SetStyle', + 'form.thawed': 'Thawed', + 'BondTermPosition.DailyPNL': 'DailyPNL', + 'PmSpotCurrencyPosition.YearlyPNL': 'YearlyPNL', + 'PmSwapPairPosition.Operation': 'Operation', + '.bondsStatus': 'bondsStatus', + 'field.siteIdName': 'Site', + 'button.down': 'Down', + 'FxSpotCurrencyPositionDetail.Pair': 'Pair', + 'form.yieldcurveId': 'YieldcurveId', + 'FutureAvgPositionDetail.Contract': 'Contract', + 'field.fixedRate': 'Rate', + 'field.trialContribution': 'trialContribution', + 'FxRiskPosition.GammaGBP': 'Gamma(GBP)', + 'form.isoCode': 'IsoCode', + 'FxSwapPairTermPosition.MarketPmsFwdRate': 'MarketPmsFwdRate', + 'field.monthWarnTimes': 'MonthWarnTimes', + 'FxOptionPosition.Vega': 'Vega', + 'button.saveMust': 'Coercion', + 'FundPositon.Issuer': 'Trustee', + 'form.asc': 'Asc', + 'field.bstkCode': 'BstkCode', + 'button.commodityGrp': 'CommodityGrp', + 'field.indexType': 'IndexType', + 'hisVersion.beforeVersionName': 'Version1', + 'field.announcementDate': 'announcementDate', + 'form.tradeDirection': 'TradeDirection', + 'PmSpotCurrencyPosition.Currency': 'Currency', + 'PmOptionPositionDetail.PNL': 'PNL', + 'field.mail': 'Email', + 'FxSwapPositionDetail.ValueDate': 'ValueDate', + 'form.bondName': 'ShortName', + 'field.registCountryId': 'Regist Area', + 'button.dealUnWind': 'DealUnWind', + 'baseAsset.otherInfo': 'OtherInfo', + 'field.copyingAssociated': 'CopyingAssociatedFields', + 'field.childrenType': 'ChildrenType', + 'info.common.field.history': 'History', + 'field.insurePrfit': 'insurePrfit', + 'DV01PositionDetail.PV': 'PV(Ccy)', + 'form.interestBasis': 'InterestBasis', + 'error.common.validation.notEmpty': '【{0}】NotEmpty', + 'button.batchOverDate': 'BatchOverDate', + 'field.app': 'App', + 'DV01Position.DV01': 'DV01', + 'field.noPassed': 'NoPass', + 'field.port': 'Port', + 'form.currencyIdProfit': 'CurrencyIdProfit', + 'form.spotRate': 'SpotRate', + 'form.settlementAmount': 'SettlementAmount', + 'field.vlId': 'vlId', + 'FxSwapPairPosition.DailyPNL': 'DailyPNL', + 'formater.revocable': 'Revocable', + 'PmOptionPosition.YearlyPNL': 'YearlyPNL', + 'FundPositionDetail.BizUKID': 'BizUKID', + 'field.vlPrice': 'VlPrice', + 'FxSpotCurrencyPosition.Operation': 'Operation', + 'BondTermPosition.Duration': 'Duration', + 'form.twFC': '25C', + 'field.factorType': 'FactorType', + 'field.impDate': 'ImpDate', + 'FxExpoursePositionDetail.SpotRate': 'SpotRate', + 'PmSpotCurrencyPositionDetail.Product': 'Product', + 'form.packetDefine': 'PacketDefine', + 'field.floatPointDifference': 'floatPointDifference', + 'field.calculationDetailData': 'calculationDetailData', + 'field.folderStatusName': 'FolderStatusName', + 'alt.altHistoryData': 'Not found any history data', + 'button.close': 'Close', + 'error.common.msg.recordExist': 'Record Exists', + 'form.tenor': 'tenor', + 'field.multiplier': 'multiplier', + 'FutureAvgPosition.DailyPNLLocal': 'DailyPNLLocal', + 'FutureAvgPosition.TermDate': 'TermDate', + 'button.knock': 'Knock', + 'PmOptionPositionDetail.Ccy': 'Ccy', + 'form.splitPair': 'SplitPair', + 'FxOptionPositionDetail.Nominal': 'Nominal', + 'FolderPnlPosition.TotalPNLCrt': 'TotalPNLCrt', + 'field.underlying': 'Underlying', + 'FxSwapPairPosition.TotalUSDPNL': 'TotalUSDPNL', + 'form.pv': 'PV', + 'field.isOverLoad': 'Overload', + 'BondTermPosition.BondCategory': 'BondCategory', + 'field.fwdNoDecimal': 'FwdNoDecimal', + 'CurrencyHoldPosition.DealIds': 'DealIds', + 'button.start': 'Start', + 'DcsBondStoreClassify.TotalAmount': 'TotalAmount', + 'field.businessId': 'BusinessId', + 'PmExpourseAUXPositionDetail.Pair': 'Pair', + 'field.amount': 'Amount', + 'form.transferStatus': 'TransferStatus', + 'button.up': 'Up', + 'FutureAvgPosition.Operation': 'Operation', + 'button.branchGrp': 'BranchGrp', + 'FxRiskPosition.DeltaEUR': 'Delta(EUR)', + 'field.seniority': 'seniority', + 'PmSpotPairPosition.Exposure1': 'Exposure1', + 'FxOptionPositionDetail.MaturityDate': 'MaturityDate', + 'field.exeArea': 'OffTime', + 'info.deal.newTrack': 'amount:{2},underlying:{3},tradeDate:{4},valueDate:{5},maturityDate:{6},captureTime:{7},source:{9},globalId:{10}', + 'FundPositon.PositionCost': 'PositionCost', + 'formater.earlyRedemption': 'EarlyRedemption', + 'button.del': 'Delete', + 'form.floatingRate': 'floatingRate', + 'FxPmSpotPairPosition.SpotRate': 'SpotRate', + 'PmSpotCurrencyPosition.DailyRealizeProfit': 'DailyRealizeProfit', + 'field.faceDisplay': 'faceDisplay', + 'FxSpotPairTermPosition.PNLCurrency': 'PNLCurrency', + 'form.classification': 'Classification', + 'BondPositionDetail.BizUKID': 'BizUKID', + 'form.shareParam': 'ShareParam', + 'field.businessEvent': 'BusinessEvent', + 'FutureAvgPosition.Ccy': 'Ccy', + 'field.right': 'Right', + 'alt.notImportableList': 'A list that cannot be imported at this time', + 'PmExpoursePositionDetail.SpotRate': 'SpotRate', + 'field.entity': 'Entity', + 'FundPositon.InvestBalance': 'InvestBalance', + 'MMPosition.Underlying': 'Underlying', + 'BondPosition.BondIndexation': 'BondIndexation', + 'FxSpotCurrencyPosition.Currency': 'Currency', + 'FxOptionPositionDetail.Rho': 'Rho', + 'button.analysis': 'Analysis', + 'FxOptionPosition.Premium': 'Premium', + 'field.buyOrSell': 'buyOrSell', + 'DcsDailyQuery.DealId': 'DealId', + 'field.cptyGroup': 'CptyGroup', + 'field.swapRateNoDecimal': 'swapRateNoDecimal', + 'field.startDateAdj': 'StartDate', + 'form.market': 'Market', + 'button.last': 'Last', + 'form.sourceName': 'Source', + 'FxOptionPositionDetail.Cash': 'Cash', + 'FxRiskPosition.GammaTotal': 'GammaTotal(Ccy)', + 'button.collapse': 'Collapse', + 'PmOptionPosition.Vega': 'Vega', + 'menu.destroy': 'Destroy', + 'DcsTradeOffset.offset': 'offset', + 'BondTermPosition.BondIndexation': 'BondIndexation', + 'MMPosition.Amount': 'Amount', + 'form.unitNetValue': 'UnitNetValue', + 'alt.font': 'Font', + 'field.fieldLockColumn': 'FieldLockColumn', + 'field.dataUserId': 'DataUserId', + 'error.packetUnique': 'Under the current application system module, the packet code value already exists!', + 'form.PLCcy': 'PLCcy', + 'button.exportAll': 'ExportAll', + 'form.repaymentPeriod': 'RepaymentPeriod(Year)', + 'field.branch': 'Branch', + 'field.history': 'History', + 'field.listedCirculateDate': 'listedCirculateDate', + 'PmSpotPairPosition.DailyRealizeProfit': 'DailyRealizeProfit', + 'field.city': 'City', + 'SinglePositionDetail.PNL': 'PNL', + 'field.redeem': 'redeem', + 'field.spotRate': 'SpotRate', + 'field.address': 'Address', + 'field.version': 'Version', + 'button.reload': 'Reload', + 'field.lineNumber': 'LineNumber', + 'DcsDailyQuery.globalId': 'GlobalId', + 'field.isoCode': 'IsoCode', + 'FutureAvgPosition.Contract': 'Contract', + 'field.bondsStatus': 'bondsStatus', + 'FolderPnlPosition.TotalPNL': 'TotalPNL', + 'PmOptionPosition.Rho': 'Rho', + 'FxOptionPositionDetail.Folder': 'Folder', + 'field.referenceEntity': 'referenceEntity', + 'FxSwapPairTermPosition.MonthlyPNL': 'MonthlyPNL', + 'field.ruleId': 'ruleId', + 'form.instEndDate': 'instEndDate', + 'field.swiftForm': 'swiftForm', + 'BondInventoryPosition.TotalAmount': 'TotalAmount', + 'form.shortName': 'ShortName', + 'FxExposureSummary.MarketSpotRate': 'MarketSpotRate', + 'field.premiumType': 'PremiumType', + 'field.dataIndex': 'DataIndex', + 'field.sourceName': 'Source', + 'form.ccy1Remainning': 'Ccy1Remainning', + 'FxRiskPosition.PhiUSD': 'Phi(USD)', + 'SinglePosition.MonthlyPNL': 'MonthlyPNL', + 'form.stockFullName': 'StockFullName', + 'field.issueCurrency': 'issueCurrency', + 'button.knockHandler': 'KnockInOut', + 'field.newBondList': 'NewBond', + 'field.bondList': 'Bond', + 'form.ccy2Remainning': 'Ccy2Remainning', + 'button.noexe': 'GiveUp', + 'FxOptionPosition.PNL': 'PNL', + 'field.eventId': 'EventId', + 'alt.fieldDefine': 'FieldDefine', + 'field.dayOfWeek': 'Day Of Week', + 'field.classify': 'classify', + 'field.takerId': 'TakerId', + 'BondPositionDetail.ytm': 'YTM(%)', + 'menu.alignCenter': 'Center', + 'form.compoundPeriod': 'FixingStub', + 'SinglePositionDetail.BizUKIDTop': 'BizUKIDTop', + 'formater.amortization': 'Amortization', + 'field.mv': 'MV', + 'alt.importKeyEmpty': 'The execution result of the previous step is wrong!', + 'SinglePosition.Operation': 'Operation', + 'alt.data': 'Data', + 'DV01Position.DV01Convert': 'DV01Convert', + 'form.paymentAtB': 'Begin', + 'DcsDailyQuery.channel': 'channel', + 'FolderPnlPositionDetail.MaturityDate': 'MaturityDate', + 'field.resale': 'resale', + 'field.yearOverTimes': 'YearOverTimes', + 'FundPositionDetail.InvestFee': 'InvestFee', + 'FxOptionPositionDetail.TradeDate': 'TradeDate', + 'form.ratingAgency': 'ratingAgency', + 'BondPositionDetail.TradeDate': 'TradeDate', + 'formater.rescinded': 'Rescinded', + 'PmExpoursePositionDetail.BizUKID': 'BizUKID', + 'BondPosition.BondCountAvail': 'BondCountAvail(ten thousand)', + 'form.discount': 'discount', + 'form.indexType': 'indexType', + 'button.fixedplate': 'Fixedplate', + 'field.spotLag': 'spotLag', + 'form.ytm': 'YTM((%)', + 'field.bizUkidGroup': 'BizUkidGroup', + 'formater.restructure': 'Restructure', + 'field.realContribution': 'realContribution', + 'field.couponFrequencyName': 'CouponFrequencyName', + 'field.priceUnit': 'PriceUnit', + 'FxRiskPosition.VegaUSD': 'Vega(USD)', + 'form.paymentLag': 'PaymentLag', + 'menu.setWidth': 'SetWidth', + 'FxSwapPairTermPosition.Pair': 'Pair', + 'form.orderCap': 'OrderCap(Stock)', + 'form.settlementDate': 'SettlementDate', + 'PmOptionPositionDetail.Folder': 'Folder', + 'FxExposureSummary.Operation': 'Operation', + 'BondTermPosition.BondAmount': 'BondAmount', + 'form.atm': 'ATM', + 'alt.issuerSearch': 'IssuerSearch', + 'field.quotationin': 'quotationin', + 'field.factorRule': 'FactorRule', + 'PmSwapPairPosition.TotalCNYPNL': 'TotalCNYPNL', + 'BondPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'field.convertExpression': 'ConvertExpression', + 'PmSpotPairPosition.Operation': 'Operation', + 'BondTermPosition.Collection': 'Collection', + 'form.eoma': 'EOMA', + 'field.frtbWeight': 'weight', + 'form.desc': 'Desc', + 'form.complete': 'Complete', + 'field.cptyNatureName': 'CptyNatureName', + 'form.upperLimits': 'UpperLimits', + 'FutureAvgPosition.CostRate': 'CostRate', + 'field.processTime': 'ProcessTime', + 'field.alreadyMaturityDate': 'alreadyMaturityDate', + 'FolderPnlPositionDetail.PNL': 'PNL', + 'CurrencyHoldDetail.DealId': 'DealId', + 'PmSpotPairPosition.MonthlyPNL': 'MonthlyPNL', + 'DcsDailyQuery.DealStatus': 'DealStatus', + 'field.day': 'Day', + 'button.convert': 'Convert', + 'FxSpotPairPosition.DailyPNLLocal': 'DailyPNLLocal', + 'FxSpotCurrencyPosition.MarketSpotRate1': 'MarketSpotRate1', + 'FxSpotCurrencyPositionDetail.ValueDate': 'Value Date', + 'FxSwapPairTermPosition.DailyPNL': 'DailyPNL', + 'FxSwapPairTermPosition.Amount1': 'Amount1', + 'FxPmSpotPairPosition.Exposure1': 'Exposure1', + 'FxSpotPairTermPosition.Exposure1': 'Exposure1', + 'FundPositionDetail.PositionCost': 'PositionCost', + 'FxSpotPairPosition.CostRate': 'CostRate', + 'field.all': 'ALL', + 'PmOptionPositionDetail.Rho': 'Rho', + 'button.resetBonds': 'ResetBonds', + 'FxOptionPositionDetail.PNL': 'PNL', + 'field.marketType': 'MarketType', + 'form.issuedTotalShares': 'IssuedTotalShares(Stock)', + 'formater.termination': 'Termination', + 'button.resale': 'Resale', + 'BondPosition.ytm': 'YTM(%)', + 'field.seqNo': 'SeqNo', + 'DV01Position.Operation': 'Operation', + 'field.days': 'days', + 'PmOptionPosition.Delta2': 'Delta2', + 'field.isCallPutable': 'isCallPutable', + 'baseAsset.financierProvince': 'FinancierProvince', + 'field.rskRecalculate': 'RskRecalculate', + 'MMPosition.Operation': 'Operation', + 'field.minimumPriceChanger': 'minimumPriceChanger', + 'field.importComplete': 'ImportComplete', + 'alt.align': 'Align', + 'form.pair': 'Pair', + 'button.reClosing': 'ReClosing', + 'field.remainNotional': 'remainNotional', + 'FxSwapPairPosition.SpotDF2': 'SpotDF2', + 'form.grpType': 'Group Type', + 'CurrencyHoldPosition.Amount': 'Amount', + 'field.typeCode': 'TypeCode', + 'multil_lang.en': 'en', + 'FxRiskPosition.DeltaTotal': 'DeltaTotal(Ccy)', + 'PmExpoursePositionDetail.Amount2': 'Amount2', + 'info.deal.cashDealTrack': 'underlying:{3},tradeDate:{4},settlementDate:{5},captureTime:{7},source:{9},globalId:{10}', + 'PmSpotCurrencyPositionDetail.Folder': 'Folder', + 'button.redeem': 'Redeem', + 'field.incomeDistributionType': 'IncomeType', + 'FolderPnlPositionDetail.Underlying': 'Underlying', + 'field.dataDetails': 'Data Details', + 'field.minWatchValue': 'MinWatchValue', + 'FxSwapPairTermPosition.DV012': 'DV01-Ccy2', + 'formater.giveUpExercise': 'GiveUpExercise', + 'BondTermPosition.Folder': 'Folder', + 'FundPositionDetail.Fund': 'Fund', + 'field.crmwTerm': 'crmwTerm', + 'PmSpotCurrencyPosition.MonthlyPNLLocal': 'MonthlyPNLLocal', + 'error.execerseDateLessThanMd': 'execerseDateLessThanMd', + 'button.exportPage': 'ExportPage', + 'FxSpotPairPosition.Currency1': 'Currency1', + 'field.bondName': 'BondName', + 'PmExposureSummary.Currency': 'Currency', + 'baseAsset.rate': 'Rate%', + 'field.rate': 'Rate', + 'DcsBondStoreDetail.TradeDate': 'TradeDate', + 'form.fee': 'Fee', + 'field.yes': 'Yes', + 'SinglePositionDetail.Folder': 'Folder', + 'field.detail': 'Detail', + 'field.transactionHour': 'transactionHour', + 'form.loan': 'Loan', + 'button.commContractGrp': 'CommContractGrp', + 'field.currenciesId1': 'Ccy1', + 'form.id': 'Id', + 'FxExpoursePositionDetail.BizUKIDTop': 'BizUKIDTop', + 'BondTermPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'field.dataItem': 'DataItem', + 'FxRiskPosition.DeltaJPY': 'Delta(JPY)', + 'field.ruleName': 'IndexName', + 'field.commodityType': 'commodityType', + 'FxSwapPairTermPosition.StartPNL': 'StartPNL', + 'form.adjusted': 'Adjusted', + 'field.processUser': 'ProcessUser', + 'field.outerFolder': 'outerFolder', + 'button.saveTemp': 'SaveDraft', + 'field.rollConvention': 'rollConvention', + 'field.pair': 'Pair', + 'form.errorReason': 'ErrorReason', + 'formater.grace': 'Grace', + 'DcsBondStoreClassify.PledgeAmount': 'PledgeAmount', + 'DV01Position.EvaluationDate': 'EvaluationDate', + 'field.registAreaId': 'RegistAreaId', + 'PmExpoursePositionDetail.Amount1': 'Amount1', + 'button.more': 'More', + 'FxSwapPairTermPosition.TotalUSDPNL': 'TotalUSDPNL', + 'field.site': 'Site', + 'PmOptionPosition.PremiumCcy': 'PremiumCcy', + 'FxOptionPositionDetail.Delta1': 'Delta1', + 'form.tradeId': 'DealId', + 'form.tradeDate': 'TradeDate', + 'form.resetLag': 'ResetLag', + 'PmExpourseAUXPositionDetail.Product': 'Product', + 'field.date': 'Date', + 'FxExpoursePositionDetail.BizUKIDParent': 'BizUKIDParent', + 'PmSwapPairPosition.SpotDF2': 'SpotDF2', + 'field.fimisCode': 'Fimis Code', + 'BondPosition.Convexity': 'Convexity', + 'FolderPnlPosition.CashCrt': 'CashCrt', + 'alt.folderAgueSearch': 'FolderSearch', + 'field.moneyFlow': 'moneyFlow', + 'FxSwapPositionDetail.BizUKID': 'BizUKID', + 'form.waveRate': 'WaveRate', + 'button.collapseAll': 'CollapseAll', + 'field.indexation': 'indexation', + 'FxOptionPositionDetail.Premium': 'Premium', + 'button.clear': 'Clear', + 'field.eventLimitName': 'LimitName', + 'FxOptionPositionDetail.OptionType': 'OptionType', + 'field.complianceRisk': 'ComplianceRisk', + 'field.optionType': 'OptionType', + 'FxRiskPositionDetail.Underlying': 'Underlying', + 'error.common.validation.comboxValid': '[{0}]Invalid', + 'alt.infDataImport': 'InfDataImport', + 'FutureAvgPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'field.name': 'Name', + 'PmSpotPairPosition.BreakevenPoint': 'BreakevenPoint', + 'field.endDateAdj': 'EndDate', + 'FxRiskPositionDetail.Folder': 'Folder', + 'info.common.base.name': 'Name', + 'FxSwapPositionDetail.Amount2': 'Amount2', + 'form.toFolder': 'ToFolder', + 'BondInventoryPosition.BondsTrustee': 'BondsTrustee', + 'alt.folderDetail': 'FolderDetail', + 'button.saveAndApp': 'saveAndApp', + 'PmSwapPositionDetail.MaturityDate': 'MaturityDate', + 'PmSwapPositionDetail.Folder': 'Folder', + 'field.contact': 'Contact', + 'form.entity': 'Entity', + 'formater.irrevocable': 'Irrevocable', + 'field.cptySubClass': 'CptySubClass', + 'BondPositionDetail.CleanPrice': 'CleanPrice', + 'FxSpotPairTermPosition.MarketSpotRate1': 'MarketSpotRate1', + 'FutureAvgPositionDetail.Ccy': 'Ccy', + 'button.def': 'Default', + 'BondPositionDetail.Convexity': 'Convexity', + 'field.chioceOrder': 'ChioceOrder', + 'FxSpotPairPosition.PNLCurrency': 'PNLCurrency', + 'FxPmSpotPairPosition.Currency2': 'Currency2', + 'FxSpotPairPosition.BreakevenPoint': 'BreakevenPoint', + 'form.sellminUnit': 'SellminUnit(Stock)', + 'SinglePositionDetail.ProfitCcy': 'ProfitCcy', + 'FxOptionPositionDetail.CutOffTime': 'CutOffTime', + 'form.rating': 'rating', + 'form.contractId': 'ContractId', + 'field.tradeType': 'TradeType', + 'FxSpotPairPosition.DailyRealizeProfit': 'DailyRealizeProfit', + 'field.accountNo': 'AccountNo', + 'form.compoundConvention': 'compoundConvention', + 'form.peltDescribe': 'PeltDescribe', + 'alt.fontColor': 'FontColor', + 'alt.showMaskInfo': 'Processing, please wait ...', + 'FxSwapPairPosition.Amount2': 'Amount2', + 'DcsDailyQuery.CaptureDate': 'CaptureDate', + 'FolderPnlPositionDetail.Product': 'Product', + 'field.unitAmount': 'UnitNet', + 'field.Sunday': 'Sunday', + 'FxSwapPairPosition.DV012': 'DV01-Ccy2', + 'field.floatingRatio': 'floatingRatio', + 'alt.guaranteeSearch': 'GuaranteeSearch', + 'form.clerk': 'Clerk', + 'PmExposureXAUSummary.Pair': 'Pair', + 'form.trusteeship': 'Trusteeship', + 'form.orderFloor': 'OrderFloor(Stock)', + 'field.splitFlag': 'SplitFlag', + 'field.fund': 'Fund', + 'form.transferDate': 'transferDate', + 'field.exchangeName': 'ExchangeName', + 'field.Thursday': 'Thursday', + 'BondTermPositionDetail.VlCleanPrice': 'VlCleanPrice', + 'form.terminationAmount': 'TerminationAmount', + 'FutureAvgPosition.PNLCurrency': 'PNLCurrency', + 'DcsBondStoreDetail.DealId': 'DealId', + 'field.limitList': 'LimitList', + 'PmSpotPairPosition.Exposure2': 'Exposure2', + 'CurrencyHoldPosition.LendOutAmount': 'LendOutAmount', + 'form.circulatingShares': 'CirculatingShares(Stock)', + 'button.process': 'Refresh', + 'PmSwapPairPosition.Currency2': 'Currency2', + 'baseAsset.baseAssetIname': 'BaseAssetIname', + 'FundPositionDetail.Price': 'Price', + 'formater.normalTrade': 'NormalTrade', + 'field.ratingDate': 'Rating Date', + 'FutureAvgPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'FxRiskPosition.GammaUSD': 'Gamma(USD)', + 'MMPosition.DailyPNLLocal': 'DailyPNLLocal', + 'form.deliveryMonth': 'Delivery Month', + 'BondTermPosition.MaturityDate': 'MaturityDate', + 'field.dataDetail': 'DataDetail', + 'FxSwapPositionDetail.TradeDate': 'TradeDate', + 'FolderPnlPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'field.dataSet': 'DataSet', + 'DcsDailyQuery.ParentId': 'ParentId', + 'button.setWidth': 'SetWidth', + 'FxPmSpotPairPosition.Pair': 'Pair', + 'alt.complete': 'Complete', + 'FxRiskPositionDetail.PV': 'PV', + 'button.remove': 'Remove', + 'field.fieldDesc': 'FieldDesc', + 'field.algorithmType': 'algorithmType', + 'field.eventScene': 'EventScene', + 'form.refund': 'Refund', + 'form.incrementing': 'Incrementing', + 'field.ccy1Code': 'ccy1Code', + 'field.commodityUnitName': 'CommodityUnitName', + 'button.edit': 'Edit', + 'form.roundingType': 'RoundingType', + 'FxOptionPositionDetail.Phi': 'Phi', + 'field.pointsDigit': 'Points Digit', + 'FxRiskPosition.PhiJPY': 'Phi(JPY)', + 'form.name': 'Name', + 'DcsTradeOffset.price': 'price', + 'field.startDate': 'startDate', + 'FxSpotCurrencyPositionDetail.BizUKIDTop': 'Biz Ukid Top', + 'form.modifiedDuration': 'ModifiedDuration', + 'baseAsset.isAsset': 'IsAsset', + 'button.crmw': 'Creditriskmitigationvoucher', + 'alt.packetValidation': 'PacketValidation', + 'field.paymentDate': 'PayDate', + 'BondTermPositionDetail.accruedTotal': 'AccruedTotal', + 'field.center': 'Center', + 'BondPosition.BondCount': 'BondCount(ten thousand)', + 'field.numberSpot': 'spotRule', + 'form.feeDate': 'FeeDate', + 'form.Instrument': 'Product', + 'BondInventoryPosition.PledgeOutAmount': 'PledgeOutAmount', + 'baseAsset.baseAssetChild': 'BaseAssetChild', + 'PmExpourseAUXPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'field.parentName': 'parentName', + 'form.couponFrequency': 'CouponFrequ', + 'BondTermPositionDetail.Accrued': 'Accrued', + 'FxExpoursePositionDetail.Pair': 'Pair', + 'field.facevaluedisplay': 'facevaluedisplay', + 'FundPositon.Price': 'Price', + 'PmSpotCurrencyPosition.Exposure': 'Exposure', + 'FxOptionPositionDetail.Product': 'Product', + 'FxSpotPairPosition.MonthlyPNL': 'MonthlyPNL', + 'field.currentIndex': 'CurrentIndex', + 'FxOptionPosition.Pair': 'Pair', + 'form.branchLevel': 'BranchLevel', + 'field.isActive': 'IsActive', + 'FxOptionPositionDetail.PremiumCcy': 'PremiumCcy', + 'field.baseInfo': 'BaseInfo', + 'DcsDailyQuery.cpty': 'Cpty', + 'FxSpotPairPosition.YearlyPNL': 'YearlyPNL', + 'PmExpoursePositionDetail.Folder': 'Folder', + 'field.vlTime': 'VlTime', + 'field.assetStatiCode': 'assetStatiCode', + 'button.undoHandler': 'Revocation', + 'SinglePosition.Cash': 'Cash', + 'field.Monday': 'Monday', + 'FutureAvgPositionDetail.LongShort': 'LongShort', + 'form.comments': 'Comments', + 'form.spread': 'Spread', + 'form.fixBtn': 'fixBtn', + 'form.deltaStr': 'Delta', + 'form.FixingsAt': 'FixingsAt', + 'field.dayWarnTimes': 'DayWarnTimes', + 'form.endDate': 'EndDate', + 'DV01PositionDetail.Underlying': 'Underlying', + 'form.bodyParameter': 'BodyParameter', + 'field.passNum': 'Pass', + 'field.avgOccurateRate': 'AvgOccurateRate', + 'form.payCcy': 'PayCcy', + 'form.condition': 'Condition', + 'button.icon': 'Icon', + 'FxOptionPosition.DailyPNL': 'DailyPNL', + 'field.issueMarket': 'issueMarket', + 'field.issueInfo': 'issueInfo', + 'FxSpotCurrencyPosition.BreakevenPoint': 'BreakevenPoint', + 'field.pipnoDecimal': 'pipnoDecimal', + 'field.dataSource': 'DataSource', + 'button.includes': 'Includes', + 'field.couponFrequency': 'couponFrequency', + 'framework.CONFIRM_TITLE_SHOW': 'Confirm', + 'field.todayWatchValue': 'TodayWatchValue', + 'field.fundScope': 'FundScope', + 'FxRiskPosition.ThetaUSD': 'Theta(USD)', + 'baseAsset.memo': 'Memo', + 'hisVersion.columnName': 'FieldName', + 'PmSwapPositionDetail.TradeDate': 'TradeDate', + 'field.organizationsCode': 'OrganizationsCode', + 'PmSwapPairPosition.DV011': 'DV01-Ccy1', + 'FxSwapPairPosition.Amount1': 'Amount1', + 'error.validation.exist': 'Data already exists', + 'field.maxWatchValue': 'MaxWatchValue', + 'PmSwapPairPosition.DF2': 'DF2', + 'field.riskAreaId': 'RiskAreaId', + 'field.dayRuleDesc': 'dayRuleDesc', + 'BondPositionDetail.VlDirtyPrice': 'VlDirtyPrice', + 'PmSpotCurrencyPosition.DailyPNL': 'DailyPNL', + 'form.baseInfo': 'BaseInfo', + 'field.channelId': 'channelId', + 'FxSpotCurrencyPositionDetail.BizUKID': 'Biz Ukid', + 'DV01PositionDetail.DV01': 'DV01', + 'BondInventoryPosition.FreezeAmount': 'FreezeAmount', + 'FxRiskPosition.PhiEUR': 'Phi(EUR)', + 'button.expand': 'Expand', + 'field.dirtyAmount': 'PriceAmount', + 'FxSpotPairTermPosition.BreakevenPoint': 'BreakevenPoint', + 'field.cashflowType': 'Type', + 'FxSpotPairTermPosition.DailyPNL': 'DailyPNL', + 'field.rskDetail': 'Detail-', + 'FxSwapPairPosition.Pair': 'Pair', + 'PmSwapPairPosition.curveCode2': 'curveCode2', + 'button.dateChange': 'DateChange', + 'BondPosition.ModifiedDuration': 'ModifiedDuration', + 'alt.simulate': 'Simulate', + 'button.reValue': 'ReValue', + 'PmSpotCurrencyPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'field.legsId': 'LegsId', + 'field.bondCode': 'BondCode', + 'FxSwapPairPosition.BreakevenPoint': 'BreakevenPoint', + 'FxSwapPositionDetail.Amount1': 'Amount1', + 'field.factor': 'Factor', + 'BondTermPositionDetail.Folder': 'Folder', + 'info.targetRating.columns.ratingType': 'ratingType', + 'error.paramError': '[{0}] ParamError', + 'FxExposureSummary.Exposure3': 'Exposure3', + 'alt.copy': 'Copy', + 'field.simulate': 'simulate', + 'field.floatingSpread': 'floatingSpread', + 'field.settlementDate': 'SettlementDate', + 'field.ytmUnit': 'YtmUnit', + 'form.remainning': 'RemainAmount', + 'PmSpotPairPosition.Pair': 'Pair', + 'field.parameterValuesEexample': 'ParameterValues(example)', + 'field.rate2': 'rate2', + 'menu.exportAll': 'ExportAll', + 'DcsBondStoreDetail.cpty': 'Cpty', + 'CurrencyHoldDetail.MaturityDate': 'MaturityDate', + 'form.requestInstance': 'RequestInstance', + 'field.lowerLimits': 'LowerLimits', + 'PmSpotPairPosition.CostRate': 'CostRate', + 'field.book': 'Book', + 'formater.extension': 'Extension', + 'FxSpotPairPosition.Breakeven': 'Breakeven', + 'DV01PositionDetail.EvaluationDate': 'EvaluationDate', + 'FolderPnlPositionDetail.PNLCurrency': 'PNLCurrency', + 'FxOptionPosition.MV': 'MV', + 'field.forwardQuoteNum': 'forwardQuoteNum', + 'field.amountUnit': 'AmountUnit', + 'BondTermPosition.ModifiedDuration': 'ModifiedDuration', + 'field.vlKey': 'VlKey', + 'field.monthOverTimes': 'MonthOverTimes', + 'FxSpotPairPosition.Exposure2': 'Exposure2', + 'FxSwapPairPosition.DV011': 'DV01-Ccy1', + 'form.diminishing': 'Diminishing', + 'button.next': 'Next', + 'BondInventoryPosition.Operation': 'Operation', + 'button.dealExpires': 'Dealexpires', + 'info.pub.field.reason': 'Reason', + 'form.tradingBoardRatio': 'TradingBoardRatio(%)', + 'form.product': 'Product', + 'FxSpotCurrencyPosition.YearlyPNL': 'YearlyPNL', + 'field.categoryType': 'CategoryType', + 'field.spotRule': 'spotRule', + 'alt.simulateCompliance': 'SimulateCompliance', + 'field.index': 'Index', + 'FolderPnlPosition.YearlyPNL': 'YearlyPNL', + 'field.maturityDate': 'MaturityDate', + 'form.feeAmount': 'FeeAmount', + 'form.cleanBankFlag': 'Clean Bank Flag', + 'field.subTerm': 'subTerm', + 'field.dayAdjustment': 'dayAdjustment', + 'alt.search': 'Search', + 'DcsDailyQuery.BuySell': 'BuySell', + 'field.no': 'No', + 'form.dealFixing': 'dealFixing', + 'field.issuer': 'Issuer', + 'field.lastModifyUser': 'User', + 'field.functionSearch': 'functionSearch', + 'error.common.validation.dataDuplication': 'Duplicate with line 【{0}】', + 'form.position': 'Position', + 'field.currencyIdName': 'CurrencyIdName', + 'FundPositon.assetType': 'TransferType', + 'alt.processing': 'Processing', + 'form.bondsMenu': 'bonds', + 'CurrencyHoldDetail.OriginalDealId': 'OriginalDealId', + 'field.crmCustomerNo': 'CrmCustomerNo', + 'FxSpotPairPosition.DailyPNL': 'DailyPNL', + 'form.basis': 'Basis', + 'field.creditEvent': 'creditEvent', + 'FxOptionPositionDetail.Vega': 'Vega', + 'alt.simulateCredit': 'SimulateCredit', + 'field.basis': 'Basis', + 'field.avgWatchValue': 'AvgWatchValue', + 'PmExposureSummary.ExposureSum': 'ExposureSum', + 'BondPosition.Operation': 'Operation', + 'form.varName': 'varName', + 'PmSpotCurrencyPositionDetail.Amount2': 'Amount2', + 'BondPositionDetail.SettlementDate': 'SettlementDate', + 'DV01PositionDetail.BizUKID': 'BizUKID', + 'from.instStartDate': 'instStartDate', + 'PmOptionPositionDetail.Nominal': 'Nominal', + 'field.refDateName': 'RefDateName', + 'field.countryCode': 'CountryCode', + 'field.folderNature': 'FolderNature', + 'form.unwindDate': 'unwindDate', + 'field.noBondsIssued': 'noBondsIssued', + 'field.settlementMethod': 'settlementMethod', + 'BondPosition.MaturityDate': 'MaturityDate', + 'button.assertProduct': 'AssertProduct', + 'field.amount2': 'Ccy2Amount', + 'DV01PositionDetail.DV01Convert': 'DV01Convert', + 'field.floatingRateHoliday': 'floatingRateHoliday', + 'MMPosition.MonthlyPNLLocal': 'MonthlyPNLLocal', + 'FxSpotCurrencyPositionDetail.TradeDate': 'Trade Date', + 'FxSwapPairPosition.Currency1': 'Currency1', + 'DcsDailyQuery.instrument': 'Instrument', + 'DcsDailyQuery.User': 'User', + 'field.rate1': 'rate1', + 'field.quantoPair': 'QuantoPair', + 'PmSpotCurrencyPositionDetail.SpotRate': 'SpotRate', + 'baseAsset.baseAssetIcode': 'BaseAssetIcode', + 'FxSpotCurrencyPositionDetail.Product': 'Product', + 'field.product': 'Product', + 'FolderPnlPositionDetail.BizUKID': 'BizUKID', + 'field.bizUkid': 'BizUkid', + 'field.encrypt': 'encrypt', + 'form.scheduleGeneration': 'PaymentStub', + 'field.nationalEconomyClass': 'NationalEconomyClass', + 'BondPosition.DailyPNL': 'DailyPNL', + 'field.institutions': 'establishingInstitutions', + 'field.priority': 'Priority', + 'FolderPnlPositionDetail.Folder': 'Folder', + 'PmSwapPositionDetail.Pair': 'Pair', + 'FxSwapPairTermPosition.YearlyPNL': 'YearlyPNL', + 'field.quotationUnitName': 'QuotationUnitName', + 'PmOptionPositionDetail.Premium': 'Premium', + 'alt.fileFormatErr': 'Incorrect file format', + 'framework.UNSELECT_LESS_ONE_ROW': 'UNSELECT_LESS_ONE_ROW', + 'field.vlResult': 'vlResult', + 'form.fixRate': 'Rate', + 'dialog.warning': 'Warning', + 'menu.italic': 'Italic', + 'field.coverMode': 'CoverMode', + 'field.interestNoDecimal': 'InterestNoDecimal', + 'form.dealParam': 'DealParam', + 'field.quotedPrice': 'quotedPrice', + 'FxSpotPairPosition.Exposure1': 'Exposure1', + 'MMPosition.YearlyPNLLocal': 'YearlyPNLLocal', + 'field.creditExtension': 'CreditExtension', + 'PmExpoursePositionDetail.BizUKIDTop': 'BizUKIDTop', + 'field.interestCalcMethod': 'interestCalcMethod', + 'BondTermPosition.Convexity': 'Convexity', + 'field.expMaxRate': 'expMaxRate', + 'FxOptionPositionDetail.Pair': 'Pair', + 'FxRiskPosition.RhoJPY': 'Rho(JPY)', + 'form.frozen': 'Frozen', + 'field.fax': 'Fax', + 'form.floatingIndex': 'floatingIndex', + 'field.totalAmount': 'TotalAmount', + 'field.holidaysId': 'holidaysId', + 'field.paymentAt': 'paymentAt', + 'button.termination': 'Termination', + 'field.tradManageDataSource': 'TradManageDataSource', + 'error.process.product.is.Bind': 'There is a process currently in use, deletion is not allowed!', + 'FxSwapPositionDetail.Pair': 'Pair', + 'form.newBond': 'NewBond', + 'field.monthAdjustment': 'monthAdjustment', + 'form.prepayAmount': 'PrepayAmount', + 'field.lessOneRecord': 'PleaseChooseOneRecord!', + 'form.paramValue': 'Valur', + 'FxSwapPairTermPosition.Amount2': 'Amount2', + 'FxExpoursePositionDetail.Amount1': 'Amount1', + 'button.superQuery': 'SuperQuery', + 'alt.packetDefine': 'PacketDefine', + 'form.advance': 'advance', + 'field.holdDetail': 'HoldDetail', + 'FxSpotPairPosition.BaseExposure2': 'BaseExposure2', + 'PmSpotCurrencyPosition.CostRate': 'CostRate', + 'alt.fontStyle': 'FontStyle', + 'error.common.validation.existedChildCpty': 'Existed Child Cpty', + 'PmOptionPositionDetail.Pair': 'Pair', + 'PmOptionPosition.MV': 'MV', + 'PmSwapPositionDetail.ValueDate': 'ValueDate', + 'FxSpotPairTermPosition.Breakeven': 'Breakeven', + 'FxExpoursePositionDetail.Amount2': 'Amount2', + 'field.action': 'Action', + 'field.spot': 'spot', + 'form.requestInformation': 'RequestInformation', + 'form.commContract': 'commContract', + 'field.isAssignment': 'isAssignment', + 'FutureAvgPosition.Quantity': 'Quantity', + 'field.converRate': 'conversion rate', + 'field.settlementDateConv': 'settlementDateConv', + 'form.longPeriod': 'longPeriod', + 'FundPositon.FundName': 'FundName', + 'FolderPnlPositionDetail.ValueDate': 'ValueDate', + 'FundPositon.InvestIncome': 'InvestIncome', + 'FxSpotCurrencyPositionDetail.Folder': 'Folder', + 'field.globalId': 'GlobalId', + 'field.startAmount': 'Starting amount (10,000 yuan)', + 'CurrencyHoldDetail.ProfitCcy': 'ProfitCcy', + 'form.bank': 'Bank', + 'FxSpotCurrencyPositionDetail.MaturityDate': 'Maturity Date', + 'field.vlCyy': 'VlCyy', + 'field.swiftDesc': 'swiftDesc', + 'PmOptionPositionDetail.Cash': 'Cash', + 'FxRiskPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'FolderPnlPosition.DailyPNLCrt': 'DailyPNLCrt', + 'field.liquidSpeed': 'liquidSpeed', + 'FxSwapPairTermPosition.DF1': 'DF1', + 'BondInventoryPosition.Bond': 'Bond', + 'form.totalUnitNetValue': 'TotalUnitNetValue', + 'button.ccyGrp': 'CcyGrp', + 'field.creditRisk': 'CreditRisk', + 'field.physicalDate': 'Physical settlement date', + 'BondInventoryPosition.PledgeInAmount': 'PledgeInAmount', + 'FolderPnlPosition.Operation': 'Operation', + 'FundPositionDetail.Ccy': 'Ccy', + 'form.endSettlementDate': '"EndSettlementDate",', + 'field.setLimitValue': 'SetLimitValue', + 'BondPositionDetail.accruedTotal': 'AccruedTotal', + 'form.baseInformation': 'BaseInformation', + 'BondPositionDetail.Accrued': 'Accrued', + 'button.upload': 'upLoad', + 'BondTermPositionDetail.Convexity': 'Convexity', + 'DV01PositionDetail.BizUKIDParent': 'BizUKIDParent', + 'SinglePositionDetail.NotionalCcy': 'NotionalCcy', + 'baseAsset.creditName': 'CreditName', + 'field.currenciesId2': 'Ccy2', + 'DV01Position.DV01Local': 'DV01Local', + 'field.dimensionality': 'Dimensionality', + 'form.amountUnit': 'AmountUnit', + 'alt.switch': 'Switch', + 'form.duration': 'Duration', + 'button.export': 'Export', + 'multil_lang.zh-cn': 'zh-cn', + 'FxSpotPairTermPosition.YearlyPNLLocal': 'YearlyPNLLocal', + 'FxSwapPairTermPosition.Currency1': 'Currency1', + 'FxRiskPosition.RhoUSD': 'Rho(USD)', + 'alt.fontSize': 'FontSize', + 'field.noPeriods': 'NoPeriods', + 'field.expMinRate': 'expMinRate', + 'alt.downTempMsg': 'Fill in the imported information', + 'menu.alignInherit': 'Inherit', + 'FxOptionPositionDetail.Gamma': 'Gamma', + 'button.reset': 'Reset', + 'FundPositionDetail.InvestBalance': 'InvestBalance', + 'field.headCountryId': 'headCountryId', + 'button.calc': 'calc', + 'commons.Selectedcolumncannotbeempty': 'Selected columns cannot be empty!', + 'form.sysName': 'SystemName', + 'form.belongBook': 'BelongBook', + 'FundPositionDetail.LastValuation': 'LastValuation', + 'FxRiskPositionDetail.ValueDate': 'ValueDate', + 'FundPositionDetail.FundName': 'FundName', + 'FundPositionDetail.Quantity': 'DailyQuantity', + 'button.reDocalc': 'ReDocalc', + 'baseAsset.oldAmt': 'OldAmt', + 'form.holiday': 'holiday', + 'form.user': 'User', + 'form.policy': 'Policy', + 'BondTermPosition.YearlyPNL': 'YearlyPNL', + 'CurrencyHoldDetail.NominalLocal': 'NominalLocal', + 'field.columnStyle': 'ColumnStyle', + 'BondPositionDetail.DirtyPrice': 'DirtyPrice', + 'DcsBondStoreRecord.ApplyDate': 'ApplyDate', + 'form.responseInformation': 'ResponseInformation', + 'button.manage': 'Manage', + 'field.swapPoint': 'swapPoint', + 'FxSwapPairPosition.Points': 'Points', + 'BondTermPositionDetail.Duration': 'Duration', + 'PmSpotCurrencyPosition.MarketSpotRate1': 'MarketSpotRate1', + 'field.fundCustodianBank': 'FundCustodianBank', + 'FxSwapPairTermPosition.BreakevenPoint': 'BreakevenPoint', + 'PmSpotPairPosition.DailyPNL': 'DailyPNL', + 'FxSwapPairPosition.DF2': 'DF2', + 'FolderPnlPosition.PVCrt': 'PVCrt', + 'form.payOpt': 'Pay', + 'BondInventoryPosition.ApplyAmount': 'ApplyAmount', + 'baseAsset.baseAssetTypes': 'BaseAssetTypeS', + 'menu.setStyle': 'SetStyle', + 'form.last': 'End', + 'BondPositionDetail.PVBP': 'PVBP', + 'form.financial': 'Financial', + 'PmExpoursePositionDetail.ValueDate': 'ValueDate', + 'FxSwapPairPosition.curveCode2': 'curveCode2', + 'field.incomeDistribution': 'IncomeDistribution', + 'error.fileNotEmpty': 'File content cannot be empty!', + 'BondTermPosition.PVBP': 'PVBP', + 'FundPositon.PriceDate': 'PriceDate', + 'form.fixedRate': 'Rate', + 'form.freezeCode': 'FreezeCode', + 'info.common.field.siteCode': 'SiteCode', + 'BondPosition.Bond': 'Bond', + 'error.user.notLogin': 'UserNotLogin', + 'baseAsset.keyInfo': 'KeyInfo', + 'PmSwapPositionDetail.Amount2': 'Amount2', + 'DcsBondStoreClassify.UnRepoAmount': 'UnRepoAmount', + 'alt.stock': 'Stock', + 'form.queryParameter': 'QueryParameter', + 'form.splitRule': 'SplitRule', + 'PmOptionPosition.PNL': 'PNL', + 'BondTermPositionDetail.BizUKID': 'BizUKID', + 'FxSpotPairTermPosition.Amount1': 'FreezeAmount1', + 'field.protectEndDate': 'protectEndDate', + 'DV01PositionDetail.ValueDate': 'ValueDate', + 'FutureAvgPosition.MonthlyPNLLocal': 'MonthlyPNLLocal', + 'field.instanceSaveAs': 'InstanceSaveAs', + 'form.marketType': 'marketType', + 'field.tel': 'Tel', + 'field.performImport': 'PerformImport', + 'PmOptionPositionDetail.MV': 'MV', + 'field.contract': 'Contract', + 'PmOptionPositionDetail.Product': 'Product', + 'baseAsset.classType': 'ClassType', + 'form.cashdiraction': 'cashdiraction', + 'field.noDecimal': 'NoDecimal', + 'PmSpotPairPosition.Currency1': 'Currency1', + 'DV01PositionDetail.DV011': 'DV01-Ccy1', + 'form.opt': 'opt', + 'field.YTM': 'YTM', + 'field.histogram': 'Histogram', + 'button.batchEdit': 'BatchEdit', + 'FxRiskPosition.ThetaGBP': 'Theta(GBP)', + 'button.bondAmt': 'BondAmt', + 'field.yearWarnTimes': 'YearWarnTimes', + 'alt.simulateMarket': 'simulateMarket', + 'CurrencyHoldDetail.Cpty': 'Cpty', + 'menu.exportPage': 'Export', + 'button.complete': 'Complete', + 'field.factorValue': 'FactorValue', + 'field.failReason': 'FailReason', + 'BondPosition.Currency': 'Currency', + 'field.swiftCode': 'SwiftCode', + 'DcsBondStoreClassify.Category': 'Category', + 'error.common.validation.cptyCircle': 'Cpty Circle', + 'button.detailed': 'Detailed', + 'button.quickSearch': 'QuickSearch', + 'FxRiskPosition.DeltaGBP': 'Delta(GBP)', + 'FxRiskPosition.PV': 'PV(Ccy)', + 'field.countryArea': 'Country(area)', + 'field.ctaId': 'ctaId', + 'error.bondCodeDuplicate': 'bondCodeDuplicate', + 'formater.earlyDelivery': 'EarlyDelivery', + 'DcsDailyQuery.LastModifyDate': 'LastModifyDate', + 'button.batchDelete': 'BatchDelete', + 'FxSpotCurrencyPositionDetail.BizUKIDParent': 'Biz Ukid Parent', + 'PmSpotCurrencyPosition.ExposureConvert': 'ExposureConvert', + 'field.holidayRule': 'holidayRule', + 'form.contract': 'Contract', + 'form.currencyType': 'CurrencyType', + 'error.greatThanFaceValue': 'greatThanFaceValue', + 'PmExpourseAUXPositionDetail.SpotRate': 'SpotRate', + 'field.pay': 'pay', + 'SinglePosition.PNL': 'PNL', + 'PmSpotCurrencyPositionDetail.MaturityDate': 'MaturityDate', + 'button.cptyGrp': 'CptyGrp', + 'PmExposureSummary.ExposureSumConvert': 'ExposureSumConvert', + 'form.organ': 'Organ', + 'form.failureInstance': 'FailureInstance', + 'field.left': 'Left', + '.bondsIncome': 'bondsIncome', + 'FxRiskPositionDetail.BizUKID': 'BizUKID', + 'formater.revert': 'Revert', + 'button.rollback': 'Rollback', + 'button.reSim': 'ReTrial', + 'PmOptionPositionDetail.Delta2': 'Delta2', + 'button.confirm': 'Confirm', + 'field.updateTime': 'UpdateTime', + 'FxExpoursePositionDetail.MaturityDate': 'MaturityDate', + 'framework.BUTTON_TRIGGER_WARN_MSG': 'BUTTON_TRIGGER_WARN_MSG', + 'form.instStartDate': 'instStartDate', + 'FundPositionDetail.TradeType': 'TradeType', + 'info.fileUploadSuccess': 'Upload Complete', + 'form.dealDirection': 'DealDirection', + 'field.beforeAmt': 'BeforeAmount', + 'formater.eventCancel': 'EventCancel', + '.bondsTypology': 'bondsTypology', + 'field.detailedData': 'DetailedData', + 'SinglePosition.Collection': 'Collection', + 'field.ccy2': 'ccy2', + 'field.coverDate': 'coverDate', + 'field.cashflowNo': 'No', + 'field.spotNoDecimal': 'SpotNoDecimal', + 'PmSwapPairPosition.DV012': 'DV01-Ccy2', + 'alt.selectFile': 'Please select file', + 'FxSwapPairPosition.StartPNL': 'StartPNL', + 'PmSpotCurrencyPosition.BreakevenPoint': 'BreakevenPoint', + 'form.responseParameter': 'ResponseParameter', + 'BondPositionDetail.DirtyAmount': 'DirtyAmount', + 'form.SplitSight': 'SpotSplit', + 'FxSwapPairTermPosition.Points': 'Points', + 'field.percentNoDecimal': 'percentNoDecimal', + 'from.instEndDate': 'instEndDate', + 'field.deliveryGrade': 'deliveryGrade', + 'FxSpotCurrencyPosition.ExposureConvert': 'ExposureConvert', + 'FxSwapPairPosition.MonthlyPNL': 'MonthlyPNL', + 'baseAsset.assetStatiCode': 'AssetStatiCode', + 'field.tradeDirection': 'Direction', + 'CurrencyHoldDetail.Direction': 'Direction', + 'FxSpotPairPosition.YearlyPNLLocal': 'YearlyPNLLocal', + 'field.monScheduleNumber': 'monScheduleNumber', + 'DcsTradeOffset.rate': 'rate', + 'FxRiskPosition.DeltaUSD': 'Delta(USD)', + 'field.limiationInfo': 'Limitdetails', + 'FundPositionDetail.InvestIncome': 'InvestIncome', + 'FxOptionPositionDetail.BizUKID': 'BizUKID', + 'button.openWithTab': 'OpenWithTab', + 'field.priceLimit': 'priceLimit', + 'form.compoundFrequency': 'CompoundFrequ', + 'baseAsset.baseAssetType': 'BaseAssetType', + 'button.docalc': 'Docalc', + 'field.processFlag': 'ProcessFlag', + 'DcsTradeOffset.buySell': 'buySell', + 'error.raut.canNotCommitFlow': 'canNotCommitFlow', + 'field.realTotal': 'realCapital', + 'form.stockType': 'StockType', + 'field.instrument': 'instrument', + 'form.interfaceURL': 'InterfaceURL', + 'formater.flatPlate': 'FlatPlate', + 'form.folderStatus': 'FolderStatus', + 'FxSpotCurrencyPosition.Exposure2': 'Exposure2', + 'info.deal.newPmTrack': 'quantity:{2},underlying:{3},tradeDate:{4},valueDate:{5},maturityDate:{6},captureTime:{7},source:{9},globalId:{10}', + 'FxPmSpotPairPosition.Currency1': 'Currency1', + 'formater.knock': 'Knock', + 'field.functionList': 'functionList', + 'field.symbol': 'Symbol', + 'field.accruedTotal': 'AccruelAmount', + 'form.deptCode': 'Department', + 'form.baseAssets': 'BaseAssets', + 'button.end': 'End', + 'form.amortPercent': 'AmortPercent', + 'CurrencyHoldDetail.Rate': 'Rate', + 'form.captureDate': 'CaptureDate', + 'BondPositionDetail.VlYTM': 'VlYTM', + 'form.price': 'Price', + 'field.ccy2Code': 'ccy2Code', + 'field.fundCustodian': 'FundCustodian', + 'field.cpty': 'Cpty', + 'menu.alignRight': 'Right', + 'PmSwapPositionDetail.SpotRate': 'SpotRate', + 'button.copy': 'Copy', + 'FxExposureSummary.ExposureSumConvert': 'ExposureSumConvert', + 'form.SplitInfo': 'SplitInfo', + 'field.carrierMode': 'carrierMode', + 'dialog.title': 'Prompt', + 'form.collectType': 'CollectType', + 'PmSwapPairPosition.SpotDF1': 'SpotDF1', + 'DcsDailyQuery.MaturityDate': 'MaturityDate', + 'alt.clear': 'Clear', + 'field.dayRuleType': 'dayRuleType', + 'field.overFlag': 'OverFlag', + 'DV01PositionDetail.Folder': 'Folder', + 'field.floatingRate': 'floatingRate', + 'SinglePositionDetail.Product': 'Product', + 'baseAsset.realTarget': 'RealTarget', + 'field.whetherRequired': 'WhetherRequired', + 'formater.earlyInterest': 'EarlyInterest', + 'form.rolloverDate': 'rolloverDate', + 'PmExposureXAUSummary.Operation': 'Operation', + 'field.waitingOverTimes': 'WaitingOverTimes', + 'FxExposureSummary.Pair': 'Pair', + 'FxSwapPairTermPosition.TotalCNYPNL': 'TotalCNYPNL', + 'field.columnWidth': 'ColumnWidth', + 'field.lastModifyTime': 'ModifyTime', + 'field.blockedValue': 'FreezeLimit', + 'field.parentType': 'ParentType', + 'DcsBondStoreRecord.ApplyType': 'ApplyType', + 'baseAsset.grade': 'Grade', + 'formater.closePos': 'ClosePos', + 'error.deal.typeOfEvent': 'Transaction event type, non-bookkeeping, modification type transaction cannot modify transaction!', + 'field.isinCode': 'IsinCode', + 'field.code': 'Code', + 'error.common.validation.maxValue': '【{0}】Max value{1}', + 'field.activeExpression': 'ActiveExpression', + 'field.result': 'Result', + 'form.currency': 'Ccy', + 'field.siteCode': 'SiteCode', + 'FxSwapPairPosition.TotalCNYPNL': 'TotalCNYPNL', + 'form.SplitB2B': 'BackToBackSplit', + 'alt.contractTable': 'ContractIdQuery', + 'DcsBondStoreDetail.Currency': 'Currency', + 'form.financialPrice': 'FinancialPrice', + 'button.switch': 'Switch', + 'field.usciCode': 'Usci Code', + 'field.rskParam': 'RiskParam', + 'FutureAvgPosition.DailyRealizeProfit': 'DailyRealizeProfit', + 'FxSwapPairTermPosition.Currency2': 'Currency2', + 'error.resourceDeleted': 'The resource has been deleted!', + 'field.recalculateLog': 'RecalculateLog', + 'field.condition': 'Condition', + 'BondTermPositionDetail.SettlementDate': 'SettlementDate', + 'FutureAvgPosition.DailyPNL': 'DailyPNL', + 'PmSpotPairPosition.Currency2': 'Currency2', + 'formater.fixed': 'Fixed', + 'DcsDailyQuery.ValueDate': 'ValueDate', + 'form.term': '"Term(day)",', + 'info.deal.expiredTrack': 'captureTime:{0},source:{1},globalId:{2}', + 'field.Wednesday': 'Wednesday', + 'FxSwapPairTermPosition.EqExposure1': 'EqExposure', + 'FxSpotCurrencyPositionDetail.Amount2': 'Amount2', + 'menu.setDefault': 'SetDefault', + 'field.endDate': 'endDate', + 'alt.successNum': 'SuccessNum', + 'baseAsset.govFlag': 'GovFlag', + 'BondTermPositionDetail.DealStatus': 'DealStatus', + 'field.cashFlowDir': 'CashFlowDir', + 'PmSwapPairPosition.Currency1': 'Currency1', + 'field.aBSGear': 'ABSGear', + 'common.setstyle.tip.selectRecoed': 'Please select a record!', + 'field.serviceAddress': 'ServiceAddress', + 'form.bookArc': 'Book', + 'FxOptionPosition.MonthlyPNL': 'MonthlyPNL', + 'form.fixDate': 'fixDate', + 'field.appId': 'AppId', + 'field.helpCenter': 'Help', + 'PmOptionPosition.Phi': 'Phi', + 'field.fundIssueAmt': 'FundIssueAmt(100million)', + 'PmExpourseAUXPositionDetail.BizUKID': 'BizUKID', + 'PmSpotPairPosition.BaseExposure2': 'BaseExposure2', + 'form.contractTemp': 'ContractTemp', + 'field.indexName': 'IndexName', + 'PmExpourseAUXPositionDetail.dealAmount': 'DealAmount', + 'field.limitId': 'LimitId', + 'DV01Position.Currency': 'Currency', + 'field.spotRateDto': 'spotRateDto', + 'PmOptionPosition.Delta1': 'Delta1', + 'button.assocUser': 'Assoc User', + 'FxRiskPosition.RhoEUR': 'Rho(EUR)', + 'PmSwapPositionDetail.Product': 'Product', + 'FutureAvgPosition.YearlyPNL': 'YearlyPNL', + 'FxSpotCurrencyPosition.CostRate': 'CostRate', + 'field.countryStr': 'CountryStr', + 'field.monitoringType': 'monitoringType', + 'form.interestId': 'interestId', + 'form.successInstance': 'SuccessInstance', + 'field.vlRule': 'vlRule', + 'field.minimumTradingMargin': 'minimumTradingMargin', + 'field.amount1': 'Ccy1Amount', + 'BondTermPositionDetail.TradeDate': 'TradeDate', + 'field.Saturday': 'Saturday', + 'info.deal.newCashTrack': 'amount:{2},underlying:{3},tradeDate:{4},settlementDate:{5},captureTime:{7},source:{9},globalId:{10}', + 'field.contractTypeName': 'ContractTypeName', + 'FxSwapPairPosition.MarketPmsFwdRate': 'MarketPmsFwdRate', + 'FxSpotPairTermPosition.YearlyPNL': 'YearlyPNL', + 'PmOptionPositionDetail.OptionType': 'OptionType', + 'DcsBondStoreDetail.notional': 'Notional', + 'form.gammaStr': 'Gamma', + 'field.deleteChildren': 'PleaseDeleteTypeCondition!', + 'form.convexity': 'Convexity', + 'FutureAvgPositionDetail.BizUKID': 'BizUKID', + 'field.limitIdName': 'LimitId/LimitName', + 'field.ccy2Amount': 'ccy2Amount', + 'CurrencyHoldDetail.TradeDate': 'TradeDate', + 'form.counterPartyName': 'CptyName', + 'field.inherit': 'Inherit', + 'PmExpoursePositionDetail.Product': 'Product', + 'BondTermPosition.BondCount': 'BondCount(ten thousand)', + 'baseAsset.creditType': 'CreditType', + 'form.branch': 'branch', + 'field.periodName': 'PeriodName', + 'field.exDivideneDay': 'exDivideneDay', + 'SinglePosition.PV': 'PV', + 'form.index': 'Index', + 'PmExposureXAUSummary.Amount2': 'Amount2', + 'button.cln': 'Creditlinkednotes', + 'field.delistDate': 'DelistDate', + 'FxSpotPairTermPosition.Currency1': 'Currency1', + 'baseAsset.elsewhereFlag': 'ElsewhereFlag', + 'field.factorName': 'FactorName', + 'PmExposureSummary.Exposure0': 'Exposure', + 'form.headParameter': 'HeadParameter', + 'field.curveType': 'curveType', + 'form.localcurrenciesId': 'LocalcurrenciesId', + 'field.cleanAmount': 'CleanAmount', + 'field.errorMessage': 'Message', + 'hisVersion.nextVersionName': 'Version2', + 'form.exclusionDateOffset': 'exclusionDateOffset', + 'button.closeOut': 'CloseOut', + 'FxRiskPosition.Operation': 'Operation', + 'PmSpotCurrencyPosition.PNLCurrency': 'PNLCurrency', + 'PmOptionPosition.MonthlyPNL': 'MonthlyPNL', + 'PmExpoursePositionDetail.BizUKIDParent': 'BizUKIDParent', + 'DV01PositionDetail.DealStatus': 'DealStatus', + 'error.beginObsDate.lessTradeDate': 'beginObsDate less than tradeDate', + 'field.createOrg1': 'createOrg1', + 'field.functionClassify': 'functionClassify', + 'FolderPnlPositionDetail.Cash': 'Cash', + 'field.insureAmt': 'insureAmt', + 'form.bondFixing': 'bondFixing', + 'form.twFP': '25P', + 'field.weightPer': 'weightPer', + 'form.globalId': 'GlobalId', + 'field.reportDate': 'ReportDate', + 'field.overCounts': 'OverCounts', + 'error.common.validation.minValue': '【{0}】Min value{1}', + 'field.applyEndDate': 'applyEndDate', + 'field.fieldValue': 'FieldValue', + 'FxSpotPairTermPosition.DailyRealizeProfit': 'DailyRealizeProfit', + 'field.createPrice': 'createPrice', + 'field.parentId': 'ParentId', + 'DcsTradeOffset.valueDate': 'valueDate', + 'BondTermPositionDetail.ytm': 'YTM(%)', + 'PmSpotCurrencyPositionDetail.Amount1': 'Amount1', + 'alt.cptyAgueSearch': 'CptySearch', + 'field.comment': 'Comment', + 'alt.fileSizeOver': 'File size exceeds {0}', + 'PmExpoursePositionDetail.TradeDate': 'TradeDate', + 'from.frozen': 'Frozen', + 'FxSwapPairPosition.curveCode1': 'curveCode1', + 'form.swapPoint': 'SwapPoint', + 'form.stockName': 'StockName', + 'FxRiskPosition.RhoGBP': 'Rho(GBP)', + 'field.amortType': 'amortType', + 'FxRiskPosition.VegaTotal': 'VegaTotal(Ccy)', + 'from.marketType': 'marketType', + 'field.fundManageComp': 'fundManageComp', + 'field.marketRisk': 'MarketRisk', + 'form.currenciesId1': 'CurrenciesId1', + 'field.maturity': 'maturity', + 'form.valueDate': 'ValueDate', + 'PmSwapPairPosition.Points': 'Points', + 'DcsTradeOffset.amount1': 'amount1', + 'PmOptionPositionDetail.PremiumCcy': 'PremiumCcy', + 'PmSpotCurrencyPosition.Exposure2': 'Exposure2', + 'field.collectType': 'CollectType', + 'FundPositionDetail.PriceDate': 'PriceDate', + 'form.interfaceStatus': 'InterfaceStatus', + 'CurrencyHoldDetail.Profit': 'Profit', + 'baseAsset.manageType': 'ManageType', + 'field.rating': 'Rating', + 'DcsBondStoreClassify.UnPayAmount': 'UnPayAmount', + 'button.init': 'MemRefresh', + 'FxSwapPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'DV01PositionDetail.DV01PNL': 'DV01PNL', + 'field.noDays': 'NoDays', + 'BondPosition.FixingRate': 'FixingRate(%)', + 'field.handler': 'Handler', + 'button.chart': 'ChartAnalysis', + 'field.contentMap': 'contentMap', + 'baseAsset.carrierType': 'CarrierType', + 'FxSpotPairPosition.Operation': 'Operation', + 'form.fromfolder': 'Fromfolder', + 'field.eventType': 'EventType', + 'form.branchIdParent': 'BranchIdParent', + 'DcsBondStoreRecord.ApplyUser': 'ApplyUser', + 'button.saveAs': 'SaveAs', + 'BondTermPositionDetail.DirtyAmount': 'DirtyAmount', + 'button.repayment': 'Repayment', + 'field.dealFlag': 'DealFlag', + 'field.uniqueNo': 'UniqueNo', + 'form.accruedInterest': 'AccruedInterest', + 'PmOptionPositionDetail.Vega': 'Vega', + 'form.tenP': '10P', + 'baseAsset.assetRecordCode': 'AssetRecordCode', + 'form.tenC': '10C', + 'field.bondShortName': 'BondShortName', + 'button.takeup': 'Takeup', + 'button.underSubscribed': 'UnderSubscribed', + 'form.sevenDayYield': 'SevenDayYield', + 'formater.cancel': 'Cancel', + 'CurrencyHoldDetail.ValueDate': 'ValueDate', + 'field.overTimes': 'OverTimes', + 'field.planeAmount': 'planeAmount', + 'PmSpotCurrencyPosition.YearlyPNLLocal': 'YearlyPNLLocal', + 'error.resourceNotExist': 'Resources do not exist!', + 'form.enabled': 'Enable', + 'FxRiskPosition.PhiGBP': 'Phi(GBP)', + 'PmExposureXAUSummary.Currency2': 'Currency2', + 'field.dimension': 'Dimension', + 'FutureAvgPositionDetail.BuySell': 'BuySell', + 'field.infoCode': 'infoCode', + 'FutureAvgPosition.Breakeven': 'Breakeven', + 'FxRiskPositionDetail.TradeDate': 'TradeDate', + 'field.fixingFrequency': 'fixingFrequency', + 'form.notional': 'Notional', + 'button.query': 'Query', + 'form.commodityCode': 'CommodityCode', + 'field.item': 'Item', + 'field.premiumCcy': 'PremiumCcy', + 'PmExposureXAUSummary.Currency1': 'Currency1', + 'BondPositionDetail.ModifiedDuration': 'ModifiedDuration', + 'FolderPnlPosition.YearlyPNLCrt': 'YearlyPNLCrt', + 'field.assetRecordCode': 'assetRecordCode', + 'field.crmCustomerName': 'CrmCustomerName', + 'FxOptionPosition.YearlyPNL': 'YearlyPNL', + 'button.expiry': 'Expiry', + 'CurrencyHoldDetail.Folder': 'Folder', + 'MMPosition.DailyPNL': 'DailyPNL', + 'PmOptionPositionDetail.Strike': 'Strike', + 'field.dirtyPrice': 'Price', + 'formater.rollDif': 'RollDif', + 'FxOptionPositionDetail.Strike': 'Strike', + 'form.accruedTotal': 'AccruedTotal', + 'FxSpotCurrencyPositionDetail.SpotRate': 'Spot Rate', + 'PmExpourseAUXPositionDetail.Folder': 'Folder', + 'FxSwapPositionDetail.MaturityDate': 'MaturityDate', + 'form.borrow': 'Borrow', + 'form.riskInfo': 'riskInfo', + 'field.codifier': 'Codifier', + 'FundPositon.TodayValuation': 'TodayValuation', + 'FxSpotPairTermPosition.BaseExposure2': 'BaseExposure2', + 'BondPositionDetail.CleanAmount': 'CleanAmount', + 'button.setting': 'Setting', + 'field.revalMarketData': 'RevalMarketData', + 'field.instruments': 'Instruments', + 'BondPosition.BondAmount': 'BondAmount', + 'BondPositionDetail.VlCleanPrice': 'VlCleanPrice', + 'BondTermPosition.CleanPrice': 'CleanPrice', + 'field.issuerName': 'IssuerName', + 'field.fundInfo': 'FundInfo', + 'form.tenThousandYield': 'tenThousandYield', + 'field.cashflowStatus': 'Status', + 'field.buySell': 'buySell', + 'PmExpoursePositionDetail.Pair': 'Pair', + 'error.mdsImportErrType': 'The file name extension must be xls or xlsx', + 'field.warnTimes': 'WarnTimes', + 'field.fundCode': 'Fund', + 'form.amount1': 'Currency', + 'formater.exercise': 'Exercise', + 'FxRiskPosition.Collection': 'Collection', + 'DcsDailyQuery.Product': 'Product', + 'PmSwapPairPosition.YearlyPNL': 'YearlyPNL', + 'field.holiday': 'Holiday', + 'form.totalShares': 'TotalShares(Stock)', + 'FxSpotPairTermPosition.DailyPNLLocal': 'DailyPNLLocal', + 'info.deal.newExpiredTrack': 'captureTime:{7},source:{9},globalId:{10}', + 'field.settlementMode': 'DeliveryType', + 'field.riskTotal': 'Sum', + 'BondPositionDetail.Folder': 'Folder', + 'FxOptionPositionDetail.PNLCurrency': 'PNLCurrency', + 'form.nonCirculatingShares': 'NonCirculatingShares(Stock)', + 'FxSwapPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'PmSpotCurrencyPositionDetail.BizUKID': 'BizUKID', + 'BondPosition.Duration': 'Duration', + 'FxSpotCurrencyPosition.DailyPNL': 'DailyPNL', + 'error.greatThanZero': 'greatThanZero', + 'FutureAvgPositionDetail.Quantity': 'Quantity', + 'BondPosition.BondCategory': 'BondCategory', + 'alt.failNum': 'FailNum', + 'field.transactionFees': 'transactionFees', + 'MMPosition.Ccy': 'Ccy', + 'field.realAmount': 'realAmount', + 'SinglePosition.YearlyPNL': 'YearlyPNL', + 'field.termType': 'termType', + 'baseAsset.invPercent': 'InvPercent', + 'info.submitAudit': 'submitAudit', + 'FxSpotPairPosition.MarketSpotRate1': 'MarketSpotRate1', + 'field.bond': 'BondCode', + 'DcsBondStoreDetail.Folder': 'Folder', + 'FxSpotCurrencyPositionDetail.DealStatus': 'DealStatus', + 'PmOptionPositionDetail.Delta1': 'Delta1', + 'field.rho': 'rho', + 'field.passed': 'passed', + 'BondTermPositionDetail.DirtyPrice': 'DirtyPrice', + 'FxSwapPairTermPosition.DV011': 'DV01-Ccy1', + 'PmSpotCurrencyPosition.MonthlyPNL': 'MonthlyPNL', + 'PmSwapPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'form.branchInfo': 'branchInfo', + 'PmSwapPairPosition.DailyPNL': 'DailyPNL', + 'FolderPnlPositionDetail.TradeDate': 'TradeDate', + 'field.nationalEconomyDept': 'NationalEconomyDept', + 'field.guarantee': 'Guarantee', + 'form.settleCurrency': 'SettleCurrency', + 'PmExpourseAUXPositionDetail.Amount2': 'Amount2', + 'menu.reload': 'Reload', + 'field.secondary': 'secondary', + 'PmOptionPosition.Gamma': 'Gamma', + 'FxExpoursePositionDetail.Folder': 'Folder', + 'FutureAvgPositionDetail.TermDate': 'TermDate', + 'field.weekOfMonth': 'weekOfMonth', + 'form.payConvention': 'payConvention', + 'form.valuationYield': 'ValuationYield', + 'PmSwapPairPosition.MonthlyPNL': 'MonthlyPNL', + 'field.funDescribe': 'funDescribe', + 'PmSpotPairPosition.PNLCurrency': 'PNLCurrency', + 'field.rskResultSearch': 'RskResultSearch', + 'field.settleDate': 'settleDate', + 'form.resetAt': 'InterestRatePeriod', + 'BondTermPosition.MonthlyPNL': 'MonthlyPNL', + 'form.collectOpt': 'Receive', + 'form.cpty': 'Cpty', + 'form.onlineSuccessRate': 'OnlineSuccessRate(%)', + 'button.emailReminder': 'EmailReminder', + 'field.minOccurateRate': 'MinOccurateRate', + 'field.payDate': 'payDate', + 'DV01PositionDetail.EvaluationTime': 'EvaluationTime', + 'BondTermPosition.Bond': 'Bond', + 'FxRiskPosition.VegaGBP': 'Vega(GBP)', + 'FxExpoursePositionDetail.BizUKID': 'BizUKID', + 'FundPositon.Fund': 'Fund', + 'field.eventContent': 'EventContent', + 'PmOptionPositionDetail.Theta': 'Theta', + 'PmSwapPairPosition.EqExposure1': 'EqExposure', + 'button.calculate': 'Calculate', + 'SinglePositionDetail.TradeDate': 'TradeDate', + 'BondTermPositionDetail.ModifiedDuration': 'ModifiedDuration', + 'form.stockCode': 'StockCode', + 'BondPositionDetail.BuySell': 'BuySell', + 'field.tradeId': 'DealId', + 'field.dataTimestamp': 'DataTimestamp', + 'button.exe': 'Execute', + 'formater.selectDelivery': 'SelectDelivery', + 'BondInventoryPosition.PledgePrince': 'PledgePrince', + 'form.purpose': 'Purpose', + 'PmSwapPairPosition.curveCode1': 'curveCode1', + 'PmSwapPairPosition.StartPNL': 'StartPNL', + 'button.closing': 'Closing', + 'FxExposureSummary.Currency': 'Currency', + 'form.paymentHoliday': 'Holiday', + 'field.netValueDetail': 'NetValueDetail', + 'field.country': 'Country', + 'form.priceTime': 'PriceTime', + 'alt.financialDetail': 'FinancialDetail', + 'baseAsset.baseAssets': 'BaseAssets', + 'button.mockTestingGO': 'Mock Testing -GO', + 'FxSpotPairTermPosition.Operation': 'Operation', + 'form.site': 'site', + 'DV01PositionDetail.BizUKIDTop': 'BizUKIDTop', + 'field.warnCounts': 'WarnCounts', + 'form.tradeCcy': 'TradeCcy', + 'baseAsset.financierTo': 'FinancierTo', + 'FxRiskPosition.VegaJPY': 'Vega(JPY)', + 'alt.noData': 'NoData', + 'field.deliveryDate': 'DeliveryDate', + 'form.settleBranchesLevel': 'SettleBranchesLevel', + 'baseAsset.tradeFlag': 'TradeFlag', + 'PmExposureSummary.Exposure3': 'Exposure3', + 'field.curveValueDate': 'ValueDate', + 'form.tradeCurrency': 'TradeCurrency', + 'form.fundType': 'FundType', + 'FxSpotCurrencyPosition.MonthlyPNL': 'MonthlyPNL', + 'field.charOrder': 'CharOrder', + 'DcsTradeOffset.underlying': 'underlying', + 'alt.plNotNegative': 'PL Not Negative', + 'PmSwapPairPosition.Amount1': 'Amount1', + 'error.tradeDate.greatValueDate': 'tradeDate greater than valueDate', + 'SinglePosition.DailyPNL': 'DailyPNL', + 'field.dataEvent': 'DataEvent', + 'button.amortTypeBtn': 'amortTypeBtn', + 'FxRiskPosition.ThetaEUR': 'Theta(EUR)', + 'form.paymentAmount': 'PaymentAmount', + 'field.dayOfWeeks': 'dayOfWeeks', + 'form.offlineSuccessRate': 'OfflineSuccessRate(%)', + 'field.physicalSettlementDate': 'physicalSettlementDate', + 'DV01Position.DV01PNL': 'DV01PNL', + 'field.underlyingType': 'underlyingType', + 'field.status': 'Status', + 'field.autoRefresh': 'AutoRefresh', + 'field.afterAmt': 'AfterAmount', + 'FxSwapPairTermPosition.DF2': 'DF2', + 'PmSwapPositionDetail.Amount1': 'Amount1', + 'field.ccy1': 'ccy1', + 'form.accBank': 'accBank', + 'field.sellDate': 'sellDate', + 'field.componentSet': 'ComponentSet', + 'FutureAvgPositionDetail.Folder': 'Folder', + 'baseAsset.propertyFlag': 'PropertyFlag', + 'PmExpourseAUXPositionDetail.MaturityDate': 'MaturityDate', + 'form.branchType': 'BranchType', + 'field.isInternalOrganizations': 'IsInternalOrganizations', + 'BondPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'FxOptionPosition.Operation': 'Operation', + 'field.bizUkidParent': 'BbizUkidParent', + 'BondTermPositionDetail.VlYTM': 'VlYTM(%)', + 'BondTermPosition.FixingRate': 'FixingRate(%)', + 'alt.notFound': '[{0}]NotFound', + 'form.limitRatio': 'LimitRatio(%)', + 'button.previous': 'Previous', + 'BondTermPosition.Country': 'Country', + 'button.exoption': 'Exoption', + 'FxRiskPositionDetail.Product': 'Product', + 'CurrencyHoldPosition.Operation': 'Operation', + 'field.checkResult': 'CheckResult', + 'field.yesterdayWatchValue': 'YesterdayWatchValue', + 'BondPosition.YearlyPNL': 'YearlyPNL', + 'button.import': 'Import', + 'FxOptionPositionDetail.MV': 'MV', + 'form.settlecurrenciesId': 'SettlecurrenciesId', + 'field.packetFormat': 'PacketFormat', + 'menu.query': 'Query', + 'form.currenciesId2': 'CurrenciesId2', + 'field.receive': 'Receive', + 'framework.CONFIRM_INFO': 'Are you sure to do this?', + 'form.nearFarRate': 'nearPoints', + 'PmOptionPositionDetail.premiumPaymentdate': 'premiumPaymentdate', + 'field.parentMenu': 'ParentMenu', + 'field.contracttype': 'contracttype', + 'form.interest': 'InterestExt', + 'FxRiskPosition.RhoTotal': 'RhoTotal(Ccy)', + 'FxRiskPosition.GammaJPY': 'Gamma(JPY)', + 'field.param': 'Param', + 'field.ccy1Amount': 'ccy1Amount', + 'field.handleType': 'HandleType', + 'form.code': 'Code', + 'menu.underline': 'Underline', + 'FxExposureSummary.Exposure0': 'Exposure', + 'FxSpotPairPosition.MonthlyPNLLocal': 'MonthlyPNLLocal', + 'FxOptionPosition.PremiumCcy': 'PremiumCcy', + 'field.ccy': 'ccy', + 'form.excludeBranch': 'excludeBranch', + 'field.currency': 'Currency', + 'FutureAvgPositionDetail.Price': 'Price', + 'form.mid': 'Mid', + 'form.dealStatus': 'DealStatus', + 'BondPositionDetail.Bond': 'Bond', + 'field.bondsTypology': 'bondsTypology', + 'BondPositionDetail.Nominal': 'Nominal', + 'form.quickSearch': 'QuickSearch', + 'button.action': 'Action', + 'FxOptionPosition.Rho': 'Rho', + 'field.exchange': 'exchange', + 'alt.pleaseInput': 'Please input...', + 'alt.uploadMsg': 'Upload the completed information form', + 'field.packetFieldValidation': 'PacketFieldValidation', + 'button.operate': 'Operate', + 'PmExposureSummary.MarketSpotRate': 'MarketSpotRate', + 'button.returnGold': 'ReturnGold', + 'FxPmSpotPairPosition.Operation': 'Operation', + 'form.homeType': 'HomeType', + 'form.totalAmount': 'TotalAmount', + 'alt.currencySearch': 'CurrencySearch', + 'DV01PositionDetail.MaturityDate': 'MaturityDate', + 'form.stopDate': 'StopDate', + 'FxSpotCurrencyPosition.Breakeven': 'Breakeven', + 'field.dealId': 'dealId', + 'field.issueDate': 'IssueDate', + 'field.plannedBillTotal': 'PlannedBillTotal', + 'field.createTime': 'CreateTime', + 'button.expandAll': 'ExpandAll', + 'SinglePositionDetail.MaturityDate': 'MaturityDate', + 'field.setupDate': 'SetupDate', + 'FundPositionDetail.TodayValuation': 'TodayValuation', + 'field.unWind': 'unWind', + 'field.bizUkidTop': 'BizUkidTop', + 'alt.importableNum': 'The quantity that can be imported this time', + 'form.indexHoliday': 'Holiday', + 'form.topLimit': 'TopLimit(Stock)', + 'field.protectStartDate': 'protectStartDate', + 'button.accept': 'Fixing', + 'CurrencyHoldPosition.OutAvgRate': 'OutAvgRate', + 'button.earlyRedemption': 'EarlyRedemption', + 'FxRiskPositionDetail.MaturityDate': 'MaturityDate', + 'form.mominalPrincipal': 'Notional', + 'button.add': 'Add', + 'DcsBondStoreDetail.CaptureDate': 'CaptureDate', + 'FxSpotPairTermPosition.Currency2': 'Currency2', + 'button.tempDownload': 'TempDownload', + 'field.vlStatus': 'vlStatus', + 'DcsDailyQuery.underlying': 'Underlying', + 'PmOptionPositionDetail.Phi': 'Phi', + 'field.folder': 'Folder', + 'PmSpotCurrencyPositionDetail.ValueDate': 'ValueDate', + 'SinglePositionDetail.Underlying': 'Underlying', + 'field.overLoadNum': 'Overload', + 'form.commonGrpEltId': 'Group Items', + 'DcsTradeOffset.amount2': 'amount2', + 'DcsBondStoreDetail.ValueDate': 'ValueDate', + 'field.interval': 'Interval(S)', + 'CurrencyHoldPosition.InAvgRate': 'InAvgRate', + 'PmSpotPairPosition.Breakeven': 'Breakeven', + 'SinglePositionDetail.BizUKIDParent': 'BizUKIDParent', + 'MMPosition.LendInAmount': 'LendInAmount', + 'field.profitType': 'profitType', + 'field.currentOccurateRate': 'CurrentOccurateRate', + 'PmSwapPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'BondPosition.Folder': 'Folder', + 'field.Friday': 'Friday', + 'field.vlValue': 'VlValue', + 'FxSpotPairPosition.TotalPNL': 'TotalPNL', + 'alt.codifyGrp': 'CodifyGrp', + 'form.midpoint': 'Midpoint', + 'DcsDailyQuery.dealFlag': 'DealFlag', + 'field.issuePrice': 'IssuePrice', + 'DcsTradeOffset.product': 'product', + 'form.comment': 'Comment', + 'menu.bold': 'Bold', + 'form.netPay': 'NetAmount', + 'FutureAvgPosition.Price': 'Price', + 'DcsTradeOffset.dealId': 'dealId', + 'form.deliveryDate': 'DeliveryDate', + 'button.addAll': 'AddAll', + 'DcsBondStoreRecord.DealId': 'DealId', + 'field.target': 'Underlying', + 'alt.custodians': 'Custodians', + 'form.spreadStr': 'Spread', + 'button.autoSim': 'AutoSim', + 'BondTermPositionDetail.Bond': 'Bond', + 'FundPositon.Ccy': 'Ccy', + 'field.cptyIdParentName': 'CptyIdParentName', + 'PmExposureSummary.Pair': 'Pair', + 'field.tradeDate': 'TradeDate', + 'FxSpotPairTermPosition.MonthlyPNLLocal': 'MonthlyPNLLocal', + 'PmOptionPosition.Pair': 'Pair', + 'field.bondsIncome': 'bondsIncome', + 'baseAsset.selfAssetFlag': 'SelfAssetFlag', + 'FundPositon.Folder': 'Folder', + 'field.refBond': 'refBond', + 'form.splitCcy': 'SplitCcy', + 'form.fundPrice': 'FundPrice', + 'alt.uploadDescribe': 'The file extension must be xls or xlsx (i.e. Excel format), and the file size must not be greater than 10M', + 'field.keyword': 'KeyWord', + 'form.customer': 'Customer', + 'FxSpotPairTermPosition.Pair': 'Pair', + 'button.search': 'Search', + 'field.statusName': 'StatusName', + 'button.save': 'Save', + 'field.preference': 'Preference', + 'FolderPnlPosition.DailyPNL': 'DailyPNL', + 'field.transfer': 'transfer', + 'field.accruedUnit': 'AccruedUnit', + 'baseAsset.carrierMode': 'CarrierMode', + 'button.rollover': 'Extend', + 'field.limitValue': 'LimitValue', + 'BondPositionDetail.DealStatus': 'DealStatus', + 'field.payAmount': 'PayAmount', + 'PmOptionPosition.Theta': 'Theta', + 'button.byTranAmo': 'ByTranAmo', + 'PmSpotPairPosition.MarketSpotRate1': 'MarketSpotRate1', + 'framework.EXECUTE_FAILRE': 'Execute Failre!', + 'alt.cashflow': 'Cashflow', + 'field.roundingType': 'RoundingType', + 'field.extend': 'Extend', + 'form.settlementModes': 'SettlementModes', + 'alt.record': 'Record', + 'form.paramType': 'Type', + 'button.recalculate': 'Recalculate', + 'form.transferType': 'TransferType', + 'PmSpotPairPosition.DailyPNLLocal': 'DailyPNLLocal', + 'FxOptionPosition.Gamma': 'Gamma', + 'field.contractSize': 'contractSize', + 'field.curveDate': 'curveDate', + 'FxOptionPosition.Delta2': 'Delta2', + 'BondInventoryPosition.Book': 'Book', + 'field.dealCount': 'SubscriptionShares', + 'PmOptionPositionDetail.BizUKID': 'BizUKID', + 'DV01Position.EvaluationTime': 'EvaluationTime', + 'MMPosition.YearlyPNL': 'YearlyPNL', + 'PmSpotCurrencyPosition.Breakeven': 'Breakeven', + 'field.volNoDecimal': 'VolNoDecimal', + 'FxSpotPairTermPosition.Exposure2': 'Exposure2', + 'FxSwapPairPosition.Operation': 'Operation', + 'BondTermPosition.BondCountAvail': 'BondCountAvail(ten thousand)', + 'FutureAvgPositionDetail.TradeDate': 'TradeDate', + 'error.knockDate.isNotObsRange': 'The konck date is not in the observation range', + 'SinglePositionDetail.NotionalAmount': 'NotionalAmount', + 'button.execute': 'Execute', + 'DcsDailyQuery.amountCny': 'AmountCny', + 'field.effectiveTerm': 'EffectiveTerm', + 'field.lastPayDate': 'lastPayDate', + 'button.pairGrp': 'PairGrp', + 'FxRiskPosition.PhiTotal': 'PhiTotal(Ccy)', + 'FxOptionPositionDetail.Theta': 'Theta', + 'field.maxOccurateRate': 'MaxOccurateRate', + 'field.limitRecalculate': 'LimitRecalculate', + 'FolderPnlPositionDetail.PV': 'PV', + 'form.bondMaturityDate': 'BondMaturityDate', + 'button.cancel': 'Cancel', + 'FxSpotCurrencyPosition.DailyPNLLocal': 'DailyPNLLocal', + 'field.fixingBasis': 'fixingBasis', + 'button.revoke': 'Revoke', + 'BondTermPosition.Operation': 'Operation', + 'PmExpourseAUXPositionDetail.PmPair': 'PmPair', + 'baseAsset.issuerType': 'IssuerType', + 'field.dealType': 'Direction', + 'BondPositionDetail.Product': 'Product', + 'FxSpotPairPosition.RealizeProfit': 'RealizeProfit', + 'alt.bondAgueSearch': 'BondSearch', + 'FolderPnlPosition.Product': 'Product', + 'FxOptionPositionDetail.Delta2': 'Delta2', + 'field.settleMode': 'settleMode', + 'form.pvbp': 'Pvbp', + 'error.deal.dealStatus': 'The transaction status is not valid for review, expiration, virtual, or effective, and cannot be modified', + 'PmOptionPositionDetail.TradeDate': 'TradeDate', + 'framework.EXECUTE_SUCCESS': 'Execute Success!', + 'form.location': 'Location', + 'field.addClass': 'addClass', + 'field.swapNoDecimal': 'SwapNoDecimal', + 'FxSpotPairTermPosition.MonthlyPNL': 'MonthlyPNL', + 'BondTermPositionDetail.CleanPrice': 'CleanPrice', + 'field.quoteUnitName': 'QuoteUnitName', + 'field.defaultLocation': 'defaultLocation', + 'form.book': 'Book', + 'PmExposureXAUSummary.SpotRate': 'SpotRate', + 'field.gPeriod': 'Guarantee period (days)', + 'form.assetAssociation': 'AssetAssociation', + 'menu.more': 'More', + 'form.rollConvention': 'HolidayAdjRule', + 'field.vanna': 'vanna', + 'field.Tuesday': 'Tuesday', + 'PmSwapPairPosition.TotalUSDPNL': 'TotalUSDPNL', + 'form.commodityPrice': 'CommodityPrice', + 'field.times': 'Times', + 'FundPositionDetail.EvaluationDate': 'EvaluationDate', + 'button.tenorGrp': 'TenorGrp', + 'field.cptyClassesName': 'CptyClassesName', + 'formater.newTrade': 'NewTrade', + 'form.principalInterest': 'PrincipalInterest', + 'PmOptionPosition.DailyPNL': 'DailyPNL', + 'field.to': '-', + 'field.level': 'Level', + 'field.folderGrp': 'FolderGrp', + 'field.neterror': 'NetError', + 'menu.alignLeft': 'Left', + 'FundPositon.PositionHold': 'PositionHold', + 'FxPmSpotPairPosition.MarketSpotRate1': 'SpotRate', + 'baseAsset.balance': 'Balance', + 'form.commodity': 'commodity', + 'alt.backgroundColor': 'BackgroundColor', + 'FxSpotPairPosition.Pair': 'Pair', + 'PmSwapPairPosition.MarketPmsFwdRate': 'MarketPmsFwdRate', + 'FxSpotCurrencyPosition.MonthlyPNLLocal': 'MonthlyPNLLocal', + 'field.indexationName': 'IndexationName', + 'form.amount2': 'Amount2', + 'BondTermPositionDetail.VlDirtyPrice': 'DirtyPrice', + 'DcsBondStoreClassify.ApplyAmount': 'ApplyAmount', + 'field.issueRate': 'issueRate', + 'alt.Datareading': 'DataReading...', + 'error.info.fileLimited': 'Upload file size exceed, max size = {0}KB!', + 'field.shortName': 'ShortName', + 'DcsTradeOffset.folder': 'folder', + 'FxOptionPositionDetail.premiumPaymentdate': 'premiumPaymentdate', + 'button.pause': 'Pause', + 'field.operateAmt': 'OperateAmt', + 'alt.dataImport': 'DataImport', + 'form.tradNature': 'TradeNature', + 'field.bookIdName': 'BookIdName', + 'PmSpotCurrencyPosition.DailyPNLLocal': 'DailyPNLLocal', + 'alt.hVersion': 'HistoricalVersion', + 'form.interestNoDecimal': 'InterestNoDecimal', + 'field.trustee': 'Trustee', + 'field.limitCcy': 'LimitCcy', + 'field.applyStartDate': 'applyStartDate', + 'button.simulate': 'Simulate', + 'BondTermPositionDetail.PVBP': 'PVBP', + 'CurrencyHoldPosition.TotalPNL': 'TotalPNL', + 'PmSpotCurrencyPosition.Operation': 'Operation', + 'BondInventoryPosition.UnRepoAmount': 'UnRepoAmount', + 'FundPositionDetail.IncomePosition': 'IncomePosition', + 'form.nowDate': 'nowDate', + 'button.submit': 'Submit', + 'field.extInfo': 'ExtInfo', + 'button.batchAdd': 'BatchAdd', + 'SinglePositionDetail.BizUKID': 'BizUKID', + 'button.download': 'DownLoad', + 'BondPosition.PVBP': 'PVBP', + 'field.ratingAgency': 'RatingAgency', + 'PmSpotPairPosition.YearlyPNL': 'YearlyPNL', + 'field.premium': 'Premium', + 'PmSwapPairPosition.Amount2': 'Amount2', + 'FxOptionPositionDetail.ValueDate': 'ValueDate', + 'field.eventTime': 'EventTime', + 'PmExpourseAUXPositionDetail.TradeDate': 'TradeDate', + 'field.dealMessage': 'DealMessage', + 'field.countryId': 'countryId', + 'field.forwardPriceDigit': 'forwardPriceDigit', + 'form.country': 'Country/Location', + 'form.responseInstance': 'ResponseInstance', + 'field.sort': 'Sort', + 'CurrencyHoldDetail.Nominal': 'Nominal', + 'field.vlBatchno': 'VlBatchno', + 'SinglePositionDetail.PV': 'PV(Ccy)', + 'baseAsset.creditDesc': 'CreditDesc', + 'field.defaultValue': 'DefaultValue', + 'field.fundType': 'FundType', + 'field.vlType': 'VlType', + 'field.oldBondList': 'OldBond', + 'CurrencyHoldDetail.Currency': 'Currency', + 'field.adjusted': 'adjusted', + 'error.common.validation.existed': '【{0}】Existed', + 'field.instEndDate': 'InstEndDate', + 'framework.UNFIND_MATCH_FORM_BY_TARGET': 'Unfind match form by target!', + 'DcsDailyQuery.folder': 'Folder', + 'FolderPnlPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'field.innerFolder': 'innerFolder', + 'field.functionExpressions': 'functionExpressions', + 'field.fieldLevelSumTypeFn': 'SumFn', + 'field.term': 'Term', + 'form.valuationOfNet': 'NetPrice', + 'MMPosition.LendOutAmount': 'LendOutAmount', + 'form.terminationInformation': 'TerminationInformation', + 'form.preciousMetal': 'PreciousMetal', + 'field.subTypeName': 'SubTypeName', + 'FxSwapPairPosition.DF1': 'DF1', + 'FxSpotPairTermPosition.CostRate': 'CostRate', + 'form.accessDataSimulation': 'AccessDataSimulation', + 'field.cleanPrice': 'CleanPrice', + 'field.vlDate': 'Valuation Date', + 'form.noDecimal': 'NoDecimal', + 'button.break': 'Break', + 'FxRiskPosition.GammaEUR': 'Gamma(EUR)', + 'alt.priorityTip': 'When Condition Macthes Maore, The Number Are Small The Use Are First!', + 'form.executePrice': 'executePrice', + 'FxSwapPositionDetail.Folder': 'Folder', + 'FxSwapPairPosition.YearlyPNL': 'YearlyPNL', + 'form.ne': 'Split', + 'error.common.validation.maxLength': '【{0}】Max langth {1}', + 'button.effect': 'Effect', + 'DcsDailyQuery.Operation': 'Operation', + 'DV01PositionDetail.DV012': 'DV01-Ccy2', + 'PmOptionPositionDetail.Gamma': 'Gamma', + 'form.listedSector': 'ListedSector', + 'FundPositionDetail.Folder': 'Folder', + 'field.defaultFlag': 'DefaultFlag', + 'field.holidayId': 'HolidayId', + 'field.accruedInterest': 'Accrual', + 'field.eventStatus': 'EventStatus', + 'form.fees': 'Fees', + 'field.createUser': 'CreateUser', + 'form.outsideEventId': 'OutsideEventId', + 'field.resetAt': 'resetAt', + 'SinglePositionDetail.Cash': 'Cash', + 'form.paymentAt': 'PaymentPeriod', + 'alt.downTempDescribe': 'Prepare the data for import according to the format of the data template. The name of the header in the template cannot be changed, and the header row cannot be deleted', + 'field.typeName': 'TypeName', + 'form.amount': 'Amount', + 'form.accountingSection': 'AccountingSection', + 'DcsBondStoreDetail.buySell': 'BuySell', + 'form.symbol': 'Symbol', + 'MMPosition.MonthlyPNL': 'MonthlyPNL', + 'field.lastModifyDate': 'LastModifyDate', + 'BondTermPositionDetail.CleanAmount': 'CleanAmount', + 'PmExposureXAUSummary.Amount1': 'Amount1', + 'PmSwapPairPosition.Pair': 'Pair', + 'FxSpotPairPosition.Currency2': 'Currency2', + 'form.asset': 'Asset', + 'FxExposureSummary.ExposureSum': 'ExposureSum', + 'field.marketConvention': 'MarketConvention', + 'DV01PositionDetail.Product': 'Product', + 'form.bondPrice': 'BondPrice', + 'FxSpotCurrencyPosition.YearlyPNLLocal': 'YearlyPNLLocal', + 'BondInventoryPosition.UnPayAmount': 'UnPayAmount', + 'BondTermPosition.ytm': 'YTM(%)', + 'field.instStartDate': 'InstStartDate', + 'FxRiskPosition.VegaEUR': 'Vega(EUR)', + 'field.detailInfo': 'DetailInfo', + 'field.limitName': 'LimitName', + 'field.settleDaterule': 'settleDaterule', + 'PmExpourseAUXPositionDetail.BizUKIDTop': 'BizUKIDTop', + 'field.monRuleDesc': 'monRuleDesc', + 'form.maturityDate': 'MaturityDate', + 'FxOptionPositionDetail.Ccy': 'Ccy', + 'field.dealStatus': 'Status', + 'alt.packetField': 'PacketField', + 'field.dayOverTimes': 'DayOverTimes', + 'field.uploadFiles': 'UploadFiles', + 'field.quoteCurrency': 'QuoteCurrency', + 'baseAsset.industry': 'Industry', + 'DcsBondStoreDetail.MaturityDate': 'MaturityDate', + 'field.cash': 'cash', + 'DV01PositionDetail.TradeDate': 'TradeDate', + 'field.carrierType': 'carrierType', + 'field.touchPrice': 'touchPrice', + 'PmExpourseAUXPositionDetail.ValueDate': 'ValueDate', + 'form.lend': 'Lend', + 'field.updateUser': 'UpdateUser', + 'DcsBondStoreRecord.ApplyAmount': 'ApplyAmount', + 'DV01PositionDetail.NotionalAmount': 'NotionalAmount(Ccy)', + 'DcsDailyQuery.amountUsd': 'AmountUsd', + 'form.farFarRate': 'farPoints', + 'field.dispOrder': 'DispOrder', + 'field.spotValueDays': 'spotValueDays', + 'PmSpotPairPosition.MonthlyPNLLocal': 'MonthlyPNLLocal', + 'CurrencyHoldDetail.Product': 'Product', + 'DcsDailyQuery.underlyingType': 'UnderlyingType', + 'PmOptionPositionDetail.CutOffTime': 'CutOffTime', + 'DcsBondStoreDetail.Product': 'Product', + 'FutureAvgPosition.MonthlyPNL': 'MonthlyPNL', + 'BondPositionDetail.PNL': 'PNL', + 'FxSwapPairPosition.SpotDF1': 'SpotDF1', + 'DcsTradeOffset.maturityDate': 'maturityDate', + 'SinglePositionDetail.ValueDate': 'ValueDate', + 'DcsBondStoreClassify.Operation': 'Operation', + 'field.riskCountryId': 'RiskCountryId', + 'field.deliveryMonth': 'DeliveryMonth', + 'FxRiskPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'DcsDailyQuery.tradeDate': 'TradeDate', + 'button.capitalDecrease': 'CapitalDecrease', + 'field.warnNum': 'Warn', + 'PmOptionPosition.Premium': 'Premium', + 'button.fold': 'Fold', + 'form.ollaunchDate': 'OllaunchDate', + 'FxRiskPosition.ThetaTotal': 'ThetaTotal(Ccy)', + 'BondTermPositionDetail.Product': 'Product', + 'PmOptionPosition.Operation': 'Operation', + 'PmOptionPositionDetail.MaturityDate': 'MaturityDate', + 'field.department': 'Department', + 'error.existFlow': 'Exist Flow', + 'PmOptionPositionDetail.ValueDate': 'ValueDate', + 'BondPositionDetail.Duration': 'Duration', + 'FxRiskPosition.Cash': 'Cash(Ccy)', + 'form.minLimit': 'MinLimit(Stock)', + 'DcsTradeOffset.tradeDate': 'tradeDate', + 'form.oflaunchDate': 'OflaunchDate', + 'field.referenceBond': 'referenceBond', + 'alt.fundDetail': 'FundDetail', + 'DcsTradeOffset.cpty': 'cpty', + 'PmSwapPairPosition.BreakevenPoint': 'BreakevenPoint', + 'field.limit': 'Limit', + 'form.charOrder': 'CharOrder', + 'FutureAvgPositionDetail.Amount': 'Amount', + 'button.removeAll': 'RemoveAll', + 'form.folder': 'Folder', + 'CurrencyHoldPosition.Currency': 'Currency', + 'field.extendDate': 'ExtendDate', + 'field.processReason': 'ProcessReason', + 'field.limitAndName': 'LimitName', + 'form.chioceOrder': 'ChioceOrder', + 'field.isSplition': 'IsSplition', + 'FxOptionPositionDetail.DeliveryDate': 'DeliveryDate', + 'field.rskEventAnalysis': 'RskEventAnalysis', + 'FolderPnlPosition.Cash': 'Cash', + 'field.registerDate': 'registerDate', + 'field.overMessage': 'OverloadInfo', + 'PmOptionPositionDetail.DeliveryDate': 'DeliveryDate', + 'field.Length': 'Length', + 'FxSwapPairPosition.EqExposure1': 'EqExposure', + 'PmExpourseAUXPositionDetail.settleAmount': 'SettleAmount', + 'button.unwind': 'Unwind', + 'FundPositon.Operation': 'Operation', + 'BondPosition.Country': 'Country', + 'FxRiskPositionDetail.Cash': 'Cash(Ccy)', + 'BondTermPositionDetail.BizUKIDParent': 'BizUKIDParent', + 'FxSpotCurrencyPosition.DailyRealizeProfit': 'DailyRealizeProfit', + 'FxSwapPositionDetail.Product': 'Product', + 'field.notional': 'Notional', + 'FutureAvgPosition.YearlyPNLLocal': 'YearlyPNLLocal', + 'alt.preOccuAmount': 'CreditAmount', + 'FundPositon.InvestFee': 'InvestFee', + 'form.lotSize': 'LotSize(Stock)', + 'field.type': 'Type', + 'field.inputMode': 'InputMode', + 'CurrencyHoldPosition.CleanRate': 'CleanRate', + 'field.functionScene': 'functionScene', + 'form.cashflowtype': 'Type', + 'field.reclassify': 'reclassify', + 'form.fieldDefine': 'FieldDefine', + 'FxSpotCurrencyPosition.PNLCurrency': 'PNLCurrency', +}; diff --git a/packages/rcs_5.0/src/lang/locale/en/menuMock.js b/packages/rcs_5.0/src/lang/locale/en/menuMock.js new file mode 100644 index 0000000..f965a5a --- /dev/null +++ b/packages/rcs_5.0/src/lang/locale/en/menuMock.js @@ -0,0 +1,452 @@ +export default { + menu: { + 'workbenchPage': 'Workbench Page', + 'dailyTransactionQuery': 'Daily Transaction Query', + 'reminders': 'Reminders', + 'riskPositions': 'Risk Positions', + 'marketRisk': 'Market Risk', + 'creditLimit': 'Credit Limit', + 'authorizationRatio': 'Authorization Ratio', + 'marketData': 'Market Data', + 'profitAndLossChange': 'Profit And Loss Change', + 'tradeApproval': 'Trade Approval', + 'userInfo': 'User Info', + 'assetStatus': 'Asset Status', + 'limitExceedEvents': 'Limit Exceed Events', + 'settlementReporting': 'Settlement Reporting', + 'paymentApproval': 'Payment Approval', + 'interfaceCommunicationStatus': 'Interface Communication Status', + 'dailyFullReport': 'Daily Full Report', + 'tradeBookkeeping': 'Trade Bookkeeping', + 'forex': 'Forex', + 'forexSpot': 'Forex Spot', + 'historicalVersions': 'Historical Versions', + 'forexForward': 'Forex Forward', + 'forexSwap': 'Forex Swap', + 'forexOptions': 'Forex Options', + 'forexVanillaOptions': 'Forex Vanilla Options', + 'forexBarrierOptions': 'Forex Barrier Options', + 'forexDigitalOptions': 'Forex Digital Options', + 'forexTouchOptions': 'Forex Touch Options', + 'forexAsianOptions': 'Forex Asian Options', + 'currencySwap': 'Currency Swap', + 'floatingToFixed': 'Floating To Fixed', + 'floatingToFloating': 'Floating To Floating', + 'fixedToFloating': 'Fixed To Floating', + 'moneyMarket': 'Money Market', + 'multiPeriodLending': 'Multi Period Lending', + 'interbankLending': 'Interbank Lending', + 'outrightRepo': 'Outright Repo', + 'pledgeRepo': 'Pledge Repo', + 'bondLending': 'Bond Lending', + 'reserveRequirement': 'Reserve Requirement', + 'fundTransfer': 'Fund Transfer', + 'interestRate': 'Interest Rate', + 'cashBondTrading': 'Cash Bond Trading', + 'bondForward': 'Bond Forward', + 'interestRateSwap': 'Interest Rate Swap', + 'interestRateCapFloor': 'Interest Rate Cap Floor', + 'interestRateSwaption': 'Interest Rate Swaption', + 'forwardRateAgreement': 'Forward Rate Agreement', + 'credit': 'Credit', + 'creditDefaultSwap': 'Credit Default Swap', + 'commodity': 'Commodity', + 'preciousMetalSpot': 'Precious Metal Spot', + 'preciousMetalForward': 'Precious Metal Forward', + 'preciousMetalSwap': 'Precious Metal Swap', + 'preciousMetalOptions': 'Precious Metal Options', + 'preciousMetalVanillaOptions': 'Precious Metal Vanilla Options', + 'preciousMetalBarrierOptions': 'Precious Metal Barrier Options', + 'preciousMetalDigitalOptions': 'Precious Metal Digital Options', + 'preciousMetalTouchOptions': 'Precious Metal Touch Options', + 'preciousMetalAsianOptions': 'Precious Metal Asian Options', + 'preciousMetalLending': 'Precious Metal Lending', + 'goldLeasing': 'Gold Leasing', + 'fees': 'Fees', + 'singleCashFlow': 'Single Cash Flow', + 'comboTrade': 'Combo Trade', + 'straddleOptionsCombo': 'Straddle Options Combo', + 'strangleOptionsCombo': 'Strangle Options Combo', + 'butterflyOptionsCombo': 'Butterfly Options Combo', + 'bullCallSpreadCombo': 'Bull Call Spread Combo', + 'bearPutSpreadCombo': 'Bear Put Spread Combo', + 'seagullOptionsCombo': 'Seagull Options Combo', + 'riskReversalCombo': 'Risk Reversal Combo', + 'participatingForwardCombo': 'Participating Forward Combo', + 'configTools': 'Config Tools', + 'productDefinition': 'Product Definition', + 'productManagement': 'Product Management', + 'basicProductDefinition': 'Basic Product Definition', + 'comboProductDefinition': 'Combo Product Definition', + 'buttonConfig': 'Button Config', + 'positionManagement': 'Position Management', + 'splitRuleDefinition': 'Split Rule Definition', + 'positionDefinition': 'Position Definition', + 'positionSimulationTest': 'Position Simulation Test', + 'dataAccessSimulation': 'Data Access Simulation', + 'otherSimulationTest': 'Other Simulation Test', + 'positionAggregationDefinition': 'Position Aggregation Definition', + 'dataAccessManagement': 'Data Access Management', + 'positionMonitoringQuery': 'Position Monitoring Query', + 'dataAccessDetails': 'Data Access Details', + 'parameterManagement': 'Parameter Management', + 'commonParameters': 'Common Parameters', + 'appMarketManagement': 'App Market Management', + 'alternateCode': 'Alternate Code', + 'alternateCodeGroup': 'Alternate Code Group', + 'underlyingManagement': 'Underlying Management', + 'quotaClassification': 'Quota Classification', + 'commonComponents': 'Common Components', + 'fieldDefinition': 'Field Definition', + 'extendedFieldDefinition': 'Extended Field Definition', + 'dataPackageDefinition': 'Data Package Definition', + 'functionLibraryManagement': 'Function Library Management', + 'conditionComponentConfig': 'Condition Component Config', + 'queryComponentConfig': 'Query Component Config', + 'translationComponentConfig': 'Translation Component Config', + 'universalRuleConfig': 'Universal Rule Config', + 'messageReminderConfig': 'Message Reminder Config', + 'messageSettings': 'Message Settings', + 'multiLanguageConfig': 'Multi Language Config', + 'helpConfig': 'Help Config', + 'messageReminderDetails': 'Message Reminder Details', + 'userPreferences': 'User Preferences', + 'operationsTools': 'Operations Tools', + 'approvalManagement': 'Approval Management', + 'processAssociation': 'Process Association', + 'roleManagement': 'Role Management', + 'modelManagement': 'Model Management', + 'processDefinition': 'Process Definition', + 'eopsManagement': 'Eops Management', + 'taskScheduling': 'Task Scheduling', + 'historicalInfo': 'Historical Info', + 'taskInstance': 'Task Instance', + 'taskConfig': 'Task Config', + 'applicationManagement': 'Application Management', + 'nacosManagement': 'Nacos Management', + 'registry': 'Registry', + 'configListener': 'Config Listener', + 'configCenter': 'Config Center', + 'configHistory': 'Config History', + 'xnetManagement': 'XNet Management', + 'xnetListener': 'XNet Listener', + 'xnetConfig': 'XNet Config', + 'ecasManagement': 'Ecas Management', + 'userManagement': 'User Management', + 'institutionManagement': 'Institution Management', + 'logQuery': 'Log Query', + 'parameterMaintenance': 'Parameter Maintenance', + 'multiLanguageManagement': 'Multi Language Management', + 'eventManagement': 'Event Management', + 'forexPosition': 'Forex Position', + 'forexSpotSingleCurrencyPosition': 'Forex Spot Single Currency Position', + 'forexSpotCurrencyPairPosition': 'Forex Spot Currency Pair Position', + 'forexSwapPosition': 'Forex Swap Position', + 'forexSwapTenorPosition': 'Forex Swap Tenor Position', + 'positionMonitorSettings': 'Position Monitor Settings', + 'forexOptionsPosition': 'Forex Options Position', + 'forexExposureSummary': 'Forex Exposure Summary', + 'bondHoldings': 'Bond Holdings', + 'bondPositionHoldings': 'Bond Position Holdings', + 'bondInventory': 'Bond Inventory', + 'preciousMetalPosition': 'Precious Metal Position', + 'preciousMetalSpotSingleCurrencyPosition': 'Precious Metal Spot Single Currency Position', + 'preciousMetalSpotCurrencyPairPosition': 'Precious Metal Spot Currency Pair Position', + 'preciousMetalSwapPosition': 'Precious Metal Swap Position', + 'preciousMetalSwapTenorPosition': 'Precious Metal Swap Tenor Position', + 'preciousMetalOptionsPosition': 'Precious Metal Options Position', + 'preciousMetalExposureSummary': 'Precious Metal Exposure Summary', + 'interestRatePosition': 'Interest Rate Position', + 'dv01Position': 'DV01 Position', + 'pv01Position': 'PV01 Position', + 'singlePosition': 'Single Position', + 'accountProfitAndLossPosition': 'Account Profit And Loss Position', + 'forexCashFlowQuery': 'Forex Cash Flow Query', + 'businessManagement': 'Business Management', + 'myProcesses': 'My Processes', + 'lifecycleManagement': 'Lifecycle Management', + 'lifecycleEventManagement': 'Lifecycle Event Management', + 'cashFlowManagement': 'Cash Flow Management', + 'fixingManagement': 'Fixing Management', + 'endOfDayValuation': 'End Of Day Valuation', + 'riskManagement': 'Risk Management', + 'riskIndicatorDefinition': 'Risk Indicator Definition', + 'indicatorDefinition': 'Indicator Definition', + 'commonVariableDefinition': 'Common Variable Definition', + 'conditionDimensionDefinition': 'Condition Dimension Definition', + 'riskParameterManagement': 'Risk Parameter Management', + 'indicatorApplicationManagement': 'Indicator Application Management', + 'indicatorDataSimulation': 'Indicator Data Simulation', + 'riskLimitManagement': 'Risk Limit Management', + 'operationalLimitManagement': 'Operational Limit Management', + 'creditLimitManagement': 'Credit Limit Management', + 'marketLimitManagement': 'Market Limit Management', + 'blackWhiteListManagement': 'Black White List Management', + 'priceAuditManagement': 'Price Audit Management', + 'limitRecalculation': 'Limit Recalculation', + 'riskLimitQuery': 'Risk Limit Query', + 'operationalLimitQuery': 'Operational Limit Query', + 'creditLimitQuery': 'Credit Limit Query', + 'marketLimitQuery': 'Market Limit Query', + 'riskResultsQuery': 'Risk Results Query', + 'riskEventQuery': 'Risk Event Query', + 'riskEventAnalysisQuery': 'Risk Event Analysis Query', + 'riskOccupancyDetails': 'Risk Occupancy Details', + 'marketLimitDailyDataAnalysis': 'Market Limit Daily Data Analysis', + 'riskEventDetails': 'Risk Event Details', + 'riskRecalculationPopup': 'Risk Recalculation Popup', + 'frtb': 'FRTB', + 'capitalQuery': 'Capital Query', + 'marketRiskCapital': 'Market Risk Capital', + 'sensitivityRiskCapital': 'Sensitivity Risk Capital', + 'defaultRiskCapital': 'Default Risk Capital', + 'residualRiskCapital': 'Residual Risk Capital', + 'capitalAnalysis': 'Capital Analysis', + 'roeAnalysis': 'ROE Analysis', + 'dashboard': 'Dashboard', + 'marketRiskCapitalReport': 'Market Risk Capital Report', + 'capitalTrialCalculation': 'Capital Trial Calculation', + 'scenarioTesting': 'Scenario Testing', + 'tradeCapitalTrialCalculation': 'Trade Capital Trial Calculation', + 'coefficientManagement': 'Coefficient Management', + 'absRiskWeightManagement': 'ABS Risk Weight Management', + 'sensitivityCalculator': 'Sensitivity Calculator', + 'marketRiskCapitalDetail': 'Market Risk Capital Detail', + 'sensitivityRiskCapitalDetail': 'Sensitivity Risk Capital Detail', + 'defaultRiskCapitalDetail': 'Default Risk Capital Detail', + 'residualRiskCapitalDetail': 'Residual Risk Capital Detail', + 'issuerDrc': 'Issuer DRC', + 'frtbParamManager': 'FRTB Param Manager', + 'queryManagement': 'Query Management', + 'commonQuery': 'Common Query', + 'marketDataQuery': 'Market Data Query', + 'marketDataHistoricalVersions': 'Market Data Historical Versions', + 'tradeQuery': 'Trade Query', + 'dailyTradeTransactionQuery': 'Daily Trade Transaction Query', + 'customTradeQuery': 'Custom Trade Query', + 'comboTradeQuery': 'Combo Trade Query', + 'print': 'Print', + 'tracking': 'Tracking', + 'lifecycle': 'Lifecycle', + 'attachmentManagement': 'Attachment Management', + 'accountDetails': 'Account Details', + 'bondDetails': 'Bond Details', + 'tradeEvents': 'Trade Events', + 'cashFlowBondSettlement': 'Cash Flow Bond Settlement', + 'bondQuery': 'Bond Query', + 'bondSearch': 'Bond Search', + 'valuationQuery': 'Valuation Query', + 'singleValuationResultsQuery': 'Single Valuation Results Query', + 'comprehensiveAnalysis': 'Comprehensive Analysis', + 'gapAnalysis': 'Gap Analysis', + 'reportQuery': 'Report Query', + 'cashFlowStatistics': 'Cash Flow Statistics', + 'backOfficeOperations': 'Back Office Operations', + 'tradeConfirmation': 'Trade Confirmation', + 'tradeReview': 'Trade Review', + 'clearingSettlement': 'Clearing Settlement', + 'settlementPath': 'Settlement Path', + 'allSettlementPaths': 'All Settlement Paths', + 'ourSettlementPath': 'Our Settlement Path', + 'counterpartySettlementPath': 'Counterparty Settlement Path', + 'clearingApproval': 'Clearing Approval', + 'manualNetting': 'Manual Netting', + 'paymentReporting': 'Payment Reporting', + 'paymentReversal': 'Payment Reversal', + 'centralClearing': 'Central Clearing', + 'holidayAdjustment': 'Holiday Adjustment', + 'paymentMessage': 'Payment Message', + 'incomingPaymentSorting': 'Incoming Payment Sorting', + 'accounting': 'Accounting', + 'bondPosition': 'Bond Position', + 'manualAssignment': 'Manual Assignment', + 'measurementTracking': 'Measurement Tracking', + 'reconciliationProcessing': 'Reconciliation Processing', + 'initialBalance': 'Initial Balance', + 'balanceComparison': 'Balance Comparison', + 'voucherManagement': 'Voucher Management', + 'errorAccountingManagement': 'Error Accounting Management', + 'manualEntry': 'Manual Entry', + 'manualReversal': 'Manual Reversal', + 'adjustmentApproval': 'Adjustment Approval', + 'accountingExceptionHandling': 'Accounting Exception Handling', + 'queryStatistics': 'Query Statistics', + 'cashFlowQuery': 'Cash Flow Query', + 'physicalFlowQuery': 'Physical Flow Query', + 'paymentDetails': 'Payment Details', + 'settlementDetails': 'Settlement Details', + 'settlementOrderQuery': 'Settlement Order Query', + 'accountingEntries': 'Accounting Entries', + 'inventoryAccounting': 'Inventory Accounting', + 'accountBalance': 'Account Balance', + 'coreBalanceQuery': 'Core Balance Query', + 'accountingDetails': 'Accounting Details', + 'accountingLogs': 'Accounting Logs', + 'accountErrorComparison': 'Account Error Comparison', + 'thresholdExceptionQuery': 'Threshold Exception Query', + 'daytimeOutgoingData': 'Daytime Outgoing Data', + 'endOfDayOutgoingData': 'End Of Day Outgoing Data', + 'outgoingRulesQuery': 'Outgoing Rules Query', + 'outgoingEventsQuery': 'Outgoing Events Query', + 'accountingRulesQuery': 'Accounting Rules Query', + 'accountingMeasurement': 'Accounting Measurement', + 'valuationDetails': 'Valuation Details', + 'accrualDetails': 'Accrual Details', + 'tradeConfirmationProfitLoss': 'Trade Confirmation Profit Loss', + 'provisionQuery': 'Provision Query', + 'provisionTransaction': 'Provision Transaction', + 'provisionFallbackRate': 'Provision Fallback Rate', + 'monitoringQuery': 'Monitoring Query', + 'tradeLogs': 'Trade Logs', + 'tradeTracking': 'Trade Tracking', + 'applicationLogs': 'Application Logs', + 'batchLogs': 'Batch Logs', + 'batchExceptions': 'Batch Exceptions', + 'batchScheduling': 'Batch Scheduling (Internal Test Use)', + 'bondMeasurement': 'Bond Measurement', + 'inventoryBalance': 'Inventory Balance', + 'inventoryAccrualEstimationQuery': 'Inventory Accrual Estimation Query', + 'custodianBalance': 'Custodian Balance', + 'bondImpairment': 'Bond Impairment', + 'basicParameters': 'Basic Parameters', + 'verificationRules': 'Verification Rules', + 'clearingRules': 'Clearing Rules', + 'incomingPaymentSortingRules': 'Incoming Payment Sorting Rules', + 'messageRules': 'Message Rules', + 'messageRuleMaintenance': 'Message Rule Maintenance', + 'institutionMaintenance': 'Institution Maintenance', + 'accountingRules': 'Accounting Rules', + 'ledgerManagement': 'Ledger Management', + 'subjectManagement': 'Subject Management', + 'scenarioManagement': 'Scenario Management', + 'sessionManagement': 'Session Management', + 'entryMaintenance': 'Entry Maintenance', + 'subjectMapping': 'Subject Mapping', + 'thresholdParameters': 'Threshold Parameters', + 'thresholdRelease': 'Threshold Release', + 'otherConfigurations': 'Other Configurations', + 'approvalTemplate': 'Approval Template', + 'builtinParameters': 'Builtin Parameters', + 'dataImport': 'Data Import', + 'tradeSettlementPath': 'Trade Settlement Path', + 'universalRules': 'Universal Rules', + 'tradeVerification': 'Trade Verification', + 'verificationMatching': 'Verification Matching', + 'verificationDetails': 'Verification Details', + 'verificationMessage': 'Verification Message', + 'basicData': 'Basic Data', + 'currency': 'Currency', + 'currencyPair': 'Currency Pair', + 'tenor': 'Tenor', + 'counterparty': 'Counterparty', + 'holiday': 'Holiday', + 'bookkeepingArchitecture': 'Bookkeeping Architecture', + 'newHoliday': 'New Holiday', + 'bondFund': 'Bond Fund', + 'bond': 'Bond', + 'fund': 'Fund', + 'stock': 'Stock', + 'wealthManagement': 'Wealth Management', + 'crmw': 'CRMW', + 'cln': 'CLN', + 'bondModification': 'Bond Modification', + 'queryComponentManagementSettings': 'Query Component Management Settings', + 'queryComponentManagementMonitoring': 'Query Component Management Monitoring', + 'futuresCommodity': 'Futures Commodity', + 'categories': 'Categories', + 'underlying': 'Underlying', + 'contract': 'Contract', + 'underlyingAttributes': 'Underlying Attributes', + 'unitConversion': 'Unit Conversion', + 'dateRules': 'Date Rules', + 'operatingInstitution': 'Operating Institution', + 'businessInstitution': 'Business Institution', + 'accountingBank': 'Accounting Bank', + 'ratingAgency': 'Rating Agency', + 'parameterPermissions': 'Parameter Permissions', + 'systemParameters': 'System Parameters', + 'userPermissions': 'User Permissions', + 'ratingInfo': 'Rating Info', + 'datasetManagement': 'Dataset Management', + 'fixingIndicatorDefinition': 'Fixing Indicator Definition', + 'curveSurfaceManagement': 'Curve Surface Management', + 'accessRulesCheck': 'Access Rules Check', + 'exceptionDataManagement': 'Exception Data Management', + 'modulePermissionsManagement': 'Module Permissions Management', + 'valuationModule': 'Valuation Module', + 'valuationRulesManagement': 'Valuation Rules Management', + 'valuationCurveSurfaceAssignment': 'Valuation Curve Surface Assignment', + 'valuationModelParameterManagement': 'Valuation Model Parameter Management', + 'bondCurveAssignment': 'Bond Curve Assignment', + 'tradeUserDesktop': 'Trade User Desktop', + 'forexDesktop': 'Forex Desktop', + 'userRoleManagement': 'User Role Management', + 'menuManagement': 'Menu Management', + 'permissionUsageQuery': 'Permission Usage Query', + 'managementOperationWorkbench': 'Management Operation Workbench', + 'financialManagementSystem': 'Financial Management System5.0', + 'clearingVerification': 'Clearing Verification', + 'settleTradeCapitalList': 'Settle Trade Capital List', + 'zbondsTabs': 'Zbonds Tabs', + 'shchPledgeTabs': 'Shch Pledge Tabs', + 'shchBondsDealTabs': 'Shch Bonds Deal Tabs', + 'shchBalanceTabs': 'Shch Balance Tabs', + 'pledgedBondsList': 'Pledged Bonds List', + 'shchRepopleTabs': 'Shch Repople Tabs', + 'shchSpotTabs': 'Shch Spot Tabs', + 'shchForfwdTabs': 'Shch Forfwd Tabs', + 'shchSwapTabs': 'Shch Swap Tabs', + 'custodianBalanceTabs': 'Custodian Balance Tabs', + 'reportManager': 'Report Manager', + 'interfacesManager': 'Interfaces Manager', + 'irsDeal': 'Interest Rate Swaps', + 'ccsDeal': 'Currency swap', + 'ndf': 'NDF', + 'queryOperationLog': 'Query Operation Log', + 'sendExceptionManagement': 'Send Exception Management', + 'moneyFund': 'Money Fund', + 'treasuryBondf': 'Treasury Bond Futures', + 'bondf': 'Bond Futures', + 'standardBondf': 'Standard Bond Forward', + 'distributionStrategy': 'DistributionStrategy', + 'nodeMonitor': 'NodeMonitor', + 'curveAllot': 'CurveAllot', + 'customTradeResult': 'Custom Trade Result', + 'bondDistribution': 'SDT', + 'dataSourceManagement': 'DataSource Management', + 'ratingHistory': 'Rating History', + 'optionCalculator': 'Option Calculator', + 'rskManager': 'Rsk Manager', + 'rskIndex': 'Rsk Index', + 'index': 'Index', + 'commonVariables': 'Common Variables', + 'conditionDimension': 'Condition Dimension', + 'rskParam': 'Rsk Param', + 'indexApply': 'Index Apply', + 'historyVersionCompare': 'History Version Compare', + 'rskLimit': 'Rsk Limit', + 'operationLimit': 'Operation Limit', + 'creditLimit': 'Credit Limit', + 'marketLimit': 'Market Limit', + 'blackWhiteList': 'Black White List', + 'priceCheck': 'Price Check', + 'limitRecalculation': 'Limit Recalculation', + 'rskLimitQuery': 'Rsk Limit Query', + 'operationLimitQuery': 'Operation Limit Query', + 'creditLimitQuery': 'Credit Limit Query', + 'marketLimitQuery': 'Market Limit Query', + 'rskLimitDetailsQuery': 'Rsk Limit Details Query', + 'rskLimitDetailsCompare': 'Rsk Limit Details Compare', + 'rskResultQuery': 'Rsk Result Query', + 'rskEventQuery': 'Rsk Event Query', + 'rskEventAnalysisQuery': 'Rsk Event Analysis Query', + 'rskOccupyDetail': 'Rsk Occupy Detail', + 'marketlimitDailyAnalysis': 'Marketlimit Daily Analysis', + 'rskEventDetail': 'Rsk Event Detail', + 'rskRecalculationWindow': 'Rsk Recalculation Window', + 'dcsCashFlowLogQuery': 'CashFlow Log Query', + 'commandManagement': 'Command Management', + 'commandQuery': 'Command Query', + 'dealMatchManagement': 'Deal Match Management', + }, +}; diff --git a/packages/rcs_5.0/src/lang/locale/zh/ecas-lang-zh_cn.js b/packages/rcs_5.0/src/lang/locale/zh/ecas-lang-zh_cn.js new file mode 100644 index 0000000..e438aa3 --- /dev/null +++ b/packages/rcs_5.0/src/lang/locale/zh/ecas-lang-zh_cn.js @@ -0,0 +1,345 @@ +export default { + 'form_startDate':'起始时间', + 'form_endDate':'终止时间', + 'form_applyUserNumber': '发起人编号', + 'form_state': '状态', + 'form_type': '类型', + 'form_sponsorGencies': '发起机构', + 'form_sponsor': '发起人', + 'form_eventStatus': '事件状态', + 'form_eventType': '事件类型', + 'form_userLevel': '用户级别', + 'form_department': '所属部门', + 'btn.process': '处 理', + 'table_eventId': '事件编号', + 'table_state': '状态', + 'table_applicationNotes': '申请说明', + 'table_applyUserNumber': '发起人编号', + 'table_applyUser': '发起人名称', + 'table_reviewer': '审核人', + 'table_sponsorGencies': '发起机构', + 'table_type': '类型', + 'table_date': '发起时间', + 'btn_confirm': "确 认", + 'btn_reject': "拒 绝", + 'btn_reviewDetails': '审核详情', + 'dialog_title_process':'处理', + 'user.management':'用户管理', + 'institutional.affiliation':'机构管理', + 'log.search':'日志查询', + 'role.management':'角色管理', + 'permissions.useage':'权限使用', + 'multilingual':'多语言', + 'param':'参数维护', + 'form_basicInformation':'基本信息', + 'form_userName': '用户姓名', + 'form_bankId':'机构编号', + 'form_assigningRoles':'分配角色', + 'form_roleName':'角色名称', + 'form_status': '状态', + 'form_userStatus': '用户状态', + 'form_userId':'用户编号', + 'form_userType':'用户类型', + 'form_institutionName':'机构名称', + 'form_institutionChineseName': '机构中文名', + 'form_institutionEnglishName': '机构英文名', + 'form_institutionStatus':'机构状态', + 'form_institutionType':'机构类型', + 'form_originalInstitution':'原机构', + 'form_affiliation':'所属机构', + 'form_team': "所属团队", + 'form_productName':'产品名称', + 'form_deadline':'终止时间', + 'form_operationType':'操作类型', + 'form_operationTeller':'操作柜员', + 'form_permissionSelection':'权限选择', + 'form_telephoneNumber':'电话号码', + 'form_startTime':'开始时间', + 'form_validDate':'有效天数', + 'form_permissionName':'权限名称', + 'form_englishName':'英文名称', + 'form_hierarchy':'层级结构', + 'form_permissionBit':'权限位', + 'form_requestPath':'请求路径', + 'form_englishModuleName':'英文模块名', + 'form_menuNumber':'菜单编号', + 'form_menuChineseName':'菜单中文名称', + 'form_menuEnglishName':'菜单英文名称', + 'form_menuAttributeContent':'菜单属性内容', + 'form_applicationName': '应用名称', + 'form_modifyMenu':'修改菜单', + 'form_deleteMenu':'删除菜单', + 'form_updateMenu':'更新菜单', + 'form_addMenu':'新增菜单', + 'form_modifyPermissions':'修改权限', + 'form_deletePermissions':'删除权限', + 'form_addPermissions':'新增权限', + 'form_roleNumber': '角色编号', + 'form_roleName': '角色名称', + 'form_roleType': '角色类型', + 'form_roleStatus': '角色状态', + 'form_productName':'产品名称', + 'form_parameterCode': '参数代码', + 'form_parameterValue':'参数值', + 'form_remark': '备注', + "form_customerId":"客户", + "form_notnull":"该项必填", + "form_roleNumber_require":"角色编号为数字且不能以0开头", + "select_all":"全部", + 'table_superiorRole':'上级角色', + "table_product": '产品', + 'table_menuName':'菜单名称', + 'table_name':'名称', + 'table_menuEncoding':'菜单编码', + "table_productName": '产品名称', + 'table_affiliation':'所属机构', + 'table_permissionName':'权限名称', + 'table_institutionalLevel':'机构级别', + 'table_authorizer':'授权人', + 'table_startTime':'开始时间', + 'table_recordAddress': '记录地址', + 'table_expirationTime':'失效时间', + 'table_roleName':'角色名称', + 'table_status':'状态', + 'table_accountNumber':'绑定账号编号', + 'table_accountType':'绑定账号类型', + 'table_accountDescription':'绑定账号描述', + 'table_action':'操 作', + 'table_operatingTime':'操作时间', + 'table_result':'结果', + 'table_serialNumber': '编号', + 'table_superiorRoleStatus':'上级角色状态', + 'table_isTemporary':'是否临时', + 'table_associatedUsers':'关联用户', + 'table_resourceCollectionName':'资源合集名称', + 'table_MultilingualKeyValues':'多语言键值', + 'table_multilingualValue':'多语言值', + 'table_languageName':'语言名称', + 'btn-cancel': '取 消', + 'btn-submit': '提 交', + 'btn-add': '增 加', + 'btn_newAdd': '新 增', + 'btn-lock': '锁 定', + 'btn_unlock': '解 锁', + 'btn-delete':'删 除', + 'btn_resetPassword':'重置密码', + 'btn_assigningRoles': '分配角色', + 'btn_temporaryPermissions':'临时权限', + 'btn_save':'保 存', + 'btn_userMigration':'用户迁移', + 'btn_bindAccount':'绑定账号', + 'btn_export':'导 出', + 'btn-edit':'修 改', + 'btn_takeBack':'收 回', + 'btn_distribute':'分 配', + 'btn_merge': '合 并', + 'btn_update': '更 新', + 'btn_permissionAssignment': '权限分配', + 'ecas_dialog_distribute':'分配', + 'error.user.noId':'用户id不可以用【{0}】【{1}】', + 'error.bank.not.leaf':'被撤并的机构【{0}】不是叶子结点的机构,它有下级机构', + "phone": "必须输入正确的电话号码", + "number": "Only", + "not.null": "不能为空", + "not.zero": "角色编号不能以0开头", + "maxLength": "最大长度不能超过【{0}】一个汉字长度为4,一个字母长度为1", + "number.Eng": "Must", + "must.digits": "只可输入整数", + "input.length": "Between", + "random.error": "Verification", + "tip.password": "密码至少为数字与字母组成", + "date.is.legal": "Legal", + "error.idx.out": "不正确的下标", + "error.no.appl": "应用不存在", + "error.no.role": "角色不存在", + "error.role.top": "顶级角色不能修改", + "not.consistent": "Two", + "error.bank.noId": "未定义机构编号", + "error.dept.noId": "所属部门不能为空", + "error.ecas.sync": "机构数据为统一平台数据,不能被操作", + "error.no.ticket": "ticket不存在", + "error.not.login": "没有登录", + "error.role.noId": "角色编号不能为空", + "index.exitWinOk": "确定", + "showMessage.all": "全部", + "showMessage.msg": "消息", + "error.bank.idMax": "机构编号【{1}】长度不得大于【{0}】", + "error.bank.idMin": "机构编号【{1}】长度不得小于【{0}】", + "error.key.length": "待更新密钥长度不足【{0}】,必须是完整密钥的一半长度", + "error.loginOrPwd": "用户名或密码错误", + "error.user.exist": "用户已存在", + "error.user.valid": "启用用户不可删除", + "showMessage.exit": "您确定要退出当前程序?", + "date.ismore.other": "Start", + "error.bankId.null": "机构不能为空", + "error.event.hadOp": "事件已被处理", + "error.no.resource": "资源不存在", + "error.sql.23000.1": "记录已经存在,请检查数据", + "error.user.locked": "用户被锁定", + "error.bank.disable": "机构已禁用", + "error.bankId.exist": "机构编号已存在", + "error.core.baseUrl": "路径url错误", + "error.encode.param": "参数解析失败", + "error.no.bankLevel": "机构等级不存在", + "error.role.tooMuch": "一次性分配角色过多", + "error.roleId.exist": "角色编号已存在", + "error.user.disable": "用户被禁用", + "error.user.enabled": "用户未锁定无需解锁", + "error.user.no.role": "用户角色不存在", + "error.user.noRight": "用户无权限", + "illegal.characters": "Can", + "index.exitWinTitle": "退出提示", + "showMessage.remind": "提醒", + "error.bank.disabled": "【{0}】机构无效", + "error.bank.not.leaf": "被撤并的机构【{0}】不是叶子结点的机构,它有下级机构", + "error.generate.code": "验证码生成失败", + "error.param.isBlank": "Parameter", + "error.secert.update": "更新密钥中,请稍候再启动应用", + "error.sql.42000.942": "表或视图不存在", + "error.user.hadLogin": "该用户在异地已登录", + "error.user.notExist": "用户不存在", + "error.user.notLogin": "用户未登录", + "showMessage.appList": "应用列表", + "showMessage.exitBut": "退出", + "error.bank.head.self": "上级机构不能是当前机构", + "error.bank.not.exist": "【{0}】机构不存在", + "error.core.noConvert": "常量转化失败", + "error.core.path.fail": "路径过滤失败", + "error.first.password": "初次登录请先修改初始密码", + "error.nocache.random": "验证码输入错误", + "error.param.notExist": "参数不存在", + "error.password.exist": "修改密码失败,在【{0}】次内使用过相同密码", + "error.role.existUser": "角色【{0}】下存在用户,不能被删除", + "error.role.multitype": "用户拥有多个终端的角色", + "error.role.noManager": "上级角色为空", + "error.role.not.exist": "【{0}】角色不存在", + "error.roleName.exist": "角色名已存在", + "error.sql.23000.1062": "记录已经存在,请检查数据", + "error.sql.23505.-803": "记录已经存在,请检查数据", + "error.sql.42S02.1146": "表或视图不存在", + "error.sql.56098.-727": "表或视图不存在", + "error.sql.S1000.2601": "记录已经存在,请检查数据", + "error.sql.xxxxx.xxxx": "表或视图不存在", + "error.ssop.user.null": "SSOP方式登入的USER参数对象为空", + "muster.input.integer": "参数值必须是整型", + "showMessage.closeAll": "您确定要关闭所有标签页?", + "showMessage.password": "密码修改成功", + "workspace.notnewopen": "工作台页面不能在新窗口打开", + "error.bank.merge.same": "相同机构不能合并", + "error.ecas.user.exist": "已存在ECAS用户【{0}】", + "error.keyfirst.status": "更新第一部分时状态不正确", + "error.no.right.review": "事件审批者不能是事件发起者", + "error.password.expire": "密码已过期", + "error.password.maxLen": "密码长度大于最大长度【{0}】", + "error.password.minLen": "密码长度小于最小长度【{0}】", + "error.password.simple": "当前密码复杂度为【{0}】,密码过于简单", + "error.review.not.self": "不能复核自身", + "error.role.existChild": "角色【{0}】存在下级角色,不能被删除", + "error.session.timeout": "session超时", + "error.user.bind.exist": "绑定用户【{0}】已绑定ecas用户【{1}】", + "error.keysecond.status": "更新第二部分时状态不正确", + "error.new.passwordNull": "新密码为空", + "error.password.no.same": "修改后密码与原密码不能相同", + "error.review.wrongBank": "不是本机构或上级机构用户", + "error.user.passwordMin": "密码长度不够", + "showMessage.errorGroup": "用户没有应用信息", + "user.locked.cannotedit": "锁定用户不能被修改,请先解锁", + "error.ecasSession.value": "session中找不到对应属性值", + "error.opUserRole.delete": "给用户分配的角色已经被删除,现将此事件的状态设置为拒绝", + "error.password.simple_1": "密码过于简单必须含有数字或字母", + "error.password.simple_2": "密码过于简单至少要有数字、字母", + "error.password.simple_3": "密码过于简单至少要有数字、小写字母及大写字母", + "error.password.simple_4": "密码过于简单至少要有数字、小写字母、大写字母及特殊字符", + "error.review.not.review": "该用户不是复核用户", + "error.role.manager.self": "上级角色不能是当前角色", + "error.user.bank.disable": "用户机构已经无效,用户不能登入", + "showMessage.notCombined": "目标机构与原机构不能相同", + "showMessage.notFindFile": "找不到文件:【{0}】,请检查路径是否正确!", + "showMessage.notIePrompt": "请使用IE浏览器!", + "error.appl.noActionPower": "角色没有权限", + "error.head.bank.disabled": "Invalid", + "error.more.same.applRole": "同一用户只能拥有同一应用的一个角色", + "error.opRoleRight.delete": "分配权限的角色已经被删除,现将此事件的状态设置为拒绝", + "error.role.changeManager": "不能把该角色的下级角色设置为其上级角色", + "showMessage.OperReminder": "操作提醒", + "user.bind.accountId.null": "账号编号不能为空", + "error.core.missPwdValiday": "用户已失效", + "error.head.bank.undefined": "No", + "error.param.passwordLimit": "请输入数字或由逗号隔开的两个数字", + "error.tempright.path.null": "验证路径不能为空", + "showMessage.NETWORK_ERROR": "网络请求异常,请检查网络", + "error.param.prompt.0or1or2": "只能是0、1或2", + "error.param.prompt.1.2.3.4": "只能是1、2、3或4", + "error.password.verify.fail": "新密码与密码确认不一致", + "user.bind.accountType.null": "账号类型不能为空", + "error.bindAccount.existEcas": "存在名为【{0}】的Ecas用户", + "error.ecasSession.castValue": "session属性值转化失败", + "error.tempRole.loginId.null": "用户编号不能为空", + "error.tempright.applId.null": "产品编号不能为空", + "error.tempright.bankId.null": "机构号不能为空", + "error.tempright.menuId.null": "对应的菜单编号不能为空", + "error.core.noDefaultPassword": "默认密码为空", + "error.opuser.no.right.review": "当前用户不能审批对自己发起的事件", + "error.tempright.loginId.null": "被授权用户不能为空", + "showMessage.errorGroupOrExit": "用户没有应用信息是否跳转到登录页面?", + "error.param.passwordMaxAndMin": "最大长度应大于最小长度", + "error.temporary.role.notexist": "临时角色不存在", + "error.tempright.applCode.null": "产品代码不能为空", + "error.tempright.powerBit.null": "权限位不能为空", + "error.manageUser.noReviewRight": "用户管理用户没有复核的权限", + "error.reviewUser.noReviewRight": "复核用户没有复核的权限", + "error.tempRole.authorizer.null": "授权用户不能为空", + "error.tempright.startTime.null": "开始时间不能为空", + "error.handingUser.noReviewRight": "经办用户没有复核的权限", + "error.tempright.failureTime.null": "失效时间不能为空", + "showMessage.pendingApprovalPrompt": "已提交申请,待审批通过后才能生效", + "error.authorizedUser.noReviewRight": "授权用户没有复核的权限", + "temporaryAuthorization.role.isExist": "用户【{0}】已拥有【{1}】角色", + "temporaryAuthorization.user.notexist": "登录名为【{0}】的被授权用户不存在", + "temporaryAuthorization.accreditUser.notexist": "登录名为【{0}】的授权用户不存在", + "temporaryAuthorization.temporaryRole.existNull": "授权用户名、被授权用户名、机构号、角色ID、应用ID、失效时间皆不可为空", + "log.title": "日志维护", + "bank.title": "机构管理", + "role.title": "角色管理", + "user.title": "用户管理", + "event.title": "事件管理", + "param.title": "参数维护", + "common.workspace": "工作台", + "multilingual.title": "多语言管理", + "error.readVersion.fail": "获取文件中的版本号失败", + "error.createSversion.fail": "生成Sversion.ini失败!", + "verify.accountId.length":"已超出最大长度", + "verify.email":"邮箱不合法", + "verify.phone":"号码不合法", + 'error.user.isLocked':'用户已经锁定', + 'error.user.idMin':'用户编号长度不可低于3', + "form_email":"邮箱", + "verify.bankId":"只能数字或英文组成", + "verify.validDate":"1-3650", + "btn.permission.export":"权限导出", + "verify.illegal.characters":"非法字符", + "verify.parameterValue":"0-14字节之间一个中文算2个字节", + "verify.parameterValue.number":"只能输入0或1", + "verify.parameterValue.registertype":"只能输入0、1或2", + "verify.parameterValue.PasswordLevel":"只能输入1、2、3或4", + "verify.bankId.length":"长度在3-16之间", + "verify.institutionChineseName":"最大长度不超过106,一个汉字长度4一个字母长度1", + "verify.institutionEnglishName":"最大长度不超过120,一个汉字长度4一个字母长度1", + "verify.multilingualValue":"最大长度不超过200,一个汉字长度4一个字母长度1", + 'btn_refreshParams':'刷新参数缓存', + "verify.PasswordExpire": '只能输入数字', + "verify.roleNameLength":"最大长度不超过60,一个汉字长度4一个字母长度1", + "message.delete":"是否确定删除?", + "message.modifyMenu":"菜单信息需重新登录后生效", + "form_operatingMechanism":"操作机构", + "verify.menuChineseName":"最大长度不超过100,一个汉字长度4一个字母长度1", + "verify.enterJSON":"请输入JSON格式", + "verify.bitEnglishName":"最大长度不超过180,一个汉字长度4一个字母长度1", + "verify.bitHierarchy":"最大长度不超过50,一个汉字长度4一个字母长度1", + "form_order":"排序", + "form_parentMenu":"父级菜单", + "tooltip.bit":"自动获取可用权限位", + "message.lockEdit":"锁定用户不能被修改,请先解锁", + "message.dothis":"是否确定执行此操?" + + }; \ No newline at end of file diff --git a/packages/rcs_5.0/src/lang/locale/zh/index.js b/packages/rcs_5.0/src/lang/locale/zh/index.js new file mode 100644 index 0000000..92aaa40 --- /dev/null +++ b/packages/rcs_5.0/src/lang/locale/zh/index.js @@ -0,0 +1,736 @@ +export default { + car: 'car | cars | {count} cars', + name: '名字:{0}{1}', + hello: '你好', + button: { + add: '新增', + edit: '编辑', + delete: '删除', + ccyGrp: '货币组', + pairGrp: '货币对组', + tenorGrp: '期限组', + cptyGrp: '交易对手组', + exportPage: '导出当前页', + exportAll: '导出全部', + export: '导出', + import: '导入', + search: '搜索', + reset: '重置', + expand: '展开', + history: '历史版本', + copy: '复制', + viewProcess: '查看流程', + approvalBatch: '批量审批', + revoke: '撤销', + check: '审核', + InfoSupplementation: '信息补录', + message: '消息处理', + errorHandle: '异常处理', + control: '操作', + print: '打印', + following: '跟踪', + life: '生命周期', + sendAgain: '补发', + confirm: '确定', + }, + field: { + term: '期限(天)', + termRule: '期限规则', + originalID: '原始流水号', + tradeDate: '交易日', + valueDate: '起息日', + maturityDate: '到期日', + spotRate: '即期汇率', + option: '操作', + code: '编码', + name: '名称', + shortName: '短名', + noDecimal: '金额位数', + interestNoDecimal: '利率位数', + basis: '计息基础', + roundingType: '舍入类型', + amountUnit: '计量单位', + holidayId: '节假日', + isoCode: 'ISO代码', + history: '历史版本', + keyWord: '关键字', + quotationUnitName: '报价单位', + pointsDigit: '基点位数', + spotNoDecimal: '即期汇率位数', + fwdNoDecimal: '远期汇率位数', + swapNoDecimal: '掉期点位数', + volNoDecimal: '波动率位数', + refDateName: '开始日期', + periodName: '期限类型', + noPeriods: '期限数量', + noDays: '畸零天数', + dayTypeName: '日期类型', + swiftCode: 'Swift', + cptyClass: '大类', + cptySmallClass: '小类', + countryStr: '注册地区', + cptyIdParentName: '归属上级', + bookIdName: '所属账簿', + currencyIdName: '损益货币', + folderStatusName: '账户属性', + applications: '应用模块', + localName: '名称', + currencyType: '货币', + type: '类型', + parameters: '参数值', + version: '版本号', + + // 参数审批 + dealNo: '审批编号', + dealStatus: '审批状态', + businessNo: '业务编号', + startdesc: '事件内容', + branchUserName: '发起人', + updateTimestamp: '更新时间', + + fimisCode: 'FIMIS CODE', + positionInfo: '位置信息', + usciCode: '统一社会信用代码', + crmCustomerNo: '核心客户号', + crmCustomerName: '核心客户名称', + nationalEconomyClass: '国民经济细类', + nationalEconomyDept: '国民经济部门', + cptySubClass: '分类细类', + organizationsCode: '内部机构代码', + isInternalOrganizations: '是否内部机构', + registCountryId: '注册国家', + registAreaId: '注册地区', + riskCountryId: '风险国家', + riskAreaId: '风险地区', + contact: '联系人', + tel: 'Tel', + fax: 'Fax', + mail: 'Email', + comments: '备注', + address: '详细地址', + cptyIdParent: '归属上级', + cptyGrp: '交易对手组', + status: '启用', + dispOrder: '排序号', + typeName: '商品大类', + subTypeName: '商品子类', + commodityUnitName: '商品单位', + contractTypeName: '细分类型', + contractMarketName: '合约所属市场', + bstkCode: '标的', + quoteCurrency: '报价货币', + quoteUnitName: '报价单位', + exchangeName: '上市交易所', + statusName: '合约状态', + siteIdName: '运营机构', + accountCode: 'BIC代码', + countryCode: '国家', + city: '城市', + folderNature: '账户性质', + defaultFlag: '默认', + currency: '货币', + riskTotal: '总计', + issuer: '发行人', + bond: '债券', + country: '区域', + guarantee: '担保人', + indexType: '数据项类型', + dataIndex: '数据项', + weight: '系数', + codifier: '备选代码', + isinCode: 'ISIN编码', + issuerName: '发行人', + issueDate: '发行日期', + valueDate: '起息日', + maturityDate: '到期日', + indexationName: '付息类型', + couponFrequencyName: '付息频率', + isCallPutable: '含权', + issuePrice: '发行价', + fixingRate: '票面利率', + pair: '货币对', + term: '期限', + holiday: '节假日', + cpty: '交易对手', + ratingAgency: '评级机构', + ratingHistory: '评级历史', + rating: '评级', + folder: '账户', + book: '账簿', + entity: '实体', + product: '产品', + curve: '曲线', + dataSet: '数据集', + Branch: '业务机构', + site: '运营机构', + extend: '扩展字段', + bondCode: '代码', + bondShortName: '简称', + bondName: '全称', + comment: '备注', + date: '日期', + yes: '是', + no: '否', + instruments: '金融工具', + defaultValue: '默认值', + chioceOrder: '选中排序', + charOrder: '字母排序', + countryArea: '国家(地区)', + symbol: '标识', + underlying: '标的', + contract: '合约', + fund: '代码', + marketConvention: '市场惯例', + crm: '核心客户', + accountingSection: '会计分类', + homeType: '本/离岸', + commClass: '标的大类', + hisVersion: '历史版本', + cashFlowHisVersion: '现金流历史版本', + resetLogHisVersion: '计息记录历史版本', + exerciseType: '行权类型', + bondsLabel: '查找标签', + exercisePeriods: '期数', + text: '条款内容', + floatInfo: '浮动信息', + accept: '定盘', + adjust: 'Adjust', + baseInfo: '基本信息', + bloombergCode: '其他编码', + bondsStatus: '债券状态', + facevaluedisplay: '发行面值', + bondsTrustee: '托管机构', + faceValue: '面值', + issueCurrency: '发行货币', + couponCurrency: '利息货币', + redemptionCurrency: '偿还本金货币', + couponFrequency: '付息频率', + indexation: '利息类型', + paymentType: '支付类型', + windCategory: 'WIND分类', + floatRateType: '浮息方向', + compoundFrequency: '复利频率', + floatingRate: '浮动指标', + fixingFrequency: '计息频率', + category: '债券分类', + categorySel: '债券分类', + subTerm: '减记条款', + secondary: '次级档', + maturityPrice: '到期价格', + firstCouponDate: '首期付息日', + lastCouponDate: '末期付息日', + exDivideneDay: '除权日偏移', + floatingRatio: '系数', + floatingSpread: '点差', + isCapFloor: '上下限', + minimumRate: '下限', + maximumRate: '上限', + issueInfo: '发行信息', + announcementDate: '公告日', + settlementDate: '缴款日', + issueRate: '发行利率', + noBondsIssued: '发行量(亿)', + applyStartDate: '申购起始日', + applyEndDate: '申购结束日', + listedCirculateDate: '上市流通日', + market: '发行市场', + countryId: '发行国家(地区)', + headCountryId: '总部国家(地区)', + marketType: '发行类型', + seniority: '担保级别', + isCIBonds: '续发', + orignalBondsId: '原券', + specialDebt: '债券标签', + biddingDefine: '报价信息', + quotationIn: '报价方式', + quotation: '标记法', + accruedRound: '应计利息round', + priceUnit: '价格位数', + ytmUnit: '收益率位数', + accruedUnit: '利息位数', + perHandQuantity: '每手数量', + minQuantity: '最小交易量', + minAddQuantity: '最小增加量', + fixingBasis: '计息基础', + interestCalcMethod: '计息模式', + rollConvention: '调整规则', + paymentAt: '支付时点', + paymentLag: '支付日偏移', + floatingRateHoliday: '指标节假日', + resetAt: '重置时点', + resetLag: '重置日偏移', + settlementDateConv: '清算速度', + ytmBasis: '收益率计息基础', + scheduleGeneration: '现金流规则', + endDateRollConvention: '结束日调整规则', + adjusted: '是否调整', + longPeriod: '残段合并', + amortization: '本金摊还含权信息', + amortType: '摊还', + amortFrequency: '摊还频率', + amortValue: '摊还金额', + amortFirstDate: '首期摊还日', + amortEndDate: '末期摊还日', + optionData: '含权信息', + otherinfo: '其他信息', + more: '更多', + cashflowNo: '现金流编号', + paymentDateOrg: '调整前支付日', + paymentDateAdj: '调整后支付日', + startDateOrg: '开始日', + startDateAdj: '调整后开始日', + endDateOrg: '结束日', + endDateAdj: '调整后结束日', + exerciseDate: '行权日期', + exercisePrice: '行权价格', + cashflowType: '现金流类型', + cashflowStatus: '现金流状态', + amount: '金额', + cashflowTime: '天数', + startDate: '开始日期', + endDate: '结束日期', + paymentDate: '支付日', + resetId: '计息编号', + resetStatus: '状态', + knowRate: '观察利率', + rate: '利率', + notional: '本金', + remainNotional: '剩余本金', + obsDate: '观察日期', + resetDate: '计息日期', + save: '保存', + cancel: '取消', + rebuild: '重新生成', + ratingAgencyManage: '评级机构管理', + ratingAgencyHistory: '评级历史查询', + copy: '复制', + cashflowAdjust: '现金流调整', + cashflowAdjustList: '现金流调整列表', + Keepwell: '维好人', + SPPI: 'SPPI测试', + amountAmort: '提前还本', + rateUpdate: '利率修改', + rateRange: '分段利率', + notPitable: '该债券不可进行行权', + interestNo: '利息编号', + operate: '操作', + phase: '期数', + startPhase: '开始期数', + endPhase: '结束期数', + pahseRate: '票面利率', + dealType: '收付方向', + targetType: '评级类型', + agencyName: '评级机构', + grade: '评级', + eoma: '月末', + algorithmType: '算法类型', + holidayAdj: '假日调整', + floatPointDifference: '浮动点差', + floatIndex: '浮动指标', + Category: '债券分类', + subCategory1: '债券一级子分类', + subCategory2: '债券二级子分类', + bondsIncome: '债券收益信息', + bondsTypology: '债券类型信息', + issueMarket: '发行市场', + faceDisplay: '显示面值', + payDate: '支付日期', + liquidSpeed: '清算速度', + + dealId: '交易流水号', + eventContent: '事件内容', + typeOfEvent: '事件类型', + eventId: '事件号', + eventStatus: '事件状态', + eventDate: '事件日期', + blockNo: '事件套号', + + investmentPortfolio: '投资组合', + dailyTradeQuery: '日成交交易', + chooseDate: '选择日期', + control: '操作', + dealsId: '流水号', + status: '状态', + product: '产品', + folder: '账户', + cpty: '交易对手', + target: '标的物', + amount1: '金额1', + amount2: '金额2', + reminder: '提醒事项', + toHandle: '去处理', + markRead: '标记已读', + riskPos: '风险头寸', + pleaseChoose: '请选择', + riskValue: '风险值', + limitValue: '限额', + yuan: '元', + wYuan: '万元', + marketRisk: '市场风险', + creditLimit: '信用额度', + quotaValue: '额度值', + empower: '授权占比', + haveValue: '占额', + marketData: '市场数据', + updateTime: '更新时间', + spotPrice: '即期价格', + profitLoss: '损益变动', + startDate: '开始日期', + endDate: '结束日期', + yearProfitLoss: '年损益', + monthProfitLoss: '月损益', + dayProfitLoss: '日损益', + riskCcy: '风险货币', + profitAndLossCcy: '损益货币', + tradeApproval: '交易审批', + assetStatus: '资产状况', + cash: '现金(年)', + pv: '现值(年)', + pnlYear: '损益(年)', + pnlDay: '损益(日)', + folderPl: '账户损益', + productPl: '产品损益', + ccyPl: '货币余额', + termPl: '期限分布', + overEvent: '超限事件', + compare: '同比', + warnEvent: '预警事件', + year: '年', + month: '月', + week: '周', + day: '日', + thisYear: '今年', + lastYear: '去年', + thisMonth: '本月', + lastMonth: '上月', + thisWeek: '本周', + lastWeek: '上周', + thisDay: '今日', + lastDay: '昨日', + order: '次', + settleReport: '结算发报', + maturityDate: '到期日', + valueData: '起息日', + reportType: '报文类别', + payDate: '支付日', + sendDate: '发送日', + ccy: '货币', + paymentApproval: '收付审批', + apiCommunicate: '接口通讯情况', + normal: '正常', + disconnection: '断联', + auditNum: '当日全量', + action: '动作', + eventContent: '事件内容', + checkType: '审核类型', + startUser: '发起人', + doneUser: '处理人', + paymentFlowId: '证实编号', + mtType: '报文类型', + pdocId: '报文参考号', + sitesCodeStr: '运营机构', + underlyingTypeStr: '标的类型', + amountUsd: '折美金额', + amountCny: '折人民币金额', + tradeDate: '交易日', + valueDate: '起息日', + RealTime: '实时', + DayEnd: '日结', + AW: '待审核', + AD: '审核处理中', + SW: '待发报', + SD: '发报处理中', + BW: '待内部账务处理', + BD: '内部账务处理中', + END: '结束', + I: '未撤销', + iv: '无效', + WS: '待分拣', + sendDate: '发送日期', + event: '事件', + sendService: '发送方', + sendStatus: '发送状态', + acceptService: '接收方', + sendingTime: '发送时间', + exceptionCause: '异常原因', + dataFeed: '数据来源', + splitOrNot: '是否拆分', + createTime: '创建时间', + checkUser: '处理用户', + lastModifyTime: '修改时间', + dataId: '数据包', + dataEvent: '动作事件', + processFlag: '处理状态', + // 数据集 + dataTypeName: '数据类型', + itemCode: '标的', + tenor: '期限', + dataSourceCode: '数据源', + dealStatus: '交易状态', + instrument: '金融工具', + tradeAddDate: '交易录入日期', + tradeEditDate: '交易修改日期', + dealType: '支付方向', + valuationDate: '估值日期', + valuationResults: '估值结果', + dealFlag: '交易性质', + tradeDirection: '买卖方向', + globalId: '外部流水号', + sourceName: '交易来源', + lastModifyUser: '操作员', + dealElement: '交易要素', + extendsField: '扩展字段', + leg: '腿', + tacount: '项目', + tpurpose: '交易背景', + legsId: '腿号', + + valuationResults: '估值结果', + valuation: '估值', + pricingDate: '定价日', + tradeKinds: '交易种类', + underlyingAsset: '标的资产', + tradeTerms: '交易条款', + notionalAmount: '名义本金', + nominalChangeType: '本金交换方式', + interestTerms: '利息条款', + payConvention: '支付惯例', + floatingRateIndicator: '浮动利率指标', + deliveryDate: '交割日', + optionTerms: '期权条款', + bullishBearish: '看涨/看跌', + optionPaymentDate: '期权支付日', + marketPrice: '市场价格', + forwardPrice: '远期价格', + volatility: '波动率', + refresh: '刷新', + trialBalance: '试算', + pleaseSelect: '请选择', + raiseThePremium: '升贴水', + interestRate: '利率', + discountRate: '贴现率', + observationInterval: '观察区间', + observedFrequency: '观察频率', + observationType: '观察类型', + obstacleH: '障碍(H)', + obstacleL: '障碍(L)', + returnH: '返还(H)', + returnL: '返还(L)', + paymentTimePointH: '支付时点(H)', + paymentTimePointL: '支付时点(L)', + knockInOutStatus: '敲入敲出状态', + + }, + form: { + exclusionDateOffset: '除权日偏移', + compoundFrequency: '计息频率', + trusteeship: '托管机构', + paymentAt: '支付时点', + currencyType: '货币类型', + user: '用户', + dealStatus: '交易状态', + captureDate: '录入日期', + globalId: '外部流水号', + currency: '货币', + notional: '本金', + tradeDate: '交易日期', + valueDate: '起息日', + maturityDate: '到期日期', + purpose: '交易目的', + comment: '备注', + indexType: '指标类型', + fixRate: '利率', + floatingIndex: '浮动利率指标', + floatingRatio: '浮动利率百分比', + floatingSpread: '浮动利率点差', + basis: '计息基础', + couponFrequency: '付息频率', + obsFrequency: '观察频率', + payConvention: '支付惯例', + paymentHoliday: '节假日', + adjusted: 'Adjusted', + eoma: 'EMOA', + }, + duration: { + amortization: '摊还', + }, + dy: { + select: { + placeholder: '请选择', + all: '全部', + }, + treeSelect: { + placeholder: '请选择', + }, + placeholder: '请输入', + selectPlaceholder: '请选择', + timePlaceholder: '选择时间', + datePlaceholder: '选择日期', + rangePlaceholder: '开始日期-结束日期', + including: '含下属机构', + holiday: { + weekly: '星期节假日:', + add: '添加', + except: '排除', + cancel: '取消', + manage: '节假日管理', + Sunday: '周日', + Monday: '周一', + Tuesday: '周二', + Wednesday: '周三', + Thursday: '周四', + Friday: '周五', + Saturday: '周六', + description: '描述', + day: '日期', + currentDate: '当前日期', + }, + table: { + more: '更多', + senior: '高级', + search: '查 询', + systemPlan: '系统方案', + expand: '展开 ', + retract: '收起', + isTrueDelete: '是否确定删除本条数据?', + 'query criteria': '查询条件', + 'queryCustomization': '查询条件定制', + 'default lock condition': '默认锁定条件', + 'non-locking condition': '非锁定条件', + 'save and apply': '保存并应用', + export: '导出当前页面', + 'export all': '导出全部', + columnSet: '列定制', + 'searchSet': '查询定制', + action: '操作', + 'customizingNewSolutions': '定制新方案', + 'systemScheme': '系统方案', + 'pleaseModifySchemeName': '请修改方案名', + 'deleteTheScheme': '确定要删除方案吗?', + 'scheme': '方案', + 'noData': '暂无数据', + newFaceValueUSD: '敞口(USD)', + amount: '敞口', + amountLoc1: '敞口2', + BaseExposure2: '基础敞口2', + marketRate: '市场汇率', + turnaroundBalance: '盈亏平衡点', + costRate: '成本价', + unrealizedPl: '浮动盈亏', + realizedDailypl: '日已实现利润', + currencyIdName: '损益货币', + dailyPLLoc1Str: '日损益(USD) ', + monthlyPLLoc1Str: '月损益(USD) ', + yearlyPLLoc1Str: '年损益(USD) ', + dailyPLLocStr: '日损益', + monthlyPLLocStr: '月损益', + yearlyPLLocStr: '年损益', + amount1Str: '货币1金额', + amount2Str: '货币2金额', + parentId: '父流水号', + amount1: '货币1', + amount2: '货币2', + MarketPmsFwdRate: '市场远期汇率', + raiseThePremium: '升贴水', + eqExposure: '等值敞口', + StartPNL: '贴现前损益', + TotalUSDPNL: '贴现损益', + }, + button: { + reset: '重 置', + prompt: '提示', + submit: '确定', + cancel: '取消', + delete: '删除', + 'save&apply': '保存并应用', + pleaseSelect: '请选择一条数据!', + selectOnlyOne: '只能选择一条数据!', + actionSuccess: '操作成功!', + selectData: '请选择数据!', + }, + datepicker: { + selectData: '选择日期', + format: 'yyyy 第 WW 周', + selectWeek: '选择周', + selectMonth: '选择月', + selectYear: '选择年', + to: '至', + start: '开始日期', + end: '结束日期', + }, + }, + + // 下拉字典 + dict: { + vanillaOption: '普通期权', + digitalOptions: '数字期权', + asianOption: '亚式期权', + obstacleOptions: '障碍期权', + touchOptions: '触碰期权', + }, + + // reset 字段 + reset: { + no: '计息编号', + fixingRate: '定盘利率', + fixingDate: '定盘日期', + startDate: '开始日期', + endDate: '结束日期', + interestCalcMethod: '计息方式', + days: '天数', + amount: '金额', + nominal: '名义本金', + floatingIndex: '指标', + coupon: '票面利率', + label: { + coupon: '利率', + days: '天数', + basis: '计息基础', + floatingIndex: '指标', + fwdCurve: '远期曲线', + interestCalcMethod: '计息方式', + ratio: '比例', + spread: '点差', + periodStartDate: '开始日期', + periodEndDate: '结束日期', + } + }, + // obs字段 + obs: { + no: '编号', + startDate: '开始日期', + endDate: '结束日期', + fixingRate: '定盘利率', + fixingDate: '定盘日期', + days: '权重', + label: { + floatingIndex: '指标', + fwdCurve: '远期曲线', + coupon: '利率', + ratio: '比例', + spread: '点差', + periodStartDate: '开始日期', + periodEndDate: '结束日期', + days: '天数', + basis: '计息基础', + } + }, + // obsend字段 + obsend: { + label: { + floatingIndex: '指标', + fwdCurve: '远期曲线', + fixingRate: '利率', + coupon: '利率', + fixingDate: '定盘日期', + fixingDays: '天数', + days: '天数', + basis: '计息基础', + startDate: '开始日期', + endDate: '结束日期', + startDateDf: '开始日期贴现', + endDateDf: '结束日期贴现', + } + }, + 'error.currency.exist': '货币编码={0}、英文名称={1}或ISO代码={2}或外部唯一编号={3}已被使用,请检查', +}; diff --git a/packages/rcs_5.0/src/lang/locale/zh/loadMessageJsFile.js b/packages/rcs_5.0/src/lang/locale/zh/loadMessageJsFile.js new file mode 100644 index 0000000..a9b70d6 --- /dev/null +++ b/packages/rcs_5.0/src/lang/locale/zh/loadMessageJsFile.js @@ -0,0 +1,3248 @@ +export default { + 'warn.greatEffectiveDate2': '交易日不能大于到期日', + 'form.beginPrice': '期初价格', + 'field.HierarchicalRule': '层级规则', + 'field.swapInfo': '掉期信息', + 'form.annexManage': '附件管理', + 'form.amountFar': '远端金额', + 'field.paymentLag': '支付日调整天数', + 'field.dataEvent': '动作事件', + 'field.issuanceStatus': '下发状态', + 'form.floor': '下限(%)', + 'form.compoundInterest': '复利频率', + 'field.presentValue': 'PV现值', + 'form.createCfl': '生成现金流', + 'form.highYieldRate': '高档收益率', + 'error.swapDealunwind.NominalExchangeDonotUnwind': '包含期末本金交换的才可发起到期违约!', + 'error.buildInUndeletable': '内置字段不可删除!', + 'field.resetLogRate': '计息利率', + 'field.eventNormalSet': '事件要素设置', + 'form.fstAI': '首期应计利息', + 'field.toolbarName': '短名', + 'form.fstApplyDate': '首期申请日', + 'validation.cleanPriceUpGreaterDown': '净价上限需大于下限', + 'validation.noChange': '未做任何修改,不需要执行批量操作!', + 'error.splitRuleUnique': '当前应用系统的模块下,该拆分编码已存在!', + 'field.commandStatus': '指令状态', + 'form.redeemShare': '赎回份额', + 'field.inputMode': '录入模式', + 'form.triggerPrice': '敲出价格', + 'form.nearPts': '近端升贴水', + 'field.parentMenu': '父菜单', + 'field.implyFieldMapping': '隐含字段映射规则', + 'field.rePayStatus': '收付状态', + 'field.couponRate': '票面利率(%)', + 'field.feeType': '费用类型', + 'field.customization': '自定义', + 'field.templateDefine': '模板定义', + 'field.orderUp': '上移', + 'field.discount': '贴现率', + 'error.importFlowError': '导入簿记流程错误信息:', + 'form.dateRange': '日期范围', + 'field.dataTypeName': '源数据包短名', + 'error.tradeDate.greatPremiumPaymentdate': '交易日不能大于期权支付日', + 'alt.packetField': '数据包字段', + 'error.gpOpt.strike2lt3': 'strike2必须小于strike3', + 'info.dcs.bond': '债券', + 'form.endSettAmount': '到期结算金额', + 'form.settlementA': '交>收', + 'form.transferFee': '过户费', + 'error.index.expire': '【限额警告】:[{0}]限额已到期
【处理建议】:请联系风控人员
【限额编码】:{1}', + 'alt.backOfficeStatus': '后线状态', + 'button.capitalDecrease': '提前归还', + 'field.dailyTradeQuery': '日成交查询', + 'form.annex': '附件材料', + 'field.fieldDisplayTypeFn': '显示格式化fn', + 'form.receiptDate': '到账日', + 'validation.fstSettlementDateThanM': '首期结算日不能大于到期结算日!', + 'field.initFunction': '初始化函数', + 'error.deal.eventAmount': '程序异常,不能判断是否为全额或者部分操作!', + 'alt.record': '记录', + 'field.ruleFunction': '规则函数', + 'form.ourSsiPay': '我方付结算路径', + 'field.cashflowId': '现金流ID', + 'error.pms.remoteError': '估值服务异常,请联系估值管理员', + 'field.tradingMarket': '交易市场', + 'validation.commonRule': '【{0}】不符合通用规则【{1}】', + 'form.nearRate': '近端汇率', + 'warn.unReady': '该功能暂为开放!', + 'error.positionDimensionUnique': '当前归集维度已存在此字段!', + 'field.flowOutputPrice': '本金流出', + 'error.test': 'aaa', + 'field.handleFail': '手工匹配失败', + 'form.fstCleanPrice': '首期净价', + 'field.longperiod': '残段现金流合并方式', + 'alt.miscRuleLExe': '交易已经到期,不能做行权!', + 'warn.rollbackDateMoreValueDate': '提前交割日期需大于近端起息日!', + 'field.functionExpressions': '函数表达式', + 'field.ruleExpression': '规则表达式', + 'field.posDefineType': '头寸', + 'validation.payDateNotTerDate': '支付日期不能大于终止日期!', + 'form.transferOutAsset': '转出资产产品', + 'field.basicParam': '基础参数', + 'field.flowInputProfit': '利息流入', + 'warn.eventDateGreatEffectDate': '发生日必须大于等于生效开始日!', + 'form.rolloverDate': '展期日期', + 'form.discountCurve': '贴现曲线', + 'form.fstDP': '首期全价', + 'form.futureValueDate': '现货起息日', + 'form.relocateNumber': '迁仓数量', + 'validation.greatFirstCouponDate': '日期不正确,请遵循 起息日<=首次付息日<=到期日规则!', + 'field.feePart': '事件费用要素', + 'error.premiumPaymentDate.inNull': '请输入期权信息【期权费支付日】', + 'warn.feeExtfieldIncomplete': '【{0}】不允许只填部分字段', + 'field.auditContent': '审批事件内容', + 'alt.maturityDateLessThanObsDate': '定价结束日不能大于交易到期日', + 'field.adjusted': '调整', + 'warn.amountGreat': '操作金额不能大于交易金额!', + 'error.duplicateCode': '编码重复!', + 'field.optTime': '操作日期', + 'form.tn': 'T/N', + 'field.floatDirection': '浮息方向', + 'form.direction': '交易方向', + 'validation.greatSysDate': '交易日不能大于当前日期', + 'field.processTime': '处理完成时间', + 'form.tradeFee': '交易费用', + 'field.bondSettlement': '债券结算', + 'validation.insufficient': ' 存量不足', + 'field.fieldSubmitTypeFn': '提交处理表达式', + 'form.showPrice': '显示本金', + 'form.noRound': 'NoRound', + 'field.fieldLevelSumTypeFn': '汇总表达式', + 'form.couponFrequency': '付息频率', + 'field.interestType': '利息类型', + 'field.currencyAmountUSD': '货币金额(USD)', + 'field.settleHandleMes': '后线处理信息', + 'validation.rolloverDateEarly': '操作日需大于原交易的起息日', + 'form.feeType': '费用类型', + 'form.amortFrequency': '摊还频率', + 'alt.indexEdit': '指标编辑', + 'field.TradeEvent': '交易事件', + 'error.deal.dealStatus': '已死亡交易不能发起操作', + 'alt.sceneConfig': '函数关联应用', + 'field.fieldDataIndex': '关联数据索引', + 'field.relateLabel': '关联标签', + 'form.feeRatePercent': '(%)', + 'field.commandId': '交易指令编号', + 'field.whetherRequired': '是否必填', + 'field.ruleLocalName': '规则名称', + 'error.maxLengthTo30': '最大长度不能超过30个字符!', + 'field.shiftedRate': '利率', + 'field.returnType': '返回类型', + 'error.floatingRatio.inNull': '支付结构:浮动利率比例不能为空', + 'warn.effectiveDate2GreatMaturityDate': '生效结束日不能大于交易到期日!', + 'field.variable': '变量', + 'form.endAI': '到期应计利息', + 'info.dcs.spotRate': '即期汇率', + 'field.tacount': '项目', + 'form.tradeDateMoreThanSettlementDate': '日期不正确,请遵循 交易日<=划款日<=起息日规则!', + 'field.marketInfo': '市场信息', + 'info.dcs.ccy': '货币', + 'validation.nominalZero': '金额不能为0!', + 'field.fieldUnit': '字段单位', + 'field.monitoring': '头寸监控定义', + 'form.adjustNotHoldShare': '调整的未转结份额', + 'field.fieldRange': '字段用途', + 'field.timeLimit': '时间范围', + 'field.bodyContent': 'Body内容', + 'field.agencyLocalName': '评级机构', + 'form.quanto': 'Quanto', + 'field.areaTemplate': '区域模板', + 'field.outputContext': '输出上下文', + 'error.bondCashflow.isnull': '债券现金流开始日期和除权日大于{0}', + 'field.obsRate': '观察利率', + 'form.nominalCcy': '本金货币', + 'form.guarantee': '担保人', + 'field.serviceDefinition': '服务定义', + 'field.preview': '预览', + 'field.eventFrontFunction': '前端函数', + 'title.batchOptCashFlow': '批量操作现金流', + 'error.timeOptionVoid': '择期标识不存在', + 'field.commandQuery': '指令监控查询', + 'title.rateEdit': '利率编辑', + 'field.tradManageDataSource': '数据来源', + 'field.incomplete': '未完成', + 'field.flowInputPrice': '本金流入', + 'error.gpOpt.strike1gt2': 'strike1必须大于strike2', + 'field.disabled': '不启用', + 'field.fieldPrecision': '字段精度', + 'form.endSettleAmount': '到期结算金额', + 'field.area': '区域', + 'form.loanFee': '借贷费用', + 'field.settleAuditStatus': '后线审批状态', + 'error.splitFieldUnique': '当前应用系统、模块的拆分规则中已存在该目标字段、源字段!', + 'field.bondCategory': '债券分类', + 'error.buySellVoid': '买卖方向无效', + 'field.posDefineMonitoringDimension': '监控模块属性', + 'form.multilingualKey': '多语言', + 'error.premium.inNull': '请输入期权信息【期权费】', + 'error.maxLengthTo8': '最大长度不能超过8个字符!', + 'form.bill': '票据', + 'field.fstYieldRate': '首期收益率', + 'form.tradeCommandDate': '交易指令开始日', + 'button.botomButton': '底部要素区域', + 'error.settlementMode.inNull': '请输入期权信息【交割方式】', + 'title.bondInfoShow': '债券信息', + 'form.amortAccount': '摊还金额', + 'title.clnSearch': '票据检索', + 'field.curveDate': '曲线日期', + 'title.applicationScene': '应用场景', + 'form.exerciseAmount': '行权金额!', + 'form.loanFeeRate': '借贷费率(%)', + 'field.days': '天数', + 'field.tradManageDataType': '数据包', + 'form.transferOutDate': '转出日期', + 'field.componentStatus': '组件状态', + 'field.fieldType': '字段类型', + 'field.fixedInterestRate': '固定利率', + 'field.isSplition': '是否拆分', + 'form.endApplyAmount': '到期申请金额', + 'validation.discountNull': '折扣率不可为空!', + 'field.positionRange': '头寸范围', + 'field.dataField': '源字段', + 'field.bondDesc': '债券描述', + 'title.actionEvent': '动作事件', + 'title.templateManager': '模板管理', + 'field.fieldName': '字段名称', + 'info.dcs.unwindDate': '违约日期', + 'field.acceptService': '接收方', + 'field.posDefinePriceDimension': '价格维度定义', + 'field.sourceProduct': '源产品', + 'field.enabled': '启用', + 'alt.apiParam': 'API参数定义', + 'warn.amountLessZero': '金额不能小于等于0!', + 'field.sendStatus': '发送状态', + 'form.beginObserDate': '观察开始日', + 'field.sendTime': '发送时间', + 'field.takerId': '发起方交易员', + 'field.tradingSheet': '交易单', + 'field.inputTime': '发生时间', + 'form.firstSettleDate': '首期结算日', + 'field.fieldClass': '字段样式', + 'field.issueInfo': '发行信息', + 'error.folderAndCptyCannotSame': '账户和交易对手不能一样!', + 'field.outputResult': '输出结果', + 'form.endDP': '到期全价', + 'field.productPartTemplate': '产品要素模板', + 'form.fieldDefine': '字段定义', + 'title.cashFlowTable': '现金流表', + 'validation.notLessThan0': '不能小于等于0!', + 'button.track': '跟踪', + 'alt.dealField': '交易字段', + 'field.matchConfirm': '匹配确认', + 'form.splitCcy': '拆分货币', + 'field.tradeTemplate': '交易模板', + 'field.fieldSearch': '字段查询', + 'field.posDefineIndicatorsDimension': '指标维度定义', + 'field.executeResult': '执行结果', + 'form.winningBidRate': '中标利率', + 'validation.beginNotGreatEndObserDate': '观察开始日不能大于观察结束日!', + 'alt.processing': '正在处理', + 'info.dcs.maturityDate': '到期日', + 'form.startDate': '开始日期', + 'field.allCheck': '全选', + 'field.multilingualEnName': '英文名', + 'field.associateField': '关联主字段', + 'field.collection': '头寸归集定义', + 'title.cashFlowAnalysis': '估值结果', + 'field.lowerLimits': '下限', + 'field.watchList': '观察列表', + 'button.expandButton': '扩展按钮', + 'field.inputDate': '日期', + 'field.pricePoint': '价格时点', + 'field.feildParent': '父字段', + 'field.ruleCode': '规则编码', + 'warn.maturityDateNotCurrDate': '到期日必须为当前日期!', + 'form.rightsIssueNum': '配股数量(股)', + 'alt.auditInfo': '审批信息', + 'error.maxLengthTo16': '最大长度不能超过16个字符!', + 'error.dataRangeError': '数据范围校验失败', + 'alt.posViewMonitoring': '监控预览', + 'form.digitalDurType': '观察类型', + 'field.extentType': '扩展类型', + 'form.rightsIssuePrice': '配股价格', + 'field.serviceArrange': '服务编排', + 'field.afterRule': '事后函数', + 'field.monitoringType': '数据类型', + 'form.fixingFrequency': '定盘频率', + 'form.insccy': '利息货币', + 'form.eventId': '事件号', + 'field.faceValue': '债券面值', + 'warn.startDateNotGTEndDate': '开始日期不能大于结束日期', + 'alt.tradeDateMoreThanObsDate': '交易日不能大于定价开始日', + 'field.posDefineRule': '条件规则', + 'field.fieldLevelTypeFn': '展示表达式', + 'form.basis': '计息基础', + 'alt.quickInfo': '最新快捷信息', + 'error.currencyVoid': '货币不存在', + 'field.flowOutputTotal': '流出汇总', + 'alt.cashFlowIsModify': '是否要重新生成现金流?', + 'field.dataSimulationTest': '数据模拟测试', + 'field.targetField': '目标字段', + 'form.splitinfo': '拆分信息', + 'field.fixingPrice': '定盘价格', + 'field.content': '内容', + 'validation.amortFirstDateEndDate': '摊还开始日不能大于摊还结束日!', + 'form.matureBreach': '回购利率(%)', + 'form.dealQuantity': '成交数量(股)', + 'error.tradeDateMoreThanFarMaturityDate': '交易日不能大于远端到期日!', + 'form.gl': '记账', + 'form.longPeriodCompound': '计息残段合并', + 'field.underlyingType': '标的类型', + 'error.event.notCancel': '派生交易存在存续期事件,不能撤销', + 'form.floatingRate': '浮动指标', + 'form.valueDateMoreCouponDate': '首期付息日不能小于起息日', + 'field.toolbarType': '图标样式', + 'field.ccyAmount1': '货币1金额', + 'form.flowcode': '流程编码', + 'field.feeCcy': '费用货币', + 'field.nearAmount2': '货币2近端金额', + 'form.setupDate': '成立日期', + 'form.B2Bcurrey1': '背对背货币1金额', + 'field.revoke': '撤销', + 'error.barrierUpLessBarrierDown': '上限值不能小于下限值!', + 'form.sellFuture': '交货', + 'field.menuUri': '菜单URI地址', + 'field.pricingEndDate': '定价结束日', + 'field.selectFunction': '选择函数', + 'form.farAmount': '远端金额', + 'button.back': '归还', + 'form.totalConvertNominal': '折算总金额', + 'alt.relation': '关联', + 'button.baseButton': '基础操作按钮', + 'field.dealElement': '交易要素', + 'button.interestSchedule': '计息表', + 'form.fullPrice': '全价', + 'form.splitPair': '拆分货币对', + 'error.notEmpty': '不能为空!', + 'button.abolish': '废弃', + 'alt.abolish': '确定要废弃?', + 'field.fieldDisplayType': '显示类型', + 'field.shift': '偏移', + 'field.scope': '范围', + 'form.property': '资产', + 'field.optionDate': '择期交割日', + 'field.floatPointDifference': '浮动点差', + 'error.maturityDate.greatDeliveryDate': '到期日不能大于交割日', + 'field.posDefineClassDimension': '归集维度定义', + 'field.matchStatus': '匹配状态', + 'field.appId': '应用系统', + 'warn.bondCodeNotNull': '债券为空,请重新打开页面!', + 'field.eventDataTemplate': '事件数据模板', + 'form.cleanPriceDowm': '净价下限', + 'form.valueDateToShare': '请在起息日当天确认份额!', + 'form.foldersIdSpot': '即期账户', + 'warn.Itbeenknockedoutandcannot': '已敲出,不能执行', + 'field.tradeProduct': '交易品种', + 'validation.amountGreatZero': '违约金额不能小于等于0!', + 'validation.greatForwardOptionDate': '日期不正确,请遵循 交易日<=起息日<=择期交割日<=到期日规则!', + 'field.responsePacketField': '响应报文字段', + 'field.dataDetail': '数据详情', + 'form.settlement': '交收', + 'field.profitUSD': '损益(USD)', + 'error.dealFlag.notModify': '交易性质不允许修改', + 'form.quarter': '季度', + 'form.fstSettAmount': '首期结算金额', + 'field.responseMessage': 'Response报文', + 'field.floatIndex': '浮动指标', + 'form.B2BTradingFolder': '背对背交易账户', + 'form.destination': '目标', + 'field.videoName': '附件名称', + 'field.nearAmount2USD': '货币2近端(USD)', + 'form.latestNotHoldShare': '最新未转结份额', + 'validation.noneCashFlow': '没有现金流记录,不能执行新增!', + 'form.paymentMethod': '保费支付方式', + 'field.dealMatchRule': '下行交易匹配规则表达式', + 'form.fstSettlementDate': '首期结算日', + 'field.adjustDate': '是否调整日期', + 'field.eventStatus': '事件状态', + 'alt.cancelEventSubmitAudit': '事件撤销已提交审核!', + 'error.packetUnique': '当前应用系统的模块下,该数据包码值已存在!', + 'error.positionMonitoringUnique': '当前监控维度已存在此字段!', + 'title.termConfig': '期限列设置', + 'field.isDisplay': '显示标识', + 'validation.nominalUpGreaterDown': '券面总额上限需大于下限', + 'button.build': '生成', + 'field.prepay': '提前还款', + 'info.dcs.takerID': '交易员', + 'field.multilingualCode': '多语言编码', + 'field.templateContent': '模板内容', + 'field.validation': '校验', + 'info.dcs.takeupAmount': '择期金额', + 'field.amount2': '金额2', + 'form.incomeDistributionType': '收益分配方式', + 'field.paymentLagType': '支付延期天数类型', + 'field.tradeSet': '交易簿记', + 'validation.valueDateNotGreatBeginObserDate': '观察开始日不能小于期权费日期!', + 'field.headContent': 'Head内容', + 'validation.exerciseAmountIsBad': '行权金额不正确!', + 'error.settleCheck.failed': '后线预检失败!{0}', + 'field.eventTemplate': '事件模板', + 'form.lowerLimits': '价格限制', + 'form.accerInterest': '应计利息', + 'title.observationMeter': '观察表', + 'title.curveShow': '曲线展示', + 'field.scheduleGeneration': '现金流生成方式', + 'warn.pleaceInputfixedInterestRate': '请输入定盘利率!', + 'field.orgBondCode': '原券代码', + 'field.scene': '场景', + 'field.startDateDf': '开始贴现日', + 'form.optionFeeDate': '期权费日期', + 'field.phase': '阶段', + 'field.ratingType': '评级类型', + 'field.feeAmount': '费用金额', + 'field.flowInputOther': '其他流入', + 'field.serviceCode': '业务码', + 'info.dcs.dealStatus': '状态', + 'field.bizCode': '业务编码', + 'button.attributeBind': '属性绑定', + 'field.indicators': '指标维度设定【指标】', + 'field.isCallPutable': '含权', + 'field.haircut': '折扣率(%)', + 'filed.indexation': '利息类型', + 'field.exposureRecal': '敞口重算', + 'field.appModule': '应用模块', + 'form.offline': '是否线下交易', + 'form.payDate': '缴款日', + 'validation.tradeDateNotGreatValuetDate': '日期不正确,请遵循 交易日<=起息日规则!', + 'form.tradeAmount': '交易金额', + 'field.monitor': '头寸监控', + 'field.fieldDisplay': '字段显示类型', + 'field.fieldConditionalLevel': '条件级别', + 'validation.bondsNominalNull': '债券面额不可为空!', + 'form.tenorGrp': '期限', + 'form.priceLimit': '价格限制', + 'field.farAmount1USD': '货币1远端(USD)', + 'field.dataId': '数据包ID', + 'form.cptySsiReceive': '对手方收结算路径', + 'alt.queryCondition': '查询条件', + 'error.buildInUnedit': '内置字段不可修改!', + 'form.upperLimits': '上限', + 'form.ourSsiReceive': '我方收结算路径', + 'info.deal.durationAuditContent': '产品:{0}, 动作:{1}, 标的:{2}, 操作金额:{3}, 事件日期:{4}, 操作员:{5}', + 'field.posDefinePurpose': '用途', + 'field.resetId': '计息编号', + 'error.optionDate.lessEventDate': '未过择期交割日,不能择期交割', + 'field.topPart': '顶部要素', + 'field.fixRate': '利率', + 'field.tradeCycle': '生命周期', + 'form.effectiveDate': '生效日期', + 'form.totalAmountUp': '券面总额上限', + 'field.nearAmount1': '货币1近端金额', + 'form.fxFullPrice': '远期全价', + 'error.tradeDate.greatMaturityDate': '交易日不能大于到期日', + 'field.currencyAmount1USD': '货币1金额(USD)', + 'form.SplitB2B': '背对背拆分', + 'form.cleanAmount': '净价金额', + 'form.interestCcy': '利息货币', + 'form.PayReceive': '买卖方向', + 'field.inflow': '流入', + 'field.comments': '备注', + 'field.errorCode': '错误码', + 'field.complete': '已完成', + 'warn.dateIsHoliday': '是节假日,确认执行?', + 'title.layoutSetting': '版面设置', + 'warn.effectiveDate2LessMaturityDate': '生效结束日不能小于交易到期日!', + 'field.compoundInterest': '复利频率', + 'validation.pleaseSelectBond': '请先选择债券!', + 'error.deliveryDate.inNull': '请输入期权信息【交割日】', + 'field.printDate': '打印日期', + 'field.parameterValuesEexample': '参数值(实例)', + 'error.error.bond.invalid': '债券失效', + 'field.groupTradeQuery': '组合交易查询', + 'field.outflow': '流出', + 'form.callPut': '看涨/看跌', + 'validation.length': '【{0}】最长不能超过{1}', + 'form.interval': '区间', + 'form.redeemYieldRate': '赎回收益率', + 'field.expectMaturityDate': '预期到期日', + 'error.eventCancel.unCancel': '撤销事件不能再撤销', + 'form.tradeAmountUp': '交易金额上限', + 'form.participationRate': '参与率', + 'field.label': '标签', + 'form.forwardRateRate': '远期收益率(%)', + 'field.paramTemplate': '参数模板', + 'warn.rolloverAmountMore': '存续期金额不能大于可操作金额!', + 'field.group': '分组', + 'field.fieldDatals': '自定义数据项', + 'field.multilingualZhName': '中文名', + 'field.cashFlowAdj': '现金流调整', + 'field.requestMessage': 'Request报文', + 'alt.infData': '接入数据管理', + 'field.sceneApply': '函数关联应用', + 'field.profitRecal': '损益重算', + 'field.accruedAmount': '应计利息金额', + 'field.period': '期数', + 'info.dcs.terminationDate': '终止日期', + 'form.isCapFloor': '类型', + 'form.settlementMethod': '结算方式', + 'form.dividendDate': '分红发放日', + 'form.farPts': '远端升贴水', + 'field.balance': '余额', + 'field.pointValue': 'PVBP', + 'form.marketType': '市场类别', + 'field.yieldRate': '收益率(%)', + 'warn.knockOutInRuleA': '看涨期权,市场汇率小于协定汇率,请确认!', + 'field.posDefineCollectionUKID': '头寸归集 UKID', + 'field.amortForm': '摊还形式', + 'field.packetClassify': '数据包分类', + 'field.targetInstrument': '目标金融工具', + 'field.audit': '审核', + 'form.payTotalAmount': '缴款金额', + 'field.amortType': '摊还方式', + 'info.dcs.unwindAmount': '违约金额', + 'form.singlePrice': '单价', + 'field.customTradeQuery': '自定义交易查询', + 'field.posDefineQueryCriteria': '查询条件维度', + 'form.exRightDate': '除权日', + 'warn.necessaryTerms': '[Balance,T+0,T+1,T+2]必须选择!', + 'field.cash': '现金', + 'title.fixIndex': '定盘指标', + 'alt.fieldPartRuleDefine': '事件要素规则定义', + 'field.fieldIsDisplay': '是否显示', + 'form.npv': 'NPV', + 'alt.positionMonitoringButton': '监控按钮定义', + 'form.residueNum': '剩余数', + 'field.toolbarAcction': '处理请求URL', + 'field.pricingDate': '定价日期', + 'validate.endObsDateMaturity': '到期日为空', + 'error.exceedMaxLimit': '最多不能超过{0}个!', + 'field.exceptionCause': '异常原因', + 'field.hasSelectFunction': '已选中函数表达式', + 'form.feeRateBasePoint': '(bp)', + 'deal.info.fxoption.track': '流水号={0},产品={1},事件={2},货币对={3},金额={4},货币={5},价格={6},交易日={7},起息日={8},到期日={9},发生时间={10},操作用户={11},交易来源={12},外部流水号={13}', + 'error.sfrFixing.sequential': '无风险利率指标请按观察日顺序依次定盘', + 'field.processUser': '处理用户', + 'info.dcs.pair': '货币对', + 'validation.notFindBond': '债券不存在!', + 'title.base': '基础', + 'alt.isHolidayPleaceBeCareful': '是节假日,请注意!', + 'field.interestCcy': '利息货币', + 'form.fstYieldRate': '首期收益率(%)', + 'alt.repeated': '{0}有重复!', + 'warn.tradeDateNotLSourceTradeDate': '交易日期不能小于原交易日期!', + 'error.bond.maturity': '债券到期', + 'field.productGroup': '组合产品', + 'field.ccyName': '曲线偏移', + 'title.tradeInfo': '原交易信息', + 'title.associateFieldTemplate': '关联字段模板', + 'form.lessThanOrEqualTo': '小于等于', + 'field.gap': '缺口', + 'info.dcs.excersiseDate': '行权弃权日期', + 'form.stampDuty': '印花税', + 'field.optionPrice': '期权费率', + 'field.exAmountCny': '折人民币金额', + 'field.floatingRate': '浮动利率指标', + 'field.pubPart': '公共要素', + 'warn.extfieldEmpty': '【{0}】的【{1}】字段不能空', + 'field.fieldFormat': '字段格式化方法', + 'field.field': '字段', + 'form.货币1折算货币2': '货币1折算货币2', + 'field.tradingPost': '交易台', + 'field.couponFrequency': '付息频率', + 'validation.gpValueDateOptionDate': '日期不正确,请遵循 交易日<=期权费日期<=交割日规则!', + 'field.operate': '操作', + 'form.reinvestDate': '红利再投转入日', + 'field.groupLabels': '分组标签', + 'field.packetShortName': '数据包短名', + 'alt.kindflow': '实物流', + 'field.optionInfo': '期权信息', + 'field.startDate': '开始日期', + 'form.referenceEntity': '参考实体', + 'form.notHoldShare': '未结转份额', + 'error.bond.invalid': '债券失效', + 'warn.cashFlowImportNull': '没有现金流数据,无法导入!', + 'alt.libraryManager': '函数库管理', + 'form.relocateNum': '迁仓数', + 'alt.infDataImport': '交易导入', + 'form.eventTId': '事件套号', + 'field.currencyAmount': '货币金额', + 'info.deal.adjustingAuditContent': '现金流调整,产品:{0},操作:{1},支付日期:{2},开始日期:{3},结束日期:{4},类型:{5},操作员:{6}', + 'error.optionCategory.inNull': '请输入期权信息【期权种类】', + 'field.amount1': '金额1', + 'field.commentPart': '备注要素', + 'form.fixingFrequencyStr': '观察频率', + 'form.settleNum': '交割数', + 'lang.version': '版本号', + 'field.payDate': '支付日', + 'error.deal.noLeg': '交易={0}没有腿数据', + 'field.resetGeneration': '计息残段', + 'form.downKickback': '下降回扣', + 'field.empty': '允许为空', + 'alt.packetValidation': '数据包字段验证', + 'form.voucherName': '凭证名称', + 'alt.dealSwich': '交易开关关闭,不允许操作', + 'form.varName': '变量名称', + 'form.cashStump': '残端现金流', + 'field.interfaceType': '接口类型', + 'field.thawedDate': '解冻日期', + 'field.resetRollConvention': '计息调整惯例', + 'button.simulate': '试算', + 'field.param': '参数', + 'info.dcs.rollbackAmount': '提前交割金额', + 'form.dividendAmount': '分红金额', + 'form.priceFrequency': '定价频率', + 'alt.packetMapping': '数据包字段转义', + 'form.contributionsDate': '缴款日', + 'form.packetDefine': '数据包定义', + 'button.reissue': '补发', + 'validation.greatEffectiveDate': '起息日不能大于到期日!', + 'button.moreButton': 'More操作按钮', + 'field.validationExpresstion': '规则执行表达式', + 'form.fstSettModes': '首期交割方式', + 'warn.fixedInterestRateG10000': '定盘利率不能大于10000!', + 'field.fwdRate': '远期汇率', + 'form.amortFirstDate': '摊还开始日', + 'field.posDefineStatisticalDimension': '统计维度定义', + 'field.dealId': '交易流水号', + 'form.reinvestAmount': '红利再投金额', + 'form.receiptsAmount': '实收金额', + 'form.buySellAndRate': '方向/利率(%)', + 'field.dataUsed': '数据用途', + 'field.simulate': '模拟试算', + 'button.valuationAnalysis': '估值分析', + 'field.bizUkidParent': '父业务编号', + 'alt.addTradeSubmitAudit': '新增已提交审核!', + 'field.fieldFn': '字段规则表达式', + 'form.B2BTradingRate': '背对背交易汇率', + 'field.cashFlow': '现金流', + 'error.settlementDateLessThanValueDate': '债券起息日小于结算日', + 'field.editPreview': '修改预览', + 'warn.fixedRateIsNull': '定盘利率有空值,请检查!', + 'field.foreignExchangeSale': '售汇', + 'field.farAmount1': '货币1远端金额', + 'validation.repoRateUpGreaterDown': '回购利率上限需大于下限', + 'validation.bondOutright': '日期不正确,请遵循交易日期<=首期结算日<到期结算日规则!', + 'form.residueNumber': '剩余数量', + 'validation.cleanPriceNotSmallerZero': '净价不能小于0!', + 'field.nearAmount1USD': '货币1近端(USD)', + 'form.relateIndex': '挂钩指标', + 'form.bondCode': '债券代码', + 'field.packetClass': '数据包类型', + 'validation.spotValueDateMoreThanM': '起息日需大于等于到期日!', + 'field.dataTypeLocalName': '源数据包名称', + 'field.posDefineMonitoringKey': '监控模块', + 'field.cashFlowPart': '现金流要素', + 'field.monitoringCode': '属性', + 'field.sendDate': '发送日期', + 'form.foldersIdForward': '远期账户', + 'field.handler': '处理', + 'field.valuationDate': '估值日期', + 'form.year': '年度', + 'validation.empty': '不能为空!', + 'field.dailyTradeMonitor': '日成交交易监控', + 'form.farRate': '远端汇率', + 'field.posDefineCollectionKey': '头寸key', + 'field.ccyAmount2': '货币2金额', + 'field.bstkCodeContract': '标的(合约)', + 'field.editParam': '编辑-参数', + 'field.compoundFrequency': '计息频率', + 'field.posDefineViewMonitoring': '头寸监控预览', + 'error.strike.inNull': '请输入期权信息【执行价】', + 'field.endDate': '结束日期', + 'field.parentImplyTrade': '父交易模板', + 'field.firstPayDate': '首次付息日', + 'field.menu': '菜单', + 'form.accessDataSimulation': '接入数据模拟', + 'form.fullAmount': '全价金额', + 'field.validationRule': '校验规则', + 'form.openDirection': '开仓方向', + 'form.transferOutAmount': '转出份额', + 'form.fixingRate': '定盘利率', + 'form.avgPriceType': '平均价格类型', + 'field.fieldValue': '字段值', + 'title.interestSchedule': '计息表', + 'error.noExistenceMonitorData': '头寸监控数据不存在', + 'validation.greatChangeMDate': '日期不正确,请遵循 交易日<择期交割日<到期日规则!', + 'form.source': '源', + 'info.dcs.terminationAmount': '终止金额', + 'field.bondsNominal': '债券面额', + 'field.sceneName': '场景名称', + 'field.monitoringDimension': '监控层级定义', + 'field.saveDataPackage': '已保存的数据包', + 'field.duration': '久期', + 'form.premiumType': '期权费类型', + 'field.forwardRate': '远期利率(%)', + 'form.forwardCurve': '远期曲线', + 'field.posDefineInstruments': '金融工具', + 'field.eventId': '事件ID号', + 'form.interestStructureType': '利率类型', + 'form.settleType': '清算速度', + 'info.deal.auditContent': '产品:{0}, 动作:{1}, 标的:{2},交易日:{3},操作员:{4}, 交易来源:{5}', + 'field.cashFlowType': '现金流类型', + 'field.resetStatus': '状态', + 'form.adjustHoldShare': '调整的持有份额', + 'form.showCashFlow': '显示历史现金流', + 'field.foreignExchangeSettlement': '结汇', + 'field.recAmount': '收取金额', + 'title.bondsBaseInfo': '债券信息', + 'alt.disconnection': '关联断开', + 'field.feildRelations': '关联字段', + 'field.beforeRule': '事前函数', + 'error.trade.optionDate.notDeliveryDeal': '不是择期交易,不能进行择期交割操作!', + 'form.splitSpotSwap': '拆分即期+掉期', + 'field.handleSuccess': '手工匹配成功', + 'field.sourceInstrument': '源金融工具', + 'form.SplitSight': '即期拆分', + 'field.templateType': '模板类型', + 'field.timeInterval': '间隔', + 'field.intervalDay': '间隔天数', + 'title.hisMarket': '历史行情', + 'field.nextPayDate': '下一付息日', + 'field.paymentHoliday': '节假日', + 'field.functionClassify': '函数分类', + 'validation.fstSettAmountError': '首期结算金额大于总折算金额', + 'form.accountingSection': '会计分类', + 'warn.confirmImportCashFlow': '此操作会清空原有现金流数据,你确定要执行?', + 'field.fullPrice': '全价', + 'button.print': '打印', + 'form.folderId': '账户Id', + 'validation.greatIrsDate': '日期不正确,请遵循 交易日<=起息日<到期日规则!', + 'field.serviceAddress': '服务地址', + 'form.transferInAmount': '转入份额', + 'field.effectiveDate2': '生效到期日', + 'field.dateAdjustment': '日期调整', + 'field.parentId': '父交易流水号', + 'form.kickback': '回扣', + 'form.shareStockAmount': '派股金额', + 'field.monitoringValue': '属性值', + 'form.videoTree': '附件树', + 'field.reset': '重置', + 'error.validationVoid': '有效性检查未通过', + 'field.df': '贴现因子', + 'field.cashFlowNo': '现金流编号', + 'field.posDefineCollection': '[归集]', + 'form.rateUp': '回购利率上限', + 'field.matchCancel': '匹配撤销', + 'field.valuationDatePoint': '估值时点', + 'form.transferOutPrice': '转出单位净值', + 'form.transactionDate': '交易成交日期', + 'field.resetStatusName': '计息状态', + 'form.nearAmount': '近端金额', + 'field.isHierarchical': '层级分类', + 'form.contributionsAmount': '缴款金额', + 'field.sendService': '发送方', + 'field.toolbarId': 'ID', + 'form.exercisePrice': '行权价格', + 'field.flowInputTotal': '流入汇总', + 'form.stockAmount': '股票金额', + 'field.templateArea': '区域标识', + 'field.interestCalcMethod': '利息计算方式', + 'alt.optSuccessNewDealDeals': '操作成功!生成新交易,流水号是:', + 'field.profitCNY': '损益(CNY)', + 'form.underlyingAssetsType': '类型', + 'form.floatingIndex': '浮动指标', + 'field.ccy': '货币', + 'warn.typeOrDateNotNull': '类型和录入日期不能同时为空!', + 'error.pairVoid': '货币对无效', + 'error.risk.down': '风险服务暂时下线,请联系风控管理员', + 'form.amount': '金额', + 'field.repurchaseCost': '回购费用', + 'form.marketPrice': '市场价格', + 'form.statisticType': '统计类型', + 'warn.amountModified': '通过价格计算出的金额和实际输入的存在误差,确认要继续?', + 'field.commandStartDate': '指令开始日期', + 'form.shiftType': '偏移方式', + 'field.issueType': '发行类型', + 'form.cleanPriceUp': '净价上限', + 'validation.regular': '【{0}】不符合正则规则【{1}】', + 'field.posDefineMonitoring': '[监控]', + 'field.functionSearch': '检索-函数库', + 'field.toolbarHtml': '处理html', + 'field.eventBackFunction': '后台函数', + 'form.ccsreceive': 'B/S', + 'form.transferInAsset': '转入资产产品', + 'form.exerciseDate': '行权日期', + 'field.fieldColumnW': '字段列宽', + 'field.endYieldRate': '到期收益率', + 'warn.valueDateOverT2': '起息日不能超过T+2!', + 'form.incomeDistributionDesc': '收益分配说明', + 'title.fixingFail': '定盘失败列表', + 'validation.exerciseAmountNotL0': '行权金额不能小于0!', + 'field.fixingRate': '定盘利率', + 'warn.forwardOptionDate': '日期不正确,请遵循 交易日<=起息日,交易日<=择期交割日<=到期日规则!', + 'field.couponCurrency': '利息货币', + 'field.rollConvention': '调整规则', + 'validation.amountremainingcouponsinsufficient': '当日库存:', + 'error.amountLessThanBondAmount': '券面总额不能大于头寸面值', + 'form.settlementB': '收>交', + 'field.relationField': '关联Request字段', + 'field.materialPart': '实物流要素', + 'field.indexation': '利率类型', + 'form.ccyRate': '即期汇率', + 'form.ne': '货币对拆分', + 'field.rateType': '利率类型', + 'form.nearPoints': '近端升贴水', + 'form.premium': '期权费', + 'form.fwdRate': '远期汇率', + 'form.transferInPrice': '转入单位净值', + 'alt.data': '数据', + 'validation.greatForwardDate': '日期不正确,请遵循 交易日<=起息日,交易日<=到期日规则!', + 'title.extField': '扩展字段', + 'field.executionMethod': '执行方法', + 'field.baseDataType': '基础数据类型', + 'form.totalAmountDown': '券面总额下限', + 'title.lifeCycle': '生命周期', + 'field.maturityPrice': '到期价格', + 'field.port': '端口', + 'form.obsvRollConvention': '日期调整规则', + 'field.functionSaveAs': '另存为-函数库', + 'form.ssiCodeOur': '我方结算路径', + 'alt.productDefine': '产品定义', + 'form.knockYieldRate': '敲出收益率', + 'warn.selectPair': '请先选择货币对!', + 'title.cashFlow': '现金流', + 'field.exerciseFrequency': '行权频率', + 'info.dcs.tradeDate': '交易日', + 'alt.splitRuleField': '拆分字段映射', + 'field.convertedPrice': '折算价格', + 'field.orderDown': '下移', + 'alt.otherInfo': '派生信息', + 'field.dpurpose': '背景明细', + 'field.detailDefine': '详情定义', + 'form.expressions': '表达式', + 'alt.splitRule': '拆分规则定义', + 'form.endYieldRate': '到期收益率(%)', + 'error.request': '字段非空', + 'form.infData': '接入数据管理', + 'validation.endObserDateNotGreatMaturityDate': '观察结束日不能大于到期日!', + 'field.fixingFrequency': '定息频率', + 'form.interestDirectionAndCcy': '利息方向/货币', + 'field.occurDay': '发生日', + 'field.currencyAmount2USD': '货币2金额(USD)', + 'field.splitRuleFieldMapping': '拆分字段映射', + 'warn.fixingAlert': '暂未定盘!', + 'form.transferInDate': '转入日期', + 'field.month': '月份', + 'validation.custom': '【{0}】不符合自定义校验规则【{1}】', + 'field.leg': '腿', + 'validation.maturityGCurrDate': '到期日必须大于当前日期!', + 'field.interval': '区间', + 'form.firstCouponDate': '首次付息日', + 'warn.miscRuleA': '期权亏损,损益是:', + 'field.fieldCode': '字段编码', + 'error.gpOpt.strike3gt4': 'strike3必须大于strike4', + 'field.paymentDateAfter': '调整后支付日', + 'form.event': '事件', + 'title.define': '自定义', + 'validation.orgbondequalbon': '债券调换同一债券,请确认!', + 'form.interestCalcMethod': '利率方式', + 'warn.rolloverDateMoreValueDate': '展期日期需大于近端起息日!', + 'form.spotValueDate': '即期起息日', + 'form.fstApplyAmount': '首期申请金额', + 'form.reinvestShare': '红利再投份额', + 'validation.lengthRange': '【{0}】长度不在范围内【{1}】', + 'field.display': '显示', + 'form.buySell': '买卖方向', + 'form.exDividendDate': '除息日', + 'form.optionDate': '行权日', + 'title.trusteeSearch': '托管机构检索', + 'alt.maxLength10': '不允许超过10条', + 'field.confirmMatch': '证实匹配', + 'button.leftButton': 'Left操作按钮', + 'field.resetAt': '定息时段', + 'field.signature': '签章', + 'error.expression.eval': '表达式执行错误', + 'field.eventMode': '方式', + 'field.posDefineQueryDetailResults': '明细结果维度', + 'field.flowOutputOther': '其他流出', + 'form.cap': '上限(%)', + 'field.settleCurrency': '结算货币', + 'form.repoRate': '回购利率(%)', + 'field.endDateDf': '结束贴现日', + 'form.rateDown': '回购利率下限', + 'field.adjustUser': '调整人', + 'field.fieldLockColumn': '锁定列', + 'field.firstPaymentDate': '首次收息日', + 'error.raut.noAvailableFlow': '没有可用的流程!', + 'form.endObserDate': '观察结束日', + 'field.payDirection': '支付方向', + 'error.tradeDateMoreThanMaturityDate': '交易日不能大于到期日!', + 'form.cashDividendAmount': '派现金额', + 'field.packetRule': '数据包规则', + 'info.deal.track': '标的:{3},交易日:{4},起息日:{5},到期日:{6},发生时间:{7},交易来源:{9},外部流水号:{10}', + 'field.filterFunction': '过滤函数', + 'warn.notInnotOut': '未敲入,不能执行!', + 'form.hookIndex': '挂钩指标', + 'field.tpurpose': '交易背景', + 'validation.remainingNotionalNotGreatNotional': '展期金额不能大于剩余金额', + 'form.cptySsiPay': '对手方付结算路径', + 'validation.settlementDateNotGreatBondValueDate': '结算日应小于债券的起息日', + 'field.noBondsIssued': '发行量(亿)', + 'field.posDefineValuationDimension': '估值维度定义', + 'field.ccy2': '货币2', + 'form.fixingHoliday': '指标节假日', + 'title.bondDetail': '债券详情', + 'form.isCreatDeal': '生成交易', + 'warn.isZero': '存在指标定盘利率为0,确认定盘?', + 'error.fxOptionDate': '日期不正确,请遵循 交易日<=起息日<到期日规则!', + 'form.on': 'O/N', + 'field.interestMeter': '计息表', + 'field.flowOutputProfit': '利息流出', + 'form.underlyingType': '标的类型', + 'form.underlying': '标的', + 'alt.miscRuleL': '交易已经到期,不能做提前终止!', + 'validation.tradeDateNotGreatSettlementDate': '交易日不能大于结算日!', + 'field.eventSpecial': '特殊事件', + 'validation.tradeAmountUpGreaterDown': '交易金额上限需大于下限', + 'field.Length': '长度', + 'form.feeCcy': '费用货币', + 'field.dataTypeClass': '数据包分类', + 'alt.empty': '{0}不能为空!', + 'field.fieldDataType': '字段数据类型', + 'alt.posDefine': '头寸定义', + 'validation.gpDateOptionDate': '日期不正确,请遵循 交易日<到期日<=交割日规则!', + 'field.eventNormal': '通用事件', + 'error.biz.tradeCheck.unDealaction': '交易后线状态不是审核通过或无需审核,不能进行该操作', + 'field.splitInfo': '拆分信息', + 'title.operateInfo': '操作信息', + 'form.priceSimulate': '价格计算方法', + 'form.knockBoundary': '敲出边界', + 'validation.exerciseDateLess': '行权日期不能小于原交易起息日!', + 'field.posDefineDataConditionExpresstion': '规则表达式', + 'field.serverDate': '服务器日期', + 'warn.miscRuleG': '已敲入敲出,不可继续操作!', + 'alt.mainInfo': '主信息', + 'form.dueSettleDate': '到期结算日', + 'field.bondCodeName': '债券简称', + 'field.toolbarFuntion': '处理表达式', + 'title.curve': '曲线', + 'validation.fixDateGreatMdate': '定盘日期不能大于到期日', + 'field.obsDate': '观察日期', + 'validation.terminationAmountNotL0': '终止金额不能小于0!', + 'warn.bondEqualOrgBond': '调换券与原券一致,确认执行?', + 'error.fxFwdTypeError': '远期类型校验失败', + 'form.latestHoldShare': '最新持有份额', + 'form.rolloverAmount': '展期金额', + 'error.index.over1': '【限额警告】:当前交易值与{0}不符
【限额编码】:{1}
【市场价格】:{2}
【交易价格】:{3}
【处理建议】:请联系风控人员或调整交易', + 'form.shareStockNum': '派股数量(股)', + 'warn.effectiveDate1GreatvalueDate': '提前交割生效日期不允许小于近端起息日!', + 'field.durationArea': '存续期事件', + 'field.additionalInfo': '附加信息', + 'field.expressionMethod': '表达式方法', + 'form.originContractPrice': '原合约结算价', + 'form.pts': '升贴水', + 'field.videoId': '附件编号', + 'form.firstResetDate': '首次重置日', + 'field.requestPacketField': '请求报文字段', + 'form.ssiCodeCpty': '对手方结算路径', + 'field.piece': '张', + 'field.redemptionCurrency': '偿还本金货币', + 'info.deal.durationCancelAuditContent': '存续期撤销事件,产品:{0}, 撤销动作:{1}, 标的:{2}, 操作金额:{3}, 事件日期:{4}, 操作员:{5}', + 'field.posDefineToolbar': '工具栏按钮', + 'field.posDefineOtherDimension': '其他维度定义', + 'field.templatePreference': '用户偏好', + 'form.equityRegistDate': '权益登记日', + 'form.firstSettleType': '首期结算方式', + 'button.topButton': '顶部要素区域', + 'field.residueDate': '剩余日期', + 'info.dcs.rolloverAmount': '展期金额', + 'field.farAmount2': '货币2远端金额', + 'validate.endObsDateLessMaturity': '定价结束日需小于等于到期日', + 'form.amortType': '摊还形式', + 'field.upperAndLowerLimits': '上下限', + 'field.floatingIndex': '指标', + 'field.underlyingCode': '标的代码', + 'field.firstExerciseDate': '首次行权日', + 'field.cancel': '撤销', + 'field.typeOfEvent': '事件类型', + 'field.responseContent': 'Response内容', + 'warn.valueDateOverMaturityDate': '起息日不能超过到期日!', + 'button.used': '领用', + 'validation.notMatureforUnwind': '到期日当天允许发起违约!', + 'field.bottomPart': '底部要素', + 'field.strikePrice': '协定价格', + 'validation.eventDateLessThanMaturityDate': '操作日需小于原交易的到期日!', + 'field.templateSelect': '模板选择', + 'warn.actionNotBeUnDone': '该动作不能撤销!', + 'field.function': '函数', + 'form.futureBond': '现货标的', + 'field.selectByGroup': '选择-分组标签', + 'field.upperLimits': '上限', + 'error.serviceflow.isExist': '流程节点数据重复', + 'field.arrcual': '应计利息', + 'field.dealNumber': '成交编号', + 'field.dataType': '源数据包', + 'field.variableSet``': '变量设置', + 'field.posDefineExtensionButton': '扩展按钮', + 'form.buyFuture': '收货', + 'form.optionTypes': '期权种类', + 'validation.fstSettlementDateThanTradeDate': '交易日期不能大于首期结算日!', + 'field.splitFlag': '拆分标识', + 'field.amortFrequency': '摊还频率', + 'title.tradeModelEdit': '另存为模板', + 'field.level': '所在层级', + 'form.endSettleType': '到期结算方式', + 'field.fixDate': '定盘日期', + 'error.gpOpt.strike1lt2': 'strike1必须小于strike2', + 'form.B2Bcurrey2': '背对背货币2金额', + 'title.defaultValue': '默认值', + 'form.neutralWarehouse': '中立仓', + 'field.fixPart': '定盘要素', + 'form.lastCouponDate': '末期付息日', + 'field.eventPart': '事件要素', + 'form.execTimeZone': '执行时区', + 'form.optionFee': '期权费', + 'form.exRate': '折算汇率', + 'form.endSettModes': '到期交割方式', + 'warn.deliveryDateOverT2': '交割日不能超过T+2!', + 'field.opt': '操作', + 'form.amortEndDate': '摊还结束日', + 'field.averageRate': '平均价', + 'form.commission': '佣金', + 'field.nodeService': '节点服务', + 'field.instanceSaveAs': '另存为', + 'field.mappingRule': '映射规则', + 'form.isReinvest': '跨付息处理', + 'title.amortization': '摊还', + 'field.packetName': '数据包名称', + 'form.holdingCost': '持仓成本', + 'field.functionExecute': '函数执行', + 'field.historyTemplate': '历史版本模板', + 'field.messageContent': '报文内容', + 'field.nodeDefinition': '节点定义', + 'form.relocatePoint': '迁仓升贴水', + 'field.functionScene': '函数场景', + 'field.policyId': '策略 Id', + 'field.breed': '品种', + 'alt.positionMonitoring': '监控模块属性', + 'field.floatingCoefficient': '浮动系数', + 'field.customTemplate': '个性化模板', + 'field.farAmount2USD': '货币2远端(USD)', + 'form.fundCustodianBank': '托管行', + 'field.failReason': '失败原因', + 'form.pleasechoose': '背对背货币2金额', + 'form.sn': 'S/N', + 'field.SwapDealType': '掉期方向', + 'form.longPeriodSchedule': '付息残段合并', + 'button.rightBUtton': 'Right按钮', + 'field.priceDate': '价格日期', + 'form.obsvHoliday': '特殊节假日', + 'validation.termDateNGTcurDate': '终止日期不能大于系统日期!', + 'form.fxNetPrice': '远期净价', + 'form.clearing': '清算', + 'title.standardStructure': '标准结构', + 'form.shareStockDate': '派股日', + 'form.stockHaveNum': '持有数量(股)', + 'field.valueDateRules': '起息日规则', + 'form.obsFrequency': '观察频率', + 'error.risk.error': '风险服务异常,请联系风控管理员', + 'alt.positionDimension': '归集维度定义', + 'alt.notFound': '【{0}】不存在', + 'field.relation': '关系', + 'form.redeemAmount': '赎回金额', + 'form.amortPercent': '摊还比例', + 'form.firstSettleAmount': '首期结算金额', + 'form.adjustPriceDate': '调整的净值日期', + 'error.repeated.bondPledge': '质押债券不能重复!', + 'warn.miscRuleB': '虚拟现金流不能定盘!', + 'field.farPrice': '远端价格', + 'alt.packetDefine': '数据包定义', + 'form.upKickback': '上升回扣', + 'form.startDateAdj': '开始日期(调整)', + 'form.deliveryMonth': '交割月份', + 'field.implyTrade': '隐含交易', + 'error.bond.checkBondCashflowUnFixing': '交易跨付息的现金流区间未定盘!', + 'validation.terminationDateLess': '终止日期不能小于原交易起息日!', + 'button.buttonControl': '版面控制', + 'validation.payDateNotExeDate': '支付日期不能大于行权日期!', + 'error.dateFormatError': '日期格式错误', + 'form.faceAmount': '券面总额', + 'field.ISINCode': 'ISIN编码', + 'form.amountNear': '近端金额', + 'title.menuManager': '菜单', + 'field.nearPrice': '近端价格', + 'form.createUser': '创建用户', + 'field.pricingStartDate': '定价开始日', + 'field.pv': 'pv', + 'field.amortValue': '摊还计算结构', + 'field.packetFieldValidation': '数据包字段校验', + 'alt.cashFlow': '现金流', + 'info.dcs.eventAmount': '事件金额', + 'form.tradeAmountDown': '交易金额下限', + 'field.bizUkidTop': '顶级业务编号', + 'form.conversionMode': '折算方式', + 'field.directoryName': '目录名称', + 'info.dcs.amount': '金额', + 'field.settleTrackStatus': '后线跟踪状态', + 'form.endDateAdj': '结束日期(调整)', + 'form.ccy': '货币', + 'field.issueNumber': '发行量(亿)', + 'field.derivatives': '金融产品簿记', + 'field.hasSelectData': '已选择', + 'field.curveDeviation': '曲线偏移', + 'field.printTemplate': '打印模板', + 'field.event': '事件', + 'field.quantity': '本金', + 'form.cleanPrice': '净价', + 'field.lastModifyDate': '最后修改日期', + 'field.repoDays': '回购期限', + 'field.touchPrice': '触发价', + 'form.ccspay': 'S/B', + 'form.structureName': '结构名称', + 'validation.greatChangeVDate': '日期不正确,请遵循择期交割日>起息日规则!', + 'field.targetDataType': '目标数据包', + 'field.processFlag': '处理状态', + 'field.messageFormat': '报文格式', + 'form.swapMaturityDate': '互换到期日', + 'form.baseYieldRate': '基础收益率', + 'alt.partEmpty': '{0}部分字段空!', + 'field.commandApprovalStatus': '指令审批状态', + 'field.specialArea': '特殊事件', + 'tip.dataConditionExpresstionTip': '可执行的表达式(包括:Groovy 、函数FN、Service方法等)', + 'form.rate': '利率', + 'warn.notCcyBond': '不支持选择不同币种的债券!', + 'field.packetFormat': '数据包格式', + 'field.netPrice': '净价', + 'title.cashFlowAdjustList': '现金流待调整列表', + 'field.beSelectFunction': '待选中函数列表', + 'field.paramValue': '值', + 'field.remaingTerm': '待偿期(年)', + 'field.feeScale': '费用比例(%)', + 'tip.bondCodeIsNull': '债券代码不可为空!', + 'form.settleNumber': '交割数量', + 'field.confirmMatchStatus': '确认匹配状态', + 'field.confirmMes': '证实报文发送', + 'form.ccy2Conversionccy1': '货币2折算货币1', + 'warn.miscRuleE': '期权盈利,确认放弃行权?', + 'alt.preCashflow': '现金流预览', + 'field.associateButton': '关联按钮', + 'field.avgPriveType': '平均价类型', + 'form.foldersIdSwap': '掉期账户', + 'form.lockOut': '锁定天数', + 'form.billName': '票据名称', + 'form.actNo': '账号', + 'form.endDateMorePayDate': '结束日期不能小于支付日期', + 'field.baseArea': '基础事件', + 'field.obsId': '观察ID', + 'field.effectiveDate1': '生效开始日', + 'title.riskOverTip': '超限提醒', + 'field.posDefineRuleClass': '条件规则类型', + 'form.endApplyDate': '到期申请日', + 'field.kindflowId': '实物流ID', + 'form.dv01': 'DV01', + 'warn.pleaseInputPlege': '请新增质押券!', + 'error.event.unCancel': '事件不可撤销', + 'warn.alreadyDel': '该状态下的现金流不允许删除!', + 'form.firstPay': '支付首期', + 'info.dcs.dealId': '交易流水号', + 'form.latestPriceDate': '最新净值日期', + 'form.entityName': '实体名称', + 'field.functionDefine': '函数定义', + 'field.fieldSubmitType': '提交数据类型', + 'form.endCleanPrice': '到期净价', + 'from.marketType': '市场类别', + 'alt.obsDateMoreThanObsEndDate': '观察开始日不能大于定价结束日', + 'form.lossDirection': '损益方向', + 'validation.terminationAmountIsBad': '终止金额不正确!', + 'field.baseInfo': '基本信息', + 'error.index.over': '【限额警告】:当前交易值与{0}不符
【限额编码】:{1}
【限额设定】:{2}
【当前交易】:{3}
【处理建议】:请联系风控人员或调整交易', + 'field.marketConvention': '市场惯例', + 'form.termRule': '期限规则', + 'form.exerciseType': '行权类型', + 'field.cashlongperiod': '现金流残段是否合并', + 'form.mominal2': '名义本金2', + 'form.premiumPaymentDate': '期权费日期', + 'validation.required': '【{0}】不能空!', + 'field.copyingAssociated': '关联复制', + 'field.marketRate': '市场利率', + 'field.eventFlow': '事件流程', + 'info.submitAudit': '已提交审批!', + 'form.farFwdRate': '远端远期汇率', + 'field.exAmount': '折算金额', + 'field.lot': '手', + 'field.pairSplit': '货币对拆分', + 'field.posDefineQueryResults': '查询结果维度', + 'field.compare': '比较', + 'error.missingPosBasicData': '头寸基础数据缺失', + 'field.convexity': '凸性', + 'field.optUser': '操作用户', + 'info.deal.newRepoTrack': '数量:{2},标的:{3},买断类型:{4},交易日:{5},起息日:{6},到期日:{7},发生时间:{8},交易来源:{9},外部流水号:{10}', + 'error.lengthError': '长度校验失败', + 'field.issueMarket': '发行市场', + 'field.quantoCcy': 'Quanto货币', + 'field.sendMode': '发送方式', + 'button.durationButton': '存续期按钮', + 'alt.bondSettingObservation': '定盘观察', + 'form.backWardShift': '偏移天数', + 'field.orgBondName': '原券简称', + 'field.resetDate': '计息日期', + 'info.dcs.strike': '执行价', + 'form.lowYieldRate': '保底收益率', + 'form.nominalExchange': '本金交换方式', + 'form.executePrice': '执行价', + 'field.ccy1': '货币1', + 'validation.exeDateNGTcurDate': '行权日期不能大于系统日期!', + 'field.positionHandle': '头寸处理', + 'field.toolbarLocalName': '中文名称', + 'alt.miscRuleM': '交易已经到期!', + 'field.securityLevel': '担保级别', + 'form.indexType': '指标类型', + 'field.exAmountUsd': '折美金额', + 'field.classifiedStatistics': '分类统计', + 'error.raut.isExist': '已存在审批流程!', + 'field.tradeTrace': '交易跟踪', + 'form.nearFwdRate': '近端远期汇率', + 'warn.barrierDownNotGreatbarrierUp': '价格下限不能大于价格上限!', + 'field.executionContext': '执行上下文', + 'validation.notDeliveryDeal': '不是择期交易,不能进行择期交割操作!', + 'form.optAmount': '操作金额', + 'field.feildMode': '字段方式', + 'field.ruleType': '规则类型', + 'field.transactionPrice': '成交价格', + 'field.rateDirectionCcy': '利息方向/货币', + 'field.bizUkidGroup': '业务组合编号', + 'field.type': '类型', + 'error.conditionError': '查询条件组件配置错误!', + 'field.category': '类型', + 'field.equivalent': '等值', + 'title.baseDefine': '基础定义', + 'field.requireFlag': '必填标识', + 'field.pubTemplate': '公共模板', + 'field.cashFlowStatus': '现金流状态', + 'form.dateType': '日期类型', + 'field.eventDate': '事件日期', + 'form.compoundFrequency': '计息频率', + 'form.firstRate': '首期利率', + 'field.cashFlowImport': '现金流导入', + 'form.fixingDate': '定盘日期', + 'form.redeemYield': '赎回收益', + 'form.voucher': '凭证', + 'form.structureType': '结构类型', + 'field.siteCode': '所属机构', + 'field.repoRate': '回购利率', + 'field.targetProduct': '目标产品', + 'form.accountDay': '结算日应计利息', + 'form.calcMode': '计算方式', + 'field.packetCode': '数据包编码', + 'field.zeroRate': '零利率', + 'field.paymentAt': '支付时段', + 'field.toolMenu': '工具菜单', + 'field.templateName': '模板名称', + 'field.paymentDateOrg': '调整前支付日', + 'warn.orderCanNotBeRevoked': '定盘不能撤销!', + 'alt.floatIndexSearch': '浮动指标检索', + 'field.ratePercent': '利率(%)', + 'form.holdShare': '持有份额', + 'form.posDefine': '头寸定义', + 'form.winningBid': '中标价格', + 'info.dcs.knockDate': '敲入敲出日期', + 'field.pts': '升贴水', + 'field.fixing': '定盘', + 'validation.settlementDateGrantmaturityDate': '交割日不能大于债券到期日!', + 'field.fieldPart': '字段要素', + 'field.bank': '交易机构', + 'field.repoType': '买断类型', + 'warn.eventDateGreatvalueDate': '提前交割事件日期不允许小于近端起息日!', + 'field.eventAction': '动作事件', + 'validation.notMatureforRollover': '到期日当天允许发起展期!', + 'field.referencePrice': '参考价格', + 'field.bizUkid': '业务编号', + 'form.actualDays': '实际占款天数', + 'form.endDateRuleFN': '结束日期规则FN', + 'field.settlementMode': '交割方式', + 'form.baseInfo': '基础信息', + 'PmSpotCurrencyPosition.ExposureConvert': '敞口(损益货币)', + 'field.department': '部门', + 'button.termination': '提前终止', + 'FxSpotCurrencyPosition.PNLCurrency': '损益货币', + 'alt.search': '检索', + 'field.percentNoDecimal': '%费率位数', + 'field.vlRule': '估值规则', + 'BondPosition.Country': '区域', + 'field.contact': '联系人', + 'field.createUser': '创建人编号', + 'form.folderStatus': '账户属性', + 'form.folder': '账户', + 'form.atm': 'ATM', + 'form.position': '买卖标志', + 'FolderPnlPositionDetail.Underlying': '标的物', + 'FutureAvgPosition.Quantity': '成交量', + 'FxSwapPairPosition.Amount1': '货币1金额', + 'SinglePosition.PV': '市值(损益货币)', + 'FxRiskPosition.DeltaGBP': 'Delta(GBP)', + 'field.overLoadNum': '超限', + 'field.提前终止': 'termination', + 'field.yearWarnTimes': '年超警次数', + 'FxExpoursePositionDetail.Amount1': '货币1金额', + 'alt.packetMapping': '数据包字段转义', + 'FxSwapPairPosition.DV012': 'DV01货币2', + 'field.afterAmt': '试算后金额', + 'button.saveMust': '通过', + 'alt.bondAgueSearch': '债券检索', + 'FolderPnlPosition.YearlyPNL': '年损益(损益货币)', + 'form.branchType': '类型', + 'FutureAvgPosition.YearlyPNLLocal': '年损益(本地货币)', + 'info.submitAudit': '已提交审批!', + 'field.simulate': '模拟试算', + 'alt.backgroundColor': '背景颜色', + 'FolderPnlPositionDetail.PNLCurrency': '损益货币', + 'field.otherInfo': '其他信息', + 'FxSpotCurrencyPositionDetail.BizUKID': '业务编号', + 'alt.physicalFlow': '实物流', + 'BondTermPositionDetail.accruedTotal': '应计利息总额', + 'field.swapNoDecimal': '掉期点位数', + 'field.deliveryDate': '交割日', + 'field.condition': '条件', + 'alt.infDataImport': '交易导入', + 'form.mominalPrincipal': '名义本金', + 'field.checkResult': '检查结果', + 'field.convertExpression': '转换表达式', + 'alt.failNum': '失败导入数量', + 'FxSwapPairPosition.EqExposure1': '等值敞口', + 'alt.showMaskInfo': '正在处理,请稍待。。。', + 'PmSwapPairPosition.EqExposure1': '等值敞口', + 'FolderPnlPosition.Operation': '操作', + 'field.aBSGear': 'ABS档位', + 'FxSpotCurrencyPosition.DailyPNLLocal': '日损益(本地货币)', + 'field.tradeDirection': '买卖方向', + 'field.organizationsCode': '内部机构代码', + 'PmOptionPosition.Delta2': 'Delta2', + 'form.feeDate': '费用日期', + 'field.bstkCode': '标的', + 'FundPositionDetail.Folder': '账户', + 'FutureAvgPosition.Folder': '账户', + 'FutureAvgPositionDetail.BizUKIDParent': '父流水号', + 'field.facevaluedisplay': '显示面值', + 'FxSwapPositionDetail.BizUKIDParent': '父流水号', + 'form.paymentHoliday': '节假日', + 'FxSpotCurrencyPositionDetail.BizUKIDTop': '原始流水号', + 'field.couponFrequencyName': '付息频率', + 'button.assocUser': '关联用户', + 'field.noDays': '畸零天数', + 'error.greatThanFaceValue': '券面总额必须大于债券面值!', + 'PmOptionPositionDetail.Theta': 'Theta', + 'PmSwapPairPosition.DF1': 'DF1', + 'button.product': '产品', + 'FundPositon.Folder': '账户', + 'BondPosition.Bond': '债券', + 'form.resetLag': '定盘调整天数', + 'FxSpotPairTermPosition.RealizeProfit': '已实现利润(损益货币)', + 'PmExposureXAUSummary.Amount2': '货币2金额', + 'PmSpotPairPosition.MonthlyPNLLocal': '月损益(本地货币)', + 'button.collapse': '收缩', + 'PmSpotCurrencyPositionDetail.BizUKIDTop': '原始流水号', + 'form.commodity': '商品代码', + 'FxRiskPosition.ThetaGBP': 'Theta(GBP)', + 'field.addClass': '新增分类', + 'form.points': '升贴水', + 'DV01Position.EvaluationTime': '评估时点', + 'form.branch': '业务机构', + 'field.quoteCurrency': '报价货币', + 'field.noBondsIssued': '发行量(亿)', + '.bondsStatus': '债券状态', + 'DcsBondStoreDetail.Product': '产品', + 'FxSwapPairTermPosition.TotalCNYPNL': '贴现损益(CNY)', + 'FutureAvgPosition.MonthlyPNL': '月损益(损益货币)', + 'dialog.warning': '警告', + 'DV01Position.DV01PNL': 'DV01(损益货币)', + 'FxRiskPosition.ThetaJPY': 'Theta(JPY)', + 'info.common.field.history': '历史版本', + 'button.knock': '敲入/敲出', + 'form.topLimit': '最高数量限额(股)', + 'BondTermPositionDetail.Accrued': '应计利息', + 'FxSwapPairTermPosition.TotalUSDPNL': '贴现损益(USD)', + 'field.notional': '本金', + 'form.code': '编码', + 'PmExpourseAUXPositionDetail.BizUKID': '业务编号', + 'button.rollover': '展期', + 'FxSpotPairPosition.MonthlyPNLLocal': '月损益(本地货币)', + 'FxOptionPosition.Phi': 'Phi', + 'form.terminationAmount': '终止金额', + 'BondTermPositionDetail.VlYTM': '估值收益率(%)', + 'FxSpotCurrencyPositionDetail.BizUKIDParent': '父流水号', + 'field.folderGrp': '账户组', + 'field.multiplier': '合约乘数', + 'field.statusName': '合约状态', + 'field.Wednesday': '星期三', + 'form.currency': '货币', + 'form.shareParam': '股本参数', + 'field.funDescribe': '函数描述', + 'field.paymentAt': '支付时点', + 'form.minLimit': '最低数量限额(股)', + 'form.upperLimits': '上限', + 'form.paramValue': '值', + 'alt.align': '对齐方式', + 'form.nowDate': '当前日期', + 'DcsTradeOffset.rate': '价格', + 'field.keyword': '关键字', + 'field.reportDate': '报表日期', + 'DcsBondStoreDetail.Currency': '货币', + 'DcsDailyQuery.User': '用户', + 'PmSpotPairPosition.MonthlyPNL': '月损益(损益货币)', + 'field.indexType': '数据项类型', + 'button.dealUnWind': '交易违约', + 'BondPosition.BondAmount': '面值', + 'DcsDailyQuery.underlying': '标的物', + 'field.amount': '金额', + 'FxSwapPairTermPosition.DF1': 'DF1', + 'button.openWithTab': '在Tab页中打开', + 'field.vlPrice': '市场数据', + 'FxOptionPositionDetail.CutOffTime': '行权截止时区', + 'field.floatPointDifference': '点差', + 'field.algorithmType': '算法类型', + '.bondsIncome': '债券收益信息', + 'button.icon': '图标', + 'DcsDailyQuery.channel': 'channel', + 'form.settlementDate': '结算日', + 'FxSwapPositionDetail.Amount1': '货币1金额', + 'FxSwapPositionDetail.SpotRate': '即期汇率', + 'form.bondMaturityDate': '债券到期日', + 'form.unwindDate': '违约日期', + 'field.processUser': '处理用户', + 'DcsTradeOffset.amount2': '金额2', + 'FutureAvgPositionDetail.Amount': '成交额', + 'PmSpotCurrencyPositionDetail.MaturityDate': '到期日', + 'form.valuationOfNet': '估价净价(元)', + 'field.lineNumber': '行号', + 'SinglePositionDetail.Folder': '账户', + 'FxSpotPairPosition.YearlyPNLLocal': '年损益(本地货币)', + 'field.eventContent': '超限事件信息', + 'form.tenP': '10P', + 'BondTermPositionDetail.DirtyPrice': '全价', + 'form.fees': '手续费', + 'field.registAreaId': '注册地区', + 'field.transactionFees': '交易手续费', + 'form.responseParameter': '响应参数', + 'field.floatingRate': '浮动指标', + 'field.settleDate': '实物结算日', + 'PmSpotPairPosition.Pair': '标的', + 'alt.instrumentGrpSearch': '产品检索', + 'field.rskResultSearch': '业务数据风险检查结果查询', + 'FxSpotPairPosition.MonthlyPNL': '月损益(损益货币)', + 'BondPosition.FixingRate': '票面利率(%)', + 'button.returnGold': '提前还金', + 'BondPositionDetail.BizUKIDTop': '原始流水号', + 'form.buyminUnit': '最小买入单位(股)', + 'BondTermPosition.Country': '国家/区域', + 'field.expMaxRate': '预计最高收益率', + 'form.paramType': '类型', + 'field.instrument': '金融工具', + 'PmExpourseAUXPositionDetail.dealAmount': '原交易货币1金额', + 'PmSwapPairPosition.Amount1': '货币1金额', + 'SinglePositionDetail.Underlying': '标的物', + 'form.shortName': '短名', + 'field.ccy1': '货币1代码', + 'PmSpotCurrencyPosition.YearlyPNL': '年损益(损益货币)', + 'field.vlValue': '估值结果', + 'DcsBondStoreClassify.Operation': '操作', + 'field.newBond': '转换债券', + 'BondPosition.YearlyPNL': '年损益(损益货币)', + 'alt.notImportableNum': '本次不可以导入的数量', + 'PmSwapPositionDetail.MaturityDate': '到期日', + 'duration.restructure': '重构', + 'DcsBondStoreDetail.TradeDate': '交易日', + 'form.twFP': '25P', + 'info.dcs.strike': '执行价', + 'FolderPnlPosition.TotalPNLCrt': '累计损益(记账货币)', + 'field.uploadFiles': '上传文件', + 'DcsBondStoreRecord.ApplyUser': '申领人员', + 'PmSpotPairPosition.Operation': '操作', + 'alt.codifyGrp': '码表', + 'form.attachment': '附件', + 'field.histogram': '柱状图', + 'field.rating': '评级', + 'DcsBondStoreRecord.ApplyAmount': '申领数量', + 'field.faceDisplay': '显示面值', + 'error.obsEndDate.greatMaturityDate': '定价结束日不能大于交易到期日', + 'field.parentId': '父交易流水号', + 'form.comment': '备注', + 'FxSwapPositionDetail.Folder': '账户', + 'button.pairGrp': '货币对组', + 'error.bondCodeDuplicate': '债券编码重复!', + 'FxSwapPairTermPosition.Pair': '标的', + 'BondPosition.MonthlyPNL': '月损益(损益货币)', + 'field.factorRule': '风险因子', + 'alt.fontColor': '字体颜色', + 'FutureAvgPosition.Amount': '成交额', + 'field.instStartDate': '认购起始日', + 'form.exclusionDateOffset': '除权日偏移', + 'FxSwapPairPosition.DF2': 'DF2', + 'PmOptionPosition.Premium': '期权费', + 'FxSwapPairTermPosition.Currency1': '货币1', + 'PmExpourseAUXPositionDetail.MaturityDate': '到期日', + 'field.outerFolder': '外部账号', + 'field.ruleId': '估值规则', + 'FxRiskPosition.GammaGBP': 'Gamma(GBP)', + 'PmOptionPosition.Gamma': 'Gamma', + 'error.execerseDateLessThanMd': '欧式期权,行权日期不能小于交易到期日!', + 'field.componentSet': '前端组件集', + 'form.ccy2Remainning': '货币2剩余金额', + 'field.splitFlag': '拆分标识', + 'field.expired': '交易到期', + 'field.issueDate': '发行日期', + 'PmExpourseAUXPositionDetail.Pair': '标的', + 'PmSpotPairPosition.DailyPNLLocal': '日损益(本地货币)', + 'form.waveRate': '波动率', + 'DcsDailyQuery.ParentId': '父交易流水号', + 'button.revoke': '撤销', + 'BondPositionDetail.CleanAmount': '净价金额', + 'form.compoundPeriod': '计息残段', + 'form.scheduleGeneration': '付息残段', + 'FxSwapPairPosition.Currency1': '货币1', + 'PmOptionPositionDetail.ValueDate': '起息日', + 'button.resetBonds': '重置券', + 'FxExpoursePositionDetail.ValueDate': '起息日', + 'form.bondName': '简称', + 'error.buildInUndeletable': '内置字段不可删除!', + 'info.pub.field.reason': '错误提示', + 'FxOptionPositionDetail.Pair': '标的', + 'field.amortType': '摊还方式', + 'FxOptionPositionDetail.Theta': 'Theta', + 'field.cashflowType': '类型', + 'FxSpotCurrencyPositionDetail.MaturityDate': '到期日', + 'BondPositionDetail.SettlementDate': '结算日', + 'field.resale': '回售', + 'field.currenciesId1': '货币1', + 'BondTermPositionDetail.PVBP': 'PVBP', + 'button.amortTypeBtn': '摊还信息设置', + 'field.importComplete': '导入完成', + 'form.indexHoliday': '指标节假日', + 'FxSpotPairPosition.MarketSpotRate1': '市场汇率', + 'form.issuedTotalShares': '发行总股本(股)', + 'form.orderCap': '市价单数量上限(股)', + 'error.deal.dealStatus': '交易状态不是复核生效、到期、虚拟、生效,不能修改交易', + 'FxRiskPosition.RhoTotal': 'Rho汇总(货币)', + 'FxRiskPositionDetail.MaturityDate': '到期日', + 'field.event': '事件', + 'form.dealStatus': '交易状态', + 'error.Premium.lessZero': '期权费小于0!', + 'alt.noData': '暂无数据', + 'field.accruedInterest': '应计利息', + 'FxRiskPosition.PhiJPY': 'Phi(JPY)', + 'PmSpotPairPosition.BaseExposure2': '基础敞口2', + 'form.belongBook': '所属账簿', + 'FxSpotPairPosition.Currency1': '货币1', + 'PmOptionPositionDetail.premiumPaymentdate': '期权费支付日', + 'BondPosition.CleanPrice': '净价', + 'field.dealType': '支付方向', + 'form.riskInfo': '风险信息', + 'field.businessEvent': '业务事件', + 'field.cptyIdParent': '归属上级', + 'form.totalShares': '总股本(股)', + 'PmOptionPositionDetail.PremiumCcy': '期权费货币', + 'FxSpotCurrencyPosition.CostRate': '成本价', + 'field.riskTotal': '总计', + 'form.orderFloor': '市价单数量下限(股)', + 'field.fixingBasis': '计息基础', + 'field.eventTime': '事件日期', + 'from.instEndDate': '认购终止日', + 'menu.alignLeft': '左对齐', + 'error.tradeDate.greatMaturityDate': '交易日大于到期日', + 'DcsTradeOffset.dealId': '交易流水号', + 'field.eventLimitName': '限额名称', + 'form.eoma': 'EOMA', + 'DV01PositionDetail.Product': '产品', + 'form.underlying': '标的', + 'field.issuePrice': '发行价', + 'FutureAvgPosition.TermDate': '合约交割月', + 'field.lowerLimits': '下限', + 'form.entity': '实体', + 'form.successInstance': '成功实例', + 'field.handler': '处理', + 'field.dealField': '交易字段', + 'DcsTradeOffset.valueDate': '起息日', + 'PmExpoursePositionDetail.Amount1': '货币1金额', + 'field.totalAmount': '总金额', + 'field.status': '启用', + 'field.dayRuleType': '日期规则', + 'FxOptionPositionDetail.PNL': '损益', + 'BondPositionDetail.VlCleanPrice': '估值净价', + 'DV01PositionDetail.EvaluationTime': '评估时点', + 'button.resale': '回售', + 'PmOptionPositionDetail.Gamma': 'Gamma', + 'button.clear': '清空', + 'button.calc': '计算', + 'info.targetRating.columns.ratingType': '评级类型', + 'hisVersion.columnName': '版本号', + 'form.tenor': '期限', + 'field.fieldLevelSumTypeFn': '汇总表达式', + 'BondTermPositionDetail.DealStatus': '交易状态', + 'FundPositionDetail.InvestIncome': '投资收益', + 'button.recalculate': '重算', + 'FxSpotCurrencyPosition.MarketSpotRate1': '市场汇率', + 'form.sourceName': '交易来源', + 'FxSpotCurrencyPositionDetail.Amount2': '货币2金额', + 'form.asset': '资产类别', + 'field.floatingRatio': '浮动利率系数', + 'button.ccyGrp': '货币组', + 'form.stockName': '证券名称', + 'form.dealParam': '交易参数', + 'FxPmSpotPairPosition.Currency2': '货币2', + 'form.index': '指标', + 'field.noDecimal': '金额位数', + 'duration.newTrade': '新交易', + 'FolderPnlPosition.TotalPNL': '累计损益(损益货币)', + 'form.requestInformation': '请求信息', + 'form.localcurrenciesId': '本地货币', + 'field.plannedBillTotal': '计划票据总额(万)', + 'button.def': '默认', + 'field.factorCategory': '因子分类', + 'FxOptionPositionDetail.Delta1': 'Delta(货币1)', + 'form.counterPartyName': '对手名称', + 'BondTermPosition.Duration': '久期', + 'FolderPnlPosition.DailyPNL': '日损益(损益货币)', + 'field.commodityUnitName': '商品单位', + 'FolderPnlPositionDetail.BizUKIDParent': '父流水号', + 'DV01PositionDetail.DV01Convert': 'DV01(折算货币)', + 'field.impDate': '导入日期', + 'error.common.validation.maxLength': '【{0}】最大长度 {1}', + 'field.blockedValue': '冻结额度', + 'field.processTime': '处理完成时间', + 'PmSpotPairPosition.Breakeven': '浮动盈亏', + 'button.more': '更多', + 'FutureAvgPositionDetail.TermDate': '合约交割月', + 'field.tradeDate': '交易日', + 'PmSpotCurrencyPositionDetail.Product': '产品', + 'form.physicalFlow': '实物流', + 'field.dataSet': '数据集', + 'field.countryId': '发行国家(地区)', + 'menu.alignCenter': '居中', + 'button.earlyRedemption': '提前赎回', + 'PmExposureSummary.Exposure3': '未交割敞口', + 'field.contractMarketName': '合约所属市场', + 'SinglePosition.PNL': '损益(损益货币)', + 'button.edit': '修改', + 'field.tel': 'Tel', + 'form.fixBtn': '定盘', + 'FxSwapPairPosition.TotalUSDPNL': '贴现损益(USD)', + 'field.extendsField': '扩展字段', + 'FxOptionPosition.Pair': '标的', + 'DV01PositionDetail.BizUKID': '业务编号', + 'FxRiskPosition.RhoJPY': 'Rho(JPY)', + 'button.download': '下载', + 'field.seqNo': '序号', + 'button.includes': '包含', + 'form.user': '用户', + 'DV01PositionDetail.DealStatus': '交易状态', + 'form.ne': '货币对拆分', + 'field.assetRecordCode': '备案编码', + 'field.nationalEconomyClass': '国民经济细类', + 'button.analysis': '分析', + 'FxOptionPosition.Delta2': 'Delta2', + 'form.desc': '降序', + 'form.nominalPrice': '名义价格', + 'duration.rollDif': '轧差', + 'form.SplitSight': '即期拆分', + 'field.autoRefresh': '自动刷新', + 'field.recalculateLog': '重算输出日志', + 'FxSpotCurrencyPosition.Exposure': '敞口', + 'FundPositionDetail.Quantity': '每日结转份额', + 'duration.cancel': '撤销/冲正', + 'form.interfaceName': '接口名称', + 'form.noDecimal': '金额位数', + 'form.fromfolder': '源账户', + 'form.loan': '借出', + 'field.premium': '期权费', + 'field.cptySmallClass': '小类', + 'field.swiftForm': 'SWIFT实物描述', + 'PmSwapPositionDetail.SpotRate': '即期汇率', + 'DcsTradeOffset.maturityDate': '到期日', + 'field.managerCode': '管理人编号', + 'FxRiskPosition.RhoEUR': 'Rho(EUR)', + 'field.upperLimits': '上限', + 'PmExposureSummary.Operation': '操作', + 'field.encrypt': '是否加密显示', + 'BondPosition.ytm': '收益率(%)', + 'form.totalUnitNetValue': '累计单位净值', + 'DcsTradeOffset.folder': '账户', + 'button.takeup': '择期交割', + 'FxExpoursePositionDetail.BizUKID': '业务编号', + 'BondInventoryPosition.Operation': '操作', + 'PmSpotPairPosition.DailyPNL': '日损益(损益货币)', + 'field.exDivideneDay': '除权日偏移', + 'FxSpotCurrencyPosition.Exposure2': '敞口2', + 'DcsBondStoreDetail.MaturityDate': '到期日', + 'PmExposureSummary.ExposureSumConvert': '折算汇总敞口(损益货币)', + 'field.target': '标的', + 'FundPositon.InvestFee': '投资费用', + 'form.settlementModes': '交割方式', + 'FundPositon.Ccy': '货币', + 'BondTermPositionDetail.VlCleanPrice': '估值净价', + 'BondTermPositionDetail.CleanPrice': '净价', + 'button.commContractGrp': '商品合约组', + 'form.packetDefine': '数据包定义', + 'FxSpotPairTermPosition.Breakeven': '浮动盈亏', + 'field.dataDetails': '数据详情', + 'field.currentIndex': '当前指标值', + 'FutureAvgPosition.MonthlyPNLLocal': '月损益(本地货币)', + 'field.contractSize': '交易单位(每手)', + 'FxOptionPosition.PremiumCcy': '期权费货币', + 'field.dimensionality': '维度', + 'button.break': '返回', + 'FxSwapPairTermPosition.DV011': 'DV01货币1', + 'PmExposureSummary.Currency': '货币', + 'form.spotPrice': '即期价格', + 'FxSwapPairTermPosition.StartPNL': '贴现前损益', + 'field.symbol': '标识', + 'button.chart': '图表分析', + 'FxSpotCurrencyPositionDetail.SpotRate': '即期汇率', + 'menu.alignRight': '右对齐', + 'FxPmSpotPairPosition.MarketSpotRate1': '市场汇率', + 'PmSpotCurrencyPosition.PNLCurrency': '损益货币', + 'field.Thursday': '星期四', + 'form.customer': '客户性质', + 'FxSwapPairTermPosition.BreakevenPoint': '盈亏平衡点', + 'BondPositionDetail.Nominal': '券面总额', + 'field.avgWatchValue': '平均监测值', + 'field.priceLimit': '涨跌停板幅度', + 'form.tradeCurrency': '交易币种', + 'FxOptionPositionDetail.Product': '产品', + 'form.theTrial': '试算', + 'form.nearFarRate': '近端远期点', + 'form.locked': '锁定', + 'SinglePosition.MonthlyPNL': '月损益(损益货币)', + 'form.cleanBankFlag': '是否人民币清算行', + 'field.fixingFrequency': '计息频率', + 'alt.stock': '股票', + 'DcsBondStoreRecord.ApplyType': '申领类型', + 'field.packetFieldValidation': '数据包字段校验', + 'field.Friday': '星期五', + 'field.downKickbackHistory': '下降回扣/回扣', + 'button.setPermission': '设置权限', + 'alt.folderAgueSearch': '账户检索', + 'field.siteCode': '实体编码', + 'field.spotRateDto': '即期价格', + 'FxOptionPosition.Theta': 'Theta', + 'FxSwapPairPosition.Currency2': '货币2', + 'form.ollaunchDate': '网上上市日期', + 'field.lessOneRecord': '请先选择一条记录!', + 'form.toFolder': '目标账户', + 'field.currencyIdName': '损益货币', + 'field.headCountryId': '总部国家(地区)', + 'form.outsideEventId': '外部事件号', + 'field.lastModifyUser': '操作员', + 'form.floatingRatio': '浮动利率百分比', + 'form.fixRate': '利率', + 'FxSwapPairPosition.MonthlyPNL': '月损益(损益货币)', + 'PmExpourseAUXPositionDetail.Product': '产品', + 'field.dealMessage': '超限信息', + 'FxSpotPairPosition.Exposure1': '敞口1', + 'form.PledgeBonds': '质押券', + 'form.midpoint': '升贴水', + 'BondTermPositionDetail.SettlementDate': '结算日', + 'BondTermPosition.Bond': '债券', + 'FutureAvgPosition.PNLCurrency': '损益货币', + 'form.dailyInterest': '日间应计利息(元)', + 'PmSpotPairPosition.Currency1': '货币1', + 'field.ytmUnit': '收益率位数', + 'field.quoteUnitName': '报价单位', + 'BondInventoryPosition.PledgeOutAmount': '押出量', + 'FundPositionDetail.BizUKID': '业务编号', + 'field.defaultValue': '默认值', + 'SinglePositionDetail.NotionalCcy': '本金货币', + 'field.cptyIdParentName': '归属上级', + 'PmExpourseAUXPositionDetail.Amount2': '货币2金额', + 'FxExposureSummary.Pair': '标的', + 'FxRiskPosition.Operation': '操作', + 'button.import': '导入', + 'form.roundingType': '舍入类型', + 'BondInventoryPosition.AvailableAmount': '可用头寸', + 'DcsTradeOffset.offset': '偏移(%)', + 'form.settlecurrenciesId': '记账货币', + 'FxRiskPositionDetail.TradeDate': '交易日', + 'BondTermPosition.Collection': '层级', + 'FxOptionPosition.MonthlyPNL': '月损益(损益货币)', + 'alt.fundSearch': '基金检索', + 'field.detailedData': '详细数据', + 'button.effect': '生效', + 'error.tradeDate.greatPremiumPaymentdate': '交易日大于期权支付日', + 'BondPosition.BondCountAvail': '可用数量(万)', + 'form.buttonControl': '按钮控制', + 'FxRiskPosition.ThetaEUR': 'Theta(EUR)', + 'menu.alignInherit': '继承', + 'alt.cptyAgueSearch': '交易对手检索', + 'button.expandAll': '全部展开', + 'PmSwapPairPosition.curveCode2': '货币2曲线', + 'field.columnStyle': '字段样式', + 'field.expMinRate': '预计最低收益率', + 'form.product': '产品', + 'FxSwapPairTermPosition.MarketPmsFwdRate': '市场远期汇率', + 'field.realTotal': '真实资本', + 'field.fixedRate': '利率', + 'FxRiskPosition.PhiGBP': 'Phi(GBP)', + 'field.inherit': '继承', + 'SinglePositionDetail.BizUKIDTop': '原始流水号', + 'BondTermPosition.BondCategory': '债券分类', + 'FundPositon.TodayValuation': '当日估值', + 'FxSpotPairTermPosition.DailyPNL': '日损益(损益货币)', + 'error.common.validation.cptyCircle': '交易对手存在循环引用', + 'field.codifier': '备选代码', + 'FxOptionPosition.Vega': 'Vega', + 'field.factorName': '因子名称', + 'field.vlStatus': '估值状态', + 'alt.selectFile': '请选择文件', + 'field.orignalBondsId': '续发', + 'field.premiumType': '期权费类型', + 'field.fax': 'Fax', + 'alt.commodity': '商品', + 'field.guarantee': '担保人', + 'form.bond': '债券代码', + 'field.holdDetail': '持仓详情', + 'FxSpotPairPosition.Breakeven': '浮动盈亏', + 'form.bodyParameter': 'Body参数', + 'PmSpotCurrencyPosition.Exposure2': '敞口2', + 'alt.model': '模型', + 'BondTermPositionDetail.Convexity': '凸性', + 'DcsBondStoreDetail.Folder': '账户', + 'FxRiskPosition.VegaEUR': 'Vega(EUR)', + 'info.deal.newPmTrack': '数量:{2},标的:{3},交易日:{4},起息日:{5},到期日:{6},发生时间:{7},交易来源:{9},外部流水号:{10}', + 'framework.CONFIRM_TITLE_SHOW': '确认', + 'DV01PositionDetail.Folder': '账户', + 'field.nationalEconomyDept': '国民经济部门', + 'form.settleBranchesLevel': '账务级别', + 'button.reSim': '重新计算', + 'button.search': '搜索', + 'duration.termination': '提前终止', + 'BondTermPosition.MonthlyPNL': '月损益(损益货币)', + 'framework.EXECUTE_FAILRE': '操作失败!', + 'FundPositon.Issuer': '托管人', + 'field.gPeriod': '保障期限(天)', + 'field.waitingOverTimes': '待处理超限次数', + 'field.dayOfWeeks': '星期', + 'menu.exportPage': '导出', + 'BondPositionDetail.BizUKID': '业务编号', + 'form.convexity': '凸性', + 'BondInventoryPosition.BondsTrustee': '托管机构', + 'alt.uploadDescribe': '文件后缀名必须为xls 或xlsx (即Excel格式),文件大小不得大于10M', + 'field.warnCounts': '累计超警次数', + 'field.redeem': '赎回', + 'form.baseAssets': '底层资产', + 'DcsDailyQuery.dealFlag': '交易性质', + 'DcsDailyQuery.MaturityDate': '到期日', + 'field.isSplition': '是否拆分', + 'SinglePosition.DailyPNL': '日损益(损益货币)', + 'error.info.fileFormatError': '文件[{0}]格式不正确,文件扩展名必须是[{1}]!', + 'field.functionSearch': '检索-函数库', + 'field.incomeDistributionType': '收益分配方式', + 'field.扩展字段': 'extendsField', + 'button.convert': '转换', + 'field.issueMarket': '发行市场', + 'PmOptionPositionDetail.TradeDate': '交易日', + 'FxOptionPositionDetail.premiumPaymentdate': '期权费支付日', + 'form.commodityPrice': '合约价格', + 'field.calculatenoDecimal': '计量精度', + 'field.ccy2Amount': '货币2金额', + 'alt.preOccuAmount': '额度预占', + 'error.common.validation.minValue': '【{0}】最小值{1}', + 'PmSpotPairPosition.CostRate': '成本价', + 'field.YTM': '收益率', + 'FxRiskPosition.ThetaTotal': 'Theta汇总(货币)', + 'form.financialPrice': '理财价格', + 'field.F': '定盘', + 'form.interestNoDecimal': '利率位数', + 'PmOptionPositionDetail.CutOffTime': '行权截止时区', + 'form.amortPercent': '摊还比例', + 'error.obsDate.lessTradeDate': '定价开始日不能小于交易日期!', + 'field.level': '所在层级', + 'error.packetUnique': '当前应用系统的模块下,该数据包码值已存在!', + 'field.functionScene': '函数场景', + 'field.Monday': '星期一', + 'error.nominal.lessZero': '金额小于0!', + 'field.bondCode': '代码', + 'BondPositionDetail.Convexity': '凸性', + 'field.moneyFlow': '现金流', + 'FxRiskPosition.PV': '市值(货币)', + 'info.query.dealId': '交易流水号', + 'field.currenciesId2': '货币2', + 'form.asc': '升序', + 'button.close': '关闭', + 'field.creditRisk': '信用风险', + 'error.common.validation.existed': '【{0}】已存在', + 'DV01PositionDetail.BizUKIDParent': '父流水号', + 'PmOptionPositionDetail.Vega': 'Vega', + 'field.announcementDate': '公告日', + 'field.quotationin': '报价方式', + 'field.dealStatus': '状态', + 'field.interestCalcMethod': '计息模式', + 'PmSwapPairPosition.StartPNL': '贴现前损益', + 'FxSpotPairPosition.CostRate': '成本价', + 'FxRiskPositionDetail.Folder': '账户', + 'field.swiftCode': 'Swift', + 'field.accountCode': 'BIC代码', + 'form.endDate': '截止日期', + 'field.detail': '详细', + 'field.forwardQuoteNum': '单位数量', + 'field.rskParam': '风险参数', + 'PmExpoursePositionDetail.BizUKIDTop': '原始流水号', + 'field.protectStartDate': '保护起始日', + 'BondInventoryPosition.UnRepoAmount': '待回购头寸', + 'form.deliveryDate': '交割日', + 'alt.altHistoryData': '该条数据未存储过历史版本数据', + 'field.contentMap': '扩展信息', + 'field.overTimes': '累计超限总数', + 'FundPositon.Fund': '基金代码', + 'field.overFlag': '标识', + 'form.modifiedDuration': '修正久期', + 'info.fileUploadSuccess': '文件上传成功!', + 'field.setupDate': '成立日期', + 'form.tradNature': '交易性质', + 'field.infoCode': '交易代码', + 'field.interestRule': '结构', + 'field.parameterValuesEexample': '参数值(实例)', + 'button.copy': '复制', + 'info.common.status': '审批状态', + 'form.branchIdParent': '上级机构', + 'form.splitinfo': '拆分信息', + 'field.rollover': '展期', + 'field.rate': '费率', + 'PmExpoursePositionDetail.BizUKID': '业务编号', + 'FxSpotPairPosition.DailyPNL': '日损益(损益货币)', + 'PmOptionPositionDetail.Folder': '账户', + 'PmSpotPairPosition.PNLCurrency': '损益货币', + 'FxExposureSummary.Operation': '操作', + 'field.referenceBond': '参考债券', + 'DcsBondStoreDetail.ValueDate': '起息日', + 'field.registerDate': '凭证登记日', + 'field.contractTypeName': '细分类型', + 'field.pair': '货币对', + 'PmSwapPairPosition.Pair': '标的', + 'alt.uploadMsg': '上传填好的信息表', + 'form.comments': '备注', + 'duration.extension': '展期', + 'field.maxWatchValue': '最大监测值', + 'field.vlDate': '估值日期', + 'form.template': '模板', + 'alt.business': '业务', + 'FxPmSpotPairPosition.SpotRate': '美元兑人民币汇率', + 'FxSwapPairPosition.curveCode1': '货币1曲线', + 'framework.UNFIND_DATA_FIELD': '行记录对象中未找到field为{0}的属性,请核实或者设置正确的custom-options的identifyField值!', + 'form.fundPrice': '基金价格', + 'field.assetStatiCode': '统计编码', + 'button.del': '删除', + 'field.fundCustodian': '托管行', + 'BondTermPositionDetail.ModifiedDuration': '修正久期', + 'form.commodityCode': '合约代码', + 'button.fold': '折叠', + 'form.interest': '利息', + 'field.currentOccurateRate': '当前占用比例%', + 'PmOptionPositionDetail.Delta2': 'Delta(货币2)', + 'form.sevenDayYield': '七日年化利率%', + 'form.deltaStr': 'Delta', + 'PmSpotCurrencyPosition.DailyPNL': '日损益(损益货币)', + 'field.listedCirculateDate': '上市流通日', + 'button.submit': '提交', + 'FxSwapPairTermPosition.Operation': '操作', + 'field.couponFrequency': '付息频率', + 'form.stopDate': '终止日期', + 'field.registCountryId': '注册地区', + 'FxOptionPositionDetail.Gamma': 'Gamma', + 'BondPosition.Operation': '操作', + 'field.monthAdjustment': '月份调整', + 'FxSwapPositionDetail.Pair': '标的', + 'FolderPnlPositionDetail.MaturityDate': '到期日', + 'FxSpotCurrencyPosition.YearlyPNLLocal': '年损益(本地货币)', + 'alt.fontSize': '字体大小', + 'form.incrementing': '递增', + 'field.lastModifyTime': '修改时间', + 'form.freezeCode': '委托冻结代码', + 'field.takerID': '交易员', + 'menu.italic': '斜体', + 'PmSwapPairPosition.TotalCNYPNL': '贴现损益(CNY)', + 'FutureAvgPositionDetail.Folder': '账户', + 'field.bondsStatus': '债券状态', + 'FxOptionPositionDetail.PNLCurrency': '估值货币', + 'info.deal.newCashTrack': '金额:{2},标的:{3},交易日:{4},结算日:{5},发生时间:{7},交易来源:{9},外部流水号:{10}', + 'field.effectiveTerm': '预占时长', + 'PmSwapPositionDetail.TradeDate': '交易日', + 'error.maturityDate.greatDeliveryDate': '到期日大于交割日', + 'duration.eventCancel': '事件撤销', + 'FxOptionPosition.YearlyPNL': '年损益(损益货币)', + 'field.startDateAdj': '开始日期', + 'form.quantity': '数量', + 'field.app': '应用', + 'form.responseInformation': '响应信息', + 'info.dcs.centerAudit': '中台审批信息', + 'FxSpotCurrencyPosition.ExposureConvert': '敞口(损益货币)', + 'form.commContract': '商品合约', + 'PmSwapPositionDetail.ValueDate': '起息日', + 'form.baseData': '基础数据', + 'FxSpotPairTermPosition.MonthlyPNLLocal': '月损益(本地货币)', + 'PmSwapPositionDetail.BizUKIDTop': '原始流水号', + 'field.limitValue': '限额', + 'field.name': '名称', + 'SinglePositionDetail.TradeDate': '交易日', + 'form.purpose': '交易目的', + 'field.limiationInfo': '限额明细', + 'DcsBondStoreClassify.UnPayAmount': '待付头寸', + 'FutureAvgPosition.Operation': '操作', + 'field.protectEndDate': '保护到期日', + 'button.init': '内存刷新', + 'alt.clear': '清空', + 'form.valuationYield': '估价收益率(%)', + 'error.user.notLogin': '用户未登录', + 'form.last': '期末', + 'field.accruedTotal': '应计利息总额', + 'FxSwapPairTermPosition.DailyPNL': '日损益(损益货币)', + 'form.fixedRate': '固息', + 'field.versionHistory': '历史版本', + 'PmSpotCurrencyPosition.MonthlyPNLLocal': '月损益(本地货币)', + 'button.simulate': '试算', + 'form.preciousMetal': '贵金属', + 'FxOptionPositionDetail.DeliveryDate': '交割日', + 'form.postpone': '延迟', + 'BondTermPositionDetail.TradeDate': '交易日', + 'field.code': '编码', + 'field.fundScope': '投资范围', + 'DcsDailyQuery.tradeDate': '交易日期', + 'field.noPeriods': '期限数量', + 'DcsTradeOffset.buySell': '买卖方向', + 'form.currenciesId2': '货币2金额', + 'form.sysName': '系统名称', + 'field.packetFormat': '数据包格式', + 'duration.selectDelivery': '择期交割', + 'form.contractId': '组合号', + 'button.branchGrp': '业务机构组', + 'field.spotPrice1': '即期价', + 'field.applyEndDate': '申购结束日', + 'field.converRate': '折算率', + 'field.cptySubClass': '分类细类', + 'field.indexationName': '付息类型', + 'field.Length': '长度', + 'button.knockHandler': '敲入/出处理', + 'field.alreadyMaturityDate': '到期日', + 'field.bizUkidParent': '父业务编号', + 'form.lotSize': '每手股数(股)', + 'form.organ': '承销机构', + 'field.dataEvent': '动作事件', + 'field.extend': '扩展字段', + 'field.numberSpot': '指定的月份数量', + 'FundPositon.FundName': '基金名称', + 'FxSwapPairPosition.TotalCNYPNL': '贴现损益(CNY)', + 'button.addAll': '添加所有', + 'DcsDailyQuery.DealId': '流水号', + 'field.baseInfo': '基础信息', + 'field.pointsDigit': '基点位数', + 'form.clerk': '业务员', + 'field.spotValueDays': '起息天数', + 'form.pmdeliveryDate': '择期交割日', + 'field.limitIdName': '限额ID/名称', + 'PmSpotCurrencyPositionDetail.Pair': '标的', + 'FxOptionPosition.Rho': 'Rho', + 'field.dirtyPrice': '全价', + 'BondTermPosition.BondIndexation': '债券类型', + 'FxSwapPairPosition.DV011': 'DV01货币1', + 'field.dayWarnTimes': '日超警次数', + 'field.spotRate': '即期汇率', + 'hisVersion.beforeVersionName': '版本1', + 'button.tempDownload': '模板下载', + 'button.capitalDecrease': '提前归还', + 'form.thawed': '解冻', + 'button.setting': '设置', + 'form.oflaunchDate': '网下上市日期', + 'FxRiskPosition.RhoUSD': 'Rho(USD)', + 'DcsDailyQuery.amountUsd': '折美金额', + 'FxExpoursePositionDetail.Folder': '账户', + 'button.cln': '信用联结票据', + 'BondTermPosition.Convexity': '凸性', + 'BondPositionDetail.TradeDate': '交易日', + 'field.priority': '优先级', + 'BondInventoryPosition.UnPayAmount': '待付头寸', + 'error.common.validation.maxValue': '【{0}】最大值{1}', + 'field.vlCyy': '估值币种', + 'PmExposureXAUSummary.Pair': '标的', + 'error.barrierUpLessBarrierDown': '上限值不能小于下限值!', + 'field.交易字段': 'dealField', + 'BondPosition.ModifiedDuration': '修正久期', + 'error.strike.lessZero': '执行价小于0!', + 'PmExposureXAUSummary.Currency1': '货币1', + 'field.index': '指标', + 'field.buySell': '买卖方向', + 'DV01Position.DV01': 'DV01', + 'BondInventoryPosition.PledgeInAmount': '押入量', + 'form.financial': '理财', + 'field.to': '-', + 'FutureAvgPosition.DailyPNL': '日损益(损益货币)', + 'field.countryStr': '注册国家', + 'field.unwind': '违约', + 'field.createPrice': '创设价格', + 'field.all': '全部', + 'PmSpotCurrencyPositionDetail.Folder': '账户', + 'FxOptionPositionDetail.MaturityDate': '到期日', + 'button.add': '新增', + 'FundPositon.InvestIncome': '投资收益', + 'form.dealExpires': '交易到期', + 'alt.simulateCompliance': '操作风险检查', + 'form.account': '账户', + 'form.splitB2B': '背对背拆分', + 'FundPositon.PriceDate': '净值日期', + 'PmSpotCurrencyPositionDetail.Amount1': '货币1金额', + 'field.oldBondList': '原券', + 'duration.exercise': '行权', + 'field.bondShortName': '简称', + 'FundPositionDetail.Ccy': '货币', + 'BondPosition.Currency': '货币', + 'button.last': '上一步', + 'FxOptionPositionDetail.Cash': '现金', + 'field.eventName': '事件名称', + 'FutureAvgPositionDetail.Ccy': '货币', + 'FxSwapPairTermPosition.DF2': 'DF2', + 'FundPositionDetail.PositionCost': '持仓成本', + 'field.dealsId': '交易流水号', + 'alt.dataImport': '数据导入', + 'field.extendsLocalName': '交易中文名', + 'FolderPnlPosition.PVCrt': '市值(记账货币)', + 'form.sellminUnit': '最小卖出单位(股)', + 'button.exoption': '行权', + 'field.collectType': '募集方式', + 'alt.cashflow': '现金流', + 'SinglePositionDetail.ValueDate': '起息日', + 'field.eventStatus': '事件状态', + 'form.queryParameter': 'Query参数', + 'form.interestBasis': '计息基础', + 'FundPositon.InvestBalance': '投资余额', + 'FxSwapPositionDetail.BizUKID': '业务编号', + 'DV01Position.DV01Convert': 'DV01(折算货币)', + 'info.common.user': '发起人', + 'field.instanceSaveAs': '另存为', + 'field.accruedUnit': '利息位数', + 'alt.processing': '正在处理', + 'alt.contractTable': '组合号查询', + 'PmSpotCurrencyPosition.Currency': '货币', + 'menu.underline': '下划线', + 'FxSpotPairPosition.Exposure2': '敞口2', + 'FxSpotCurrencyPositionDetail.Amount1': '货币1金额', + 'menu.bold': '加粗', + 'menu.exportAll': '导出全部', + 'FxSwapPairPosition.MarketPmsFwdRate': '市场远期汇率', + 'field.exeArea': '执行日时区', + 'field.swiftDesc': 'SWIFT描述', + 'field.cptyGroup': '分组', + 'form.pair': '货币对', + 'FxSpotPairPosition.Operation': '操作', + 'field.center': '中', + 'BondPositionDetail.Folder': '账户', + 'PmSpotPairPosition.MarketSpotRate1': '市场汇率', + 'info.common.date': '操作日期', + 'BondPosition.BondCount': '持仓数量(万)', + 'field.profitType': '收益类型', + 'form.adjusted': 'Adjusted', + 'form.frozen': '冻结', + 'PmSpotPairPosition.DailyRealizeProfit': '日已实现利润(损益货币)', + 'FxOptionPosition.Operation': '操作', + 'alt.folderDetail': '账户详情', + 'PmSwapPairPosition.YearlyPNL': '年损益(损益货币)', + 'button.reValue': '估值', + 'field.left': '左', + 'PmExpourseAUXPositionDetail.TradeDate': '交易日', + 'alt.simulate': '试算', + 'field.extendsName': '交易短名', + 'field.marketConvention': '市场惯例', + 'BondPositionDetail.CleanPrice': '净价', + 'PmExposureSummary.MarketSpotRate': '市场汇率', + 'PmOptionPositionDetail.Premium': '期权费', + 'form.homeType': '本/离岸', + 'DcsBondStoreDetail.DealId': '流水号', + 'FxSwapPairTermPosition.YearlyPNL': '年损益(损益货币)', + 'form.globalId': '外部流水号', + 'commons.Selectedcolumncannotbeempty': '已选列不能空!', + 'PmSpotCurrencyPosition.MonthlyPNL': '月损益(损益货币)', + 'PmOptionPosition.Theta': 'Theta', + 'duration.earlyInterest': '提前收息', + 'PmSwapPairPosition.TotalUSDPNL': '贴现损益(USD)', + 'form.advance': '提前', + 'field.helpCenter': '帮助', + 'FxSwapPositionDetail.Amount2': '货币2金额', + 'error.common.validation.existedChildCpty': '存在子类交易对手', + 'FxExpoursePositionDetail.Amount2': '货币2金额', + 'field.contracttype': '合约类型', + 'alt.fieldDefine': '字段定义', + 'button.quickSearch': '快速查询', + 'field.action': '动作', + 'field.calculationDetailData': '计算明细数据', + 'field.createTime': '创建时间', + 'SinglePositionDetail.Cash': '现金(估值货币)', + 'field.right': '右', + 'FundPositionDetail.FundName': '基金名称', + 'FxOptionPositionDetail.Delta2': 'Delta(货币2)', + 'PmOptionPositionDetail.Phi': 'Phi', + 'field.detailInfo': '详细信息', + 'FxRiskPosition.PhiTotal': 'Phi汇总(货币)', + 'alt.simulateCredit': '额度试算', + 'alt.exportAll': '无法导出全部,详情查看日志!', + 'field.roundingType': '舍入类型', + 'field.revalMarketData': '估值市场数据', + 'form.diminishing': '递减', + 'FxSpotPairTermPosition.DailyPNLLocal': '日损益(本地货币)', + 'field.touchPrice': '触发价', + 'button.prepayment': '提前还款', + 'button.end': '停止', + 'field.chioceOrder': '选中排序', + 'FxSwapPairPosition.DailyPNL': '日损益(损益货币)', + 'FxSwapPairPosition.SpotDF1': 'SpotDF1', + 'field.mail': 'Email', + 'alt.downTempMsg': '填写导入的信息', + 'form.endSettlementDate': '到期结算日期', + 'field.isOverLoad': '超限', + 'field.ccy1Code': '货币1代码', + 'field.fixingRate': '票面利率', + 'PmOptionPosition.MV': '市值', + 'button.saveAndApp': '保存并应用', + 'info.deal.cashDealTrack': '标的:{3},交易日:{4},结算日:{5},发生时间:{7},交易来源:{9},外部流水号:{10}', + 'alt.hVersion': '历史版本', + 'field.warnNum': '预警', + 'field.dealId': '交易编号', + 'form.lessThanOrEqualTo': '小于等于', + 'FutureAvgPositionDetail.Quantity': '成交量', + 'field.operateAmt': '赎回金额', + 'button.tenorGrp': '期限组', + 'field.businessId': '业务号', + 'field.tradManageDataSource': '数据来源', + 'BondTermPositionDetail.BizUKIDTop': '原始流水号', + 'SinglePosition.Operation': '操作', + 'form.tradeDirect': '交易品种', + 'field.shortName': '短名', + 'field.dealFlag': '交易性质', + 'BondPosition.DailyPNL': '日损益(损益货币)', + 'PmSpotCurrencyPositionDetail.Amount2': '货币2金额', + 'form.fwdPrice': '远期价格', + 'alt.packetValidation': '数据包字段验证', + 'field.vlId': '交易流水号', + 'BondTermPosition.FixingRate': '票面利率(%)', + 'field.ccy2Code': '货币2代码', + 'field.exchange': '交易所', + 'FxRiskPosition.DeltaTotal': 'Delta汇总(货币)', + 'PmOptionPosition.MonthlyPNL': '月损益(损益货币)', + 'field.lastModifyDate': '最后修改日期', + 'field.takeup': '择期交割', + 'FxOptionPositionDetail.Premium': '期权费', + 'form.accessDataSimulation': '接入数据模拟', + 'PmSwapPositionDetail.Pair': '标的', + 'form.couponFrequency': '付息频率', + 'FxOptionPosition.PNL': '损益(损益货币)', + 'FxRiskPosition.RhoGBP': 'Rho(GBP)', + 'error.common.validation.dataDuplication': '与行【{0}】重复', + 'form.opt': '操作', + 'form.varName': '变量名称', + 'button.setWidth': '保存列宽', + 'field.appId': '应用系统', + 'field.handleType': '处理方式', + 'button.setStyle': '设置列样式', + 'info.deal.newTrack': '金额:{2},标的:{3},交易日:{4},起息日:{5},到期日:{6},发生时间:{7},交易来源:{9},外部流水号:{10}', + 'field.defaultLocation': '默认仓库', + 'form.yieldcurveId': '曲线', + 'field.fieldLockColumn': '锁定列', + 'form.spread': '利差', + 'DV01PositionDetail.PV': 'PV(货币)', + 'PmSpotPairPosition.Exposure2': '敞口2', + 'field.quotedPrice': '报价系数', + 'PmSpotCurrencyPosition.DailyRealizeProfit': '日已实现利润(损益货币)', + 'PmOptionPositionDetail.OptionType': '期权类型', + 'PmSpotPairPosition.YearlyPNLLocal': '年损益(本地货币)', + 'form.charOrder': '字母排序', + 'field.tradeId': '交易流水号', + 'field.bizUkidGroup': '业务组合编号', + 'field.deliveryMonth': '交割月份', + 'field.adjusted': '是否调整', + 'SinglePosition.Collection': '层级', + 'DcsDailyQuery.Product': '产品', + 'BondTermPositionDetail.Bond': '债券', + 'form.first': '期初', + 'PmSwapPairPosition.DailyPNL': '日损益(损益货币)', + 'field.bookIdName': '所属账簿', + 'PmOptionPositionDetail.MV': '市值(现值)', + 'duration.giveUpExercise': '放弃行权', + 'field.preference': '偏好', + 'FxSpotPairTermPosition.PNLCurrency': '损益货币', + 'field.beforeAmt': '试算前金额', + 'field.applyStartDate': '申购起始日', + 'FxExposureSummary.MarketSpotRate': '市场汇率', + 'form.nonCirculatingShares': '非流通股本(股)', + 'field.usciCode': 'Usci Code', + 'FxOptionPositionDetail.BizUKID': '业务编号', + 'field.rskEventAnalysis': '风险超限事件数据分析', + 'PmOptionPositionDetail.Delta1': 'Delta(货币1)', + 'duration.earlyRedemption': '提前赎回', + 'FxSpotPairTermPosition.Operation': '操作', + 'DcsBondStoreDetail.cpty': '交易对手', + 'field.trustee': '托管人', + 'field.rollConvention': '调整规则', + 'FxRiskPositionDetail.Cash': '现金(损益货币)', + 'DcsDailyQuery.DealStatus': '交易状态', + 'FxSwapPairPosition.curveCode2': '货币2曲线', + 'FxOptionPositionDetail.Folder': '账户', + 'form.bondsMenu': '债券定义', + 'field.address': '详细地址', + 'form.accBank': '账户行', + 'FxSpotPairPosition.BaseExposure2': '基础敞口2', + 'form.deptCode': '部门', + 'field.定盘': 'F', + 'FxOptionPositionDetail.MV': '市值(现值)', + 'FolderPnlPosition.MonthlyPNL': '月损益(损益货币)', + 'FxSwapPairPosition.BreakevenPoint': '盈亏平衡点', + 'DV01PositionDetail.ValueDate': '起息日', + 'error.process.product.is.Bind': '存在正在使用的流程,不允许删除!', + 'FxRiskPosition.GammaUSD': 'Gamma(USD)', + 'FundPositionDetail.EvaluationDate': '头寸日期', + 'field.folderStatusName': '账户属性', + 'BondPositionDetail.Bond': '债券', + 'button.noexe': '放弃', + 'field.comment': '备注', + 'field.dayTypeName': '日期类型', + 'info.dcs.amount1': '金额', + 'BondPositionDetail.BuySell': '方向', + 'button.reDocalc': '执行估值', + 'form.symbol': '标识', + 'form.circulatingShares': '流通股本(股)', + 'message.category': '请先删除额度分类子节点', + 'form.responseInstance': '响应实例', + 'DcsBondStoreRecord.DealId': '流水号', + 'FxOptionPositionDetail.Nominal': '名义本金', + 'field.channelId': '渠道ID', + 'form.failureInstance': '失败实例', + 'PmOptionPositionDetail.DeliveryDate': '交割日', + 'PmSwapPairPosition.DF2': 'DF2', + 'field.floatingSpread': '浮动点差', + 'PmSpotCurrencyPosition.Exposure': '敞口', + 'FxSpotPairPosition.DailyPNLLocal': '日损益(本地货币)', + 'FxSwapPairTermPosition.MonthlyPNL': '月损益(损益货币)', + 'field.referenceEntity': '参考实体', + 'PmExpourseAUXPositionDetail.PmPair': '原交易货币对', + 'SinglePositionDetail.ProfitCcy': '估值货币', + 'PmExposureSummary.ExposureSum': '汇总敞口', + 'PmOptionPosition.Vega': 'Vega1', + 'field.endDate': '结束日期', + 'field.history': '历史版本', + 'form.assetAssociation': '资产关联代码', + 'field.volga': 'volga', + 'DcsBondStoreClassify.ApplyAmount': '申领头寸', + 'form.fieldDefine': '字段定义', + 'field.Saturday': '星期六', + 'FxSpotCurrencyPosition.Operation': '操作', + 'button.process': '刷新', + 'field.seniority': '担保级别', + 'FxExposureSummary.Exposure0': '已交割敞口', + 'FxExpoursePositionDetail.Pair': '标的', + 'FxSpotPairTermPosition.Amount1': '货币1冻结金额', + 'form.folderName': '账户名称', + 'field.dayOfWeek': '日期(周)', + 'field.vlBatchno': '估值批次号', + 'FolderPnlPositionDetail.PNL': '损益', + 'DcsBondStoreDetail.CaptureDate': '录入日期', + 'FxSpotPairPosition.RealizeProfit': '已实现利润(损益货币)', + 'button.start': '开始', + 'PmSpotCurrencyPositionDetail.ValueDate': '起息日', + 'alt.packetDefine': '数据包定义', + 'field.fwdNoDecimal': '远期汇率位数', + 'FundPositon.Price': '净值/万份收益', + 'menu.query': '查询', + 'field.curveType': '曲线类型', + 'form.cashFlowPreview': '现金流预览', + 'field.cashflowNo': '序号', + 'alt.plNotNegative': '损益指标的限额不允许设置负数', + 'form.PLCcy': '损益货币', + 'field.settlementDateConv': '清算速度', + 'form.paymentAt': '支付时点', + 'FxOptionPositionDetail.OptionType': '期权类型', + 'button.removeAll': '移除所有', + 'field.issuerName': '发行人', + 'DcsBondStoreRecord.ApplyDate': '申领日期', + 'form.rating': '评级', + 'field.termination': '提前终止', + 'field.dataSource': '导入来源', + 'field.refDateName': '开始日期', + 'BondPositionDetail.DirtyAmount': '全价金额', + 'button.batchDelete': '批量删除', + 'FutureAvgPosition.CostRate': '成本价', + 'PmExposureSummary.Pair': '标的', + 'form.splitPair': '拆分货币对', + 'DV01PositionDetail.DV012': 'DV01货币2', + 'BondPosition.PVBP': 'PVBP', + 'button.switch': '切换', + 'field.issuer': '发行人', + 'DcsBondStoreClassify.PledgeAmount': '质押头寸', + 'field.issueRate': '发行利率', + 'FxSwapPairPosition.SpotDF2': 'SpotDF2', + 'FxRiskPosition.GammaEUR': 'Gamma(EUR)', + 'field.vlKey': '估值指标', + 'field.actualBillTotal': '实际票据总额(万)', + 'DV01PositionDetail.EvaluationDate': '评估日期', + 'button.saveAs': '另存为', + 'field.resetAt': '重置时点', + 'FxPmSpotPairPosition.Exposure1': '货币1敞口', + 'field.physicalFlow': '实物流', + 'FundPositionDetail.Price': '净值/万份收益', + 'menu.setWidth': '保存列宽', + 'field.refBond': '参考债券', + 'field.monRuleDesc': '月份规则描述', + 'FxRiskPosition.PhiUSD': 'Phi(USD)', + 'field.dispOrder': '排序号', + 'field.monthWarnTimes': '月超警次数', + 'error.common.msg.recordExist': '记录已经存在', + 'PmExpourseAUXPositionDetail.Folder': '账户', + 'DcsDailyQuery.ValueDate': '起息日', + 'PmExposureXAUSummary.SpotRate': '即期汇率', + 'BondTermPositionDetail.DirtyAmount': '全价金额', + 'BondPosition.BondCategory': '债券分类', + 'FutureAvgPositionDetail.Price': '成交价', + 'form.trusteeship': '托管机构', + 'alt.floatIndexSearch': '指标检索', + 'form.indexationType': '类型', + 'form.longPeriod': '残段合并', + 'form.onlineSuccessRate': '网上预估中签比例(%)', + 'DcsTradeOffset.cpty': '交易对手', + 'field.creditEvent': '信用事件', + 'error.common.validation.notEmpty': '【{0}】不能空!', + 'button.cptyGrp': '交易对手组', + 'alt.switch': '切换', + 'FxSwapPairPosition.StartPNL': '损益(损益货币)', + 'field.eventId': '事件ID', + 'alt.pleaseInput': '请输入...', + 'form.site': '运营机构', + 'form.remainning': '剩余金额', + 'SinglePositionDetail.Product': '产品', + 'button.exportAll': '导出全部', + 'button.byTranAmo': '逐笔交易摊销', + 'FxSpotPairTermPosition.Pair': '标的', + 'BondTermPositionDetail.CleanAmount': '净价金额', + 'button.undoHandler': '撤销处理', + 'duration.grace': '宽限', + 'PmExpoursePositionDetail.Product': '产品', + 'FxPmSpotPairPosition.Exposure2': '货币2敞口', + 'button.pause': '暂停', + 'PmExposureXAUSummary.Operation': '操作', + 'form.terminationInformation': '终止信息', + 'error.knockDate.isNotObsRange': '敲入/敲出日期不在观察区间内', + 'FxSpotPairTermPosition.Currency2': '货币2', + 'FxSpotCurrencyPosition.MonthlyPNL': '月损益(损益货币)', + 'FundPositionDetail.Fund': '基金', + 'FxSpotPairTermPosition.CostRate': '成本价', + 'field.swapRateNoDecimal': '掉期率位数', + 'field.ruleName': '指标', + 'BondPositionDetail.DirtyPrice': '全价', + 'alt.Datareading': '数据读取中...', + 'field.vlType': '估值类型', + 'field.limit': '限额', + 'SinglePositionDetail.NotionalAmount': '本金', + 'info.deal.newExpiredTrack': '发生时间:{7},交易来源:{9},外部流水号:{10}', + 'field.secondary': 'ABS档位', + 'form.extensions': '扩展字段', + 'field.childrenType': '子类型', + 'FolderPnlPositionDetail.Folder': '账户', + 'form.lend': '借出', + 'field.indexation': '利息类型', + 'field.交易字段名称': 'dealFieldStr', + 'DV01PositionDetail.DV011': 'DV01货币1', + 'form.amountUnit': '计量单位', + 'alt.edit': '修改', + 'PmExpourseAUXPositionDetail.SpotRate': '即期汇率', + 'PmSpotCurrencyPosition.MarketSpotRate1': '市场汇率', + 'field.insurePrfit': '保证收益', + 'FolderPnlPosition.CashCrt': '现金(记账货币)', + 'field.charOrder': '字母排序', + 'FxSpotCurrencyPositionDetail.Pair': '标的', + 'form.dealFixing': '交易定盘', + 'duration.flatPlate': '平盘', + 'field.ratingHistory': '评级历史', + 'PmSpotCurrencyPositionDetail.BizUKID': '业务编号', + 'PmOptionPositionDetail.BizUKID': '业务编号', + 'FundPositon.assetType': '结转方式', + 'field.folderNature': '账户性质', + 'form.policy': '策略组', + 'form.limitRatio': '跌停板比例(%)', + 'field.ccy1Amount': '货币1金额', + 'FxRiskPosition.GammaJPY': 'Gamma(JPY)', + 'form.excludeBranch': '排除分行机构', + 'BondInventoryPosition.Bond': '债券', + 'form.stockCode': '证券代码', + 'field.sellDate': '招标配售日', + 'field.riskCountryId': '风险国家', + 'button.assertProduct': '资产产品', + 'button.save': '保存', + 'PmOptionPositionDetail.PNL': '损益', + 'button.up': '向上', + 'error.paramError': '【{0}】参数不正确!', + 'field.extendsNameStr': '扩展字段名称', + 'form.market': '交易市场', + 'error.greatThanZero': '不能为0和负数!!', + 'form.rolloverDate': '展期日期', + 'field.bizUkidTop': '顶级业务编号', + 'field.fund': '代码', + 'field.branch': '机构', + 'form.requestInstance': '请求实例', + '.bondsTypology': '债券类型信息', + 'form.tradeClass': '交易品种', + 'DcsTradeOffset.product': '产品', + 'FxExposureSummary.Currency': '货币', + 'DcsDailyQuery.amountCny': '折人民币金额', + 'button.execute': '执行', + 'field.passNum': '通过', + 'PmSpotCurrencyPosition.Breakeven': '浮动盈亏', + 'PmExposureSummary.Exposure0': '已交割敞口', + 'DcsDailyQuery.folder': '账户', + 'error.obsEndDate.lessObsDate': '定价开始日应当小于定价结束日!', + 'FxOptionPosition.Premium': '期权费', + 'field.passed': '通过', + 'field.underlying': '标的', + 'DV01PositionDetail.NotionalAmount': '本金金额(货币)', + 'field.warnTimes': '累计超警总数', + 'field.uniqueNo': '唯一编号', + 'BondTermPosition.ytm': '收益率(%)', + 'FxExpoursePositionDetail.Product': '产品', + 'PmOptionPosition.Rho': 'Rho', + 'DcsDailyQuery.LastModifyDate': '最后修改日期', + 'form.rollConvention': '调整惯例', + 'field.bondList': '债券', + 'FundPositionDetail.TodayValuation': '当日估值', + 'FxExposureSummary.ExposureSumConvert': '折算汇总敞口(损益货币)', + 'field.parentType': '父分类', + 'DcsDailyQuery.cpty': '交易对手', + 'field.avgOccurateRate': '平均占用比例%', + 'form.cashFlow': '现金流', + 'form.stockType': '证券类别', + 'field.buyOrSell': '买卖方向', + 'dialog.title': '提示', + 'field.coverDate': '份额结转日', + 'duration.delivery': '交割', + 'BondPositionDetail.BizUKIDParent': '父流水号', + 'field.eventType': '事件类型', + 'FxRiskPosition.DeltaEUR': 'Delta(EUR)', + 'FxRiskPosition.Cash': '现金(货币)', + 'field.city': '城市', + 'duration.fixed': '定盘', + 'button.closing': '收盘', + 'field.factorValue': '因子值', + 'FxSpotCurrencyPosition.DailyPNL': '日损益(损益货币)', + 'BondPositionDetail.VlDirtyPrice': '估值全价', + 'FolderPnlPositionDetail.BizUKID': '业务编号', + 'duration.rescinded': '已撤销', + 'field.activeExpression': '生效条件', + 'field.fimisCode': 'Fimis Code', + 'form.payCcy': '支付货币', + 'form.grpType': '组类型', + 'FxSpotPairPosition.DailyRealizeProfit': '日已实现利润(损益货币)', + 'button.saveTemp': '保存草稿', + 'FxSpotCurrencyPosition.DailyRealizeProfit': '日已实现利润(损益货币)', + 'button.next': '下一步', + 'FutureAvgPosition.Contract': '合约代码', + 'field.issueCurrency': '发行货币', + 'form.tradeCcy': '交易货币', + 'field.rate1': '货币1利率', + 'field.startAmount': '起点金额(万)', + 'button.exportPage': '导出当前页', + 'FxExpoursePositionDetail.MaturityDate': '到期日', + 'field.ccyMv': '估值损益币种', + 'field.indexName': '指标', + 'duration.originalTrade': '原交易', + 'field.fundCustodianBank': '托管行', + 'FxSpotPairTermPosition.Currency1': '货币1', + 'info.deal.expiredTrack': '发生时间:{0},交易来源:{1},外部流水号:{2}', + 'field.limitRecalculate': '风险额度重算管理', + 'form.enabled': '是否生效', + 'BondTermPosition.MaturityDate': '到期日', + 'field.failReason': '失败原因', + 'error.resourceDeleted': '资源已被删除!', + 'FolderPnlPositionDetail.TradeDate': '交易日', + 'field.planeAmount': '计划创设总金额', + 'PmSwapPairPosition.SpotDF1': 'SpotDF1', + 'field.folder': '账户', + 'field.dayOverTimes': '日超限次数', + 'BondPositionDetail.Accrued': '应计利息', + 'PmExpoursePositionDetail.Amount2': '货币2金额', + 'form.id': '编号', + 'FxSwapPairPosition.Pair': '标的', + 'field.basis': '计息基础', + 'BondPositionDetail.Duration': '久期', + 'FutureAvgPosition.DailyRealizeProfit': '日已实现利润(损益货币)', + 'field.instruments': '金融工具', + 'field.eventScene': '触发超限场景', + 'field.product': '产品', + 'FolderPnlPosition.YearlyPNLCrt': '年损益(记账货币)', + 'field.minimumTradingMargin': '最低交易保证金', + 'form.collectType': '募集方式', + 'button.application': '应用', + 'button.docalc': '重新估值', + 'FxSpotCurrencyPosition.Breakeven': '浮动盈亏', + 'field.reclassify': '重分类', + 'PmOptionPosition.Pair': '标的', + 'duration.earlyDelivery': '提前交割', + 'field.vlTime': '估值时间', + 'field.carrierType': '载体类型', + 'PmOptionPosition.DailyPNL': '日损益(损益货币)', + 'field.spotLag': '即期起息天数', + 'field.currency': '货币', + 'field.rho': 'rho', + 'field.institutions': '创设机构', + 'form.tenC': '10C', + 'button.reClosing': '收盘重置', + 'FxSpotPairTermPosition.Exposure2': '敞口2', + 'FxSwapPairPosition.Amount2': '货币2金额', + 'button.upload': '上传', + 'button.batchOverDate': '批量到期', + 'field.tradeDaterule': '最后交易日规则', + 'field.updateTime': '最新修改编号', + 'FxRiskPosition.VegaTotal': 'Vega汇总(货币)', + 'FxRiskPosition.PhiEUR': 'Phi(EUR)', + 'field.extendDate': '逾期日期', + 'FundPositionDetail.InvestFee': '投资费用', + 'FxSpotPairPosition.BreakevenPoint': '盈亏平衡点', + 'DV01PositionDetail.BizUKIDTop': '原始流水号', + 'BondInventoryPosition.PledgePrince': '质押券价格', + 'field.ccy2': '货币2代码', + 'alt.notFound': '【{0}】不存在', + 'field.todayWatchValue': '当日监测值', + 'field.marketRisk': '市场风险', + 'FxSwapPairPosition.YearlyPNL': '年损益(损益货币)', + 'FolderPnlPosition.PV': '市值(损益货币)', + 'field.errorMessage': '估值说明', + 'field.amount2': '货币2金额', + 'PmSwapPairPosition.Currency1': '货币1', + 'field.holiday': '节假日', + 'PmSpotCurrencyPosition.CostRate': '成本价', + 'form.transferType': '转让类型', + 'field.rskRecalculate': '风险额度重算', + 'framework.ONLY_SELECT_ONE_ROW': '只能选中一行记录!', + 'field.interval': '刷新间隔(秒)', + 'alt.add': '新增', + 'form.cashdiraction': '现金流方向', + 'form.prepayAmount': '还款金额', + 'FxSpotPairTermPosition.BaseExposure2': '基础敞口2', + 'field.weightPer': '权重,百分比', + 'DcsDailyQuery.underlyingType': '标的类型', + 'field.setLimitValue': '设置限额值', + 'BondTermPositionDetail.ytm': '收益率(%)', + 'button.exe': '执行', + 'FutureAvgPositionDetail.LongShort': '开平仓方向', + 'form.fundType': '基金类型', + 'field.lowerLimitsHistory': '下限/价格限制', + 'PmSwapPairPosition.DV012': 'DV01货币2', + 'PmExposureXAUSummary.Currency2': '货币2', + 'PmOptionPositionDetail.Pair': '标的', + 'FutureAvgPosition.Breakeven': '浮动盈亏', + 'BondTermPosition.ModifiedDuration': '修正久期', + 'form.basis': '计息基础', + 'FxSpotPairPosition.TotalPNL': '总损益(损益货币)', + 'button.crmw': '信用风险缓释凭证', + 'PmOptionPositionDetail.Product': '产品', + 'BondTermPositionDetail.Product': '产品', + 'field.functionClassify': '函数分类', + 'alt.priorityTip': '当条件匹配多个记录时,数字越小使用权越大!', + 'button.autoSim': '自动模拟', + 'form.accruedTotal': '应计利息总额', + 'BondTermPositionDetail.BizUKID': '业务编号', + 'form.quickSearch': '快速查询', + 'field.crmwTerm': '期限(天)', + 'PmExpoursePositionDetail.SpotRate': '即期汇率', + 'FutureAvgPositionDetail.TradeDate': '交易日', + 'DcsBondStoreClassify.UnRepoAmount': '待回购头寸', + 'FxSpotCurrencyPositionDetail.Product': '产品', + 'FxSpotCurrencyPosition.Currency': '货币', + 'PmOptionPositionDetail.Rho': 'Rho', + 'field.settleMode': '结算方式', + 'PmSpotPairPosition.Exposure1': '敞口1', + 'PmExposureXAUSummary.Amount1': '货币1金额', + 'form.offlineSuccessRate': '网下预估中签比例(%)', + 'form.compoundConvention': '计息惯例', + 'button.underSubscribed': '认购失败', + 'PmExpoursePositionDetail.BizUKIDParent': '父流水号', + 'form.instStartDate': '认购起始日', + 'FxSwapPairTermPosition.Points': '升贴水', + 'field.deleteChildren': '请先删除该类型下的组合条件!', + 'field.fieldValue': '字段值', + 'field.volNoDecimal': '波动率位数', + 'form.indexType': '指标类型', + 'button.down': '向下', + 'FxOptionPositionDetail.Rho': 'Rho', + 'alt.fundDetail': '基金详情', + 'form.tradeDate': '交易日期', + 'FutureAvgPosition.Price': '市场价格', + 'field.updateUser': '最新修改人编号', + 'alt.guaranteeSearch': '担保人检索', + 'field.monitoringType': '数据类型', + 'BondPositionDetail.Product': '产品', + 'field.settlementMethod': '结算方式', + 'field.pipnoDecimal': '费率位数', + 'field.priceUnit': '价格位数', + 'field.trialCapital': '试算资本', + 'form.tradeId': '交易流水号', + 'FxSwapPairTermPosition.Currency2': '货币2', + 'BondPositionDetail.PNL': '损益', + 'field.receive': '收', + 'field.unitAmount': '单位净值', + 'field.result': '结果', + 'field.cptyClass': '大类', + 'field.processFlag': '处理状态', + 'field.parentName': '父类名称', + 'form.feeAmount': '费用金额', + 'form.totalAmount': '券面总额', + 'form.currencyType': '货币类型', + 'field.ctaId': '组合交易号', + 'field.dataTimestamp': '时间戳', + 'field.monScheduleNumber': '月份计划数量', + 'form.resetAt': '定盘时点', + 'field.bond': '债券代码', + 'field.limitCcy': '限额货币', + 'FutureAvgPosition.Ccy': '货币', + 'FxOptionPositionDetail.Vega': 'Vega', + 'field.dayAdjustment': '日期偏移', + 'button.remove': '取消', + 'form.gammaStr': 'Gamma', + 'form.tradeDirection': '买卖方向', + 'button.menu': '菜单', + 'FxSpotPairPosition.Currency2': '货币2', + 'framework.EXECUTE_SUCCESS': '操作成功!', + 'DV01Position.EvaluationDate': '评估日期', + 'form.interestId': '计息ID', + 'field.cashFlowDir': '收付方向', + 'DcsTradeOffset.tradeDate': '交易日', + 'FutureAvgPosition.DailyPNLLocal': '日损益(本地货币)', + 'FolderPnlPositionDetail.Product': '产品', + 'field.isoCode': 'ISO代码', + 'field.remainNotional': '剩余本金', + 'PmSwapPairPosition.MonthlyPNL': '月损益(损益货币)', + 'field.categoryType': '一级分类', + 'field.isActive': '是否有效', + 'form.valueDate': '起息日', + 'field.扩展字段名称': 'extendsNameStr', + 'field.择期交割': 'takeup', + 'form.spreadStr': 'Spread', + 'framework.CONFIRM_INFO': '确定要执行该操作吗?', + 'FxRiskPositionDetail.ValueDate': '起息日', + 'button.batchAdd': '批量新增', + 'PmOptionPosition.Phi': 'Phi', + 'field.dealLocalName': '交易字段中文名', + 'PmOptionPositionDetail.Cash': '现金', + 'PmOptionPosition.Delta1': 'Delta1', + 'field.type': '类型', + 'PmOptionPositionDetail.MaturityDate': '到期日', + 'field.holidaysId': '节假日', + 'form.accountingSection': '会计分类', + 'FxSpotPairPosition.Pair': '标的', + 'PmSwapPairPosition.Currency2': '货币2', + 'field.cleanPrice': '净价', + 'field.neterror': '网络异常', + 'form.cpty': '交易对手', + 'button.complete': '完成', + 'form.bookArc': '簿记架构', + 'alt.fontStyle': '字体样式', + 'BondTermPosition.BondCountAvail': '可用数量(万)', + 'form.bank': '银行', + 'form.farFarRate': '远端远期点', + 'field.bondName': '全称', + 'BondTermPosition.Operation': '操作', + 'form.stockFullName': '证券全称', + 'BondTermPosition.YearlyPNL': '年损益(损益货币)', + 'menu.setDefault': '恢复默认', + 'field.mappingField': '映射字段', + 'form.condition': '应用组件', + 'PmExpourseAUXPositionDetail.Amount1': '货币1金额', + 'FxExposureSummary.ExposureSum': '汇总敞口', + 'menu.destroy': '窗口销毁', + 'form.deposite': '缴存', + 'FxSwapPairTermPosition.Amount2': '货币2金额', + 'multil_lang.en': '英文', + 'form.netPay': '净额', + 'form.pvbp': 'Pvbp', + 'form.ytm': '收益率(%)', + 'form.currenciesId1': '货币1金额', + 'form.natureTrading': '交易性质', + 'field.parentMenu': '父菜单', + 'field.isCallPutable': '含权', + 'field.exchangeName': '上市交易所', + 'BondPositionDetail.DealStatus': '交易状态', + 'DV01Position.Operation': '操作', + 'field.physicalSettlementDate': '在结算条件满足后的第10个工作日', + 'field.bizUkid': '业务编号', + 'PmExpourseAUXPositionDetail.settleAmount': '原交易货币2金额', + 'button.manage': '管理', + 'FxExpoursePositionDetail.BizUKIDTop': '原始流水号', + 'field.fundIssueAmt': '发行规模(亿元)', + 'PmOptionPositionDetail.Nominal': '名义本金', + 'field.overCounts': '累计超限次数', + 'error.common.validation.comboxValid': '【{0}】无效', + 'BondTermPositionDetail.Nominal': '券面总额', + 'field.factor': '因子', + 'field.transactionHour': '交易时间', + 'PmSwapPairPosition.Points': '升贴水', + 'FolderPnlPosition.DailyPNLCrt': '日损益(记账货币)', + 'FxPmSpotPairPosition.Operation': '操作', + 'field.country': '区域', + 'alt.financialDetail': '理财详情', + 'DcsDailyQuery.CaptureDate': '录入日期', + 'PmExpourseAUXPositionDetail.ValueDate': '起息日', + 'form.term': '期限(天)', + 'FxRiskPosition.VegaJPY': 'Vega(JPY)', + 'BondPositionDetail.accruedTotal': '应计利息总额', + 'form.amount': '金额', + 'BondPositionDetail.PVBP': 'PVBP', + 'form.mid': '中间价', + 'BondTermPosition.BondCount': '持仓数量(万)', + 'field.crm': '核心客户', + 'FxSpotPairTermPosition.YearlyPNL': '年损益(损益货币)', + 'field.sort': '排序', + 'PmOptionPositionDetail.Strike': '协定价格', + 'field.PR': '提前还款', + 'duration.revert': '提前归还', + 'button.baseParam': '基础参数', + 'field.cash': '现金', + 'FxRiskPosition.VegaGBP': 'Vega(GBP)', + 'field.version': '版本号', + 'PmSwapPairPosition.SpotDF2': 'SpotDF2', + 'error.existFlow': '存在审批流程', + 'PmSpotCurrencyPosition.YearlyPNLLocal': '年损益(本地货币)', + 'form.bondFixing': '债券定盘', + 'field.rskDetail': '风险历史明细-', + 'FolderPnlPosition.MonthlyPNLCrt': '月损益(记账货币)', + 'field.bondsIncome': '债券收益信息', + 'FxRiskPositionDetail.Underlying': '标的物', + 'field.processReason': '超限处理原因', + 'field.dimension': '限额维度', + 'field.limitAndName': '限额名称', + 'field.cleanAmount': '净价金额', + 'alt.importableNum': '本次可以导入的数量', + 'FxRiskPosition.ThetaUSD': 'Theta(USD)', + 'field.isAssignment': '是否转让', + 'PmSwapPositionDetail.BizUKID': '业务编号', + 'error.buildInUnedit': '内置字段不可修改!', + 'button.fixedplate': '定盘', + 'field.globalId': '外部流水号', + 'FxOptionPositionDetail.Phi': 'Phi', + 'form.currencyIdProfit': '损益货币', + 'form.contract': '合约', + 'field.periodName': '期限类型', + 'field.contract': '合约', + 'from.instStartDate': '认购起始日', + 'BondInventoryPosition.ApplyAmount': '申领头寸', + 'form.errorReason': '异常原因', + 'field.realContribution': '真实贡献度', + 'DcsDailyQuery.instrument': '金融工具', + 'field.performImport': '执行导入', + 'field.fieldDesc': '字段描述', + 'field.termType': '期限特性', + 'FxSpotCurrencyPositionDetail.TradeDate': '交易日', + 'PmSwapPositionDetail.Amount2': '货币2金额', + 'DcsTradeOffset.price': '市场价格', + 'field.vlResult': '敏感度1', + 'button.confirm': '确定', + 'field.fieldType': '字段类型', + 'error.info.fileLimited': '导入文件过大,不能超过{0}KB!', + 'SinglePosition.Cash': '现金(损益货币)', + 'form.fee': '费用', + 'field.deliveryGrade': '交割品级', + 'FolderPnlPositionDetail.PV': 'PV', + 'BondTermPosition.DailyPNL': '日损益(损益货币)', + 'form.priceTime': '价格时间', + 'error.deal.typeOfEvent': '交易事件类型,不是薄记、修改类型交易不能修改交易!', + 'BondPositionDetail.VlYTM': '估值收益率(%)', + 'button.collapseAll': '全部收缩', + 'form.paymentAtB': '期初', + 'field.legsId': '腿号', + 'field.subTerm': '减记条款', + 'field.spot': '即期', + 'PmExpourseAUXPositionDetail.BizUKIDTop': '原始流水号', + 'button.operate': '操作', + 'FxSwapPairPosition.DF1': 'DF1', + 'form.captureDate': '录入日期', + 'field.day': '天', + 'button.export': '导出', + 'FxExposureSummary.Exposure3': '未交割敞口', + 'form.floatingRate': '浮息', + 'from.frozen': '冻结', + 'form.floatingSpread': '浮动利率点差', + 'alt.complete': '批量导入完成', + 'field.spotRule': '指定的月份规则', + 'FxOptionPosition.Delta1': 'Delta1', + 'form.paymentAtE': '期末', + 'field.noPassed': '不通过', + 'DcsBondStoreDetail.notional': '本金', + 'field.createOrg1': '创设机构', + 'FundPositon.PositionCost': '持仓成本', + 'field.extInfo': '扩展信息', + 'alt.menuTemplate': '模板', + 'alt.custodians': '托管机构', + 'form.deliveryMonth': '交割月份', + 'form.notional': '本金', + 'FxSwapPositionDetail.BizUKIDTop': '原始流水号', + 'field.floatingRateHoliday': '指标节假日', + 'field.fundType': '基金类型', + 'field.floatIndex': '浮动指标', + 'button.dealExpires': '交易到期', + 'field.ratingAgency': '评级机构', + 'field.frtbWeight': '权重', + 'FxSpotCurrencyPositionDetail.DealStatus': '交易状态', + 'BondTermPositionDetail.VlDirtyPrice': '估值全价', + 'form.interfaceURL': '接口URL', + 'field.trialContribution': '试算贡献度', + 'FxSpotPairPosition.PNLCurrency': '损益货币', + 'FundPositionDetail.InvestBalance': '投资余额', + 'field.param': '参数', + 'field.maxOccurateRate': '最大占用比例%', + 'BondTermPosition.Currency': '货币', + 'form.name': '名称', + 'FxOptionPositionDetail.Strike': '协定价格', + 'FxRiskPositionDetail.PV': '市值(损益货币)', + 'form.paymentAmount': '缴款金额', + 'field.entity': '实体', + 'info.common.field.siteCode': '机构', + 'duration.amortization': '摊还', + 'BondPositionDetail.ModifiedDuration': '修正久期', + 'form.settlementAmount': '结算金额', + 'field.quotationUnitName': '报价单位', + 'form.splitCcy': '拆分货币', + 'form.transferStatus': '转让状态', + 'field.overMessage': '超限信息', + 'BondInventoryPosition.TotalAmount': '总头寸', + 'field.columnWidth': '字段列宽', + 'error.raut.canNotCommitFlow': '当前用户没有该流程的提交权限', + 'button.expand': '展期', + 'FxSpotPairTermPosition.DailyRealizeProfit': '日已实现利润(损益货币)', + 'button.bondAmt': '债券摊销', + 'alt.importKeyEmpty': '上一步执行结果错误!', + 'FxRiskPosition.DeltaUSD': 'Delta(USD)', + 'PmSpotPairPosition.BreakevenPoint': '盈亏平衡点', + 'field.lastPayDate': '最后付息日', + 'field.curveDate': '曲线日期', + 'field.paymentDate': '支付日期', + 'field.classify': '分类', + 'BondTermPositionDetail.Folder': '账户', + 'button.batchEdit': '批量修改', + 'field.date': '日期', + 'form.duration': '久期', + 'FxSwapPairTermPosition.Amount1': '货币1金额', + 'button.reload': '刷新', + 'DV01PositionDetail.DV01': 'DV01', + 'alt.downTempDescribe': '请按照数据模板的格式准备导入数据,模板中的表头名称不可更改,表头行不能删除', + 'FxOptionPosition.DailyPNL': '日损益(损益货币)', + 'field.limitList': '限额列表', + 'field.siteIdName': '运营机构', + 'FxSpotPairTermPosition.Exposure1': '敞口1', + 'FxSpotPairTermPosition.MonthlyPNL': '月损益(损益货币)', + 'alt.font': '字体', + 'field.payAmount': '支付金额', + 'field.cashflowStatus': '状态', + 'field.factorType': '因子类型', + 'FundPositionDetail.PriceDate': '净值日期', + 'duration.normalTrade': '正常交易', + 'field.dealCount': '申购份额', + 'alt.notImportableList': '本次不可以导入的列表', + 'field.cpty': '交易对手', + 'field.dataIndex': '数据项', + 'FxSwapPositionDetail.TradeDate': '交易日', + 'button.redeem': '赎回', + 'alt.successNum': '成功导入数量', + 'field.delistDate': '退市日期', + 'field.whetherRequired': '是否必填', + 'field.sourceName': '交易来源', + 'framework.BUTTON_TRIGGER_WARN_MSG': '您的操作过于频繁,请稍后再试!', + 'button.expiry': '放弃行权', + 'field.maturityDate': '到期日', + 'field.vanna': 'vanna', + 'field.holidayRule': '节假日规则', + 'field.source': '外部来源标识', + 'form.spotRate': '即期汇率', + 'BondTermPositionDetail.BizUKIDParent': '父流水号', + 'FxSwapPositionDetail.Product': '产品', + 'alt.currencySearch': '货币检索', + 'PmSpotCurrencyPositionDetail.SpotRate': '即期汇率', + 'FolderPnlPositionDetail.ValueDate': '起息日', + 'field.maturity': '到期', + 'PmSpotCurrencyPosition.DailyPNLLocal': '日损益(本地货币)', + 'PmExpoursePositionDetail.Pair': '标的', + 'field.amountUnit': '计量单位', + 'field.fundManageComp': '管理人', + 'button.previous': '上一步', + 'button.touchHandler': '触碰/未触碰', + 'FxExpoursePositionDetail.BizUKIDParent': '父流水号', + 'from.marketType': '市场类别', + 'menu.reload': '刷新', + 'button.unwind': '违约', + 'FolderPnlPosition.Cash': '现金(损益货币)', + 'form.accruedInterest': '应计利息', + 'PmExpoursePositionDetail.MaturityDate': '到期日', + 'form.amount1': '货币1', + 'field.dataUserId': '用户id', + 'BondTermPosition.PVBP': 'PVBP', + 'FxOptionPositionDetail.Ccy': '本金货币', + 'field.effect': '生效', + 'form.commonGrpEltId': '组成员', + 'PmSwapPairPosition.MarketPmsFwdRate': '市场远期汇率', + 'field.isinCode': 'ISIN编码', + 'field.transfer': '是否转让', + 'DcsTradeOffset.amount1': '金额1', + 'field.copyingAssociated': '关联复制', + 'button.commodityGrp': '商品代码组', + 'field.book': '账簿', + 'button.calculate': '计算', + 'FxOptionPositionDetail.TradeDate': '交易日', + 'form.event': '事件', + 'PmOptionPosition.PNL': '损益(损益货币)', + 'field.insureAmt': '保证本金', + 'PmSpotCurrencyPositionDetail.TradeDate': '交易日', + 'field.settlementDate': '结算日', + 'form.fixDate': '定盘日期', + 'form.refund': '退还', + 'field.dealName': '交易字段短名', + 'duration.closePos': '平仓', + 'button.cancel': '取消', + 'FxRiskPositionDetail.BizUKIDTop': '原始流水号', + 'PmExpourseAUXPositionDetail.BizUKIDParent': '父流水号', + 'FolderPnlPositionDetail.Cash': '现金', + 'FxSpotPairPosition.YearlyPNL': '年损益(损益货币)', + 'form.payOpt': 'Pay', + 'field.issueInfo': '发行信息', + 'error.tradeDate.greatValueDate': '交易日不能大于起息日', + 'field.ccy': '估值货币', + 'form.peltDescribe': '组合描述', + 'button.superQuery': '高级查询', + 'button.emailReminder': '催发邮件', + 'form.tenThousandYield': '万份收益', + 'PmSwapPairPosition.curveCode1': '货币1曲线', + 'form.ratingAgency': '评级机构', + 'field.curve': '曲线', + 'field.inputMode': '录入模式', + 'field.fundCode': '基金理财', + 'menu.more': '更多', + 'DcsDailyQuery.Operation': '操作', + 'field.linesPreempted': '额度预占', + 'field.innerFolder': 'CBS账号', + 'FundPositionDetail.LastValuation': '上日估值', + 'form.compoundFrequency': '计息频率', + 'field.defaultFlag': '默认', + 'field.netValueDetail': '净值详情', + 'FxSpotCurrencyPosition.MonthlyPNLLocal': '月损益(本地货币)', + 'form.isoCode': 'ISO代码', + 'field.typeCode': '分类编码', + 'field.physicalDate': '实物结算日', + 'PmOptionPosition.YearlyPNL': '年损益(损益货币)', + 'DV01PositionDetail.Underlying': '标的物', + 'form.contractTemp': '组合模板', + 'BondPositionDetail.ytm': '收益率(%)', + 'form.discount': '贴现', + 'form.bondPrice': '债券价格', + 'PmSpotCurrencyPosition.BreakevenPoint': '盈亏平衡点', + 'FundPositon.PositionHold': '持仓份额', + 'field.realAmount': '实际创设总金额', + 'SinglePositionDetail.BizUKIDParent': '父流水号', + 'form.instEndDate': '认购终止日', + 'PmSwapPositionDetail.BizUKIDParent': '父流水号', + 'button.mockTestingGO': '模拟测试-GO', + 'field.complianceRisk': '操作风险', + 'alt.packetField': '数据包字段', + 'DcsDailyQuery.globalId': '外部唯一编号', + 'SinglePosition.YearlyPNL': '年损益(损益货币)', + 'DcsBondStoreDetail.buySell': '买卖方向', + 'FutureAvgPositionDetail.BizUKIDTop': '原始流水号', + 'PmOptionPositionDetail.Ccy': '本金货币', + 'field.serviceAddress': '服务地址', + 'form.Instrument': '产品', + 'duration.irrevocable': '不可撤销', + 'field.limitId': '限额ID', + 'BondTermPositionDetail.Duration': '久期', + 'field.dirtyAmount': '全价金额', + 'FutureAvgPosition.YearlyPNL': '年损益(损益货币)', + 'field.crmCustomerName': '核心客户名称', + 'form.location': 'Location', + 'FundPositionDetail.IncomePosition': '万份收益日计算收益的份额', + 'form.cashflowtype': '现金流类型', + 'FutureAvgPositionDetail.Contract': '合约代码', + 'hisVersion.nextVersionName': '版本2', + 'DV01PositionDetail.MaturityDate': '到期日', + 'FxSpotCurrencyPositionDetail.Folder': '账户', + 'form.chioceOrder': '选中排序', + 'FxSpotPairTermPosition.MarketSpotRate1': '市场汇率', + 'PmSwapPairPosition.DV011': 'DV01货币1', + 'PmExpoursePositionDetail.TradeDate': '交易日', + 'FutureAvgPositionDetail.BuySell': '交易方向', + 'field.item': '条', + 'field.localName': '简称', + 'error.fileNotEmpty': '文件内容不能空!', + 'PmExpoursePositionDetail.ValueDate': '起息日', + 'field.dealFieldStr': '交易字段名称', + 'field.spotNoDecimal': '即期汇率位数', + 'field.valueDate': '起息日', + 'form.classification': '分类选择', + 'field.dayRuleDesc': '日期规则描述', + 'duration.revocable': '可撤销', + 'field.subTypeName': '商品子类', + 'alt.data': '数据', + 'form.borrow': '贷入', + 'field.settleDaterule': '交割日期规则', + 'field.weightValue': '加权敏感度1', + 'FxPmSpotPairPosition.Currency1': '货币1', + 'FxRiskPosition.Collection': '层级', + 'field.newBondList': '新券', + 'FxOptionPositionDetail.PremiumCcy': '期权费货币', + 'FxSwapPositionDetail.MaturityDate': '到期日', + 'framework.UNSELECT_LESS_ONE_ROW': '请至少选中一条记录!', + 'FxExpoursePositionDetail.SpotRate': '即期汇率', + 'field.minimumPriceChanger': '最小变动价位', + 'form.unitNetValue': '单位净值', + 'FxOptionPositionDetail.ValueDate': '起息日', + 'form.issuer': '发行人', + 'field.yes': '是', + 'button.detailed': '明细', + 'BondPosition.Convexity': '凸性', + 'DcsTradeOffset.underlying': '标的', + 'button.action': '操作', + 'field.countryCode': '国家', + 'field.tradeType': '交易类型', + 'form.payConvention': '支付惯例', + 'BondTermPosition.CleanPrice': '净价', + 'BondPosition.Duration': '久期', + 'field.typeName': '商品大类', + 'PmExpoursePositionDetail.Folder': '账户', + 'field.marketType': '市场类别', + 'alt.ruleCode': '限额指标', + 'PmSwapPositionDetail.Product': '产品', + 'form.maturityDate': '到期日期', + 'field.bondsTypology': '债券类型信息', + 'field.term': '期限', + 'field.minOccurateRate': '最小占用比例%', + 'field.times': '次数', + 'DV01Position.Currency': '货币', + 'SinglePositionDetail.PV': 'PV(估值货币)', + 'field.Tuesday': '星期二', + 'DV01PositionDetail.DV01PNL': 'DV01(损益货币)', + 'PmOptionPosition.PremiumCcy': '期权费货币', + 'DcsBondStoreClassify.Category': '分类', + 'form.baseInformation': '基本信息', + 'common.setstyle.tip.selectRecoed': '请选择一条记录!', + 'FolderPnlPosition.Product': '产品', + 'form.branchLevel': '级别', + 'form.FixingsAt': '定盘', + 'field.forwardPriceDigit': '价格位数', + 'FxSpotPairTermPosition.BreakevenPoint': '盈亏平衡点', + 'field.isInternalOrganizations': '是否内部机构', + 'PmSpotCurrencyPositionDetail.BizUKIDParent': '父流水号', + 'PmSwapPositionDetail.Amount1': '货币1金额', + 'form.executePrice': '执行价', + 'button.closeOut': '平盘', + 'field.curveValueDate': '起息日期', + 'field.fundInfo': '基金详情', + 'PmOptionPosition.Operation': '操作', + 'field.rollback': '提前交割', + 'form.collectOpt': 'Receive', + 'field.functionRule': '函数', + 'FutureAvgPositionDetail.Product': '产品', + 'field.rate2': '货币2利率', + 'PmSwapPairPosition.BreakevenPoint': '盈亏平衡点', + 'field.yearOverTimes': '年超限次数', + 'menu.setStyle': '设置列样式', + 'button.accept': '定盘', + 'field.no': '否', + 'FundPositon.Operation': '操作', + 'FxPmSpotPairPosition.Pair': '标的物', + 'form.dealDirection': '交易方向', + 'field.startDate': '开始日期', + 'field.functionList': '函数列表', + 'field.port': '端口', + 'field.days': '天数', + 'BondTermPosition.BondAmount': '面值', + 'field.monthOverTimes': '月超限次数', + 'field.optionType': '期权类型', + 'form.holiday': '节假日', + 'FxOptionPosition.Gamma': 'Gamma', + 'FxRiskPositionDetail.BizUKID': '业务编号', + 'alt.copy': '复制', + 'form.amount2': '货币2', + 'alt.fileSizeOver': '文件大小超过{0}', + 'error.validation.exist': '数据已经存在', + 'FxRiskPositionDetail.Product': '产品', + 'BondInventoryPosition.Book': '交易台', + 'alt.issuerSearch': '发行人检索', + 'alt.simulateMarket': '市场检查', + 'error.resourceNotExist': '资源不存在!', + 'framework.UNFIND_MATCH_FORM_BY_TARGET': '匹配不到目标表单!', + 'DcsDailyQuery.BuySell': '方向', + 'BondPosition.BondIndexation': '债券类型', + 'BondTermPosition.Folder': '账户', + 'button.dateChange': '切日', + 'field.limitName': '自定义名称', + 'field.amount1': '货币1金额', + 'FxRiskPosition.DeltaJPY': 'Delta(JPY)', + 'field.weight': '系数', + 'FundPositionDetail.TradeType': '交易类型', + 'field.crmCustomerNo': '核心客户号', + 'form.headParameter': 'Head参数', + 'PmSpotPairPosition.YearlyPNL': '年损益(损益货币)', + 'FxSwapPairTermPosition.DV012': 'DV01货币2', + 'field.endDateAdj': '结束日期', + 'form.paymentLag': '支付调整天数', + 'form.fund': '基金', + 'field.liquidSpeed': '清算速度', + 'form.branchInfo': '机构信息', + 'PmSwapPairPosition.Operation': '操作', + 'field.interestNoDecimal': '利率位数', + 'form.tradingBoardRatio': '涨停板比例(%)', + 'FxOptionPosition.MV': '市值', + 'PmSpotPairPosition.Currency2': '货币2', + 'field.instEndDate': '认购终止日', + 'button.reset': '重置', + 'field.交易到期': 'expired', + 'form.twFC': '25C', + 'button.query': '查询', + 'FxSpotCurrencyPosition.BreakevenPoint': '盈亏平衡点', + 'form.principalInterest': '本息', + 'form.country': '国家/地区', + 'error.beginObsDate.lessTradeDate': '观察开始日期不能小于交易日期', + 'DV01PositionDetail.TradeDate': '交易日', + 'field.site': '运营机构', + 'FxRiskPosition.VegaUSD': 'Vega(USD)', + 'field.swapPoint': '掉期点', + 'form.swapPoint': '掉期点', + 'BondPosition.MaturityDate': '到期日', + 'field.incomeDistribution': '收益分配说明', + 'button.rollback': '提前交割', + 'SinglePositionDetail.BizUKID': '业务编号', + 'form.repaymentPeriod': '偿还期(年)', + 'form.pv': '日间估价全价(元)', + 'FutureAvgPositionDetail.BizUKID': '业务编号', + 'button.batchOpt': '批量操作', + 'FxSpotCurrencyPosition.YearlyPNL': '年损益(损益货币)', + 'FolderPnlPositionDetail.BizUKIDTop': '原始流水号', + 'alt.record': '记录', + 'FxSwapPositionDetail.ValueDate': '起息日', + 'info.common.base.name': '名称', + 'FxSpotPairTermPosition.YearlyPNLLocal': '年损益(本地货币)', + 'FxSwapPairPosition.Operation': '操作', + 'duration.knock': '敲入/敲出', + 'form.book': '账簿', + 'FxRiskPosition.GammaTotal': 'Gamma汇总(货币)', + 'FxRiskPositionDetail.BizUKIDParent': '父流水号', + 'FxExpoursePositionDetail.TradeDate': '交易日', + 'FxSpotCurrencyPositionDetail.ValueDate': '起息日', + 'field.countryArea': '国家(地区)', + 'form.settleCurrency': '结算币种', + 'PmSpotCurrencyPosition.Operation': '操作', + 'PmSwapPairPosition.Amount2': '货币2金额', + 'field.minWatchValue': '最小监测值', + 'field.weekOfMonth': '第几周(月)', + 'FxSwapPairTermPosition.EqExposure1': '等值敞口', + 'field.premiumCcy': '期权费货币', + 'form.listedSector': '上市板块', + 'SinglePositionDetail.PNL': '损益(估值货币)', + 'field.ratingDate': '评级日期', + 'form.floatingIndex': '浮动利率指标', + 'BondPosition.Folder': '账户', + 'field.carrierMode': '载体运行方式', + 'form.interfaceStatus': '接口状态', + 'field.commodityType': '标准种类', + 'field.creditExtension': '授信参数', + 'field.functionExpressions': '函数表达式', + 'form.transferDate': '划款日', + 'SinglePositionDetail.MaturityDate': '到期日', + 'field.holidayId': '节假日', + 'alt.fileFormatErr': '文件格式不正确', + 'BondInventoryPosition.FreezeAmount': '冻结头寸', + 'DcsBondStoreClassify.TotalAmount': '总头寸', + 'field.underlyingType': '标的大类', + 'field.yesterdayWatchValue': '上一日监测值', + 'form.price': '价格', + 'DcsBondStoreRecord.Bond': '债券', + 'DV01Position.DV01Local': 'DV01(本地货币)', + 'field.payDate': '缴款日', + 'field.quantoPair': 'Quanto货币对', + 'field.pay': '付', + 'PmSwapPositionDetail.Folder': '账户', + 'field.riskAreaId': '风险地区', + 'form.splitRule': '拆分规则', + 'field.Sunday': '星期天', + 'FxSwapPairPosition.Points': '升贴水', + 'DV01PositionDetail.DV01Local': 'DV01(本地货币)', + 'BondTermPositionDetail.BuySell': '方向', + 'field.coverMode': '份额结转方式', + 'field.dataDetail': '数据详情', + 'field.mv': '市值', + 'button.batchOptCashflow': '批量操作现金流', + 'form.ccy1Remainning': '货币1剩余金额', +}; diff --git a/packages/rcs_5.0/src/lang/locale/zh/menuMock.js b/packages/rcs_5.0/src/lang/locale/zh/menuMock.js new file mode 100644 index 0000000..b403fc3 --- /dev/null +++ b/packages/rcs_5.0/src/lang/locale/zh/menuMock.js @@ -0,0 +1,456 @@ +export default { + menu: { + 'workbenchPage': '工作台页面', + 'dailyTransactionQuery': '日成交查询', + 'reminders': '提醒事项', + 'riskPositions': '风险头寸', + 'marketRisk': '市场风险', + 'creditLimit': '信用额度', + 'authorizationRatio': '授权占比', + 'marketData': '市场数据', + 'profitAndLossChange': '损益变动', + 'tradeApproval': '交易审批', + 'userInfo': '用户信息', + 'assetStatus': '资产状况', + 'limitExceedEvents': '超限事件', + 'settlementReporting': '结算发报', + 'paymentApproval': '收付审批', + 'interfaceCommunicationStatus': '接口通讯情况', + 'dailyFullReport': '当日全量', + 'tradeBookkeeping': '交易簿记', + 'forex': '外汇', + 'forexSpot': '外汇即期', + 'historicalVersions': '历史版本', + 'forexForward': '外汇远期', + 'forexSwap': '外汇掉期', + 'forexOptions': '外汇期权', + 'forexVanillaOptions': '外汇普通期权', + 'forexBarrierOptions': '外汇障碍期权', + 'forexDigitalOptions': '外汇数字期权', + 'forexTouchOptions': '外汇触碰期权', + 'forexAsianOptions': '外汇亚式期权', + 'currencySwap': '货币互换(CCS)', + 'floatingToFixed': '浮动-固定', + 'floatingToFloating': '浮动-浮动', + 'fixedToFloating': '固定-浮动', + 'moneyMarket': '货币市场', + 'multiPeriodLending': '多期拆借', + 'interbankLending': '同业拆借', + 'outrightRepo': '买断式回购', + 'pledgeRepo': '质押式回购', + 'bondLending': '债券借贷', + 'reserveRequirement': '存款准备金', + 'fundTransfer': '资金调拨', + 'interestRate': '利率', + 'cashBondTrading': '现券买卖', + 'bondForward': '债券远期', + 'interestRateSwap': '利率互换(IRS)', + 'interestRateCapFloor': '利率上下限', + 'interestRateSwaption': '利率互换期权', + 'forwardRateAgreement': '远期利率协议', + 'credit': '信用', + 'creditDefaultSwap': '信用违约互换(CDS)', + 'commodity': '商品', + 'preciousMetalSpot': '贵金属即期', + 'preciousMetalForward': '贵金属远期', + 'preciousMetalSwap': '贵金属掉期', + 'preciousMetalOptions': '贵金属期权', + 'preciousMetalVanillaOptions': '贵金属普通期权', + 'preciousMetalBarrierOptions': '贵金属障碍期权', + 'preciousMetalDigitalOptions': '贵金属数字期权', + 'preciousMetalTouchOptions': '贵金属触碰期权', + 'preciousMetalAsianOptions': '贵金属亚式期权', + 'preciousMetalLending': '贵金属拆借', + 'goldLeasing': '黄金租赁', + 'fees': '费用', + 'singleCashFlow': '单边现金流', + 'comboTrade': '组合交易', + 'straddleOptionsCombo': '跨式期权组合', + 'strangleOptionsCombo': '异价跨式期权组合', + 'butterflyOptionsCombo': '蝶式期权组合', + 'bullCallSpreadCombo': '看涨期权价差组合', + 'bearPutSpreadCombo': '看跌期权价差组合', + 'seagullOptionsCombo': '海鸥期权组合', + 'riskReversalCombo': '风险逆转期权组合', + 'participatingForwardCombo': '参与型远期组合', + 'configTools': '配置工具', + 'productDefinition': '产品定义', + 'productManagement': '产品管理', + 'basicProductDefinition': '基础产品定义', + 'comboProductDefinition': '组合产品定义', + 'buttonConfig': '按钮配置', + 'positionManagement': '头寸管理', + 'splitRuleDefinition': '拆分规则定义', + 'positionDefinition': '头寸定义', + 'positionSimulationTest': '头寸模拟测试', + 'dataAccessSimulation': '接入数据模拟', + 'otherSimulationTest': '其他模拟测试', + 'positionAggregationDefinition': '头寸归集定义', + 'dataAccessManagement': '接入数据管理', + 'positionMonitoringQuery': '头寸监控查询', + 'dataAccessDetails': '接入数据详情', + 'parameterManagement': '参数管理', + 'commonParameters': '公共参数', + 'appMarketManagement': '应用市场管理', + 'alternateCode': '备选代码', + 'alternateCodeGroup': '备选代码组', + 'underlyingManagement': '标的管理', + 'quotaClassification': '额度分类', + 'commonComponents': '公共组件', + 'fieldDefinition': '字段定义', + 'extendedFieldDefinition': '扩展字段定义', + 'dataPackageDefinition': '数据包定义', + 'functionLibraryManagement': '函数库管理', + 'conditionComponentConfig': '条件组件配置', + 'queryComponentConfig': '查询组件配置', + 'translationComponentConfig': '转义组件配置', + 'universalRuleConfig': '通用规则配置', + 'messageReminderConfig': '消息提醒配置', + 'messageSettings': '消息设置', + 'multiLanguageConfig': '多语言配置', + 'helpConfig': '帮助配置', + 'messageReminderDetails': '消息提醒明细', + 'userPreferences': '用户偏好', + 'operationsTools': '运维工具', + 'approvalManagement': '审批管理', + 'processAssociation': '流程关联', + 'roleManagement': '角色管理', + 'modelManagement': '模型管理', + 'processDefinition': '流程定义', + 'eopsManagement': 'Eops管理', + 'taskScheduling': '任务调度', + 'historicalInfo': '历史信息', + 'taskInstance': '任务实例', + 'taskConfig': '任务配置', + 'applicationManagement': '应用管理', + 'nacosManagement': 'Nacos管理', + 'registry': '注册中心', + 'configListener': '配置监听', + 'configCenter': '配置中心', + 'configHistory': '配置历史', + 'xnetManagement': 'XNet管理', + 'xnetListener': 'XNet监听', + 'xnetConfig': 'XNet配置', + 'ecasManagement': 'Ecas管理', + 'userManagement': '用户管理', + 'institutionManagement': '机构管理', + 'logQuery': '日志查询', + 'parameterMaintenance': '参数维护', + 'multiLanguageManagement': '多语言管理', + 'eventManagement': '事件管理', + 'forexPosition': '外汇持仓', + 'forexSpotSingleCurrencyPosition': '外汇即期单货币头寸', + 'forexSpotCurrencyPairPosition': '外汇即期货币对头寸', + 'forexSwapPosition': '外汇掉期头寸', + 'forexSwapTenorPosition': '外汇掉期期限头寸', + 'forexOptionsPosition': '外汇期权头寸', + 'forexExposureSummary': '外汇敞口汇总', + 'forexSpotDetail': '明细', + 'historyPos': '历史头寸', + 'bondHoldings': '债券持仓', + 'bondPositionHoldings': '债券持仓头寸', + 'bondInventory': '债券库存', + 'preciousMetalPosition': '贵金属持仓', + 'preciousMetalSpotSingleCurrencyPosition': '贵金属即期单货币头寸', + 'preciousMetalSpotCurrencyPairPosition': '贵金属即期货币对头寸', + 'preciousMetalSwapPosition': '贵金属掉期头寸', + 'preciousMetalSwapTenorPosition': '贵金属掉期期限头寸', + 'preciousMetalOptionsPosition': '贵金属期权头寸', + 'preciousMetalExposureSummary': '贵金属敞口汇总', + 'interestRatePosition': '利率头寸', + 'positionMonitorSettings': '头寸监控配置', + 'dv01Position': 'DV01头寸', + 'pv01Position': 'PV01头寸', + 'singlePosition': '单笔头寸', + 'accountProfitAndLossPosition': '账户损益头寸', + 'MMPosition': '货币持仓头寸', + 'forexCashFlowQuery': '外汇现金流查询', + 'businessManagement': '业务管理', + 'myProcesses': '我的流程', + 'lifecycleManagement': '存续期管理', + 'lifecycleEventManagement': '存续期事件管理', + 'cashFlowManagement': '现金流管理', + 'fixingManagement': '定盘管理', + 'endOfDayValuation': '日结估值', + 'riskManagement': '风险管理', + 'riskIndicatorDefinition': '风险指标定义', + 'indicatorDefinition': '指标定义', + 'commonVariableDefinition': '公共变量定义', + 'conditionDimensionDefinition': '条件维度定义', + 'riskParameterManagement': '风险参数管理', + 'indicatorApplicationManagement': '指标应用管理', + 'indicatorDataSimulation': '指标数据模拟', + 'riskLimitManagement': '风险限额管理', + 'operationalLimitManagement': '操作限额管理', + 'creditLimitManagement': '信用限额管理', + 'marketLimitManagement': '市场限额管理', + 'blackWhiteListManagement': '黑白名单管理', + 'priceAuditManagement': '价格审核管理', + 'limitRecalculation': '限额重算', + 'riskLimitQuery': '风险限额查询', + 'operationalLimitQuery': '操作限额查询', + 'creditLimitQuery': '信用限额查询', + 'marketLimitQuery': '市场限额查询', + 'riskResultsQuery': '风险结果查询', + 'riskEventQuery': '风险事件查询', + 'riskEventAnalysisQuery': '风险事件分析查询', + 'riskOccupancyDetails': '风险占用明细', + 'marketLimitDailyDataAnalysis': '市场限额日数据分析', + 'riskEventDetails': '风险事件明细', + 'riskRecalculationPopup': '风险重算弹窗', + 'frtb': 'FRTB', + 'capitalQuery': '资本查询', + 'marketRiskCapital': '市场风险资本', + 'sensitivityRiskCapital': '敏感度风险资本', + 'defaultRiskCapital': '违约风险资本', + 'residualRiskCapital': '剩余风险资本', + 'capitalAnalysis': '资本分析', + 'roeAnalysis': 'ROE分析', + 'dashboard': '驾驶舱', + 'marketRiskCapitalReport': '市场风险资本报告', + 'capitalTrialCalculation': '资本试算', + 'scenarioTesting': '情景测试', + 'tradeCapitalTrialCalculation': '交易资本试算', + 'coefficientManagement': '系数管理', + 'absRiskWeightManagement': 'ABS风险权重管理', + 'sensitivityCalculator': '敏感度计算器', + 'marketRiskCapitalDetail': '市场风险资本明细', + 'sensitivityRiskCapitalDetail': '敏感度风险资本明细', + 'defaultRiskCapitalDetail': '违约风险资本明细', + 'residualRiskCapitalDetail': '剩余风险资本明细', + 'issuerDrc': '发行人DRC', + 'frtbParamManager': '参数管理', + 'queryManagement': '查询管理', + 'commonQuery': '公共查询', + 'marketDataQuery': '市场数据查询', + 'marketDataHistoricalVersions': '市场数据历史版本', + 'tradeQuery': '交易查询', + 'dailyTradeTransactionQuery': '日成交交易查询', + 'customTradeQuery': '自定义交易查询', + 'comboTradeQuery': '组合交易查询', + 'print': '打印', + 'tracking': '跟踪', + 'lifecycle': '生命周期', + 'attachmentManagement': '附件管理', + 'accountDetails': '账户明细', + 'bondDetails': '债券明细', + 'tradeEvents': '交易事件', + 'cashFlowBondSettlement': '现金流债券交割', + 'bondQuery': '债券查询', + 'bondSearch': '债券检索', + 'valuationQuery': '估值查询', + 'singleValuationResultsQuery': '逐笔估值结果查询', + 'comprehensiveAnalysis': '综合分析', + 'gapAnalysis': '缺口分析', + 'reportQuery': '报表查询', + 'cashFlowStatistics': '现金流统计', + 'backOfficeOperations': '后线运营', + 'tradeConfirmation': '交易确认', + 'tradeReview': '交易审核', + 'clearingSettlement': '清算结算', + 'settlementPath': '结算路径', + 'allSettlementPaths': '全部结算路径', + 'ourSettlementPath': '我方结算路径', + 'counterpartySettlementPath': '对方结算路径', + 'clearingApproval': '清算审批', + 'manualNetting': '手工轧差', + 'paymentReporting': '收付发报', + 'paymentReversal': '收付撤销', + 'centralClearing': '集中清算', + 'holidayAdjustment': '假日调整', + 'paymentMessage': '收付报文', + 'incomingPaymentSorting': '来账分拣', + 'accounting': '会计核算', + 'bondPosition': '债券头寸', + 'manualAssignment': '手工指定', + 'measurementTracking': '计量跟踪', + 'reconciliationProcessing': '对账处理', + 'initialBalance': '余额初始', + 'balanceComparison': '余额比对', + 'voucherManagement': '凭证管理', + 'errorAccountingManagement': '错误账务管理', + 'manualEntry': '手工录入', + 'manualReversal': '手工冲正', + 'adjustmentApproval': '调账审核', + 'accountingExceptionHandling': '记账异常处理', + 'queryStatistics': '查询统计', + 'cashFlowQuery': '现金流查询', + 'physicalFlowQuery': '实物流查询', + 'paymentDetails': '收付明细', + 'settlementDetails': '交割明细', + 'settlementOrderQuery': '交割单查询', + 'accountingEntries': '会计分录', + 'inventoryAccounting': '库存账务', + 'accountBalance': '账户余额', + 'coreBalanceQuery': '核心余额查询', + 'accountingDetails': '账务明细', + 'accountingLogs': '账务日志', + 'accountErrorComparison': '账号对照错误', + 'thresholdExceptionQuery': '阀值异常查询', + 'daytimeOutgoingData': '日间出账数据', + 'endOfDayOutgoingData': '日终出账数据', + 'outgoingRulesQuery': '出账规则查询', + 'outgoingEventsQuery': '出账事件查询', + 'accountingRulesQuery': '账务规则查询', + 'accountingMeasurement': '会计计量', + 'valuationDetails': '估值明细', + 'accrualDetails': '计提明细', + 'tradeConfirmationProfitLoss': '交易确认盈亏', + 'provisionQuery': '拨备查询', + 'provisionTransaction': '拨备流水', + 'provisionFallbackRate': '拨备兜底率', + 'monitoringQuery': '监控查询', + 'tradeLogs': '交易日志', + 'tradeTracking': '交易跟踪', + 'applicationLogs': '应用日志', + 'batchLogs': '批量日志', + 'batchExceptions': '批量异常', + 'batchScheduling': '批量调度(内部测试使用)', + 'bondMeasurement': '债券计量', + 'inventoryBalance': '库存余额', + 'inventoryAccrualEstimationQuery': '库存计摊估查询', + 'custodianBalance': '托管机构余额', + 'bondImpairment': '债券减值', + 'basicParameters': '基础参数', + 'verificationRules': '证实规则', + 'clearingRules': '清算规则', + 'incomingPaymentSortingRules': '来账分拣规则', + 'messageRules': '报文规则', + 'messageRuleMaintenance': '报文规则维护', + 'institutionMaintenance': '机构维护', + 'accountingRules': '账务规则', + 'ledgerManagement': '账簿管理', + 'subjectManagement': '科目管理', + 'scenarioManagement': '场景管理', + 'sessionManagement': '场次管理', + 'entryMaintenance': '分录维护', + 'subjectMapping': '科目映射', + 'thresholdParameters': '阀值参数', + 'thresholdRelease': '阀值放行', + 'otherConfigurations': '其他配置', + 'approvalTemplate': '审核模板', + 'builtinParameters': '内置参数', + 'dataImport': '数据导入', + 'tradeSettlementPath': '交易结算路径', + 'universalRules': '通用规则', + 'tradeVerification': '交易证实', + 'verificationMatching': '证实匹配', + 'verificationDetails': '证实明细', + 'verificationMessage': '证实报文', + 'basicData': '基础数据', + 'currency': '货币', + 'currencyPair': '货币对', + 'tenor': '期限', + 'counterparty': '交易对手', + 'holiday': '节假日', + 'bookkeepingArchitecture': '簿记架构', + 'newHoliday': '新增节假日', + 'bondFund': '债券基金', + 'bond': '债券', + 'fund': '基金', + 'stock': '股票', + 'wealthManagement': '理财', + 'crmw': 'CRMW', + 'cln': 'CLN', + 'bondModification': '债券修改', + 'queryComponentManagementSettings': '查询组件管理设置', + 'queryComponentManagementMonitoring': '查询组件管理监控', + 'futuresCommodity': '期货商品', + 'categories': '种类', + 'underlying': '标的', + 'contract': '合约', + 'underlyingAttributes': '标的属性', + 'unitConversion': '单位换算', + 'dateRules': '日期规则', + 'operatingInstitution': '运营机构', + 'businessInstitution': '业务机构', + 'accountingBank': '账户行', + 'ratingAgency': '评级机构', + 'parameterPermissions': '参数权限', + 'systemParameters': '系统参数', + 'userPermissions': '用户权限', + 'ratingInfo': '评级信息', + 'datasetManagement': '数据集管理', + 'fixingIndicatorDefinition': '定盘指标定义', + 'curveSurfaceManagement': '曲线曲面管理', + 'accessRulesCheck': '接入规则检查', + 'exceptionDataManagement': '异常数据管理', + 'modulePermissionsManagement': '模块权限管理', + 'valuationModule': '估值模块', + 'valuationRulesManagement': '估值规则管理', + 'valuationCurveSurfaceAssignment': '估值曲线曲面分配', + 'valuationModelParameterManagement': '估值模型参数管理', + 'bondCurveAssignment': '债券曲线分配', + 'tradeUserDesktop': '交易员工作台', + 'forexDesktop': '外汇工作台', + 'userRoleManagement': '用户角色管理', + 'menuManagement': '菜单管理', + 'permissionUsageQuery': '权限使用查询', + 'managementOperationWorkbench': '后线运营工作台', + 'financialManagementSystem': '金融市场业务管理系统5.0', + 'clearingVerification': '清算核对', + 'settleTradeCapitalList': '贵金属清算信息查询', + 'zbondsTabs': '中债托管报告核对', + 'shchPledgeTabs': '上清买断回购核对', + 'shchBondsDealTabs': '上清现券买卖核对', + 'shchBalanceTabs': '上清账户余额核对', + 'pledgedBondsList': '上清质押券查询', + 'shchRepopleTabs': '上清质押回购核对', + 'shchSpotTabs': '上清即期交易核对', + 'shchForfwdTabs': '上清远期交易核对', + 'shchSwapTabs': '上清掉期交易核对', + 'custodianBalanceTabs': '托管机构余额核对', + 'reportManager': '报表管理', + 'interfacesManager': '接口管理', + 'irsDeal': '利率掉期', + 'ccsDeal': '货币掉期', + 'ndf': '无本金交割远期', + 'queryOperationLog': '操作日志查询', + 'sendExceptionManagement': '发送异常管理', + 'moneyFund': '货币基金', + 'treasuryBondf': '国债期货', + 'bondf': '期货', + 'standardBondf': '标准债券远期', + 'distributionStrategy': '分发策略', + 'nodeMonitor': '节点监控', + 'curveAllot': '曲线分配', + 'customTradeResult': '自定义交易查询结果', + 'bondDistribution': '债券分销', + 'dataSourceManagement': '数据源管理', + 'ratingHistory': '评级历史查询', + 'optionCalculator': '期权试算器', + 'rskManager': '风险管理', + 'rskIndex': '风险指标定义', + 'index': '指标定义', + 'commonVariables': '公共变量定义', + 'conditionDimension': '条件维度定义', + 'rskParam': '风险参数管理', + 'indexApply': '指标应用管理', + 'historyVersionCompare': '历史版本对比', + 'rskLimit': '风险限额管理', + 'operationLimit': '操作限额管理', + 'creditLimit': '信用限额管理', + 'marketLimit': '市场限额管理', + 'blackWhiteList': '黑白名单管理', + 'priceCheck': '价格审核管理', + 'limitRecalculation': '限额重算', + 'rskLimitQuery': '风险限额查询', + 'operationLimitQuery': '操作限额查询', + 'creditLimitQuery': '信用限额查询', + 'marketLimitQuery': '市场限额查询', + 'rskLimitDetailsQuery': '风险额度明细查询', + 'rskLimitDetailsCompare': '风险额度明细比较', + 'rskResultQuery': '风险结果查询', + 'rskEventQuery': '风险事件查询', + 'rskEventAnalysisQuery': '风险事件分析查询', + 'rskOccupyDetail': '风险占用明细', + 'marketlimitDailyAnalysis': '市场限额日数据分析', + 'rskEventDetail': '风险事件明细', + 'rskRecalculationWindow': '风险重算弹窗', + 'dcsCashFlowLogQuery': '现金流调整日志查询', + 'commandManagement': '指令管理', + 'commandQuery': '指令监控查询', + 'dealMatchManagement': '下行交易匹配管理', + 'dcsLogQuery': '交易日志查询', + }, +}; diff --git a/packages/rcs_5.0/src/main.js b/packages/rcs_5.0/src/main.js new file mode 100644 index 0000000..f97fb83 --- /dev/null +++ b/packages/rcs_5.0/src/main.js @@ -0,0 +1,83 @@ +import { service } from '@erayt/titanOne-vue/lib/main.js'; + +import routeConfig from '../config/route.config'; +import modules from './store/modules'; +import getters from './store/getters'; +import rxd from 'vue-dynamic'; +import 'vue-dynamic/dist/Dynamic.css'; +import 'vue-dynamic-theme'; +import ECharts from './plugins/echarts'; +import Vue from 'vue'; +import { messages } from './lang'; +import { message } from './utils/elementUtils'; +import { appInit } from './utils'; +import Sdp from './sdp'; +import apis from '@/api'; +import { confirmAction } from './utils'; +import Views from '@erayt/vue-sdp'; +const custservice = Eui.service; +Views.install(custservice.Vue, { + locale: {}, + i18n: function(key, value) { + return Views.getMessage(key, custservice.i18n.t.bind(custservice.i18n)); + }, +}); + +rxd.titan.init(); + +appInit(); +const EventBus = new Vue(); +Vue.prototype.$bus = EventBus; +Vue.prototype.$apis = apis; +Vue.config.devtools = process.env.NODE_ENV === 'development'; + +Vue.use(ECharts); +Vue.prototype.$message = message; +Vue.prototype.$confirmAction = confirmAction; +Vue.prototype.$buttonSize = 'small'; +// sdp pageLimit 参数默认设置 +Vue.prototype.$SdpPageSize = 20; +// Vue.prototype.$SdpPageSizes = [10, 20, 50, 100]; + +Vue.prototype.$SdpFunction = Sdp; + +import DcsDetailsDialogPlugin from './plugins/dcsDetailsDialogPlugin.js'; +Vue.use(DcsDetailsDialogPlugin); + +service.registerApplication('rcs_5.0', { + routeConfig, + getters, + modules, + i18n: messages, +}); + +// alibaba矢量图标库 +import './assets/iconfont/iconfont.css'; +import './assets/iconfont/iconfont.js'; +import IconFont from '@/components/iconFont'; +Vue.component('IconFont', IconFont); + +import PublicTable from '@/components/table'; +Vue.component('PublicTable', PublicTable); + +// main.js 或插件文件中 +// Vue.directive('local-storage-watch', { +// bind(el, binding) { +// const callback = binding.value; + +// // 监听原生storage事件 +// window.addEventListener('storage', (event) => { +// if (event.key === binding.arg) { +// callback(event.newValue, event.oldValue); +// } +// }); + +// // 监听自定义事件(当前页面修改) +// document.addEventListener('localStorageChanged', (event) => { +// if (event.key === binding.arg) { +// callback(event.newValue, localStorage.getItem(event.key)); +// } +// }); +// }, +// }); +service.load(); diff --git a/packages/rcs_5.0/src/mixins/ScopeIdMixin.js b/packages/rcs_5.0/src/mixins/ScopeIdMixin.js new file mode 100644 index 0000000..a6c08a5 --- /dev/null +++ b/packages/rcs_5.0/src/mixins/ScopeIdMixin.js @@ -0,0 +1,35 @@ +import loadCallbacks from '../utils/callbacks'; +import { filterOptions, transformOptions } from '../utils/transformLoadOptions'; +export default { + computed: { + loadOptions() { + console.log(this.$attrs, 'aaa'); + const { options = {}} = this.$attrs; + const { extraData = {}} = this.$route.meta || {}; + const params = filterOptions(transformOptions(extraData)); + return { + ...params, + ...options, + extraParams: { + ...(params.extraParams ? params.extraParams : {}), + ...(options.extraParams ? options.extraParams : {}), + }, + }; + }, + }, + watch: { + }, + mounted() { + const { extraData = {}} = this.$route.meta || {}; + if (loadCallbacks.hasOwnProperty(extraData.loadMode)) { + loadCallbacks[extraData.loadMode].call(this.$refs.withScopeId, this.loadOptions); + } + }, + methods: {}, + destroyed() { + const { scopeId } = this.loadOptions; + if (scopeId) { + Eui.Ipc.clearScope(scopeId); + } + }, +}; diff --git a/packages/rcs_5.0/src/mixins/posMixin.js b/packages/rcs_5.0/src/mixins/posMixin.js new file mode 100644 index 0000000..43c84c6 --- /dev/null +++ b/packages/rcs_5.0/src/mixins/posMixin.js @@ -0,0 +1,308 @@ + +import { setCurrency, commonMore } from '@/utils/index'; +export default { + data() { + return { + isRealTime: false, + activeTab: '0', + timer: null, + queryParam: {}, + configObj: { + buttonList: [], + }, + dropCustomButtons: [ + { slot: 'dropExportPage' }, + { slot: 'dropExportAll' }, + ], + }; + }, + mounted() { + + }, + beforeDestroy() { + // 组件销毁之前清除定时器 + this.clearTimer(); + }, + methods: { + clearTimer() { + if (this.timer) { + clearInterval(this.timer); + this.timer = null; + } + }, + /** + * 获取表格列 + * @param {String} scriptId + */ + async getTableConfig(scriptId, detailScriptId, posType) { + await this.$apis.getOneQueryComponent({ 'queryParam.__scriptId': scriptId }).then(res => { + this.configObj = res.data.result; + // 间隔时间 + this.configObj.interVal = this.configObj?.attributeList ? this.configObj?.attributeList.filter(v => v.code === 'interval')[0]?.value * 1000 : JSON.parse(this.configObj.attribute).filter(v => v.code === 'interval')[0]?.value * 1000; + // this.tableTopButton = [...this.tableTopButton,...res.data.result.buttonList.map(v => { + // return { + // ...v, + // text: v.localName, + // type: 'default', + // }; + // })]; + const btn = res.data.result?.buttonList ? res.data.result?.buttonList : JSON.parse(res.data.result.button); + if (btn?.filter(v => v.localName.includes('现金流查询')).length > 0) { + this.tableTopButton = [...this.tableTopButton, { + text: this.$t('menu.cashFlowQuery'), + type: 'default', + class: 'el-text-color', + callback: (value) => { + this.toCashFlow(value, this.searchParams.folder); + }, + posType: res.data.result.name, + }]; + } + const fieldList = res.data.result?.fieldList ? res.data.result?.fieldList : JSON.parse(res.data.result?.field); + this.columns = fieldList?.filter(v => v.display === 'Y').map((v, i) => { + return { + // ...v, + name: v.code, + prop: v.code, + headerAlign: 'center', + align: v?.attributeMap?.align, + label: v.localName, + minWidth: (v.width?.includes('%') ? document.querySelector('.table-box').offsetWidth * v.width : v.width) || '150px', + render: (h, params) => { + if (v.name === 'Operation') { + const detailTab = { + class: 'el-icon-document', + path: '/7026/pos/forexSpotSingleCurrencyPosition/detail', + query: { + extraParams: JSON.stringify(params.row), + scriptId: detailScriptId, + posType, + searchParams: JSON.stringify(this.searchParams), + }, + }; + // 外汇期权头寸操作按钮展示图标不同 + const icons = scriptId === 'FxOptionPosition' ? [ + { // to-do 2d情景分析 + class: 'el-icon-upload2', + path: '', + }, + { // tp-do 3d情景分析 + class: 'el-icon-folder', + path: '', + }, + detailTab, + ] : [detailTab]; + return h('div', + icons.map((icon, index) => + h('Icon', { + attrs: { + class: icon.class, + }, + style: { + cursor: 'pointer', + color: '#017BFF', + fontSize: '16px', + }, + on: { + click: () => { + Eui.service.router.push({ + path: icon.path, + query: icon.query, + }); + }, + }, + }), + ), + ); + } else { + return h('span', { + domProps: { + innerHTML: params.row[v.code], + }, + }); + } + }, + fixed: v.frozen === 'Y', + // width: v.width || 'auto', + }; + }); + }); + }, + // 根据登录信息设置 默认账户 + async setUserFolder(scriptId) { + const res = await this.$apis.getUserInfo(); + await this.$apis.findPreferenceDtoByUserIdAndType({ 'user': res.data.result.loginId, 'preferenceType': scriptId }).then(res => { + this.searchParams.folder = res.data.result.preferenceData; + }); + }, + async getOptions(code) { // 账户 + await this.$apis.getPosOptions({ 'codifierGrpCodes': code || 'folderTreeAuthWithGrp' }).then(res => { + this.formArr[0].options = res.data.result.folderTreeAuthWithGrp; + if (code) { + this.formArr[1].options = res.data.result[code.split(',')[1].includes('_') ? code.split(',')[1].split('_')[1] : code.split(',')[1]]; + } + }); + }, + getTableList(scriptId, isNotLoad, posType) { + console.log(scriptId, isNotLoad, posType, 'lklk'); + const param = [ + { field: 'posType', value: posType || scriptId }, + { field: 'flagHistory', value: '' }, + ]; + if (['FxSpotPairPosition', 'FxSpotCurrencyPosition', 'FxSwapPairPosition'].indexOf(scriptId) > -1) { + param.push({ field: 'dataSet', value: 'RealTime' }); + } + const keys = ['folder']; + keys.forEach(key => { + if (this.searchParams[key]) { + param.push({ filed: key, value: this.searchParams[key] }); + } + }); + const params = { + ...this.searchParams, + '__action': 'Query', + '__scriptId': scriptId, + '__sqlId': 'defaultSqlId', + param: JSON.stringify(param), + }; + // if (params.currency instanceof Array) { + // params.currency = params.currency.join(','); + // } + const transformedParams = {}; + for (const key in params) { + transformedParams[`queryParam.${key}`] = params[key]; + } + if (!isNotLoad) { + this.loading = true; + } + this.$apis.getForeignCurrencyList(transformedParams).then(res => { + this.tableData = res.data.result.datals; + setCurrency(res.data.result.datals, this.columns); + this.total = res.data.result.total; + this.loading = false; + }); + }, + toHistory(v, scriptId, posType) { + console.log(v, scriptId, 'vvv'); + this.setQuery(scriptId, posType); + if (v.localName === '历史头寸') { // 历史头寸 + Eui.service.router.push({ + path: '/7027/pos/historyPos', + query: this.queryParam, + }); + } else if (v.localName === '外汇现金流查询') { // 外汇现金流查询 + + } + }, + toCashFlow(value, folderId) { // 现金流查询 + console.log(value, 'vvvv'); + const productList = { 'forexSpotSingleCurrencyPosition': 'FXSPOT', 'forexSpotCurrencyPairPosition': 'FXSPOT', 'forexSwapPosition': 'FXSWAP,FXFWD,NDF', 'forexSwapTenorPosition': 'FXSWAP,FXFWD,NDF', 'forexOptionsPosition': 'FXOPTION_VANILA,FXOPTION_BARRIER,FXOPTION_DIGITAL,FXOPTION_TOUCH,FXOPTION_ASIAN,FXOPTION_RANGE_ACCRUAL' }; + Eui.service.router.push({ + path: '/7064/pos/posQuery/searchFxPosition', + query: { + folderId, + posType: value.posType, + product: productList[this.$route.path.split('/')[this.$route.path.split('/').length - 1]], + }, + }); + }, + setQuery(scriptId, posType, detailScriptId) { + const filteredParams = Object.assign({}, this.searchParams); + delete filteredParams.pageStart; + delete filteredParams.pageLimit; + this.queryParam = { + scriptId, + posType: posType || scriptId, + searchParams: JSON.stringify(filteredParams), + }; + if (detailScriptId) { + this.queryParam.detailScriptId = detailScriptId; + } + if (this.formArr.length > 1) { + this.queryParam.formArr = JSON.stringify(this.formArr.slice(1)); + } + }, + handleClick(tab, scriptId, detailScriptId, posType) { + console.log(tab.index, scriptId, 'eee'); + this.activeTab = tab.index; + if (tab.index === '1') { // 历史头寸 + this.setQuery(scriptId, posType, detailScriptId); + } + }, + startTimer(e, scriptId) { + if (e) { + this.timer = setInterval(() => { + this.getTableList(scriptId, true); + }, this.configObj.interVal); + } else { + this.clearTimer(); + } + }, + async exportPage(scriptId, posType, folder, type) { // 导出当前页 导出全部 + const arr = this.columns.map(v => { + return { + field: v.prop, + width: v.width || v.minWidth, + label: commonMore.encodeUnicode(v.label), + title: `${commonMore.encodeUnicode(v.label)}`, + }; + }); + const params = { + 'queryParam.__scriptId': scriptId, + 'queryParam.pageCtrl': false, + 'queryParam.__action': 'Export', + 'queryParam.__exportType': 'XLSX', + 'queryParam.folder': folder, + 'queryParam.__sqlId': 'defaultSqlId', + 'queryParam.pageLimit': 50, + 'queryParam.__exportSubType': type, // 0 当前页 1全部 + 'queryParam.__exportNum': type === 1 ? '-1' : '', + 'queryParam.pageStart': 1, + 'cols': JSON.stringify(arr), + 'queryParam.__exportHead': JSON.stringify(this.columns.map(v => { + return { + name: v.label, + key: v.prop, + width: v.width || v.minWidth, + align: v.align, + }; + })), + 'queryParam.param': JSON.stringify([{ 'field': 'posType', 'value': posType }, { 'field': 'flagHistory', 'value': '' }, { 'field': 'folder', 'value': folder }]), + 'queryParam.__gridType': 'treegrid', + 'queryParam.__idField': 'id', + 'queryParam.__closedItem': JSON.stringify(this.$refs.table.notExpandRows), + }; + const formObj = new FormData(); + + // 这里将整个 params 作为 reqJson 对象添加到 formObj 中 + formObj.append('reqJson', params); + // const { data, fileName } = await this.$apis.exportForData(formObj); + const { data, fileName } = await this.$apis.getForeignCurrencyList(params); + // const url = window.origin.replace(/^https?:/, '') + (process.env.NODE_ENV !== 'production' ? '/dev' : '') + '/pos/equery.action'; + // console.log(url, 'uuu'); + // fetch(url, { + // method: 'POST', + // body: formObj, + // }) + // .then(response => response.json()) + // .then(data => { + // console.log('成功:', data); + // }) + // .catch((error) => { + // console.error('错误:', error); + // }); + + console.log(data, fileName, '数据'); + const link = document.createElement('a'); + link.href = URL.createObjectURL(data); + link.download = fileName; + document.body.appendChild(link); + link.click(); + document.body.removeChild(link); + URL.revokeObjectURL(link.href); + }, + exportAll() { // 导出全部 + + }, + }, +}; diff --git a/packages/rcs_5.0/src/mixins/themeChangeMixin.js b/packages/rcs_5.0/src/mixins/themeChangeMixin.js new file mode 100644 index 0000000..ff2b429 --- /dev/null +++ b/packages/rcs_5.0/src/mixins/themeChangeMixin.js @@ -0,0 +1,40 @@ +export const themeChangeMixin = { + data() { + return { + theme: "", + observe: null, + }; + }, + mounted() { + const bodyEle = document.querySelector("body"); + this.getTheme(bodyEle); + this.observeThemeChange(bodyEle); + }, + + methods: { + getTheme(el) { + const themeClass = Array.from(el.classList).filter((item) => + item.startsWith("eui-theme") + ); + if (themeClass && themeClass[0]) { + this.theme = + themeClass[0].split("-")[themeClass[0].split("-").length - 1]; + } + }, + + observeThemeChange(el) { + if (this.observe) return; + this.observe = new MutationObserver((e) => { + this.getTheme(el); + // if (this.theme === 'black') { + // document.cookie = `theme=black; path=/`; + // } else { + // document.cookie = `theme=metrogreen; path=/`; + // } + }); + this.observe.observe(el, { + attributes: true, + }); + }, + }, +}; diff --git a/packages/rcs_5.0/src/plugins/dcsDetailsDialogPlugin.js b/packages/rcs_5.0/src/plugins/dcsDetailsDialogPlugin.js new file mode 100644 index 0000000..862f122 --- /dev/null +++ b/packages/rcs_5.0/src/plugins/dcsDetailsDialogPlugin.js @@ -0,0 +1,41 @@ +import DcsDetailsDialog from '@/views/dcs/components/DcsDetailsDialog'; +const DcsDetailsDialogPlugin = {}; +DcsDetailsDialogPlugin.install = function(Vue, options) { + // 创建一个 Vue 组件构造器 + const DcsDetailsDialogConstructor = Vue.extend(DcsDetailsDialog); + + Vue.prototype.$dcsDetailsDialog = function(methodOptions) { + const rootInstance = this; + + // 创建一个新实例 + const instance = new DcsDetailsDialogConstructor({ + propsData: { + title: methodOptions.title, + dealId: methodOptions.dealId, + product: methodOptions.product, + instrument: methodOptions.instrument, + onClose: methodOptions.onClose, + }, + parent: rootInstance, + $t: rootInstance.$i18n.t, + }); + + // 挂载实例到 DOM + const container = document.createElement('div'); + document.body.appendChild(container); + instance.$mount(container); + + // 添加事件处理 + if (methodOptions.onClose) { + instance.onClose = methodOptions.onClose; + } + + // 显示弹窗 + instance.show(); + + // 返回实例以便后续操作 + return instance; + }; +}; + +export default DcsDetailsDialogPlugin; diff --git a/packages/rcs_5.0/src/plugins/echarts.js b/packages/rcs_5.0/src/plugins/echarts.js new file mode 100644 index 0000000..4068d1d --- /dev/null +++ b/packages/rcs_5.0/src/plugins/echarts.js @@ -0,0 +1,36 @@ +import * as echarts from 'echarts'; + +const ECharts = { + install: function (Vue, options) { + Vue.prototype.$echarts = echarts; + Vue.component('v-chart', { + render: function (createElement) { + return createElement('div', this.$slots.default); + }, + mounted: function () { + this.chart = echarts.init(this.$el); + this.chart.setOption(this.options); + }, + props: { + options: Object + }, + watch: { + options: { + deep: true, + handler: function (newVal) { + if (this.chart) { + this.chart.setOption(newVal, true); + } + } + } + }, + beforeDestroy: function () { + if (this.chart) { + this.chart.dispose(); + } + } + }); + } +}; + +export default ECharts; \ No newline at end of file diff --git a/packages/rcs_5.0/src/router/dcsRouter.js b/packages/rcs_5.0/src/router/dcsRouter.js new file mode 100644 index 0000000..b8b332d --- /dev/null +++ b/packages/rcs_5.0/src/router/dcsRouter.js @@ -0,0 +1,55 @@ +export default [ + // 参数 交易审批 + { + path: '/dcs/approveIndex', + component: () => import('@/views/dcs/approveIndex'), + }, + // 现金流管理 + { + path: '/dcs/cashFlowManager', + component: () => import('@/views/dcs/cashFlowManager'), + }, + // + { + path: '/dcs/cashFlowManager/detail', + component: () => import('@/views/dcs/cashFlowManager/main'), + }, + // 存续期事件管理 + { + path: '/dcs/eventManager', + component: () => import('@/views/dcs/eventManager'), + }, + // 发送异常管理 + { + path: '/dcs/sendExceptionManager', + component: () => import('@/views/dcs/sendExceptionManager'), + }, + // 自定义交易查询 + { + path: '/dcs/customSearch', + component: () => import('@/views/dcs/customSearch'), + }, + // 自定义交易查询结果 + { + path: '/dcs/customResult', + component: () => import('@/views/dcs/customResult'), + }, + // 交易簿记 + { + path: '/dcs/prodInnoDesign', + component: () => import('@/views/dcs/prodInnoDesign'), + }, + { + path: '/dcs/dcsLogQuery', + component: () => import('@/views/dcs/dcsLogQuery'), + }, + // 日成交交易查询 + { + path: '/dcs/dcsDailyTradeQuery', + component: () => import('@/views/dcs/dcsDailyTradeQuery'), + }, + { + path: '/dcs/dcsLifeCycle', + component: () => import('@/views/dcs/dcsLifeCycle'), + }, +]; diff --git a/packages/rcs_5.0/src/router/index.js b/packages/rcs_5.0/src/router/index.js new file mode 100644 index 0000000..5e0c315 --- /dev/null +++ b/packages/rcs_5.0/src/router/index.js @@ -0,0 +1,47 @@ +import VueDynamic from 'vue-dynamic'; +import pubRouter from './pubRouter'; +import mdsRouter from './mdsRouter'; +import dcsRouter from './dcsRouter'; +import pmsRouter from './pmsRouter'; +import wksRouter from './wksRouter'; +import posRouter from './posRouter'; +export default [ + { + path: '/chart2', + component: () => import('../views/demos/charts/index2'), + }, + { + path: '/tableUse', + component: () => import('../views/demos/tableUse'), + }, + { + path: '/formUse', + component: () => import('../views/demos/formUse'), + }, + { + path: '/formFoldUse', + component: () => import('../views/demos/formFoldUse'), + }, + { + path: '/formSearchUse', + component: () => import('../views/demos/formSearchUse'), + }, + { + path: '/demo', + component: () => import('../views/demos/demo'), + }, + { + path: '/formLinkageUse', + component: () => import('../views/demos/formLinkageUse'), + }, + { + path: '/dynamic', + component: VueDynamic.Viewer, + }, + ...pubRouter, + ...mdsRouter, + ...dcsRouter, + ...pmsRouter, + ...wksRouter, + ...posRouter, +]; diff --git a/packages/rcs_5.0/src/router/mdsRouter.js b/packages/rcs_5.0/src/router/mdsRouter.js new file mode 100644 index 0000000..82a63f7 --- /dev/null +++ b/packages/rcs_5.0/src/router/mdsRouter.js @@ -0,0 +1,33 @@ +export default [ + { + path: '/mds/mdsRating', + component: () => import('@/views/mds/mdsRating'), + }, + { + path: '/mds/marketDataSet', + component: () => import('@/views/mds/marketDataSet'), + }, + // 基础数据-模块权限管理 + { + path: '/mds/mdsModulePower', + component: () => import('@/views/mds/mdsModulePower'), + }, + // 基础数据-数据源管理 + { + path: '/mds/marketDataSource', + component: () => import('@/views/mds/marketDataSource'), + }, + { + path: '/mds/mdsRatingHistory', + component: () => import('@/views/mds/mdsRatingHistory'), + }, + { + path: '/mds/datasetManagement', + component: () => import('@/views/mds/datasetManagement'), + }, + // 市场数据查询 + { + path: '/mds/curveImport', + component: () => import('@/views/mds/curveImport') + }, +]; diff --git a/packages/rcs_5.0/src/router/pmsRouter.js b/packages/rcs_5.0/src/router/pmsRouter.js new file mode 100644 index 0000000..50049ee --- /dev/null +++ b/packages/rcs_5.0/src/router/pmsRouter.js @@ -0,0 +1,19 @@ +export default [ + // 期权试算器 + { + path: '/pms/optionCalculator', + component: () => import('@/views/pms/optionCalculator'), + }, + { + path: "/pms/fxCalculator", + component: () => import("@/views/pms/fxCalculator"), + }, + { + path: "/pms/swapRateCalculator", + component: () => import("@/views/pms/swapRateCalculator"), + }, + { + path: "/pms/valuationResult", + component: () => import("@/views/pms/valuationResult"), + }, +] \ No newline at end of file diff --git a/packages/rcs_5.0/src/router/posRouter.js b/packages/rcs_5.0/src/router/posRouter.js new file mode 100644 index 0000000..77e23af --- /dev/null +++ b/packages/rcs_5.0/src/router/posRouter.js @@ -0,0 +1,77 @@ +export default [ + // 外汇即期单货币头寸 + { + path: '/pos/forexSpotSingleCurrencyPosition', + component: () => import('@/views/pos/forexSpotSingleCurrencyPosition'), + }, + // 外汇即期单货币头寸明细 + { + path: '/pos/forexSpotSingleCurrencyPosition/detail', + component: () => import('@/views/pos/forexSpotSingleCurrencyPosition/detail'), + }, + // 明细弹窗 + { + path: '/pos/forexSpotSingleCurrencyPosition/detailDialog', + component: () => import('@/views/pos/forexSpotSingleCurrencyPosition/components/detailDialog'), + }, + // 外汇即期货币对头寸 + { + path: '/pos/forexSpotCurrencyPairPosition', + component: () => import('@/views/pos/forexSpotCurrencyPairPosition'), + }, + // 历史头寸 + { + path: '/pos/historyPos', + component: () => import('@/views/pos/forexSpotSingleCurrencyPosition/historyPos.vue'), + }, + // 外汇掉期头寸 + { + path: '/pos/forexSwapPosition', + component: () => import('@/views/pos/forexSwapPosition'), + }, + // 外汇掉期期限头寸 + { + path: '/pos/forexSwapTenorPosition', + component: () => import('@/views/pos/forexSwapTenorPosition'), + }, + // 外汇期权头寸 + { + path: '/pos/forexOptionsPosition', + component: () => import('@/views/pos/forexOptionsPosition'), + }, + // 外汇敞口汇总 + { + path: '/pos/forexExposureSummary', + component: () => import('@/views/pos/forexExposureSummary'), + }, + // dv01头寸 + { + path: '/pos/dv01Position', + component: () => import('@/views/pos/dv01Position'), + }, + // pv01头寸 + { + path: '/pos/pv01Position', + component: () => import('@/views/pos/pv01Position'), + }, + // 单笔头寸 + { + path: '/pos/singlePosition', + component: () => import('@/views/pos/singlePosition'), + }, + // 账户损益头寸 + { + path: '/pos/accountProfitAndLossPosition', + component: () => import('@/views/pos/accountProfitAndLossPosition'), + }, + // 货币持仓头寸 + { + path: '/pos/MMPosition', + component: () => import('@/views/pos/MMPosition'), + }, + // 外汇现金流查询 + { + path: '/pos/posQuery/searchFxPosition', + component: () => import('@/views/pos/posQuery/searchFxPosition'), + }, +]; diff --git a/packages/rcs_5.0/src/router/pubRouter.js b/packages/rcs_5.0/src/router/pubRouter.js new file mode 100644 index 0000000..bf3f0e4 --- /dev/null +++ b/packages/rcs_5.0/src/router/pubRouter.js @@ -0,0 +1,76 @@ +export default [ + { + path: '/pub/quickSearch', + component: () => import('@/views/pub/quickSearch'), + }, + // 基础数据-货币 + { + path: '/pub/currency', + component: () => import('@/views/pub/currency'), + }, + // 基础数据-货币对 + { + path: '/pub/pair', + component: () => import('@/views/pub/pair'), + }, + // 基础数据-期限 + { + path: '/pub/tenor', + component: () => import('@/views/pub/tenor'), + }, + // 基础数据-交易对手 + { + path: '/pub/cpty', + component: () => import('@/views/pub/cpty'), + }, + // 基础数据-节假日 + { + path: '/pub/holiday', + component: () => import('@/views/pub/holiday'), + }, + // 基础数据-新增节假日-隐藏 + { + path: '/pub/newHoliday', + component: () => import('@/views/pub/holiday/newHoliday'), + }, + // 基础数据-运营机构 + { + path: '/pub/organizationManage', + component: () => import('@/views/pub/organizationManage'), + }, + // 基础数据-业务机构 + { + path: '/pub/branch', + component: () => import('@/views/pub/branch'), + }, + // 基础数据-账户行 + { + path: '/pub/accBank', + component: () => import('@/views/pub/accBank'), + }, + // 基础数据-评级机构 + { + path: '/pub/ratingAgency', + component: () => import('@/views/pub/ratingAgency'), + }, + // 基础数据-系统参数 + { + path: '/pub/sysParam', + component: () => import('@/views/pub/sysParam'), + }, + // 基础数据-用户权限 + { + path: '/pub/userParamPower', + component: () => import('@/views/pub/userParamPower'), + }, + // 基础数据-簿记架构 + { + path: '/pub/orghierarchy', + component: () => import('@/views/pub/orghierarchy'), + }, + // 接入数据管理 + { + path: '/pub/infData', + component: () => import('@/views/pub/infData'), + }, +]; diff --git a/packages/rcs_5.0/src/router/wksRouter.js b/packages/rcs_5.0/src/router/wksRouter.js new file mode 100644 index 0000000..ef6a196 --- /dev/null +++ b/packages/rcs_5.0/src/router/wksRouter.js @@ -0,0 +1,109 @@ +export default [ + { + path: '/wks/tradeUserWks/userInfo', + component: () => import('@/views/wks/tradeUserWks/userInfo'), + }, + { + path: '/wks/tradeUserWks/dailyTradeQuery', + component: () => import('@/views/wks/tradeUserWks/dailyTradeQuery'), + }, + { + path: '/wks/tradeUserWks/reminder', + component: () => import('@/views/wks/tradeUserWks/reminder'), + }, + { + path: '/wks/tradeUserWks/marketData', + component: () => import('@/views/wks/tradeUserWks/marketData'), + }, + { + path: '/wks/tradeUserWks/assetStatus', + component: () => import('@/views/wks/tradeUserWks/assetStatus'), + }, + { + path: '/wks/tradeUserWks/riskPos', + component: () => import('@/views/wks/tradeUserWks/riskPos'), + }, + { + path: '/wks/tradeUserWks/marketRisk', + component: () => import('@/views/wks/tradeUserWks/marketRisk'), + }, + { + path: '/wks/tradeUserWks/profitLoss', + component: () => import('@/views/wks/tradeUserWks/profitLoss'), + }, + { + path: '/wks/managementOperationWks/tradeApproval', + component: () => import('@/views/wks/managementOperationWks/tradeApproval'), + }, + { + path: '/wks/managementOperationWks/settleReport', + component: () => import('@/views/wks/managementOperationWks/settleReport'), + }, + { + path: '/wks/managementOperationWks/paymentApproval', + component: () => import('@/views/wks/managementOperationWks/paymentApproval'), + }, + { + path: '/wks/managementOperationWks/auditNum', + component: () => import('@/views/wks/managementOperationWks/auditNum'), + }, + { + path: '/wks/managementOperationWks/apiCommunication', + component: () => import('@/views/wks/managementOperationWks/apiCommunication'), + }, + // 新工作台-损益 + { + path: '/wks/forexDesktop/profitLoss', + component: () => import('@/views/wks/forexDesktop/profitLoss'), + }, + // 新工作台-敞口 + { + path: '/wks/forexDesktop/openEnd', + component: () => import('@/views/wks/forexDesktop/openEnd'), + }, + // 新工作台-净资产收益率 + { + path: '/wks/forexDesktop/roe', + component: () => import('@/views/wks/forexDesktop/roe'), + }, + // 新工作台-var使用率 + { + path: '/wks/forexDesktop/varUsageRate', + component: () => import('@/views/wks/forexDesktop/varUsageRate'), + }, + // 新工作台-外汇投组 + { + path: '/wks/forexDesktop/foreignExchangeGrp', + component: () => import('@/views/wks/forexDesktop/foreignExchangeGrp'), + }, + // 新工作台-货币余额 + { + path: '/wks/forexDesktop/moneyBalance', + component: () => import('@/views/wks/forexDesktop/moneyBalance'), + }, + // 新工作台-消息 + { + path: '/wks/forexDesktop/message', + component: () => import('@/views/wks/forexDesktop/message'), + }, + // 新工作台-市场行情 + { + path: '/wks/forexDesktop/marketSituation', + component: () => import('@/views/wks/forexDesktop/marketSituation'), + }, + // 新工作台-greek + { + path: '/wks/forexDesktop/greek', + component: () => import('@/views/wks/forexDesktop/greek'), + }, + // 新工作台-止损 + { + path: '/wks/forexDesktop/stopLoss', + component: () => import('@/views/wks/forexDesktop/stopLoss'), + }, + // 新工作台-日成交交易 + { + path: '/wks/forexDesktop/dailyTransaction', + component: () => import('@/views/wks/forexDesktop/dailyTransaction'), + }, +]; diff --git a/packages/rcs_5.0/src/sdp.js b/packages/rcs_5.0/src/sdp.js new file mode 100644 index 0000000..f2cdc25 --- /dev/null +++ b/packages/rcs_5.0/src/sdp.js @@ -0,0 +1,217 @@ +export default { + beforeExecute: (formData) => { + console.log('进入beforeExecute方法中', formData); + formData.id=33 + return true; + }, + callbackFunction: (data, customData, formKey) => { + console.info('进入callbackFunction方法中', data, customData, formKey); + const datas = [data]; + return datas; + }, + mount: ($this) => { + console.info("进入mount方法中",$this); + }, + rowDoubleClick: (row, column) => { + }, + onContextMenu: (row, column) => { + const operateColumnTpl = []; + operateColumnTpl.push({ + type: 'Button', + props: { + type: 'component', + action: 'custom', + className: 'primary rightButton', + value: '测试', + // icon: buttonItem.icon || 'plus', + dialogProps: { + title: '测试', + eqform: true, + // url: item.url, + type: 'tpl', + href: '/form', + loadMode: 'component', + prefix: 'queryParam', + // customData: buttonItem.customData || {}, + // formKey: buttonItem.formKey, + width: 550, + height: 275, + actionType: 'update', + }, + }, + }, + { + type: 'Button', + props: { + type: 'component', + action: 'custom', + className: 'primary rightButton', + value: '测试1', + // icon: buttonItem.icon || 'plus', + dialogProps: { + title: '测试1', + eqform: true, + // url: item.url, + type: 'tpl', + href: '/form', + loadMode: 'component', + prefix: 'queryParam', + // customData: buttonItem.customData || {}, + // formKey: buttonItem.formKey, + width: 550, + height: 275, + actionType: 'update', + }, + }, + }, + { + type: 'Button', + props: { + type: 'ajax', + action: 'delete', + className: 'rightButton', + condition: '', + value: '删除', + felation: 'table', + isRefreshTable: true, + isDownloadBtn: false, + icon: 'minus-circle', + confirm: '是否确定删除本条数据?', + isLinkTableData: true, + // isLinkTableDataKey:'delete', + ajaxProps: { + code: '', + // data:{aaa:"1"}, + // otherData:[{"type":"datasource","name":"actionType","value":"actionType","defaultInputType":"datasource","defaultValue":""}], + prefix: 'test', + url: 'test.action', + host: '/base', + }, + }, + }, + ); + console.log(operateColumnTpl, 'operateColumnTpl'); + return operateColumnTpl; + }, + formatDate: (cellValue, row, index, formatKey, h, ...args) => { + // console.info("formatDate::::",args) + + }, + // 复制功能 + copyIconFun: (cellValue, row, index) => { + console.info('onCellIcon::::', cellValue); + }, + formatFunction: (cellValue, row, index, formatKey, h, arg) => { + + }, + formatDealId: (cellValue, row, index, formatKey, h, arg) => { + const operateColumnTpl = [{ + type: 'sdpButton', + props: { + type: 'component', + xtype: 'text', + action: 'custom', + className: 'primary rightButton', + value: cellValue, + dialogProps: { + title: '交易流水号', + eqform: true, + type: 'tpl', + href: '/dcs/cashFlowManager/detail', + loadMode: 'component', + prefix: 'queryParam', + customData: row || {}, + // formKey: '333', + width: 640, + height: 610, + actionType: 'update', + }, + }, + }]; + return h('sdp-dynamic', { + props: { json: operateColumnTpl, '@data': row || {}}, + key: '23444', + }); + // return {cellValue} + }, + formatToHtml: (cellValue, row, index, formatKey, h, arg) => { + return h('div', { domProps: { innerHTML: cellValue }}); + }, + formatToDetail: (cellValue, row, index, formatKey, h, arg) => { + const handleClick=()=>{ + Eui.service.router.push({ + path:'/7026/pos/forexSpotSingleCurrencyPosition/detail', + query:{ + extraParams:JSON.stringify(row) + } + }) + } + return + }, + // 外汇持仓 明细账户 + formatForAccount:(cellValue, row, index, formatKey, h, arg)=>{ + const operateColumnTpl = [{ + type: 'sdpButton', + props: { + type: 'component', + xtype: 'text', + action: 'custom', + className: 'primary no-padding-btn', + value: cellValue.replace(/<[^>]+>/g, ''), + dialogProps: { + title: '账户详情', + eqform: true, + type: 'tpl', + href: '/pos/forexSpotSingleCurrencyPosition/detailDialog', + loadMode: 'component', + prefix: 'queryParam', + customData: row || {}, + width: 640, + height: 480, + actionType: 'update', + }, + }, + }]; + return h('sdp-dynamic', { + props: { json: operateColumnTpl, '@data': row || {}}, + }); + }, + // 外汇持仓 原始流水号 + formatForBizukidtop:(cellValue, row, index, formatKey, h, arg)=>{ + const operateColumnTpl = [{ + type: 'sdpButton', + props: { + type: 'component', + xtype: 'text', + action: 'custom', + className: 'primary no-padding-btn', + value: cellValue.replace(/<[^>]+>/g, ''), + dialogProps: { + title: row.Product, + eqform: true, + type: 'tpl', + href: '/pos/forexSpotSingleCurrencyPosition/originDialog', + loadMode: 'component', + prefix: 'queryParam', + customData: row || {}, + width: 640, + height: 610, + actionType: 'update', + }, + }, + }]; + return h('sdp-dynamic', { + props: { json: operateColumnTpl, '@data': row || {}}, + }); + }, + // 外汇持仓 外汇即期货币对头寸 历史头寸 + historyNative:()=>{ + Eui.service.router.push({ + path:'/7027/pos/historyPos', + query:{ + scriptId:'FxSpotPairPosition' + } + }) + } +}; + diff --git a/packages/rcs_5.0/src/store/getters.js b/packages/rcs_5.0/src/store/getters.js new file mode 100644 index 0000000..ff8b4c5 --- /dev/null +++ b/packages/rcs_5.0/src/store/getters.js @@ -0,0 +1 @@ +export default {}; diff --git a/packages/rcs_5.0/src/store/modules.js b/packages/rcs_5.0/src/store/modules.js new file mode 100644 index 0000000..ff8b4c5 --- /dev/null +++ b/packages/rcs_5.0/src/store/modules.js @@ -0,0 +1 @@ +export default {}; diff --git a/packages/rcs_5.0/src/styles/index.scss b/packages/rcs_5.0/src/styles/index.scss new file mode 100644 index 0000000..1192248 --- /dev/null +++ b/packages/rcs_5.0/src/styles/index.scss @@ -0,0 +1,609 @@ +/* purgecss start ignore */ +/* 浏览器标签初始化 -- start */ +@charset "UTF-8"; + +* { + box-sizing: border-box; + font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue For Number', BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, SimSun PingFang SC, Microsoft YaHei, Helvetica Neue For Number, BlinkMacSystemFont, Segoe UI, Roboto, Arial, SimSun, Serif; +} + +body { + font-size: 16px; +} + +.er-pic-log { + width: 30px !important; + height: 30px !important; + background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+4pGhIE5hdmlnYXRpb27lr7zoiKovMDQgTWVudeWvvOiIquiPnOWNlS8wMSDpobbpg6gvMDMg5bem5L6nTE9HTy9sb2dvPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLDAuMDE1MDQyNDc4OCBMNS4wMzEzNjY2MSw0Ljk0MzM3ODMxIEwxOC4yNjM4MzU4LDQuOTQzMzc4MzEgQzIwLjU2Njg1ODIsNC45NDMzNzgzMSAyMi40NDAyNzM2LDYuNzc4OTEwNTQgMjIuNDQwMjczNiw5LjAzNDU4MjcxIEwyMi40NDAyNzM2LDkuMDM0NTgyNzEgQzIyLjQ0MDI3MzYsMTEuMjkwNjA0NyAyMC41NjY4NTgyLDEzLjEyNTQzNzMgMTguMjYzODM1OCwxMy4xMjU0MzczIEwxOC4yNjM4MzU4LDEzLjEyNTQzNzMgTDEzLjk4NzQwNjMsMTMuMTI1NDM3MyBMMTEuMDI1ODY3MywxNi4wMjYxODY5IEwxOC45MzI3MDg2LDIzLjc3MTMxNDMgTDI1Ljk0NzgzODYsMjMuNzcxMzE0MyBMMjAuMDg0MDQxMywxOC4wMjc1MzYyIEMyNC44MjkzNjAzLDE3LjY2OTY2NTIgMjcuNDcxOTk3MywxMy43NzMzMTMzIDI3LjQ3MTk5NzMsOS4wMzQ1ODI3MSBMMjcuNDcxOTk3Myw5LjAzNDU4MjcxIEMyNy40NzE5OTczLDQuMDYxNDY5MjcgMjMuMzQxMjcsMC4wMTUwNDI0Nzg4IDE4LjI2MzgzNTgsMC4wMTUwNDI0Nzg4IEwxOC4yNjM4MzU4LDAuMDE1MDQyNDc4OCBMMCwwLjAxNTA0MjQ3ODggWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNy42MDM4MDIyNiUiIHkxPSItOC43MDkyNjA1MiUiIHgyPSI3Mi4yMjQ0OTUyJSIgeTI9IjQ4LjE5NTU5NzklIiBpZD0ibGluZWFyR3JhZGllbnQtMyI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMwMERCRkYiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzRCNjBGRiIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLmjqfku7YiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIxLkxf5rWF6ImyL+KRoS1OYXZpZ2F0aW9u5a+86IiqLzA0LU1lbnXlr7zoiKroj5zljZUvMDEt6aG26YOoLzAzLeW3puS+p0xPR08vMi5sb2dv5bim6aG555uu5ZCN56ewIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIsIC02KSI+CiAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLCA2KSI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIsIDMuOTg1KSI+CiAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcC04Ij48L2c+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAsMC4wMTUwNDI0Nzg4IEw1LjAzMTM2NjYxLDQuOTQzMzc4MzEgTDE4LjI2MzgzNTgsNC45NDMzNzgzMSBDMjAuNTY2ODU4Miw0Ljk0MzM3ODMxIDIyLjQ0MDI3MzYsNi43Nzg5MTA1NCAyMi40NDAyNzM2LDkuMDM0NTgyNzEgTDIyLjQ0MDI3MzYsOS4wMzQ1ODI3MSBDMjIuNDQwMjczNiwxMS4yOTA2MDQ3IDIwLjU2Njg1ODIsMTMuMTI1NDM3MyAxOC4yNjM4MzU4LDEzLjEyNTQzNzMgTDE4LjI2MzgzNTgsMTMuMTI1NDM3MyBMMTMuOTg3NDA2MywxMy4xMjU0MzczIEwxMS4wMjU4NjczLDE2LjAyNjE4NjkgTDE4LjkzMjcwODYsMjMuNzcxMzE0MyBMMjUuOTQ3ODM4NiwyMy43NzEzMTQzIEwyMC4wODQwNDEzLDE4LjAyNzUzNjIgQzI0LjgyOTM2MDMsMTcuNjY5NjY1MiAyNy40NzE5OTczLDEzLjc3MzMxMzMgMjcuNDcxOTk3Myw5LjAzNDU4MjcxIEwyNy40NzE5OTczLDkuMDM0NTgyNzEgQzI3LjQ3MTk5NzMsNC4wNjE0NjkyNyAyMy4zNDEyNywwLjAxNTA0MjQ3ODggMTguMjYzODM1OCwwLjAxNTA0MjQ3ODggTDE4LjI2MzgzNTgsMC4wMTUwNDI0Nzg4IEwwLDAuMDE1MDQyNDc4OCBaIiBpZD0iRmlsbC03IiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTMpIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuOTI4MiwgOS41ODIyKSIgZmlsbD0iIzMzQ0ZGRiI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkZpbGwtOSIgcG9pbnRzPSIxNS4xMzM5NTM2IDEuMTU4OTcwNTEgNi4xOTU3Njk2MiAxLjE1ODk3MDUxIDAuMjQwOTA4NTA0IDYuOTkyMzAzODUgMC4yNDA5MDg1MDQgMTguMTkwOTA0NSA1LjI3MjI3NTExIDE4LjE5MDkwNDUgNS4yNzIyNzUxMSA5LjA0NDAyNzk5IDUuMjc0Nzc0OSA5LjA0NjEyNjk0IDguMjkzODA5MTQgNi4wODg3MDU2NSA4LjI5MjczNzggNi4wODc2NTYxNyAxNS4xMzM5NTM2IDYuMDg3NjU2MTciPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0xMSIgcG9pbnRzPSIxNC40NTE2MTc2IDYuODQ1MzQyMzMgMTcuNzc3NDEyIDMuNTg3NDIxMjkgMTQuNDUxNjE3NiAwLjMyOTUwMDI1Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat !important; +} + +// 右上角自定义搜索框 +.er-right-btn { + .er-right-btn-layout:first-child { + position: absolute; + width: 200px; + right: 80px; + } +} + +li { + list-style: none; +} + +::-webkit-scrollbar { + width: 10px; + height: 10px; + background-color: var(--desktop-bg-color-1); + cursor: pointer; +} +::-webkit-scrollbar-corner { + background: var(--desktop-bg-color-1); +} + +/* 滚动条滑块 */ +::-webkit-scrollbar-thumb { + border-radius: 10px; + cursor: pointer; + background-color:var(--scrollBar); + transition: .3s background-color + +} +::-webkit-scrollbar-thumb:hover { + background-color: var(--scrollBarHover); + transition: .3s background-color +} + +/* 滚动槽 */ +::-webkit-scrollbar-track { + // border-radius: 10px; + background-color: transparent; + // cursor: pointer; +} +/* 滚动槽 */ +::-webkit-scrollbar-track:hover { + background-color: var(--desktop-bg-color-1) +} + +// 全局样式参照这个写,template下第一个div的class="RCSbox" +::v-deep.RCSbox { + + // 全局字体颜色 + color: var(--card-text-color); + background:transparent; + // tab + .el-tabs__nav-wrap:after { + background-color: var(--input-border); + } + // dialog + .el-dialog__body { + padding: 16px; + } + + // input + .el-input__inner { + background-color: var(--bg-color-10); + border-color: var(--input-border); + color: var(--text-color-1) + } + .el-input__inner::placeholder { + color: var(--card-placeHolder-color); + } + .el-form-item.is-error .el-input__inner{ + border-color:#df524e !important + } + .el-date-editor.el-input { + width: 100%; + } +} +.el-transfer-panel{ + background-color: var(--bg-color-10); + border:1px solid var(--card-border); +} +:deep(.el-range-separator), +:deep(.el-date-editor .el-range__icon), +:deep(.el-icon-time), +:deep(.el-icon-date){ + background:transparent; + color:var(--card-placeHolder-color) +} +:deep(.el-range__close-icon) { + color:var(--card-placeHolder-color) +} +:deep(.el-date-editor .el-range-input){ + background:transparent; + color: var(--text-color-1) +} +.el-input__inner,.el-textarea__inner { + background-color: var(--bg-color-10); + border-color: var(--card-border); + color: var(--text-color-1) +} +:deep(.el-date-editor .el-range-input::placeholder){ + color: var(--card-placeHolder-color) !important; +} +.el-input__inner::placeholder,.el-textarea__inner::placeholder{ + color: var(--card-placeHolder-color) !important; + +} +.el-date-range-picker__time-header>.el-icon-arrow-right,.el-tree-node__expand-icon,.el-dialog__headerbtn .el-dialog__close, +.el-time-spinner__item,.el-time-panel__btn,.el-month-table td .cell,.el-year-table td .cell,.el-week-table td .cell{ + color:var(--text-color-1) +} +.el-input.is-disabled .el-input__inner,.el-cascader-node{ + color: var(--text-color-1) +} +.el-input-number__decrease,.el-input-number__increase{ + background: var(--input-number-bg); + color: var(--text-color-9) +} +.el-time-spinner__item.active:not(.disabled){ + background: var(--date-range-color); +} +// 日期组件浮层背景 +.el-time-panel,.el-date-range-picker .el-picker-panel__body,.el-time-panel__footer,.el-time-range-picker__content, +.el-picker-panel__body,.el-picker-panel__footer,.el-cascader__dropdown{ + background:var(--bg-color-main-3); +} +// 表格样式 +.el-table, +.el-table tr, +.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell, +.el-pagination, +.el-pager li, +.el-dialog, +.el-dialog__header, +.el-upload-dragger, +.el-picker-panel, +.el-transfer-panel__header, +.el-collapse .el-collapse-item__header, +.el-collapse-item__content, +.el-descriptions .el-descriptions__body, +.el-transfer-panel__body{ + background-color:var(--bg-color-2) !important; + color:var(--table-text-color) !important +} +.el-table .cell{ + color:var(--table-text-color) !important +} +.el-pagination .btn-next, +.el-pagination .btn-prev{ + background:var(--white-7) !important; + color:var(--table-text-color) !important +} +.el-pagination__total, +.el-pagination__jump, +.el-dialog__title, +.el-upload__tip, +.el-upload__text, +.el-icon-upload, +.el-dialog__close, +.el-form-item__label, +.el-radio, +.el-select .el-input .el-select__caret, +.el-checkbox span, +.el-transfer-panel__empty, +.el-picker-panel__icon-btn, +.el-date-picker__header-label, +.el-collapse-item__header, +.er-logout-content{ + color:var(--table-text-color) !important +} +.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{ + background:var(--white-7); + color:var(--date-next-month) +} +.el-date-table td.available span:hover{ + border:1px solid var(--border-color-3); + background-color:var(--bg-color-3); + color:var(--color-70) +} +.el-table:hover{ + background:transparent; +} +:deep(.el-tabs--border-card){ + background-color:var(--desktop-bg-color-1); +} +.eui-theme-black .sdpContent .no-data{ + background-color:var(--desktop-bg-color-1) !important; +} + + +:deep(.el-badge .el-button){ + background-color:var(--card-bg); + color:var(--table-text-color) +} +.el-date-editor--datetimerange.el-input__inner{ + width:100% +} +// 日期组件 +.el-date-range-picker__content .el-date-range-picker__header div,.el-date-table th{ + color:var(--table-text-color) +} +.el-date-table td.next-month{ + color:var(--date-next-month) +} +.el-date-table td.in-range div{ + background-color:var(--date-range-color) +} +.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{ + border-bottom:1px solid var(--white-10) +} +.el-table--border .el-table__cell{ + border-right:1px solid var(--white-10) +} +.titieboxlabel{ + color:var(--text-color-1) +} +//首页头部弹框背景设置 +.er-mini-nav-popover-content.el-popper, +.er-submenu-popover.el-popover, +.er-noticeContent.el-dropdown-menu, +.er-menus-grouplist-dropdown.el-dropdown-menu, +.el-dropdown-menu{ + background-color:var(--bg-color-15); +} +.er-noticeContent .el-checkbox{ + color:var(--select-item-color); +} +::v-deep.search-form,::v-deep.table{ + .el-button--default{ + background:transparent; + border:1px solid var(--scrollBarHover); + color:var(--table-text-color) + } +} +.x-table-container{ + margin:8px 0 0 !important +} +//无论黑白模式字体都是白色 +.er-mini-layout-nav-menu .el-dropdown{ + color:#fff; +} +.er-menus-grouplist-dropdown>.el-dropdown-menu__item, +.el-dropdown-menu__item{ + color:var(--text-color-1) ; +} +.er-menus-grouplist-dropdown.el-dropdown-menu .er-menus-dropdown-item:hover, +.er-menus-grouplist-dropdown.el-dropdown-menu .er-menus-dropdown-item:focus, +.el-dropdown-menu__item:not(.is-disabled):hover, +.el-dropdown-menu__item:focus, +.el-checkbox__label, +.eui-theme-black .moreButton .set-btn{ + color:var(--text-color-1) !important; +} + + +.eui-theme-default .querytable .query-form, +.eui-theme-black .querytable .query-form{ + border: none !important; + padding-bottom: 0px !important; +} + + .eui-theme-default .querytable .query-form .el-form-item, +.eui-theme-black .querytable .query-form .el-form-item{ + margin-bottom: 10px !important; +} +.eui-theme-default .sdpContent .phoenix-contentBox .querytable .el-form, +.eui-theme-black .sdpContent .phoenix-contentBox .querytable .el-form{ + padding:0px 0px 0px 16px !important +} +.eui-theme-default .vue-treeselect__limit-tip-text, +.eui-theme-black .vue-treeselect__limit-tip-text{ + height: 22px !important; + margin:1px 0 2px 0 !important; +} + + +// 弹窗内sdp表格tableTitle隐藏 +.er-window .sdpContent .tableTitle { + color: transparent !important; +} + + +.color-negativeNumber { + color: #ff6060 !important; +} +.no-padding-btn{ + padding:0 !important +} +// 表格固定滚动条无法滑动 +.el-table__fixed { + height: calc(100% - 10px) !important; +} +.el-table__fixed:before { + height: 0px; +} +// 通用带查询表格页面 +.common-page{ + display: flex; + flex-direction: column; + height: 100%; + .table-box{ + display: flex; + flex-direction: column; + height:calc(100% - 58px) + } + .el-tabs, + .el-tabs__content, + .el-tab-pane{ + height: 100%; + display: flex; + flex-direction: column; + } +} + +// 按钮 +:deep(.el-button--primary){ + background:#3389FF; + color: var(--white-90) +} +:deep(.el-button--primary:hover){ + background-color: rgb(106,178,255); + +} +:deep(.el-button--primary:active){ + background-color: rgb(44,110,222); +} + +.eui-theme-black .er-mini-pro-layout .er-mini-main-container{ + background:#000 +} + +.eui-theme-black .er-layout-nav-menu{ + background:rgba(17,22,29,1) !important; + border-bottom:1px solid rgba(255,255,255,0.1) +} +.eui-theme-black .er-mini-pro-layout .er-favorite-bar{ + background:rgba(17,22,29,1) !important +} +.eui-theme-black .er-mini-pro-layout .er-tags-view-container, .eui-theme-black .er-sider-menu-mode-wrapper .er-tags-view-container, .eui-theme-black .er-tab-mini-layout-main-container .er-tags-view-container{ + background:rgba(17,22,29,1) !important; +} +.eui-theme-black .hover-row{ + background:rgb(31,39,50) !important +} +.eui-theme-black .el-table thead tr{ + background:rgb(17,34,58) !important; +} +// .eui-theme-black .el-table__header-wrapper table{ +// border-top:1px solid var(--white-10) +// } + +.er-mini-nav-menu-layout{ + justify-content: left; + margin-left:100px +} + +.eui-theme-black .er-mini-nav-popover .el-button--default span, +.eui-theme-black .er-mini-nav-popover .el-button--default .er-mini-nav-icon{ + color:rgba(255,255,255,1) !important +} + +// 头部导航背景 +.eui-theme-black .er-mini-nav-popover .er-menu-active, +.eui-theme-black .er-mini-nav-popover .el-button--default:hover{ + background:rgba(20,34,52,1) !important; +} + +.eui-theme-black .er-mini-nav-popover .er-menu-active span, +.eui-theme-black .er-mini-nav-popover .er-menu-active .er-mini-nav-icon, +.eui-theme-black .er-mini-nav-popover .el-button--default:hover span, +.eui-theme-black .er-mini-nav-popover .el-button--default:hover .er-mini-nav-icon{ + color: rgba(106, 178, 255, 1) !important; +} + +.el-tooltip__popper.is-dark{ + background:rgb(43,50,61) +} + +.eui-theme-black .er-tags-view-container .er-tags-view-wrapper .er-tags-view-item{ + color:var(--white-70); + background:transparent; + border-radius: 0 !important; + margin:0 +} +.eui-theme-black { + .er-tags-view-item +.er-tags-view-item{ + margin-left:5px; + } +} +.eui-theme-black .er-mini-pro-layout .er-tags-view-container .er-tags-view-wrapper .er-tags-view-item.active, +.eui-theme-black .er-mini-pro-layout .er-tags-view-container .er-tags-view-wrapper .er-tags-view-item:hover{ + background:rgb(20,34,52); + border-top:2px solid rgb(40,101,183); + border-left:1px solid var(--white-7); + border-right:1px solid var(--white-7); + border-radius:0 !important; + box-shadow: none; +} +.eui-theme-black .er-mini-pro-layout .er-tags-view-container .er-tags-view-wrapper .er-tags-view-item::after{ + display:none; +} +.eui-theme-black .er-mini-pro-layout .er-tags-view-container .er-tags-view-wrapper .er-tags-view-item::before{ + display:none; + // content:'|'; + // border-left:1px solid var(--white-7); + // box-shadow: none; + // border-radius:0 +} + +.search-form{ + margin-bottom:8px; + // border: 1px solid var(--white-7); + border-radius: 4px; +} +.eui-theme-black .el-select-dropdown, +.eui-theme-black .el-dropdown-menu__item, +.eui-theme-black .el-tree, +.eui-theme-black .er-menu-tree{ + background:var(--bg-color-main-3); + color:var(--text-color-2) !important +} +.eui-theme-black .el-select-dropdown__item{ + color:var(--text-color-2) !important +} +.eui-theme-black .el-select-dropdown__item.selected, +.eui-theme-black .el-dropdown-menu__item:hover{ + color:var(--blue-7) !important; + background:var(--bg-color-main-3); +} +.eui-theme-black .el-select .el-input.is-focus .el-input__inner { + border-color:var(--blue-6) +} +// 组件悬停边框 +.eui-theme-black .el-select:hover .el-input__inner, + .el-input:hover .el-input__inner, + .el-date-editor:hover , + .el-checkbox__inner:hover, + .el-textarea:hover .el-textarea__inner, + .el-cascader:not(.is-disabled):hover .el-input__inner { + border-color: var(--white-33); +} +.eui-theme-black .er-mini-pro-content{ + background:transparent +} +.el-time-spinner__item.disabled{ + color:var(--white-44) +} + +.el-tabs__header{ + background:var(--bg-color-2); + padding:4px 16px !important; + margin:0 !important; +} +// .el-tabs--top .el-tabs__item{ +// padding-left:20px !important; +// padding-right:20px !important +// } +.el-tabs__item{ + color:var(--text-color-1); +} +.el-tabs__item.is-active,.el-tabs__item:hover{ + // border-bottom:2px solid + position: relative; + color:var(--text-color-8) +} +.el-tabs__item.is-active::after { + content: ""; + position: absolute; + bottom: 0; + left: 50%; + transform: translateX(-50%); + width: 28px; + height: 2px; + border-radius: 1px 1px 0px 0px; + background-color:var(--text-color-8); +} +.el-tabs__item:nth-child(2)::after { + left: 16px; + transform: translateX(0); +} + +.el-tabs__item:last-child.is-active::after { + left: calc(100% - 44px); + transform: translateX(0); +} +.el-tabs__active-bar{ +width:0 !important; +// width: 28px !important; +// height: 2px; +// border-radius: 1px 1px 0px 0px; +// background-color:rgb(51,137,255); +} +/* 隐藏form错误信息 */ +.el-form-item__error { + display: none; +} + +:deep(.el-tab-pane .search-form){ + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.el-popover{ + background:var(--bg-color-main-3); + color:var(--text-color-1) !important +} +.el-popconfirm__main{ + color:var(--text-color-1) !important +} +.column-card-header-disabled{ + color:var(--text-disable-color) !important +} + +.el-tag.el-tag--info{ + background:rgb(43,50,61); + height: 18px; + margin: 0 3px !important; + line-height: 18px; +} +.el-select__tags-text{ + color:var(--white-90) !important; +} +.el-select .el-select__tags .el-tag > .el-tag__close{ + display:inline-block +} +.el-tag .el-tag__close{ + color:var(--white-70) !important +} + +// 表格禁选样式设置 +.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{ + background:var(--white-20) !important +} + + +.el-checkbox__input.is-focus .el-checkbox__inner{ + border-color:var(--white-33) +} + +.eui-theme-black .el-popconfirm__action .el-button--text{ + padding:3px !important; + vertical-align: baseline; +} + +// 消息框样式 +.eui-theme-black { + .el-message{ + border-radius: 4px; + border: 1px solid var(--white-10); + background-color: var(--message-bg); + } + .el-message__content, + .el-message__closeBtn{ + color:var(--white-70) !important + } +} + +// 文字按钮样式 +.el-button--text{ + color:var(--blue-7) +} +.el-button--text:hover{ + color:var(--blue-8) +} +.el-button--text:active{ + color:var(--blue-5) +} +.el-button--text:disabled{ + color:var(--white-33) +} + +// 表格排序图标颜色 +.el-table .sort-caret.ascending{ + border-bottom-color:var(--white-54) +} +.el-table .sort-caret.descending{ + border-top-color:var(--white-54) +} + +// 加载框背景 +.el-loading-mask{ + background:var(--bg-color-2) +} + +.er-favorite-item:not(:last-child) .er-favorite-item-text{ // 左侧菜单隐藏文字 + display:none !important +} +.er-favorite-icon-item { + color:var(--default-color-1) !important +} \ No newline at end of file diff --git a/packages/rcs_5.0/src/styles/theme.scss b/packages/rcs_5.0/src/styles/theme.scss new file mode 100644 index 0000000..46973a9 --- /dev/null +++ b/packages/rcs_5.0/src/styles/theme.scss @@ -0,0 +1,398 @@ +@import "@erayt/titanOne-vue/lib/styles/variable.scss"; +@import '@erayt/titanOne-component-vue/lib/style/colcustomization/theme.scss'; +body.eui-theme-default { + --card-bg: #fff; + --card-border: rgba(0, 0, 0, .05); + --card-text-color: rgba(0, 0, 0, 0.90); + --card-placeHolder-color: rgba(0, 0, 0, 0.30); + --color-90: rgba(0, 0, 0, 0.84); + --color-70: rgba(0, 0, 0, 0.7); + --color-44: rgba(0, 0, 0, 0.44); + --blue-10: #eaf6fe; + --blue-20: #b6d7fc; + --blue-30: #8dc1fa; + --blue-40: #6fabf9; + --blue-50: #498ef7; + --blue-60: #2c6ef6; + --blue-70: #2054cd; + --blue-80: #153fb3; + --blue-90: #0d2f8e; + --blue-100: #081f47; + --blue-110: #425537; + --red-60: #e53632; + --green-50: #57a88c; + --orange-60: #ff950b; + --table-cell-striped-bg: #fff; + --table-cell-bg: #fafafa; + --table-text-color: rgba(0, 0, 0, 0.9); + --table-th-bg: rgba(255, 255, 255, 0.03); + --table-th-text-color: rgba(0, 0, 0, 0.84); + --input-inner-bg: #fff; + --popper-bg: #fff; + --popper-text-current-text-color: #fff; + --pick-in-rang-bg: #e7f6ff; + --radio-btn-bg: #fff; + --radio-btn-text: rgba(0, 0, 0, 0.84); + --radio-btn-active-bg: #fff; + --radio-btn-active-text-color: #2c6ef6; + --select-item-hover-bg: #f7f7f7; + --select-item-selected-color: #2c6ef6; + --select-item-color: rgba(0, 0, 0, 0.64); + --loading-bg: rgba(255, 255, 255, 0.44); + --splitLine: #e8e8e8; + --input-dis-bg: #f5f7fa; + --input-dis-color: #c0c4cc; + --scrollBar: rgba(0, 0, 0, 0.07); + --scrollBarHover: rgba(0, 0, 0, 0.2); + --input-border: rgba(0, 0, 0, 0.2); + --font-size-large: 16px; + --font-size-middle: 14px; + --font-size-mini: 12px; + --black-3: rgba(0,0,0, 0.03); + --black-5: rgba(0,0,0, 0.05); + --black-7: rgba(0,0,0, 0.07); + --black-9: rgba(0, 0, 0, 0.09); + --black-13: rgba(0, 0, 0, 0.13); + --black-20: rgba(0, 0, 0, 0.2); + --black-33: rgba(0, 0, 0, 0.33); + --black-44: rgba(0, 0, 0, 0.44); + --black-64: rgba(0, 0, 0, 0.64); + --black-84: rgba(0, 0, 0, 0.84); + --black-100: rgba(0, 0, 0); + --white-0: rgba(255, 255, 255, 0); + --white-2: rgba(255, 255, 255, 0.02); + --white-3: rgba(255, 255, 255, 0.03); + --white-5: rgba(255, 255, 255, 0.05); + --white-6: rgba(255, 255, 255, 0.06); + --white-7: rgba(255, 255, 255, 0.07); + --white-9: rgba(255, 255, 255, 0.09); + --white-10: rgba(255, 255, 255, 0.1); + --white-13: rgba(255, 255, 255, 0.13); + --white-20: rgba(255, 255, 255, 0.2); + --white-33: rgba(255, 255, 255, 0.33); + --white-44: rgba(255, 255, 255, 0.44); + --white-54: rgba(255, 255, 255, 0.54); + --white-64: rgba(255, 255, 255, 0.64); + --white-70: rgba(255, 255, 255, 0.70); + --white-84: rgba(255, 255, 255, 0.84); + --white-90: rgba(255, 255, 255, 0.9); + --white-100: rgba(255, 255, 255); + --blue-1: rgb(30, 44, 76); + --blue-3: rgb(36, 77, 167); + --blue-5: rgb(43, 109, 221); + --blue-6: rgb(51, 137, 255); + --blue-7: rgb(106, 178, 255); + --blue-8: rgb(147, 204, 255); + --blue-9: rgb(205, 238, 255); + --blue-db: rgb(8, 47, 204); + --green-1: rgb(30, 58, 69); + --green-3: rgb(26, 136, 119); + --green-5: rgb(29, 179, 134); + --green-6: rgb(32, 201, 139); + --green-7: rgb(111, 226, 191); + --orange-1: rgb(111, 226, 191); + --orange-2: rgb(125, 102, 48); + --orange-3: rgb(164, 121, 48); + --orange-5: rgb(222, 155, 47); + --orange-6: rgb(255, 166, 50); + --orange-7: rgb(255, 211, 111); + --red-1: rgb(59, 42, 57); + --red-3: rgb(151, 57, 62); + --red-5: rgb(192, 54, 62); + --red-6: rgb(233, 86, 82); + --red-7: rgb(242, 123, 120); + --desktop-text-color-1: rgba(0, 0, 0, 0.64); + --desktop-text-color-2: rgba(0, 0, 0, 0.44); + --desktop-text-color-3: rgba(0, 0, 0, 0.84); + --desktop-border-color-1:rgba(0, 0, 0, 0.13); + --desktop-bg-color-1:#ffffff; + --desktop-bg-color-2:#eaeef3; + --desktop-bg-color-3:rgb(255,255,255); + --desktop-bg-color-4:#BF92ED; + --desktop-bg-color-5:rgb(0,0,0,0.05); + --desktop-select-icon:rgba(0,0,0,0.44); + --desktop-table-text-color-1:rgba(0, 0, 0, 0.84); + --text-color-1:#000000; //用于顶部导航的文字、图标 + --text-color-2:rgba(255, 255, 255, 0.9);//标题文字、表格文字、表单文字 + --text-color-3:rgba(255, 255, 255, 0.7);//部分标题(交易录入、描述信息) + --text-color-4:rgba(255, 255, 255, 0.44);//提示文字 + --text-color-5:#E95652;//应用于负数值;错误提示;图标色;标签状态文字 + --text-color-6:#20C98B;//应用于数值;成功提示;图标色;标签/状态文字 + --text-color-7:#FFA632;//应用于警告提示;图标色;标签/状态文字 + --text-color-8:#4c87f7;//应用于标签/状态文字、链接文字、选中文字 + --text-color-9:rgb(51, 137, 255);//字图标颜色; + --text-disable-color:rgba(255, 255, 255, 0.33);//文字禁用 + --icon-disable-color:rgba(255, 255, 255, 0.2);//图标-禁用、输入框边框 + --bg-splitline-1:rgba(255, 255, 255, 0.1);//表格-分割线;标签背景 + --bg-splitline-2:rgba(255,255,255,0.07);//7%透明度分割线 + --table-border:rgba(255, 255, 255, 0.07);//模块边框(用于工作台)、列表/表格选中 + --list-hover:rgba(255, 255, 255, 0.05);//列表-悬停 + --default-color-1:rgba(255, 255, 255, 0.54);//图标-默认 + --default-color-2:rgba(255, 255, 255, 0.13);//滚动条-默认、标题分割、导航分割 + --bg-color-1:#F0F6FF;//用于全局的背景色 + --bg-color-2:#fff;//用于模块、弹窗的背景色 + --bg-color-3:#1C2A3D;//用于浮层、气泡的背景色 + --bg-color-4:rgba(233,86,82,0.1);//标签背景 + --bg-color-5:rgba(32,201,139,0.1);//标签背景 + --bg-color-6:rgba(255,166,50,0.1);//标签背景 + --bg-color-7:#3389FF;//应用于图标色;按钮背景等 + --bg-color-8:rgba(51,37,255,0.1);//标签背景 + --bg-color-9:#182334;//表格-表头 + --bg-color-10:rgba(255,255,255,0);//表格-内容 + --bg-color-11:#212a38;//表格-内容-斑马纹(暂定) + --bg-color-12:#1a2a2f;//表格-内容-合并项区域划分色(暂定) + --bg-color-13:#141D28;//应用在所有系统的模块背景 + --bg-color-14:#ffffff;//应用在对话框 + --bg-color-15:#ffffff;//应用在下拉菜单、浮层背景 + --bg-color-16:rgba(255,255,255,0.05);//表单-禁用 + --bg-color-17:#ecf3fe;//图标颜色 + --border-color-1:rgba(255,255,255,0.2);//表单边框-默认 + --border-color-2:rgba(255,255,255,0.33);//表单边框-默认 + --border-color-3:#3389FF;//表单边框-激活 + --border-color-4:#E95652;//表单边框-错误 + --date-next-month: rgba(255, 255, 255, 1); + --date-range-color:#e6f6ff; + --input-number-bg:#fff; + + + + // TODO update 20250429 + // Bg Color 通用背景色 + --bg-color-main-1: #000000; // 全局背景色 + --bg-color-main-2: #141c28; // 模块、弹窗背景色 + --bg-color-main-3: #222A37; // 浮层、气泡背景色 + + // Primary Color 主色 + --primary-color-1: #3389ff; // 图标、按钮背景 + --primary-color-2: #4c87f7; // 标签/状态文字、链接文字、选中文字 + --primary-color-3: rgb(51, 137, 255, 0.1); // 标签背景 + + // Application Color 主色应用 + --application-color-1: rgb(255, 255, 255, 1); // 用于顶部导航的文字、图标 + --application-color-2: rgb(255, 255, 255, 0.90); // 标题文字、表格文字、表单文字 + --application-color-3: rgb(255, 255, 255, 0.70); // 部分标题(交易录入、描述信息) + --application-color-4: rgb(255, 255, 255, 0.54); // 图标-默认 + --application-color-5: rgb(255, 255, 255, 0.44); // 提示文字 + --application-color-6: rgb(255, 255, 255, 0.33); // 文字禁用 + --application-color-7: rgb(255, 255, 255, 0.20); // 图标-禁用、输入框边框 + --application-color-8: rgb(255, 255, 255, 0.13); // 滚动条-默认、标题分割、导航分割 + --application-color-9: rgb(255, 255, 255, 0.10); // 表格-分割线;标签背景 + --application-color-10: rgb(255, 255, 255, 0.07); // 模块边框(用于工作台)、列表/表格选中 + --application-color-11: rgb(255, 255, 255, 0.05); // 列表-悬停 + + // Ancillary Color 辅助色应用 + // 错误提示 + --ancillary-color-error-1: #e95652; // 主要(字体、图标) + --ancillary-color-error-2: rgb(233, 86, 82, 0.1); // 背景 + // 成功提示 + --ancillary-color-success-1: #20c98b; // 主要(字体、图标) + --ancillary-color-success-2: rgb(32, 201, 139, 0.1); // 背景 + // 警告提示 + --ancillary-color-warning-1: #ffa632; // 主要(字体、图标) + --ancillary-color-warning-2: rgb(255, 166, 50, 0.1); // 背景 + + --message-bg: rgba(38, 55, 79, 1); +} + +body.eui-theme-black { + --card-bg: rgba(255, 255, 255, 0.13); + --card-border: rgba(255, 255, 255, .05); + --card-text-color: rgba(255, 255, 255, 0.90); + --card-placeHolder-color: rgba(255, 255, 255, 0.30); + --color-90: rgba(255, 255, 255, 0.9); + --color-70: rgba(255, 255, 255, 0.7); + --color-44: rgba(255, 255, 255, 0.44); + --blue-10: #222c49; + --blue-20: #29417a; + --blue-30: #2e4ea1; + --blue-40: #3863be; + --blue-50: #3e6fd7; + --blue-60: #4b89f7; + --blue-70: #7bb1f9; + --blue-80: #a0ccfb; + --blue-90: #d3ecfd; + --blue-100: #c2dffc; + --blue-105: #dfeafc; + --blue-110: #081f47; + --blue-120: #425573; + --red-60: #e95652; + --green-50: #1db386; + --orange-60: #ffa632; + --table-cell-striped-bg: #171e2d; + --table-cell-bg: #262b32; + --table-text-color: rgba(255,255,255,0.9); + --table-th-bg: rgb(21, 30, 46); + --table-th-text-color: rgba(255, 255, 255, 0.7); + --input-inner-bg: #151e2e; + --popper-bg: #171e2d; + --pick-in-rang-bg: rgba(106, 178, 255, 0.4); + --radio-btn-bg: #222c49; + --radio-btn-text: rgba(255, 255, 255, 0.7); + --radio-btn-active-bg: #4b89f7; + --radio-btn-active-text-color: rgba(255, 255, 255, 0.7); + --select-item-hover-bg: #2b3241; + --select-item-selected-color: #4b89f7; + --select-item-color: rgba(255, 255, 255, 0.9); + --loading-bg: rgba(0, 0, 0, 0.44); + --splitLine: #2d3543; + --input-dis-bg: #222938; + --input-dis-color: rgba(255, 255, 255, 0.44); + --input-border: rgba(255, 255, 255, 0.2); + --scrollBar: rgba(255, 255, 255, 0.13); + --scrollBarHover: rgba(255, 255, 255, 0.2); + --font-size-large: 16px; + --font-size-middle: 14px; + --font-size-mini: 12px; + --black-3: rgba(0,0,0, 0.03); + --black-5: rgba(0,0,0, 0.05); + --black-7: rgba(0,0,0, 0.07); + --black-9: rgba(0, 0, 0, 0.09); + --black-13: rgba(0, 0, 0, 0.13); + --black-20: rgba(0, 0, 0, 0.2); + --black-33: rgba(0, 0, 0, 0.33); + --black-44: rgba(0, 0, 0, 0.44); + --black-64: rgba(0, 0, 0, 0.64); + --black-84: rgba(0, 0, 0, 0.84); + --black-100: rgba(0, 0, 0); + --white-0: rgba(255, 255, 255, 0); + --white-2: rgba(255, 255, 255, 0.02); + --white-3: rgba(255, 255, 255, 0.03); + --white-5: rgba(255, 255, 255, 0.05); + --white-6: rgba(255, 255, 255, 0.06); + --white-7: rgba(255, 255, 255, 0.07); + --white-9: rgba(255, 255, 255, 0.09); + --white-10: rgba(255, 255, 255, 0.1); + --white-13: rgba(255, 255, 255, 0.13); + --white-20: rgba(255, 255, 255, 0.2); + --white-33: rgba(255, 255, 255, 0.33); + --white-44: rgba(255, 255, 255, 0.44); + --white-54: rgba(255, 255, 255, 0.54); + --white-64: rgba(255, 255, 255, 0.64); + --white-70: rgba(255, 255, 255, 0.70); + --white-84: rgba(255, 255, 255, 0.84); + --white-90: rgba(255, 255, 255, 0.9); + --white-100: rgba(255, 255, 255); + --blue-1: rgb(30, 44, 76); + --blue-3: rgb(36, 77, 167); + --blue-5: rgb(43, 109, 221); + --blue-6: rgb(51, 137, 255); + --blue-7: rgb(106, 178, 255); + --blue-8: rgb(147, 204, 255); + --blue-9: rgb(205, 238, 255); + --blue-db: rgb(8, 47, 204); + --green-1: rgb(30, 58, 69); + --green-3: rgb(26, 136, 119); + --green-5: rgb(29, 179, 134); + --green-6: rgb(32, 201, 139); + --green-7: rgb(111, 226, 191); + --orange-1: rgb(111, 226, 191); + --orange-2: rgb(125, 102, 48); + --orange-3: rgb(164, 121, 48); + --orange-5: rgb(222, 155, 47); + --orange-6: rgb(255, 166, 50); + --orange-7: rgb(255, 211, 111); + --red-1: rgb(59, 42, 57); + --red-3: rgb(151, 57, 62); + --red-5: rgb(192, 54, 62); + --red-6: rgb(233, 86, 82); + --red-7: rgb(242, 123, 120); + --desktop-text-color-1: rgba(255, 255, 255, 0.44); + --desktop-text-color-2: rgba(255, 255, 255, 0.44); + --desktop-text-color-3: rgba(255, 255, 255, 0.84); + --desktop-border-color-1:rgba(255, 255, 255, 0.13); + --desktop-bg-color-1: #151E2E;// #141C28; + --desktop-bg-color-2:#162338; + --desktop-bg-color-3:rgba(0,0,0,0.03); + --desktop-bg-color-4:#9481E5; + --desktop-bg-color-5:#1C2A3D; + --desktop-table-text-color-1:rgba(255, 255, 255, 0.9); + --desktop-select-icon:rgba(255,255,255,0.54); + --text-color-1:#ffffff; //用于顶部导航的文字、图标 + --text-color-2:rgba(255, 255, 255, 0.9);//标题文字、表格文字、表单文字 + --text-color-3:rgba(255, 255, 255, 0.7);//部分标题(交易录入、描述信息) + --text-color-4:rgba(255, 255, 255, 0.44);//提示文字 + --text-color-5:#E95652;//应用于负数值;错误提示;图标色;标签状态文字 + --text-color-6:#20C98B;//应用于数值;成功提示;图标色;标签/状态文字 + --text-color-7:#FFA632;//应用于警告提示;图标色;标签/状态文字 + --text-color-8:#4c87f7;//应用于标签/状态文字、链接文字、选中文字 + --text-color-9:#ffffff;//字图标颜色; + --text-disable-color:rgba(255, 255, 255, 0.33);//文字禁用 + --icon-disable-color:rgba(255, 255, 255, 0.2);//图标-禁用、输入框边框 + --bg-splitline-1:rgba(255, 255, 255, 0.1);//表格-分割线;标签背景 + --bg-splitline-2:rgba(255,255,255,0.07);//7%透明度分割线 + --table-border:rgba(255, 255, 255, 0.07);//模块边框(用于工作台)、列表/表格选中 + --list-hover:rgba(255, 255, 255, 0.05);//列表-悬停 + --default-color-1:rgba(255, 255, 255, 0.54);//图标-默认 + --default-color-2:rgba(255, 255, 255, 0.13);//滚动条-默认、标题分割、导航分割 + --bg-color-1:#000000;//用于全局的背景色 + --bg-color-2:#141C28;//用于模块、弹窗的背景色 + --bg-color-3:#1C2A3D;//用于浮层、气泡的背景色 + --bg-color-4:rgba(233,86,82,0.1);//标签背景 + --bg-color-5:rgba(32,201,139,0.1);//标签背景 + --bg-color-6:rgba(255,166,50,0.1);//标签背景 + --bg-color-7:#3389FF;//应用于图标色;按钮背景等 + --bg-color-8:rgba(51,37,255,0.1);//标签背景 + --bg-color-9:#182334;//表格-表头 + --bg-color-10:rgba(255,255,255,0);//表格-内容 + --bg-color-11:#212a38;//表格-内容-斑马纹(暂定) + --bg-color-12:#1a2a2f;//表格-内容-合并项区域划分色(暂定) + --bg-color-13:#141D28;//应用在所有系统的模块背景 + --bg-color-14:#141D28;//应用在对话框 + --bg-color-15:#1C2A3D;//应用在下拉菜单、浮层背景 + --bg-color-16:rgba(255,255,255,0.05);//表单-禁用 + --bg-color-17:#2a3a52;//图标颜色 + --border-color-1:rgba(255,255,255,0.2);//表单边框-默认 + --border-color-2:rgba(255,255,255,0.33);//表单边框-默认 + --border-color-3:#3389FF;//表单边框-激活 + --border-color-4:#E95652;//表单边框-错误 + --date-next-month: rgba(106, 178, 255, 1); + --date-range-color: rgb(31,44,75); + --input-number-bg:rgba(20, 29, 40, 1); + + + + // TODO update 20250429 + // Bg Color 通用背景色 + --bg-color-main-1: #000000; // 全局背景色 + --bg-color-main-2: #141c28; // 模块、弹窗背景色 + --bg-color-main-3: #222A37; // 浮层、气泡背景色 + + // Primary Color 主色 + --primary-color-1: #3389ff; // 图标、按钮背景 + --primary-color-2: #4c87f7; // 标签/状态文字、链接文字、选中文字 + --primary-color-3: rgb(51, 137, 255, 0.1); // 标签背景 + + // Application Color 主色应用 + --application-color-1: rgb(255, 255, 255, 1); // 用于顶部导航的文字、图标 + --application-color-2: rgb(255, 255, 255, 0.90); // 标题文字、表格文字、表单文字 + --application-color-3: rgb(255, 255, 255, 0.70); // 部分标题(交易录入、描述信息) + --application-color-4: rgb(255, 255, 255, 0.54); // 图标-默认 + --application-color-5: rgb(255, 255, 255, 0.44); // 提示文字 + --application-color-6: rgb(255, 255, 255, 0.33); // 文字禁用 + --application-color-7: rgb(255, 255, 255, 0.20); // 图标-禁用、输入框边框 + --application-color-8: rgb(255, 255, 255, 0.13); // 滚动条-默认、标题分割、导航分割 + --application-color-9: rgb(255, 255, 255, 0.10); // 表格-分割线;标签背景 + --application-color-10: rgb(255, 255, 255, 0.07); // 模块边框(用于工作台)、列表/表格选中 + --application-color-11: rgb(255, 255, 255, 0.05); // 列表-悬停 + + // Ancillary Color 辅助色应用 + // 错误提示 + --ancillary-color-error-1: #e95652; // 主要(字体、图标) + --ancillary-color-error-2: rgb(233, 86, 82, 0.1); // 背景 + // 成功提示 + --ancillary-color-success-1: #20c98b; // 主要(字体、图标) + --ancillary-color-success-2: rgb(32, 201, 139, 0.1); // 背景 + // 警告提示 + --ancillary-color-warning-1: #ffa632; // 主要(字体、图标) + --ancillary-color-warning-2: rgb(255, 166, 50, 0.1); // 背景 + + --message-bg: rgba(38, 55, 79, 1); +} +//定义映射集合 +$themes: ( + default: map-merge($default-theme, $default-custom-table-vue), + black: map-merge($black-theme, $black-custom-table-vue), + // blue: $blue-theme +); + + diff --git a/packages/rcs_5.0/src/styles/variables.scss b/packages/rcs_5.0/src/styles/variables.scss new file mode 100644 index 0000000..951a455 --- /dev/null +++ b/packages/rcs_5.0/src/styles/variables.scss @@ -0,0 +1,66 @@ +// 浅色主题 +$default-theme: ( + component-bg: #fff, // 背景颜色 + text-color: #333, // 文字颜色 + border-color: #e6e6e6, // 边框颜色 + btn-hover-bg: rgba(245, 240, 240, 0.815), // 按钮hover背景颜色 + page-component-bg: #dcd9d5, // 页面背景颜色 + btn-hover-primary-bg: #66b1ff, // 按钮hover的主要背景颜色 + menu-bg-color: #ecf5ff, // 菜单hover颜色 + primary-color: red, // 主要颜色 + primary-second-color: #c6e2ff, // 主要颜色--淡 + primary-third-color: #ecf5ff, // 主要颜色--最淡 + gray-color: #409EFF, // 灰色颜色 + menu-hover-bg-color: #409EFF, // 菜单hover背景颜色 + menu-hover-text-color: #fff, // 菜单hover文字颜色 + menu-active-text-color: #409EFF, // 激活菜单文字颜色 + btn-default-bg-color: #fff, // 默认按钮背景颜色 + btn-default-text-color: #333, // 默认按钮文字颜色 +); + +//深色主题 +$dark-theme: ( + component-bg: red, + text-color: #fff, + border-color: #e6e6e6, + btn-hover-bg: rgba(245, 240, 240, 0.815), + page-component-bg: #191D20, + btn-hover-primary-bg: #66b1ff, + menu-bg-color: #ecf5ff, + primary-color: #409EFF, // 主要颜色 + primary-second-color: #c6e2ff, // 主要颜色--淡 + primary-third-color: #ecf5ff, // 主要颜色--最淡 + gray-color: #666, // 灰色颜色 + menu-hover-bg-color: #409EFF, + menu-hover-text-color: #fff, + menu-active-text-color: #409EFF, + btn-default-bg-color: #666, + btn-default-text-color: #fff, +); + +// //蓝色主题 +// $blue-theme: ( +// component-bg: blue, +// text-color: green, +// border-color: #e6e6e6, +// btn-hover-bg: rgba(245, 240, 240, 0.815), +// page-component-bg: blue, +// btn-hover-primary-bg: #66b1ff, +// menu-bg-color: #ecf5ff, +// primary-color: #409EFF, // 主要颜色 +// primary-second-color: #c6e2ff, // 主要颜色--淡 +// primary-third-color: #ecf5ff, // 主要颜色--最淡 +// gray-color: #666, // 灰色颜色 +// menu-hover-bg-color: #409EFF, +// menu-hover-text-color: #fff, +// menu-active-text-color: #409EFF, +// btn-default-bg-color: #666, +// btn-default-text-color: #fff, +// ); + +//定义映射集合 +$themes: ( + default: $default-theme, + black: $dark-theme, + // blue: $blue-theme +); diff --git a/packages/rcs_5.0/src/utils/FormTools.js b/packages/rcs_5.0/src/utils/FormTools.js new file mode 100644 index 0000000..03df5cb --- /dev/null +++ b/packages/rcs_5.0/src/utils/FormTools.js @@ -0,0 +1,54 @@ +const strategy = { + checkEmpty: (value, defaultValue) => { + return value ?? defaultValue; + }, + dateyyyyMMdd: (value, parttern = /^(\d{4})[^\d]*(\d{2})[^\d]*(\d{2})[^\d]*$/) => { + return value.replace(parttern, '$1$2$3'); + }, + getType: (value) => { + return Object.prototype.toString.call(value).replace(/^\[object.(.+)\]$/, '$1'); + }, + /** + * form.dealStatus|生效|@info.dcs.amount|1,000,000.00USD| + * parse to + * { 'form.dealStatus': '生效', 'info.dcs.amount': '1,000,000.00USD'} + * @param {*} str + * @param {*} splitUnit + * @returns + */ + parseMapstrToObject: (str, splitUnit) => { + const array = str.split(splitUnit); + const obj = {}; + array.forEach((item, index) => { + if (item && index + 1 >= 2 && (index + 1) % 2 == 0) { obj[array[index - 1].replace(/^@/, '')] = item; } + }); + return obj; + }, +}; + +/** + * 表单工具策略类 + */ +export default function FormTools() { + +} + +FormTools.checkEmpty = function(value, defaultValue) { + return strategy.checkEmpty(value, defaultValue); +}; + +FormTools.format = function(formatPattern, value, defaultValue) { + console.log('FormTools format', ...arguments); + if (!value) return strategy.checkEmpty(value, defaultValue); + const array = formatPattern.split(':'); + return strategy[`${array[0]}${array[1]}`](value); +}; + +FormTools.getNowStr = function() { + const date = new Date(); + return `${date.getFullYear()}${String(date.getMonth() + 1).padStart(2, '0')}${String(date.getDate()).padStart(2, '0')}`; +}; + +FormTools.parseMapStr = function(str) { + return strategy.parseMapstrToObject(str, '|'); +}; diff --git a/packages/rcs_5.0/src/utils/WebSocketManager.js b/packages/rcs_5.0/src/utils/WebSocketManager.js new file mode 100644 index 0000000..f2fb3d2 --- /dev/null +++ b/packages/rcs_5.0/src/utils/WebSocketManager.js @@ -0,0 +1,71 @@ +// const baseUrl = 'ws://' + window.location.host + '/ws'; +const baseUrl = 'ws://' + '192.168.193.1:7710' + '/ws'; + +export default class WebSocketManager { + constructor(url, messageHandler) { + this.url = baseUrl + url; // WebSocket 服务器地址 + this.messageHandler = messageHandler; // 处理推送消息的回调函数 + this.ws = null; // WebSocket 实例 + this.reconnectInterval = 5000; // 重连间隔,单位:毫秒 + this.isConnected = false; // 连接状态 + this.retryCount = 0; // 重试次数 + } + + init() { + if (this.ws) { + this.ws.close(); + } + + this.ws = new WebSocket(this.url); + + this.ws.onopen = () => { + console.log('WebSocket 连接成功'); + this.isConnected = true; + this.retryCount = 0; + }; + + this.ws.onmessage = (event) => { + const index = event.data.indexOf('{'); + const data = JSON.parse(event.data.slice(index, event.data.length) + ''); + this.messageHandler(data.actionId); + }; + + this.ws.onclose = () => { + console.log('WebSocket 连接关闭'); + this.isConnected = false; + this.retryConnection(); + }; + + this.ws.onerror = (error) => { + console.error('WebSocket 出错:', error); + this.isConnected = false; + this.retryConnection(); + }; + } + + retryConnection() { + if (this.retryCount < 5) { + setTimeout(() => { + console.log('尝试重新连接 WebSocket'); + this.retryCount++; + this.init(); + }, this.reconnectInterval); + } else { + console.error('WebSocket 重新连接失败'); + } + } + + sendMessage(message) { + if (this.isConnected && this.ws) { + this.ws.send(message); + } else { + console.log('WebSocket 未连接,无法发送消息'); + } + } + + close() { + if (this.ws) { + this.ws.close(); + } + } +} diff --git a/packages/rcs_5.0/src/utils/callbacks.js b/packages/rcs_5.0/src/utils/callbacks.js new file mode 100644 index 0000000..d24b7c1 --- /dev/null +++ b/packages/rcs_5.0/src/utils/callbacks.js @@ -0,0 +1,55 @@ +import EventEmitter from '@erayt/titanOne-observer/lib/event'; + +const callbacks = { + div() {}, + + iframe(options) { + const opts = options || {}; + const { scopeId, zoom } = opts; + const $this = Eui(this); + + Eui.Processor.observer.setScopeRef( + scopeId, + new EventEmitter({ + scope: $this, + isIframe: true, + }), + ); + + Eui.postMessage($this, { + env: Eui.env, + command: 'ipc:env', + }); + + Eui.postMessage( + $this, + Eui.extend(true, {}, opts, { + command: 'load', + }), + ); + + if (zoom) { + Eui.postMessage($this, { + rata: zoom, + command: 'zoom', + }); + } + }, + + /** + * 业务组件加载完成事件. + * @param options + */ + component(options) { + const $this = Eui(this); + const { scopeId } = options; + if (scopeId) { + const emitter = new EventEmitter({ + scope: $this, + }); + Eui.Processor.observer.setScopeRef(scopeId, emitter); + } + }, +}; + +export default callbacks; diff --git a/packages/rcs_5.0/src/utils/elementUtils.js b/packages/rcs_5.0/src/utils/elementUtils.js new file mode 100644 index 0000000..eac68a1 --- /dev/null +++ b/packages/rcs_5.0/src/utils/elementUtils.js @@ -0,0 +1,22 @@ +import { Message } from 'element-ui'; +// 防止重复点击重复弹出message弹框 +let messageInstance = null; +const resetMessage = (options) => { + if (messageInstance) { + messageInstance.close(); + } + messageInstance = Message(options); +}; +['error', 'success', 'info', 'warning'].forEach(type => { + resetMessage[type] = options => { + if (typeof options === 'string') { + options = { + showClose: true, + message: options, + }; + } + options.type = type; + return resetMessage(options); + }; +}); +export const message = resetMessage; diff --git a/packages/rcs_5.0/src/utils/index.js b/packages/rcs_5.0/src/utils/index.js new file mode 100644 index 0000000..8dd5aab --- /dev/null +++ b/packages/rcs_5.0/src/utils/index.js @@ -0,0 +1,260 @@ +import { MessageBox } from 'element-ui'; +import WebSocketManager from './WebSocketManager'; + +/** + * obj对象 key添加前缀 转化 + * obj = { a: 1, b: 1, c: 1 } + * str = 'deal' + * 转化后 ==》 + * obj = { 'deal.a': 1, 'deal.b': 1, 'deal.c': 1} + */ +export function objAddPrefix(obj, str) { + for (const key in obj) { + obj[`${str}.${key}`] = obj[key]; + delete obj[key]; + } + return obj; +} + +export const confirmAction = async function(tip, type, title = '操作', customClass = '', showCancelButton = true) { // 二次确认提示 确认框 + // tip: 提示文案 type: 弹框类型 success / info / warning / error + return await MessageBox.confirm(tip, title, { + closeOnClickModal: false, + confirmButtonText: '确定', + cancelButtonText: '取消', + type: type || 'error', + customClass: customClass, + showCancelButton, + }) + .then(() => { + return true; + }) + .catch(() => { + return false; + }); +}; + +let wsManager = null; +export const appInit = async() => { + // 创建 WebSocketManager 实例,初始化 WebSocket 连接 + wsManager = new WebSocketManager('/page-600161', (actionId) => { + if (actionId === '消息提醒') { + Eui.App.sendNotice({ + showType: 'all', + level: 'success', + title: '交易成功', + content: '您发起的001产品市价交易成功!', + attribute: {}, + }); + } + }); + // console.log(11111111, Eui.server); + // wsManager.init(); + // 监听消息提醒点击事件 + // Eui.Ipc.addSubscribes( + // { + // '消息提醒点击': (attribute) => { + // Eui.service.router.push(attribute.path); + // } + // }, + // { scopeId: Eui.scopeId }, + // ); + + // 存储cookie + document.cookie = `user.loginId=${Eui.Share.get('loginId')}; path=/`; + document.cookie = `user.bankId=${Eui.Share.get('bankId')}; path=/`; + // 存储语言设置到cookie,适配xfunds的zh_CN和en_US + let language = ''; + let lanFlag = ''; + if (window.localStorage.getItem('system:share:i18n')) { + lanFlag = window.localStorage.getItem('system:share:i18n'); + } else { + lanFlag = Eui.Share.get('language'); + } + if (lanFlag === 'en_US') { + language = 'en'; + } + if (lanFlag === 'zh' || lanFlag === 'zh_CN') { + language = 'zh-cn'; + } + if (language === '') { + language = Eui.Share.get('language'); + } + document.cookie = `ecas_language=${language}; path=/`; +}; + +export function dateFormat(fmt, date) { + let ret; + const opt = { + 'Y+': date.getFullYear().toString(), // 年 + 'M+': (date.getMonth() + 1).toString(), // 月 + 'D+': date.getDate().toString(), // 日 + 'H+': date.getHours().toString(), // 时 + 'm+': date.getMinutes().toString(), // 分 + 's+': date.getSeconds().toString(), // 秒 + // 有其他格式化字符需求可以继续添加,必须转化成字符串 + }; + for (const k in opt) { + ret = new RegExp('(' + k + ')').exec(fmt); + if (ret) { + fmt = fmt.replace(ret[1], (ret[1].length === 1) ? (opt[k]) : (opt[k].padStart(ret[1].length, '0'))); + } + } + return fmt; +} + +const commonMore = { + /** + * 导出请求参数处理 + * @authors shuixx + * @createDate 2019/11/14 9:37 + * @param {String} moduleName + * @param {String} dgId + * @param {String} queryForm + * @param {String} exportName + * @param {Function?} paramsHandler + * @return {Object} + */ + dataHandler(exportParams) { + const afterColumns = exportParams.columns.map(v => { + return { + width: v.width, + align: v.align, + title: v.label, + field: v.name === 'action' ? 'operation' : v.name, + fixed: v.fixed, + }; + }); + const data = { ...exportParams, columns: afterColumns.filter(v => !v.fixed), frozenColumns: afterColumns.filter(v => v.fixed) }; + console.log(afterColumns, data, 'dddd'); + Array.isArray(data.columns) && data.columns.forEach(commonMore.setColWidth); + Array.isArray(data.frozenColumns) && data.frozenColumns.forEach(commonMore.setColWidth); + data.fileName = this.encodeUnicode(data.fileName); + data.columns = this.encodeUnicode(JSON.stringify(this.handlerColumnsTitle(data.columns))); + data.frozenColumns = this.encodeUnicode(JSON.stringify(this.handlerColumnsTitle(data.frozenColumns))); + data.params = this.encodeUnicode(JSON.stringify(this.handleParams({ ...data.params, + start: data.params.pageStart, limit: data.params.limit, pageNumber: data.params.pageStart, pageSize: data.params.pageLimit, + }))); + const transformedParams = {}; + for (const key in data) { + transformedParams[`queryParam.${key}`] = data[key]; + } + + return transformedParams; + }, + handleParams(params) { + const newObject = {}; + for (const key in params) { + if (key.startsWith('queryParam.')) { + const newKey = key.replace('queryParam.', ''); + newObject[newKey] = params[key]; + } else { + newObject[key] = params[key]; + } + } + return newObject; + }, + /** + * 导出列宽设置 + * @authors shuixx + * @createDate 2019/11/20 17:16 + * @param {Object} col + */ + setColWidth(col) { + if (isNaN(col.width)) { + const number = parseFloat(col.width); + if (isNaN(number)) { + col.width = 20; + } else { + col.width = 2 * number; + } + } else { + col.width /= 8; + } + }, + /** + * 编码 + * @authors shuixx + * @createDate 2019/8/29 11:03 + * @param {String} str + * @return {String} + */ + encodeUnicode(str) { + var res = []; + for (var i = 0; i < str.length; i++) { + res[i] = ('00' + str.charCodeAt(i).toString(16)).slice(-4); + } + return '\\u' + res.join('\\u'); + }, + /** + * 列标题处理 + * @authors shuixx + * @createDate 2019/8/29 11:06 + * @param {Array} columns + * @return {Array} + */ + handlerColumnsTitle(columns) { + for (let i = 0; i < columns.length; i++) { + const column = columns[i]; + columns[i].title = $(`${column.title}`).text(); + } + return columns; + }, +}; +export { commonMore }; + +// 防抖 +export function debounce(func, wait) { + let timer; + return function(...args) { + if (timer) clearTimeout(timer); + timer = setTimeout(() => { + func.apply(this, args); + }, wait); + }; +} + +// 金额千分位格式化 +// amount: 金额 +// decimal: 小数位数,默认2位 +export function formatMoney(amount, decimal = 2) { + if (amount === undefined || amount === null || isNaN(amount)) { + return (0).toFixed(decimal); + } + + // 确保金额为数字类型 + amount = parseFloat(amount); + + // 保留小数位并分离整数和小数部分 + const [integerPart, decimalPart] = amount.toFixed(decimal).split('.'); + + // 使用正则表达式为整数部分添加千分位逗号 + const formattedInteger = integerPart.replace(/\B(?=(\d{3})+(?!\d))/g, ','); + + // 拼接整数部分和小数部分 + return `${formattedInteger}.${decimalPart}`; +} + +export function setCurrency(data, columns) { // 设置本地货币和损益货币 + if (data.length > 0) { + columns.map(v => { + if (v.label.includes('(本地货币)') || v.label.includes('(本地货币)')) { + v.label = v.label.replaceAll('本地货币', data[0].LocalCurrency || data[0]?.children[0]?.LocalCurrency || data[0]._G_localCurrency); + } + if (v.label.includes('(损益货币)') || v.label.includes('(损益货币)')) { + v.label = v.label.replaceAll('损益货币', data[0].PNLCurrency || data[0]?.children[0]?.PNLCurrency || data[0]._G_plCurrency); + } + return v; + }); + } +} + +// 格式化日期 +export function formateDate(date) { + const date1 = date.toString() + if (date1.length < 8) return date1 + const year = date1.substr(0, 4) + const month = date1.substr(4, 2) + const day = date1.substr(6, 2) + return `${year}-${month}-${day}` +} diff --git a/packages/rcs_5.0/src/utils/transformLoadOptions.js b/packages/rcs_5.0/src/utils/transformLoadOptions.js new file mode 100644 index 0000000..f663d60 --- /dev/null +++ b/packages/rcs_5.0/src/utils/transformLoadOptions.js @@ -0,0 +1,47 @@ +// 组装loadOptions参数 +const filterOptions = function(options) { + const { tabId, id, saveParams, loadType, component, loadMode, path, originGroupId } = options; + const keyCodes = [ + 'id', + 'scopeId', + 'href', + 'url', + 'component', + 'children', + 'moduleName', + 'extraParams', + 'cacheParams', + 'pScopeId', + 'containerId', + 'loadType', + 'applCode', + 'groupId', + 'originGroupId', + 'singleMode', + 'zoom', + 'cache', + 'forceExtraUrl', + ]; + if (saveParams) { + options.cacheParams = Eui.getCacheParams( + loadType === 'W' ? tabId : id, + loadType, + originGroupId, + ); + } + return Eui.Extra.filterDataByKey(options, keyCodes); +}; +const transformOptions = function (options) { + const { tabId = Eui.getTabId(), id, loadType = 'M', cache, forceExtraUrl } = options || {}; + return tabId + ? { + containerId: loadType === 'M' ? id : tabId, + loadType: 'M', + scopeId: Eui.getScopeId(tabId), + ...options, + tabId, + } + : options; +}; + +export { filterOptions, transformOptions }; \ No newline at end of file diff --git a/packages/rcs_5.0/src/views/dcs/approveIndex/components/approveDialog.vue b/packages/rcs_5.0/src/views/dcs/approveIndex/components/approveDialog.vue new file mode 100644 index 0000000..e2ca4ce --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/approveIndex/components/approveDialog.vue @@ -0,0 +1,479 @@ + + + + + diff --git a/packages/rcs_5.0/src/views/dcs/approveIndex/components/processDialog.vue b/packages/rcs_5.0/src/views/dcs/approveIndex/components/processDialog.vue new file mode 100644 index 0000000..7fd1961 --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/approveIndex/components/processDialog.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/packages/rcs_5.0/src/views/dcs/approveIndex/index.vue b/packages/rcs_5.0/src/views/dcs/approveIndex/index.vue new file mode 100644 index 0000000..a256206 --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/approveIndex/index.vue @@ -0,0 +1,389 @@ + + + + + diff --git a/packages/rcs_5.0/src/views/dcs/assets/details_top_module.png b/packages/rcs_5.0/src/views/dcs/assets/details_top_module.png new file mode 100644 index 0000000..2a6c273 Binary files /dev/null and b/packages/rcs_5.0/src/views/dcs/assets/details_top_module.png differ diff --git a/packages/rcs_5.0/src/views/dcs/assets/trade_trace_main.png b/packages/rcs_5.0/src/views/dcs/assets/trade_trace_main.png new file mode 100644 index 0000000..32f0935 Binary files /dev/null and b/packages/rcs_5.0/src/views/dcs/assets/trade_trace_main.png differ diff --git a/packages/rcs_5.0/src/views/dcs/cashFlowManager/index.vue b/packages/rcs_5.0/src/views/dcs/cashFlowManager/index.vue new file mode 100644 index 0000000..1c7a28c --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/cashFlowManager/index.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/packages/rcs_5.0/src/views/dcs/cashFlowManager/main.vue b/packages/rcs_5.0/src/views/dcs/cashFlowManager/main.vue new file mode 100644 index 0000000..02c4cdc --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/cashFlowManager/main.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/BondDetails/index.vue b/packages/rcs_5.0/src/views/dcs/components/BondDetails/index.vue new file mode 100644 index 0000000..e3f1bde --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/BondDetails/index.vue @@ -0,0 +1,397 @@ + + + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/index.vue b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/index.vue new file mode 100644 index 0000000..d50e35f --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/index.vue @@ -0,0 +1,110 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/mock/mock.js b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/mock/mock.js new file mode 100644 index 0000000..5df753e --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/mock/mock.js @@ -0,0 +1,273 @@ +export const fieldModuleData = [ + { + 'type': 'module', + 'label': '', + 'prefix': '', + 'value': '交易信息', + 'suffix': '', + 'children': [ + { + 'type': 'field', + 'label': '债券代码', + 'prefix': '(前缀)前缀', + 'value': '231705.BC', + 'suffix': '后缀(后缀)', + 'children': [], + }, + { + 'type': 'field', + 'label': '简称', + 'prefix': '', + 'value': '231705.BC', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '交易方向', + 'prefix': '', + 'value': '买入', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '交易成交时间', + 'prefix': '', + 'value': '2025-4-10 14:23:34', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '结算日', + 'prefix': '', + 'value': '2025-04-01', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '券面总额', + 'prefix': '', + 'value': '2,000,000.00', + 'suffix': '万元', + 'children': [], + }, + { + 'type': 'field', + 'label': '净价', + 'prefix': '', + 'value': '3.0000', + 'suffix': '元', + 'children': [], + }, + { + 'type': 'field', + 'label': '净价总额', + 'prefix': '', + 'value': '60,000.00', + 'suffix': '元', + 'children': [], + }, + { + 'type': 'field', + 'label': '全价', + 'prefix': '', + 'value': '2.0000', + 'suffix': '元', + 'children': [], + }, + { + 'type': 'field', + 'label': '全价总额', + 'prefix': '', + 'value': '60,000.00', + 'suffix': '元', + 'children': [], + }, + { + 'type': 'field', + 'label': '应计利息', + 'prefix': '', + 'value': '0.12', + 'suffix': '元', + 'children': [], + }, + { + 'type': 'field', + 'label': '应计利息总额', + 'prefix': '', + 'value': '1,000,000.00', + 'suffix': '元', + 'children': [], + }, + { + 'type': 'field', + 'label': '收益率', + 'prefix': '', + 'value': '12.00', + 'suffix': '%', + 'children': [], + }, + { + 'type': 'field', + 'label': '', + 'prefix': '', + 'value': '', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '清算方式', + 'prefix': '', + 'value': '-', + 'suffix': '', + 'children': [], + }, + ], + }, + { + 'type': 'module', + 'label': '', + 'prefix': '', + 'value': '交易账户', + 'suffix': '', + 'children': [ + { + 'type': 'field', + 'label': '账户', + 'prefix': '', + 'value': 'CNYSHBOND', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '账户名称', + 'prefix': '', + 'value': '本币债券SH', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '交易对手', + 'prefix': '', + 'value': '0007F9UZE', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '对手名称', + 'prefix': '', + 'value': '山东高唐农村商业银行股份有限公司', + 'suffix': '', + 'children': [], + }, + ], + }, + { + 'type': 'module', + 'label': '', + 'prefix': '', + 'value': '交易账户', + 'suffix': '', + 'children': [ + { + 'type': 'field', + 'label': '账户', + 'prefix': '', + 'value': 'CNYSHBOND', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '账户名称', + 'prefix': '', + 'value': '本币债券SH', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '交易对手', + 'prefix': '', + 'value': '0007F9UZE', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '对手名称', + 'prefix': '', + 'value': '山东高唐农村商业银行股份有限公司', + 'suffix': '', + 'children': [], + }, + ], + }, +]; + +export const topModuleData = [ + { + 'type': 'module', + 'label': '', + 'prefix': '', + 'value': '', + 'suffix': '', + 'children': [ + { + 'type': 'field', + 'label': '用户', + 'prefix': '', + 'value': 'wxx', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '录入日期', + 'prefix': '(前缀)前缀', + 'value': '2024-05-18 08:45:00', + 'suffix': '后缀(后缀)', + 'children': [], + }, + { + 'type': 'field', + 'label': '交易流水号', + 'prefix': '', + 'value': '20106003284', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '簿记架构', + 'prefix': '', + 'value': '总行/自动化测试货币掉期账簿/本币债券', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '来源', + 'prefix': '', + 'value': 'RCS', + 'suffix': '', + 'children': [], + }, + { + 'type': 'field', + 'label': '来源流水号', + 'prefix': '', + 'value': 'BOND123940503', + 'suffix': '', + 'children': [], + }, + ], + }, +]; diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/module/FieldsModule.vue b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/module/FieldsModule.vue new file mode 100644 index 0000000..7dc2fbf --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/module/FieldsModule.vue @@ -0,0 +1,36 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/module/TopModule.vue b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/module/TopModule.vue new file mode 100644 index 0000000..d383dc8 --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/module/TopModule.vue @@ -0,0 +1,40 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/settingTemplate/FXSPOT.json b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/settingTemplate/FXSPOT.json new file mode 100644 index 0000000..6994c1c --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/settingTemplate/FXSPOT.json @@ -0,0 +1,194 @@ +{ + "topBlock": [ + { + "type": "module", + "label": "", + "prefix": "", + "value": "", + "suffix": "", + "children": [ + { + "type": "field", + "label": "用户", + "prefix": "", + "value": "{{takerId}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "录入日期", + "prefix": "", + "value": "{{captureTime}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "交易流水号", + "prefix": "", + "value": "{{dealId}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "簿记架构", + "prefix": "", + "value": "{{folder}}", + "suffix": "", + "children": [], + + "request": { + "need": "true", + "type": "field", + "url": "/dcs/dcs/getHierarchy.action", + "param": {}, + "data": { + "folderCode": "{{folder}}" + }, + "returnField": "result" + } + }, + { + "type": "field", + "label": "来源", + "prefix": "", + "value": "{{sourceName}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "来源流水号", + "prefix": "", + "value": "{{globalId}}", + "suffix": "", + "children": [] + } + ] + } + ], + "fieldBlock": [ + { + "type": "module", + "label": "", + "prefix": "", + "value": "交易信息", + "suffix": "", + "children": [ + { + "type": "field", + "label": "货币对", + "prefix": "", + "value": "{{underlying}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "即期汇率", + "prefix": "", + "value": "{{spotRate}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "金额", + "prefix": "{{ccy1}}", + "value": "{{amount1}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "金额", + "prefix": "{{ccy2}}", + "value": "{{amount2}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "交易日期", + "prefix": "", + "value": "{{tradeDate}}", + "suffix": "{{tradeTime}}", + "children": [] + }, + { + "type": "field", + "label": "起息日", + "prefix": "", + "value": "{{maturityDate}}", + "suffix": "", + "children": [] + } + ] + }, + { + "type": "module", + "label": "", + "prefix": "", + "value": "交易账户", + "suffix": "", + "children": [ + { + "type": "field", + "label": "账户", + "prefix": "", + "value": "{{folder}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "账户名称", + "prefix": "", + "value": "{{folder}}", + "suffix": "", + "children": [], + + "request": { + "need": "true", + "type": "field", + "url": "dcs/dcs/queryFolderById.action", + "param": {}, + "data": { + "code": "{{folder}}" + }, + "returnField": "result.localName" + } + }, + { + "type": "field", + "label": "交易对手", + "prefix": "", + "value": "{{cpty}}", + "suffix": "", + "children": [] + }, + { + "type": "field", + "label": "对手名称", + "prefix": "", + "value": "{{cpty}}", + "suffix": "", + "children": [], + + "request": { + "need": "true", + "type": "field", + "url": "dcs/dcs/queryCptyName.action", + "param": {}, + "data": { + "code": "{{cpty}}" + }, + "returnField": "result" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/FieldTemplate.vue b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/FieldTemplate.vue new file mode 100644 index 0000000..ea793f3 --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/FieldTemplate.vue @@ -0,0 +1,122 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/ModuleTemplate.vue b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/ModuleTemplate.vue new file mode 100644 index 0000000..414f5d1 --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/ModuleTemplate.vue @@ -0,0 +1,84 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/TemplateComponent.vue b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/TemplateComponent.vue new file mode 100644 index 0000000..92e6ed1 --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/template/TemplateComponent.vue @@ -0,0 +1,51 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetails/utils.js b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/utils.js new file mode 100644 index 0000000..31e77fc --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetails/utils.js @@ -0,0 +1,54 @@ +function isObject(value) { + return value !== null && (typeof value === 'object' || typeof value === 'function'); +} + +const partternField = /^\{{2}(.*)\}{2}$/; +function replaceField(globalData, field) { + if (field && partternField.test(field)) { return globalData[field.replace(partternField, '$1')]; } + return field; +} + +/** + * 根据数据源解析模板变量 + * @param {*} globalData + * @param {*} source + * @param {*} hash + * @returns + */ +export async function parseDeep(globalData, source, hash = new WeakMap()) { + if (!isObject(source)) return replaceField(globalData, source); + if (hash.has(source)) return hash.get(source); + + var target = Array.isArray(source) ? [] : {}; + hash.set(source, target); + + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + if (isObject(source[key])) { + target[key] = await parseDeep(globalData, source[key], hash); + } else { + target[key] = replaceField(globalData, source[key]); + } + } + } + return target; +} + +/** + * 递归遍历字段 + * @param {*} obj + * @param {*} targetPath + * @returns + */ +export function findDeepValue(obj, targetPath) { + const keys = targetPath.split('.'); + let current = obj; + for (const key of keys) { + if (current.hasOwnProperty(key)) { + current = current[key]; + } else { + return undefined; + } + } + return current; +} diff --git a/packages/rcs_5.0/src/views/dcs/components/DcsDetailsDialog/index.vue b/packages/rcs_5.0/src/views/dcs/components/DcsDetailsDialog/index.vue new file mode 100644 index 0000000..556b36d --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/DcsDetailsDialog/index.vue @@ -0,0 +1,101 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/NodeLine/index.vue b/packages/rcs_5.0/src/views/dcs/components/NodeLine/index.vue new file mode 100644 index 0000000..334ad7a --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/NodeLine/index.vue @@ -0,0 +1,140 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/TableFields/HighLight.vue b/packages/rcs_5.0/src/views/dcs/components/TableFields/HighLight.vue new file mode 100644 index 0000000..071a3b9 --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/TableFields/HighLight.vue @@ -0,0 +1,63 @@ + + + diff --git a/packages/rcs_5.0/src/views/dcs/components/TradePrint/index.vue b/packages/rcs_5.0/src/views/dcs/components/TradePrint/index.vue new file mode 100644 index 0000000..e8231d5 --- /dev/null +++ b/packages/rcs_5.0/src/views/dcs/components/TradePrint/index.vue @@ -0,0 +1,151 @@ +