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

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

上级 b3e658ac
......@@ -7,7 +7,25 @@
## [Unreleased]
## [0.0.8] - 2023-12-01
## [0.0.1] - 2023-12-04
正式发版
### Added
- 面板组件支持分页面板
### Fixed
- 修复非flex 布局 不支持配置边距
### Change
- 直接内容组件兼容面板项成员
- 重复器样式优化
- 支持指定位置新建
## [0.0.1-alpha.8] - 2023-12-01
### Fixed
......@@ -19,7 +37,7 @@
- 面板组件迁移至公共组件库
- 样式更新
## [0.0.7] - 2023-11-29
## [0.0.1-alpha.7] - 2023-11-29
## Added
......@@ -29,7 +47,7 @@
- 重复器重构
### [0.0.6] - 2023-11-29
## [0.0.1-alpha.6] - 2023-11-29
### Fixed
......@@ -59,7 +77,7 @@
- 多数据视图部件视图加载模式支持点击加载
- 关系界面支持标题 & 样式
### [0.0.5] - 2023-11-15
## [0.0.1-alpha.5] - 2023-11-15
### Added
......@@ -79,7 +97,7 @@
- vant主题变量 & 背景色变量更正
## [0.0.4] - 2023-11-15
## [0.0.1-alpha.4] - 2023-11-15
### Added
......@@ -93,7 +111,7 @@
- 修正因外部依赖为非 systemJs 格式包,safari 解析不正常导致的界面无法显示
## [0.0.3] - 2023-11-14
## [0.0.1-alpha.3] - 2023-11-14
### Change
......@@ -110,7 +128,7 @@
- 多数据部件支持选择模式
- 数据选择多选支持删除单项
## [0.0.2] - 2023-11-12
## [0.0.1-alpha.2] - 2023-11-12
### Fixed
......@@ -134,7 +152,7 @@
- 编辑视图、多数据视图、分页导航视图、日历视图、图表石头部件视图支持
- 视图消息支持自定义按钮文本 `userTag`
## [0.0.1] - 2023-11-01
## [0.0.1-alpha.1] - 2023-11-01
### Added
......
{
"name": "test-ionic",
"name": "@ibiz-template/next-mob",
"private": true,
"version": "0.0.8",
"version": "0.0.1",
"description": "An Ionic project",
"scripts": {
"dev": "vite",
......@@ -13,11 +13,11 @@
"@ibiz-template-package/vs-tree-ex": "^0.1.1",
"@ibiz-template/core": "^0.4.0",
"@ibiz-template/mob-theme": "^0.2.9",
"@ibiz-template/mob-vue3-components": "0.0.1-alpha.25",
"@ibiz-template/model-helper": "^0.4.1",
"@ibiz-template/runtime": "^0.4.1",
"@ibiz-template/mob-vue3-components": "^0.0.1",
"@ibiz-template/model-helper": "^0.4.4",
"@ibiz-template/runtime": "^0.4.4",
"@ibiz-template/theme": "^0.4.0",
"@ibiz-template/vue3-util": "^0.4.1",
"@ibiz-template/vue3-util": "^0.4.4",
"@ibiz/model-core": "^0.0.21",
"async-validator": "^4.2.5",
"dayjs": "^1.11.10",
......
......@@ -15,20 +15,20 @@ dependencies:
specifier: ^0.2.9
version: 0.2.9
'@ibiz-template/mob-vue3-components':
specifier: 0.0.1-alpha.25
version: 0.0.1-alpha.25(@ibiz-template/core@0.4.0)(@ibiz-template/model-helper@0.4.1)(@ibiz-template/runtime@0.4.1)(@ibiz-template/theme@0.4.0)(@ibiz-template/vue3-util@0.4.1)(@ibiz/model-core@0.0.21)(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)
specifier: ^0.0.1
version: 0.0.1(@ibiz-template/core@0.4.0)(@ibiz-template/model-helper@0.4.4)(@ibiz-template/runtime@0.4.4)(@ibiz-template/theme@0.4.0)(@ibiz-template/vue3-util@0.4.4)(@ibiz/model-core@0.0.21)(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/model-helper':
specifier: ^0.4.1
version: 0.4.1(@ibiz-template/runtime@0.4.1)(ramda@0.29.1)
specifier: ^0.4.4
version: 0.4.4(@ibiz-template/runtime@0.4.4)(ramda@0.29.1)
'@ibiz-template/runtime':
specifier: ^0.4.1
version: 0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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)
specifier: ^0.4.4
version: 0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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':
specifier: ^0.4.0
version: 0.4.0
'@ibiz-template/vue3-util':
specifier: ^0.4.1
version: 0.4.1(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.1)(@ibiz/model-core@0.0.21)(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)
specifier: ^0.4.4
version: 0.4.4(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.4)(@ibiz/model-core@0.0.21)(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':
specifier: ^0.0.21
version: 0.0.21
......@@ -2102,8 +2102,8 @@ packages:
'@ibiz-template/theme': 0.1.24
dev: false
/@ibiz-template/mob-vue3-components@0.0.1-alpha.25(@ibiz-template/core@0.4.0)(@ibiz-template/model-helper@0.4.1)(@ibiz-template/runtime@0.4.1)(@ibiz-template/theme@0.4.0)(@ibiz-template/vue3-util@0.4.1)(@ibiz/model-core@0.0.21)(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):
resolution: {integrity: sha512-KJS0WiH97VySOcctVpqcTBH/Q32IMqtdaaYLDVqsz95aD3wU1+tP0rWoqtredbuyhchDO88y2analqraJN5PEQ==}
/@ibiz-template/mob-vue3-components@0.0.1(@ibiz-template/core@0.4.0)(@ibiz-template/model-helper@0.4.4)(@ibiz-template/runtime@0.4.4)(@ibiz-template/theme@0.4.0)(@ibiz-template/vue3-util@0.4.4)(@ibiz/model-core@0.0.21)(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):
resolution: {integrity: sha512-d73ut9UEuqszDmZYc8TNA31241ulhNeymnKm5/YqD0QlT/RN9mCAnrIsWRmLzazV+JgtfROazLGQF/Jj3YE2hA==}
peerDependencies:
'@ibiz-template/core': ^0.1.3
'@ibiz-template/model-helper': ^0.1.3
......@@ -2126,10 +2126,10 @@ packages:
dependencies:
'@ibiz-template-package/vs-tree-ex': 0.1.1(vue@3.3.8)
'@ibiz-template/core': 0.4.0(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.4.1(@ibiz-template/runtime@0.4.1)(ramda@0.29.1)
'@ibiz-template/runtime': 0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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.4.4(@ibiz-template/runtime@0.4.4)(ramda@0.29.1)
'@ibiz-template/runtime': 0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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': 0.4.0
'@ibiz-template/vue3-util': 0.4.1(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.1)(@ibiz/model-core@0.0.21)(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.4.4(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.4)(@ibiz/model-core@0.0.21)(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.0.21
async-validator: 4.2.5
cherry-markdown: 0.8.26
......@@ -2154,24 +2154,24 @@ packages:
- utf-8-validate
dev: false
/@ibiz-template/model-helper@0.4.1(@ibiz-template/runtime@0.4.1)(ramda@0.29.1):
resolution: {integrity: sha512-7XI4cqOOcCiZ3xjKuqb5mKyz1I8EVTO2wNwYhQkF74/q5eiw35bFURPIhcsA775jJwqgUt/Gi3ro9hpefUCvzw==}
/@ibiz-template/model-helper@0.4.4(@ibiz-template/runtime@0.4.4)(ramda@0.29.1):
resolution: {integrity: sha512-qjJQ6vSYOWZ7WLVcLLvnwk4U/Xc9vF+jY3hWUM4dwbEeOQqtAGWUq3Jf9P9bf0Yr2alks4bI5KkjjQGgRnbOIQ==}
peerDependencies:
'@ibiz-template/runtime': ^0.4.0
ramda: ^0.29.0
dependencies:
'@ibiz-template/runtime': 0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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.0.21
'@ibiz/rt-model-api': 0.1.24
'@ibiz-template/runtime': 0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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.0.23
'@ibiz/rt-model-api': 0.1.27
pluralize: 8.0.0
ramda: 0.29.1
dev: false
/@ibiz-template/runtime@0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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-G5stR/IP8fIZOGHov0XSsmXzj7QuNR3o8EUsQOpQqbL4TRAKCrIQ7Fgtu7uHoB5NgJcUjeh+9yfF/pGGoaWu/Q==}
/@ibiz-template/runtime@0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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-lTnw1bslrsS+lPf2749mzi/xNLUeAy/jL+BTRi/LEBNevOvciNelV8u1kpJ9CnsnQT67omX6kcEz4GqFSaaMlw==}
peerDependencies:
'@ibiz-template/core': ^0.4.0
'@ibiz/model-core': ^0.0.21
'@ibiz/model-core': ^0.0.23
async-validator: ^4.2.5
dayjs: ^1.11.7
echarts: ^5.4.3
......@@ -2205,12 +2205,12 @@ packages:
resolution: {integrity: sha512-az5CgKBBORRjxQe/Qijo+4LvjyqGKR/zXchnTvO8Bd0/jiStSJsACuZfjDUmkNpi0zpfpgb3rJLmZGS6puBTZA==}
dev: false
/@ibiz-template/vue3-util@0.4.1(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.1)(@ibiz/model-core@0.0.21)(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-InrM1+K8MfWB9TKoLtXss/0UniCMDu78LDmKpolFCzjX0Mpn1J1Pd7Z3OhP0vpFiMK8HkqOonf3mMr21U+2XsA==}
/@ibiz-template/vue3-util@0.4.4(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.4)(@ibiz/model-core@0.0.21)(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-I33OVuzIiOns6BNaNwAkkgqFLcnTahv6bYcUjkPxDLhYFQwmyq3F6d+EM5cLtDGOdgGfV0OM2k4KoUjawenoPQ==}
peerDependencies:
'@ibiz-template/core': ^0.4.0
'@ibiz-template/runtime': ^0.4.0
'@ibiz/model-core': ^0.0.21
'@ibiz/model-core': ^0.0.23
dayjs: ^1.11.10
path-browserify: ^1.0.1
pinia: ^2.1.7
......@@ -2221,7 +2221,7 @@ packages:
vue-router: ^4.2.4
dependencies:
'@ibiz-template/core': 0.4.0(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.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(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.0.21
dayjs: 1.11.10
path-browserify: 1.0.1
......@@ -2237,8 +2237,12 @@ packages:
resolution: {integrity: sha512-suA52HMU6yaDpfNb17+SbNM3sbfYXGf21nVnnKMQP6vAolKic46fHu+x3/yh0vuhOwok7j9bgtPMHmJakIaOJQ==}
dev: false
/@ibiz/rt-model-api@0.1.24:
resolution: {integrity: sha512-mDTrkq+ZQnzpy6Pt/QD9Syv6GPX4ufOi4MCyWAChr3xMkQqGWEH/CK4YF+523hBpYgcR+Vuw8/6FNqoQypZkMw==}
/@ibiz/model-core@0.0.23:
resolution: {integrity: sha512-PZsCjN/3DM8Ilzq2nFbaZocSYAriKtn1QERRncdcEOIGYcuys8HM6bUrdp6VxYJEOyNU3PQDVXkJMnfrLHD9zg==}
dev: false
/@ibiz/rt-model-api@0.1.27:
resolution: {integrity: sha512-FETP5aF0ke+ZEG4mTcWZuKz3EySEPUf5Rc+x3i/LQ9q3tVBX8uqOgpc9+WHux/Dlrgi/JLogI1mOn9RAGU/1fQ==}
dev: false
/@intlify/core-base@9.6.5:
......
......@@ -1495,16 +1495,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ]
}, {
......
......@@ -779,6 +779,7 @@
"showMaxLength" : true
},
"resetItemName" : "field",
"resetItemNames" : [ "field" ],
"allowEmpty" : true
}, {
"caption" : "启用测试",
......
......@@ -787,6 +787,7 @@
"placeHolder" : "行编辑参数:空白内容提示"
},
"resetItemName" : "test4",
"resetItemNames" : [ "test4" ],
"updateDVT" : "APPLICATION",
"valueItemName" : "test1",
"allowEmpty" : false,
......
......@@ -1208,6 +1208,7 @@
"placeHolder" : "行编辑参数:空白内容提示"
},
"resetItemName" : "test4",
"resetItemNames" : [ "test4" ],
"updateDVT" : "APPLICATION",
"valueItemName" : "test1",
"allowEmpty" : false,
......
......@@ -1758,6 +1758,7 @@
"showMaxLength" : true
},
"resetItemName" : "field",
"resetItemNames" : [ "field" ],
"allowEmpty" : true
}, {
"caption" : "启用测试",
......
......@@ -11430,16 +11430,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ]
}, {
......@@ -11468,10 +11468,10 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
"id" : "ViewMsg6"
}
}, {
"name" : "消息类型-警告信息",
......@@ -11480,10 +11480,10 @@
"id" : "ViewMsg5"
}
}, {
"name" : "消息类型-错误信息",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg4"
}
} ]
}, {
......@@ -11500,16 +11500,16 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-弹出",
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg10"
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-视图下方",
......@@ -11518,29 +11518,27 @@
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图内容区",
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
"id" : "ViewMsg10"
}
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
"id" : "ViewMsg8"
}
}, {
"name" : "消息类型-错误信息",
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
"id" : "ViewMsg11"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
......@@ -11549,35 +11547,37 @@
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-默认删除-上方-错误",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图下方",
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-本次删除-上方-警告",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
"id" : "ViewMsg6"
},
"position" : "POPUP"
} ]
}, {
"codeName" : "VMGroup5",
......@@ -11589,16 +11589,16 @@
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-删除",
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-本次删除",
"name" : "关闭模式-删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
"id" : "ViewMsg11"
}
} ]
}, {
......@@ -855,62 +855,52 @@
"caption" : "流程回退操作视图",
"codeName" : "Auto6",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto6.json",
"name" : "流程回退操作视图",
"fromDEViewToPDTView" : false
"name" : "流程回退操作视图"
}, {
"caption" : "流程后加签操作视图",
"codeName" : "Auto2",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto2.json",
"name" : "流程后加签操作视图",
"fromDEViewToPDTView" : false
"name" : "流程后加签操作视图"
}, {
"caption" : "登出视图",
"codeName" : "PDTView",
"dynaModelFilePath" : "PSSYSPDTVIEWS/PDTView.json",
"name" : "登出视图",
"fromDEViewToPDTView" : false
"name" : "登出视图"
}, {
"caption" : "流程催办列表视图",
"codeName" : "Auto3",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto3.json",
"name" : "流程催办列表视图",
"fromDEViewToPDTView" : false
"name" : "流程催办列表视图"
}, {
"caption" : "流程前加签操作视图",
"codeName" : "Auto9",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto9.json",
"name" : "流程前加签操作视图",
"fromDEViewToPDTView" : false
"name" : "流程前加签操作视图"
}, {
"caption" : "流程补充信息操作视图",
"codeName" : "Auto5",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto5.json",
"name" : "流程补充信息操作视图",
"fromDEViewToPDTView" : false
"name" : "流程补充信息操作视图"
}, {
"caption" : "流程征求意见操作视图",
"codeName" : "Auto7",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto7.json",
"name" : "流程征求意见操作视图",
"fromDEViewToPDTView" : false
"name" : "流程征求意见操作视图"
}, {
"caption" : "常规数据附件列表",
"codeName" : "Auto8",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto8.json",
"name" : "常规数据附件列表",
"fromDEViewToPDTView" : false
"name" : "常规数据附件列表"
}, {
"caption" : "流程跟踪图形视图",
"codeName" : "Auto1",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto1.json",
"name" : "流程跟踪图形视图",
"fromDEViewToPDTView" : false
"name" : "流程跟踪图形视图"
}, {
"caption" : "流程跟踪列表视图",
"codeName" : "Auto4",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto4.json",
"name" : "流程跟踪列表视图",
"fromDEViewToPDTView" : false
"name" : "流程跟踪列表视图"
} ],
"getAllPSSysReqItems" : [ {
"modelref" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册