提交 cfa263d6 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,Mob]

上级 6ceb23d2
...@@ -7,6 +7,18 @@ ...@@ -7,6 +7,18 @@
## [Unreleased] ## [Unreleased]
## [0.0.12] - 2024-01-10
### Fixed
- 修复span 编辑器禁用态样式异常
## [0.0.11] - 2024-01-09
### Change
升级树依赖版本
## [0.0.10] - 2024-01-09 ## [0.0.10] - 2024-01-09
### Added ### Added
......
appId:BASEURL appId:BASEURL
mockDcSystemId:MOCKDCSYSTEMID mockDcSystemId:MOCKDCSYSTEMID
hub:HUB hub:HUB
\ No newline at end of file enableAnonymous:ENABLEANONYMOUS
anonymousUser:ANONYMOUSUSER
anonymousPwd:ANONYMOUSPWD
dev:DEV
enableMqtt:ENABLEMQTT
mqttUrl:MQTTURL
logLevel:LOGLEVEL
baseUrl:BASEURL
pluginBaseUrl:PLUGINBASEURL
isLocalModel:ISLOCALMODEL
remoteModelUrl:REMOTEMODELURL
assetsUrl:ASSETSURL
dcSystem:DCSYSTEM
downloadFileUrl:DOWNLOADFILEURL
uploadFileUrl:UPLOADFILEURL
casLoginUrl:CASLOGINURL
loginMode:LOGINMODE
menuPermissionMode:MENUPERMISSIONMODE
enablePermission:ENABLEPERMISSION
routePlaceholder:ROUTEPLACEHOLDER
enableWfAllHistory:ENABLEWFALLHISTORY
isSaaSMode:ISSAASMODE
AppTitle:APPTITLE
favicon:FAVICON
marketAddress:MARKETADDRESS
\ No newline at end of file
{ {
"name": "@ibiz-template/next-mob", "name": "@ibiz-template/next-mob",
"private": true, "private": true,
"version": "0.0.10", "version": "0.0.14",
"description": "An Ionic project", "description": "An Ionic project",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
...@@ -12,13 +12,13 @@ ...@@ -12,13 +12,13 @@
"dependencies": { "dependencies": {
"@ibiz-template-package/vs-tree-ex": "^0.1.2", "@ibiz-template-package/vs-tree-ex": "^0.1.2",
"@ibiz-template/mob-theme": "^0.2.12", "@ibiz-template/mob-theme": "^0.2.12",
"@ibiz-template/mob-vue3-components": "^0.0.11", "@ibiz-template/mob-vue3-components": "^0.0.16-dev.0",
"@ibiz-template/core": "^0.5.2", "@ibiz-template/core": "^0.6.3",
"@ibiz-template/model-helper": "^0.5.2", "@ibiz-template/model-helper": "^0.6.3",
"@ibiz-template/runtime": "^0.5.2", "@ibiz-template/runtime": "^0.6.3",
"@ibiz-template/theme": "^0.5.0", "@ibiz-template/theme": "^0.6.0",
"@ibiz-template/vue3-util": "^0.5.2", "@ibiz-template/vue3-util": "^0.6.3",
"@ibiz/model-core": "^0.1.2", "@ibiz/model-core": "^0.1.14",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"echarts": "^5.4.3", "echarts": "^5.4.3",
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
"@vitejs/plugin-vue-jsx": "^3.0.2", "@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/eslint-config-typescript": "^12.0.0", "@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"cpy": "8.1.2", "cpy": "8.1.2",
"eslint": "^8.53.0", "eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
......
...@@ -9,29 +9,29 @@ dependencies: ...@@ -9,29 +9,29 @@ dependencies:
specifier: ^0.1.2 specifier: ^0.1.2
version: 0.1.2(vue@3.3.8) version: 0.1.2(vue@3.3.8)
'@ibiz-template/core': '@ibiz-template/core':
specifier: ^0.5.2 specifier: ^0.6.3
version: 0.5.2(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) version: 0.6.3(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/mob-theme': '@ibiz-template/mob-theme':
specifier: ^0.2.12 specifier: ^0.2.12
version: 0.2.12(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) version: 0.2.12(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/mob-vue3-components': '@ibiz-template/mob-vue3-components':
specifier: ^0.0.11 specifier: ^0.0.16-dev.0
version: 0.0.11(@ibiz-template/core@0.5.2)(@ibiz-template/model-helper@0.5.2)(@ibiz-template/runtime@0.5.2)(@ibiz-template/theme@0.5.0)(@ibiz-template/vue3-util@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(lodash-es@4.17.21)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vant@4.7.2)(vue-router@4.2.5)(vue3-hash-calendar@1.1.3)(vue@3.3.8) version: 0.0.16-dev.0(@ibiz-template/core@0.6.3)(@ibiz-template/model-helper@0.6.3)(@ibiz-template/runtime@0.6.3)(@ibiz-template/theme@0.6.0)(@ibiz-template/vue3-util@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vant@4.7.2)(vue-router@4.2.5)(vue3-hash-calendar@1.1.3)(vue@3.3.8)
'@ibiz-template/model-helper': '@ibiz-template/model-helper':
specifier: ^0.5.2 specifier: ^0.6.3
version: 0.5.2(@ibiz-template/runtime@0.5.2)(ramda@0.29.1) version: 0.6.3(@ibiz-template/runtime@0.6.3)(ramda@0.29.1)
'@ibiz-template/runtime': '@ibiz-template/runtime':
specifier: ^0.5.2 specifier: ^0.6.3
version: 0.5.2(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) version: 0.6.3(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/theme': '@ibiz-template/theme':
specifier: ^0.5.0 specifier: ^0.6.0
version: 0.5.0 version: 0.6.0
'@ibiz-template/vue3-util': '@ibiz-template/vue3-util':
specifier: ^0.5.2 specifier: ^0.6.3
version: 0.5.2(@ibiz-template/core@0.5.2)(@ibiz-template/runtime@0.5.2)(@ibiz/model-core@0.1.2)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8) version: 0.6.3(@ibiz-template/core@0.6.3)(@ibiz-template/runtime@0.6.3)(@ibiz/model-core@0.1.14)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
'@ibiz/model-core': '@ibiz/model-core':
specifier: ^0.1.2 specifier: ^0.1.14
version: 0.1.2 version: 0.1.14
async-validator: async-validator:
specifier: ^4.2.5 specifier: ^4.2.5
version: 4.2.5 version: 4.2.5
...@@ -118,6 +118,9 @@ devDependencies: ...@@ -118,6 +118,9 @@ devDependencies:
'@vue/eslint-config-typescript': '@vue/eslint-config-typescript':
specifier: ^12.0.0 specifier: ^12.0.0
version: 12.0.0(eslint-plugin-vue@9.18.1)(eslint@8.53.0)(typescript@5.2.2) version: 12.0.0(eslint-plugin-vue@9.18.1)(eslint@8.53.0)(typescript@5.2.2)
'@vue/tsconfig':
specifier: ^0.5.1
version: 0.5.1
cpy: cpy:
specifier: 8.1.2 specifier: 8.1.2
version: 8.1.2 version: 8.1.2
...@@ -2071,14 +2074,14 @@ packages: ...@@ -2071,14 +2074,14 @@ packages:
/@ibiz-template-package/vs-tree-ex@0.1.2(vue@3.3.8): /@ibiz-template-package/vs-tree-ex@0.1.2(vue@3.3.8):
resolution: {integrity: sha512-Q3eV4qwSZcr8b16YNwq87iZDmNsgJwQV/OZxssf/7ivNV6QoDJfHKY2ijuDLr09OTofv2XeKjxCB/yXlQYzJOA==} resolution: {integrity: sha512-Q3eV4qwSZcr8b16YNwq87iZDmNsgJwQV/OZxssf/7ivNV6QoDJfHKY2ijuDLr09OTofv2XeKjxCB/yXlQYzJOA==}
dependencies: dependencies:
vue-demi: 0.14.6(vue@3.3.8) vue-demi: 0.14.7(vue@3.3.8)
transitivePeerDependencies: transitivePeerDependencies:
- '@vue/composition-api' - '@vue/composition-api'
- vue - vue
dev: false dev: false
/@ibiz-template/core@0.5.2(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1): /@ibiz-template/core@0.6.3(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
resolution: {integrity: sha512-nCdV0lkH2XhxFk9UDefB8CaiH5+3N9OB49um+N6JVPlCLdkR8zSy5JXWkvttQj1NGzmVxdKRsaXJtwnHB9w9uA==} resolution: {integrity: sha512-+iuEjSsvPoaMUHZU75PYF8L5Qsl8QU4gSL745pYVCp3/fNJo7jtiEZIXmpbdzOywqlEV4AZyJtQgMEIJVJo/zA==}
peerDependencies: peerDependencies:
axios: ^1.4.0 axios: ^1.4.0
lodash-es: ^4.17.21 lodash-es: ^4.17.21
...@@ -2096,10 +2099,10 @@ packages: ...@@ -2096,10 +2099,10 @@ packages:
ramda: 0.29.1 ramda: 0.29.1
dev: false dev: false
/@ibiz-template/mob-theme@0.2.12(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1): /@ibiz-template/mob-theme@0.2.12(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
resolution: {integrity: sha512-IIK0lZHvrY3EYoZUmBYplPXrCEDa0rWhHnOLYENp2OWA9gyGSlckx/tkCjO12EVpXSW1m8QZEVB39piohYFDNw==} resolution: {integrity: sha512-IIK0lZHvrY3EYoZUmBYplPXrCEDa0rWhHnOLYENp2OWA9gyGSlckx/tkCjO12EVpXSW1m8QZEVB39piohYFDNw==}
dependencies: dependencies:
'@ibiz-template/runtime': 0.4.13(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/runtime': 0.4.13(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
transitivePeerDependencies: transitivePeerDependencies:
- '@ibiz-template/core' - '@ibiz-template/core'
- '@ibiz/model-core' - '@ibiz/model-core'
...@@ -2115,8 +2118,8 @@ packages: ...@@ -2115,8 +2118,8 @@ packages:
- ramda - ramda
dev: false dev: false
/@ibiz-template/mob-vue3-components@0.0.11(@ibiz-template/core@0.5.2)(@ibiz-template/model-helper@0.5.2)(@ibiz-template/runtime@0.5.2)(@ibiz-template/theme@0.5.0)(@ibiz-template/vue3-util@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(lodash-es@4.17.21)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vant@4.7.2)(vue-router@4.2.5)(vue3-hash-calendar@1.1.3)(vue@3.3.8): /@ibiz-template/mob-vue3-components@0.0.16-dev.0(@ibiz-template/core@0.6.3)(@ibiz-template/model-helper@0.6.3)(@ibiz-template/runtime@0.6.3)(@ibiz-template/theme@0.6.0)(@ibiz-template/vue3-util@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vant@4.7.2)(vue-router@4.2.5)(vue3-hash-calendar@1.1.3)(vue@3.3.8):
resolution: {integrity: sha512-3+5vkVNRb7LpMduOzk5yYH869SbDh6dWETzmwPq2/kiouEn6AJbFOGHAvhediADiGCxB3SnUDEBp79OJE/UL+w==} resolution: {integrity: sha512-ctusJpMeZSvdAb2Z9ltYpMST+GFLMNZ78Mm968f3QmKKY1B+PAIWUINF+4fa7bCSgRrkY6JHbiVedRqdT2kdKg==}
peerDependencies: peerDependencies:
'@ibiz-template/core': ^0.1.3 '@ibiz-template/core': ^0.1.3
'@ibiz-template/model-helper': ^0.1.3 '@ibiz-template/model-helper': ^0.1.3
...@@ -2138,12 +2141,13 @@ packages: ...@@ -2138,12 +2141,13 @@ packages:
vue3-hash-calendar: ^1.1.3 vue3-hash-calendar: ^1.1.3
dependencies: dependencies:
'@ibiz-template-package/vs-tree-ex': 0.1.2(vue@3.3.8) '@ibiz-template-package/vs-tree-ex': 0.1.2(vue@3.3.8)
'@ibiz-template/core': 0.5.2(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/core': 0.6.3(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/model-helper': 0.5.2(@ibiz-template/runtime@0.5.2)(ramda@0.29.1) '@ibiz-template/mob-theme': 0.2.12(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/runtime': 0.5.2(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/model-helper': 0.6.3(@ibiz-template/runtime@0.6.3)(ramda@0.29.1)
'@ibiz-template/theme': 0.5.0 '@ibiz-template/runtime': 0.6.3(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/vue3-util': 0.5.2(@ibiz-template/core@0.5.2)(@ibiz-template/runtime@0.5.2)(@ibiz/model-core@0.1.2)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8) '@ibiz-template/theme': 0.6.0
'@ibiz/model-core': 0.1.2 '@ibiz-template/vue3-util': 0.6.3(@ibiz-template/core@0.6.3)(@ibiz-template/runtime@0.6.3)(@ibiz/model-core@0.1.14)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
'@ibiz/model-core': 0.1.14
async-validator: 4.2.5 async-validator: 4.2.5
cherry-markdown: 0.8.26 cherry-markdown: 0.8.26
dayjs: 1.11.10 dayjs: 1.11.10
...@@ -2163,24 +2167,27 @@ packages: ...@@ -2163,24 +2167,27 @@ packages:
- '@vue/composition-api' - '@vue/composition-api'
- bufferutil - bufferutil
- canvas - canvas
- handlebars
- mqtt
- path-browserify
- supports-color - supports-color
- utf-8-validate - utf-8-validate
dev: false dev: false
/@ibiz-template/model-helper@0.5.2(@ibiz-template/runtime@0.5.2)(ramda@0.29.1): /@ibiz-template/model-helper@0.6.3(@ibiz-template/runtime@0.6.3)(ramda@0.29.1):
resolution: {integrity: sha512-xIH6MEu4yqVUuVS8tJVVLhv9rlkfStaHLRQMUZBghzpPROTuHvmnLdyDprD+Kb37P4kpAegUnlLPReQa62q6og==} resolution: {integrity: sha512-o50CYiDuHzcfg9jMmp0IBlQbxzVql5QeznTadGghttrM9lC7cvRj1ur2q1AxgYr6e+XT+mTmpgAB92VupHyOIw==}
peerDependencies: peerDependencies:
'@ibiz-template/runtime': ^0.5.0-beta.0 '@ibiz-template/runtime': ^0.6.0
ramda: ^0.29.0 ramda: ^0.29.0
dependencies: dependencies:
'@ibiz-template/runtime': 0.5.2(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/runtime': 0.6.3(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz/model-core': 0.1.2 '@ibiz/model-core': 0.1.14
'@ibiz/rt-model-api': 0.1.39 '@ibiz/rt-model-api': 0.2.2
pluralize: 8.0.0 pluralize: 8.0.0
ramda: 0.29.1 ramda: 0.29.1
dev: false dev: false
/@ibiz-template/runtime@0.4.13(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1): /@ibiz-template/runtime@0.4.13(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
resolution: {integrity: sha512-PKttrkmpWt8haS3kny8AB8CbIinu5eFbr2eH9b1JPlvcZfprNM91LLWRVokvr8s9ZuOyWkmPUh7Yxdl/4tTnPQ==} resolution: {integrity: sha512-PKttrkmpWt8haS3kny8AB8CbIinu5eFbr2eH9b1JPlvcZfprNM91LLWRVokvr8s9ZuOyWkmPUh7Yxdl/4tTnPQ==}
peerDependencies: peerDependencies:
'@ibiz-template/core': ^0.4.0 '@ibiz-template/core': ^0.4.0
...@@ -2196,8 +2203,8 @@ packages: ...@@ -2196,8 +2203,8 @@ packages:
qx-util: ^0.4.8 qx-util: ^0.4.8
ramda: ^0.29.0 ramda: ^0.29.0
dependencies: dependencies:
'@ibiz-template/core': 0.5.2(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/core': 0.6.3(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz/model-core': 0.1.2 '@ibiz/model-core': 0.1.14
async-validator: 4.2.5 async-validator: 4.2.5
dayjs: 1.11.10 dayjs: 1.11.10
echarts: 5.4.3 echarts: 5.4.3
...@@ -2210,11 +2217,11 @@ packages: ...@@ -2210,11 +2217,11 @@ packages:
ramda: 0.29.1 ramda: 0.29.1
dev: false dev: false
/@ibiz-template/runtime@0.5.2(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1): /@ibiz-template/runtime@0.6.3(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
resolution: {integrity: sha512-UJ2Jcej8LUACLoKOFZG1USUCjaB6hplBow5UvP+qxDJmwc+lxjRPEYOTUYVw78c0CkfPdt/fPV6OJPSEb0zenw==} resolution: {integrity: sha512-RrtHxp/Zq83vivFYPoLd/GyVf/PlOg0D8w+5C3ybTggNnjIaTVw+jXZVvMHSb115I5znOwJ7INkuRp2s0YeC2g==}
peerDependencies: peerDependencies:
'@ibiz-template/core': ^0.5.0-beta.0 '@ibiz-template/core': ^0.6.0
'@ibiz/model-core': ^0.1.2 '@ibiz/model-core': ^0.1.14
async-validator: ^4.2.5 async-validator: ^4.2.5
dayjs: ^1.11.7 dayjs: ^1.11.7
echarts: ^5.4.3 echarts: ^5.4.3
...@@ -2226,8 +2233,9 @@ packages: ...@@ -2226,8 +2233,9 @@ packages:
qx-util: ^0.4.8 qx-util: ^0.4.8
ramda: ^0.29.0 ramda: ^0.29.0
dependencies: dependencies:
'@ibiz-template/core': 0.5.2(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/core': 0.6.3(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz/model-core': 0.1.2 '@ibiz/model-core': 0.1.14
animejs: 3.2.2
async-validator: 4.2.5 async-validator: 4.2.5
dayjs: 1.11.10 dayjs: 1.11.10
echarts: 5.4.3 echarts: 5.4.3
...@@ -2240,28 +2248,28 @@ packages: ...@@ -2240,28 +2248,28 @@ packages:
ramda: 0.29.1 ramda: 0.29.1
dev: false dev: false
/@ibiz-template/theme@0.5.0: /@ibiz-template/theme@0.6.0:
resolution: {integrity: sha512-CPkxvv+tZDDtVKShKw2qmXeZE/3isPmFwWfYMXcs/d/RL24fiTFMJRlch4GjJssoqGOnuA9xUfiKnrJKZtxJ/g==} resolution: {integrity: sha512-CC8JtnTF6bNRsKNIiEwwHJ1ZFrUZJnL8tL2NbXmxlDBAcZcW+V4u1muonBLKouDLvnD6l0WMfe+RF8e9akZr3w==}
dev: false dev: false
/@ibiz-template/vue3-util@0.5.2(@ibiz-template/core@0.5.2)(@ibiz-template/runtime@0.5.2)(@ibiz/model-core@0.1.2)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8): /@ibiz-template/vue3-util@0.6.3(@ibiz-template/core@0.6.3)(@ibiz-template/runtime@0.6.3)(@ibiz/model-core@0.1.14)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8):
resolution: {integrity: sha512-ONPMl3hYcKSZxKTC0we4L4nSnCF2wy6uKg7XbKy0apzZjYx6wCjhxPkyT/yfxvmaJFq2raHyC7JJpEAmkkd6xQ==} resolution: {integrity: sha512-HU4YtINVEAyXpdr1EiCAVRku/K7IJHVLTn2VtHiM1fmyMu6RDlKg/NmFN6wH5CEQflNghATwGf/zky/fvwRLrw==}
peerDependencies: peerDependencies:
'@ibiz-template/core': ^0.5.0-beta.0 '@ibiz-template/core': ^0.6.0
'@ibiz-template/runtime': ^0.5.0-beta.0 '@ibiz-template/runtime': ^0.6.0
'@ibiz/model-core': ^0.1.2 '@ibiz/model-core': ^0.1.14
dayjs: ^1.11.10 dayjs: ^1.11.10
path-browserify: ^1.0.1 path-browserify: ^1.0.1
pinia: ^2.1.7 pinia: ^2.1.7
qs: ^6.11.1 qs: ^6.11.1
qx-util: ^0.4.8 qx-util: ^0.4.8
ramda: ^0.29.0 ramda: ^0.29.0
vue: ^3.3.4 vue: ^3.3.8
vue-router: ^4.2.4 vue-router: ^4.2.4
dependencies: dependencies:
'@ibiz-template/core': 0.5.2(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/core': 0.6.3(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/runtime': 0.5.2(@ibiz-template/core@0.5.2)(@ibiz/model-core@0.1.2)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/runtime': 0.6.3(@ibiz-template/core@0.6.3)(@ibiz/model-core@0.1.14)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz/model-core': 0.1.2 '@ibiz/model-core': 0.1.14
dayjs: 1.11.10 dayjs: 1.11.10
path-browserify: 1.0.1 path-browserify: 1.0.1
pinia: 2.1.7(typescript@5.2.2)(vue@3.3.8) pinia: 2.1.7(typescript@5.2.2)(vue@3.3.8)
...@@ -2272,12 +2280,12 @@ packages: ...@@ -2272,12 +2280,12 @@ packages:
vue-router: 4.2.5(vue@3.3.8) vue-router: 4.2.5(vue@3.3.8)
dev: false dev: false
/@ibiz/model-core@0.1.2: /@ibiz/model-core@0.1.14:
resolution: {integrity: sha512-ECyg5Uwa3WC7R86IcGi0bcyIhbFExF79eVLjxxwrXIoUzlTX5a7EY6l3qg1B92xIxxh8qZgHeqhqwjAILFXBOA==} resolution: {integrity: sha512-8cjlhBWRDPnybJD1i4mjlyu3UDolN8UoK5Hh37/3K1Y2vUxwmhXPNIc/CM3NkpCfAMjZ6+eIYNwSn4wI4p23wg==}
dev: false dev: false
/@ibiz/rt-model-api@0.1.39: /@ibiz/rt-model-api@0.2.2:
resolution: {integrity: sha512-mA8OHL4tmXQ7GIU7ybR/L0e9nKbS6av55yM/WnS83UgEPH2zEpvB3iaqlx0onwyHH8GIKg1NOUVboCOWzuVU9w==} resolution: {integrity: sha512-JU7o9JaoLWWxbgbuLMSKlgszfoOkIWXYFQzSbbdCAlTJRHaIqR04vyLok5d+SLd1P0LwUUuBM+L1G8IrEFk0/g==}
dev: false dev: false
/@intlify/core-base@9.6.5: /@intlify/core-base@9.6.5:
...@@ -2934,6 +2942,10 @@ packages: ...@@ -2934,6 +2942,10 @@ packages:
/@vue/shared@3.3.8: /@vue/shared@3.3.8:
resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==}
/@vue/tsconfig@0.5.1:
resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==}
dev: true
/JSONStream@1.3.5: /JSONStream@1.3.5:
resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==}
hasBin: true hasBin: true
...@@ -3010,6 +3022,10 @@ packages: ...@@ -3010,6 +3022,10 @@ packages:
uri-js: 4.4.1 uri-js: 4.4.1
dev: true dev: true
/animejs@3.2.2:
resolution: {integrity: sha512-Ao95qWLpDPXXM+WrmwcKbl6uNlC5tjnowlaRYtuVDHHoygjtIPfDUoK9NthrlZsQSKjZXlmji2TrBUAVbiH0LQ==}
dev: false
/ansi-escapes@5.0.0: /ansi-escapes@5.0.0:
resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==}
engines: {node: '>=12'} engines: {node: '>=12'}
...@@ -8818,8 +8834,8 @@ packages: ...@@ -8818,8 +8834,8 @@ packages:
vue: 3.3.8(typescript@5.2.2) vue: 3.3.8(typescript@5.2.2)
dev: false dev: false
/vue-demi@0.14.6(vue@3.3.8): /vue-demi@0.14.7(vue@3.3.8):
resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==}
engines: {node: '>=12'} engines: {node: '>=12'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
......
...@@ -26,6 +26,9 @@ window.Environment = { ...@@ -26,6 +26,9 @@ window.Environment = {
// 创新孵化 // 创新孵化
// appId: 'cxfhmgmt__cxfhappmob', // appId: 'cxfhmgmt__cxfhappmob',
// mockDcSystemId: 'cxfhmgmt', // mockDcSystemId: 'cxfhmgmt',
// 公司领导日程安排
// appId: 'gsldrcapmgmt__gsldrcapappmob',
// mockDcSystemId: 'gsldrcapmgmt',
// 应用标题 // 应用标题
AppTitle: '应用首页', AppTitle: '应用首页',
hub: false, hub: false,
......
...@@ -29,12 +29,14 @@ ...@@ -29,12 +29,14 @@
"@ibiz-template/model-helper": "../js/@ibiz-template/model-helper/index.system.min.js", "@ibiz-template/model-helper": "../js/@ibiz-template/model-helper/index.system.min.js",
"@ibiz-template/runtime": "../js/@ibiz-template/runtime/index.system.min.js", "@ibiz-template/runtime": "../js/@ibiz-template/runtime/index.system.min.js",
"@ibiz-template/vue3-util": "../js/@ibiz-template/vue3-util/index.system.min.js", "@ibiz-template/vue3-util": "../js/@ibiz-template/vue3-util/index.system.min.js",
"@ibiz-template/mob-vue3-components": "../js/@ibiz-template/mob-vue3-components/index.system.min.js" "@ibiz-template/mob-vue3-components": "../js/@ibiz-template/mob-vue3-components/index.system.min.js",
"@ibiz-template/mob-theme": "../js/@ibiz-template/mob-theme/index.system.min.js"
}, },
"styles": { "styles": {
"@ibiz-template-package/vs-tree-ex": "../js/@ibiz-template-package/vs-tree-ex/0.1.1/vs-tree.css", "@ibiz-template-package/vs-tree-ex": "../js/@ibiz-template-package/vs-tree-ex/0.1.1/vs-tree.css",
"cherry-markdown": "../js/cherry-markdown/0.8.26/cherry-markdown.min.css", "cherry-markdown": "../js/cherry-markdown/0.8.26/cherry-markdown.min.css",
"@ibiz-template/vue3-util": "../js/@ibiz-template/vue3-util/index.min.css", "@ibiz-template/vue3-util": "../js/@ibiz-template/vue3-util/index.min.css",
"@ibiz-template/mob-theme": "../js/@ibiz-template/mob-theme/index.min.css",
"@ibiz-template/mob-vue3-components": "../js/@ibiz-template/mob-vue3-components/index.min.css" "@ibiz-template/mob-vue3-components": "../js/@ibiz-template/mob-vue3-components/index.min.css"
} }
} }
...@@ -4,4 +4,5 @@ pnpm link --global "@ibiz-template/runtime" ...@@ -4,4 +4,5 @@ pnpm link --global "@ibiz-template/runtime"
pnpm link --global "@ibiz-template/core" pnpm link --global "@ibiz-template/core"
pnpm link --global "@ibiz-template/theme" pnpm link --global "@ibiz-template/theme"
pnpm link --global "@ibiz-template/mob-vue3-components" pnpm link --global "@ibiz-template/mob-vue3-components"
pnpm link --global "@ibiz-template/mob-theme" pnpm link --global "@ibiz-template/mob-theme"
\ No newline at end of file # pnpm link --global "@ibiz-template-plugin/sy-zhbg-mob"
import { install as installCore } from '@ibiz-template/core'; import { runApp } from '@ibiz-template/mob-vue3-components';
import { import UserRegister from './user-register';
getPlatformProvider,
install as installRuntime,
} from '@ibiz-template/runtime';
import {
LoadingUtil,
MessageUtil,
ModalUtil,
NotificationUtil,
OpenViewUtil,
ConfirmUtil,
OverlayController,
} from '@ibiz-template/mob-vue3-components';
import { OverlayContainer, PluginFactory } from '@ibiz-template/vue3-util';
import App from './App';
import { attachEnvironmentConfig } from './attach-environment-config';
import { createVueApp } from './create-vue-app';
import { AppRouter } from '@/router';
import { UnauthorizedHandler } from './util';
async function createApp(): Promise<void> { runApp([UserRegister]);
window.vueInstances = new Map();
OverlayContainer.createVueApp = createVueApp;
installCore();
installRuntime();
// 插件对象初始化放置在创建 app 之前
ibiz.plugin = new PluginFactory();
const app = createVueApp(App);
// 全局 window 异常处理
window.onerror = function (
_event: Event | string,
_source?: string,
_lineno?: number,
_colno?: number,
error?: Error,
) {
if (error) {
ibiz.util.error.handle(error);
}
};
// 全局 promise 异常处理
window.addEventListener('unhandledrejection', function (event) {
// 阻止继续冒泡
event.preventDefault();
// 获取到未处理的promise对象
event.promise.catch(err => {
ibiz.util.error.handle(err);
});
});
await attachEnvironmentConfig();
const router = AppRouter.getRouter();
app.use(router);
ibiz.openView = new OpenViewUtil(router);
ibiz.message = new MessageUtil();
ibiz.modal = new ModalUtil();
ibiz.confirm = new ConfirmUtil();
ibiz.notification = new NotificationUtil();
ibiz.loading = new LoadingUtil();
ibiz.overlay = new OverlayController();
ibiz.util.error.register(new UnauthorizedHandler());
ibiz.platform = getPlatformProvider();
await ibiz.i18n.init();
app.mount('#app');
}
createApp();
...@@ -18,7 +18,11 @@ function IBizVitePlugin(): Plugin[] { ...@@ -18,7 +18,11 @@ function IBizVitePlugin(): Plugin[] {
// 模板底包 // 模板底包
const templatePackages = ['core', 'runtime', 'model-helper']; const templatePackages = ['core', 'runtime', 'model-helper'];
// 组件底包 // 组件底包
const componentPackages = ['vue3-util', 'mob-vue3-components']; const componentPackages = [
'vue3-util',
'mob-vue3-components',
'mob-theme',
];
const cwd = process.cwd(); const cwd = process.cwd();
const baseModule = join(cwd, 'node_modules/@ibiz-template'); const baseModule = join(cwd, 'node_modules/@ibiz-template');
const baseOutModule = join(cwd, 'dist/extras/js/@ibiz-template'); const baseOutModule = join(cwd, 'dist/extras/js/@ibiz-template');
......
...@@ -76,6 +76,7 @@ export default defineConfig({ ...@@ -76,6 +76,7 @@ export default defineConfig({
'@ibiz-template/core', '@ibiz-template/core',
'@ibiz-template/runtime', '@ibiz-template/runtime',
'@ibiz-template/vue3-util', '@ibiz-template/vue3-util',
'@ibiz-template/mob-theme',
'@ibiz-template/model-helper', '@ibiz-template/model-helper',
'@ibiz-template/mob-vue3-components', '@ibiz-template/mob-vue3-components',
], ],
...@@ -147,6 +148,10 @@ export default defineConfig({ ...@@ -147,6 +148,10 @@ export default defineConfig({
target: 'http://172.16.240.140:46020', target: 'http://172.16.240.140:46020',
changeOrigin: true, changeOrigin: true,
}, },
'/api/gsldrcapmgmt__gsldrcapappmob': {
target: 'http://172.16.103.158:30200',
changeOrigin: true,
},
}, },
cors: true, cors: true,
fs: { fs: {
......
...@@ -3317,6 +3317,35 @@ ...@@ -3317,6 +3317,35 @@
"modelref" : true, "modelref" : true,
"id" : "PREPAREPARAM1" "id" : "PREPAREPARAM1"
} }
}, {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "DELOGIC1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "EQ",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 等于(=)"
}, {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "逻辑分组"
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ], } ],
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID", "dstFieldName" : "PHONEID",
...@@ -3329,6 +3358,12 @@ ...@@ -3329,6 +3358,12 @@
"srcValueType" : "NONEVALUE" "srcValueType" : "NONEVALUE"
} ], } ],
"topPos" : 340 "topPos" : 340
}, {
"codeName" : "DELOGIC1",
"leftPos" : 360,
"logicNodeType" : "DELOGIC",
"name" : "实体处理逻辑",
"topPos" : 510
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
"codeName" : "Default", "codeName" : "Default",
......
...@@ -43,6 +43,35 @@ ...@@ -43,6 +43,35 @@
"modelref" : true, "modelref" : true,
"id" : "PREPAREPARAM1" "id" : "PREPAREPARAM1"
} }
}, {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "DELOGIC1"
},
"name" : "连接名称",
"getPSDELogicLinkGroupCond" : {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "连接条件组",
"getPSDELogicLinkConds" : [ {
"condOP" : "EQ",
"dstFieldName" : "MONEY",
"getDstLogicParam" : {
"modelref" : true,
"id" : "Default"
},
"logicType" : "SINGLE",
"name" : "Default[MONEY] 等于(=)"
}, {
"groupOP" : "AND",
"logicType" : "GROUP",
"name" : "逻辑分组"
} ]
},
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ], } ],
"getPSDELogicNodeParams" : [ { "getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID", "dstFieldName" : "PHONEID",
...@@ -55,6 +84,12 @@ ...@@ -55,6 +84,12 @@
"srcValueType" : "NONEVALUE" "srcValueType" : "NONEVALUE"
} ], } ],
"topPos" : 340 "topPos" : 340
}, {
"codeName" : "DELOGIC1",
"leftPos" : 360,
"logicNodeType" : "DELOGIC",
"name" : "实体处理逻辑",
"topPos" : 510
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
"codeName" : "Default", "codeName" : "Default",
......
...@@ -696,6 +696,140 @@ ...@@ -696,6 +696,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -742,7 +876,7 @@ ...@@ -742,7 +876,7 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
} }
\ No newline at end of file
...@@ -1381,6 +1381,140 @@ ...@@ -1381,6 +1381,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1427,7 +1561,7 @@ ...@@ -1427,7 +1561,7 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"name" : "form", "name" : "form",
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -797,6 +797,140 @@ ...@@ -797,6 +797,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -843,7 +977,7 @@ ...@@ -843,7 +977,7 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"name" : "form", "name" : "form",
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -1283,6 +1283,140 @@ ...@@ -1283,6 +1283,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1329,7 +1463,7 @@ ...@@ -1329,7 +1463,7 @@
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"name" : "form", "name" : "form",
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -1482,16 +1482,16 @@ ...@@ -1482,16 +1482,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"uniqueTag" : "VMGroup2" "uniqueTag" : "VMGroup2"
......
...@@ -1088,6 +1088,7 @@ ...@@ -1088,6 +1088,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : false, "expanded" : false,
......
...@@ -697,6 +697,140 @@ ...@@ -697,6 +697,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -743,7 +877,7 @@ ...@@ -743,7 +877,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
} }
\ No newline at end of file
...@@ -880,6 +880,7 @@ ...@@ -880,6 +880,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : false, "enableQuickSearch" : false,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : false, "expanded" : false,
......
...@@ -566,6 +566,7 @@ ...@@ -566,6 +566,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : false, "enableQuickSearch" : false,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : false, "expanded" : false,
...@@ -835,6 +836,7 @@ ...@@ -835,6 +836,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : false, "enableQuickSearch" : false,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : true, "expanded" : true,
......
...@@ -1228,6 +1228,7 @@ ...@@ -1228,6 +1228,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : false, "expanded" : false,
......
...@@ -1174,6 +1174,7 @@ ...@@ -1174,6 +1174,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : false, "expanded" : false,
......
...@@ -958,6 +958,7 @@ ...@@ -958,6 +958,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : false, "enableQuickSearch" : false,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : false, "expanded" : false,
......
...@@ -1030,6 +1030,7 @@ ...@@ -1030,6 +1030,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : false, "enableQuickSearch" : false,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : false, "expanded" : false,
......
...@@ -593,6 +593,7 @@ ...@@ -593,6 +593,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : false, "enableQuickSearch" : false,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : false, "expanded" : false,
...@@ -862,6 +863,7 @@ ...@@ -862,6 +863,7 @@
"enableQuickCreate" : false, "enableQuickCreate" : false,
"enableQuickSearch" : false, "enableQuickSearch" : false,
"enableRemoveData" : false, "enableRemoveData" : false,
"enableRowEdit" : true,
"enableViewData" : false, "enableViewData" : false,
"expandFirstOnly" : false, "expandFirstOnly" : false,
"expanded" : true, "expanded" : true,
......
...@@ -1380,6 +1380,140 @@ ...@@ -1380,6 +1380,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1426,7 +1560,7 @@ ...@@ -1426,7 +1560,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"name" : "form", "name" : "form",
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -802,6 +802,140 @@ ...@@ -802,6 +802,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -848,7 +982,7 @@ ...@@ -848,7 +982,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"name" : "form", "name" : "form",
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -1494,6 +1494,140 @@ ...@@ -1494,6 +1494,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1540,7 +1674,7 @@ ...@@ -1540,7 +1674,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"name" : "form", "name" : "form",
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -1282,6 +1282,140 @@ ...@@ -1282,6 +1282,140 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "infoGroupMode" : false
}, {
"codeName" : "formpage2",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"codeName" : "grouppanel1",
"detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL",
"name" : "grouppanel1",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem1",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem1",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem1",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
}, {
"codeName" : "rawitem2",
"contentType" : "IMAGE",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem2",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "IMAGE",
"name" : "rawitem2",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpanel1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPANEL",
"name" : "tabpanel1",
"getPSDEFormTabPages" : [ {
"codeName" : "tabpage1",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage1",
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
}, {
"codeName" : "tabpage2",
"detailStyle" : "DEFAULT",
"detailType" : "TABPAGE",
"name" : "tabpage2",
"getPSDEFormDetails" : [ {
"codeName" : "rawitem3",
"contentType" : "HTML",
"detailStyle" : "DEFAULT",
"detailType" : "RAWITEM",
"name" : "rawitem3",
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"getPSRawItem" : {
"contentType" : "HTML",
"name" : "rawitem3",
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0
},
"rawItemHeight" : -1.0,
"rawItemWidth" : -1.0,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false,
"showCaption" : true
} ],
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
}
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1328,7 +1462,7 @@ ...@@ -1328,7 +1462,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
} }
}, },
"noTabHeader" : true, "noTabHeader" : false,
"name" : "form", "name" : "form",
"modelid" : "a3ece2843bcddbc92a85087bdad4ecef", "modelid" : "a3ece2843bcddbc92a85087bdad4ecef",
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
......
...@@ -13453,16 +13453,16 @@ ...@@ -13453,16 +13453,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ], } ],
"uniqueTag" : "VMGroup2" "uniqueTag" : "VMGroup2"
...@@ -13494,10 +13494,10 @@ ...@@ -13494,10 +13494,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
...@@ -13506,10 +13506,10 @@ ...@@ -13506,10 +13506,10 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg5"
} }
} ], } ],
"uniqueTag" : "VMGroup3" "uniqueTag" : "VMGroup3"
...@@ -13540,16 +13540,16 @@ ...@@ -13540,16 +13540,16 @@
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
} ], } ],
"uniqueTag" : "VMGroup4" "uniqueTag" : "VMGroup4"
...@@ -13557,36 +13557,12 @@ ...@@ -13557,36 +13557,12 @@
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg5"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13607,18 +13583,36 @@ ...@@ -13607,18 +13583,36 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ], } ],
"uniqueTag" : "VMGroup8" "uniqueTag" : "VMGroup8"
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13630,22 +13624,28 @@ ...@@ -13630,22 +13624,28 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg11"
} }
}, {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
} ], } ],
"uniqueTag" : "VMGroup5" "uniqueTag" : "VMGroup5"
}, { }, {
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
}, { }, {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
} ], } ],
"uniqueTag" : "VMGroup6" "uniqueTag" : "VMGroup6"
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册