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

lxm1993 发布系统代码 [TrainSys,网页端]

上级 359d47b7
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-383-3"> <changeSet author="root" id="tab-book-386-3">
<createTable tableName="T_BOOK"> <createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)"> <column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column> </column>
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
</changeSet> </changeSet>
<!--输出实体[PHONE]数据结构 --> <!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-221-6"> <changeSet author="root" id="tab-phone-225-6">
<createTable tableName="T_PHONE"> <createTable tableName="T_PHONE">
<column name="PHONEID" remarks="" type="VARCHAR(100)"> <column name="PHONEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_PHONE"/> <constraints primaryKey="true" primaryKeyName="PK_PHONE"/>
......
...@@ -2146,6 +2146,22 @@ ...@@ -2146,6 +2146,22 @@
"rTMOSFilePath" : "psmodeldata$psdataentities/Usr2EditView", "rTMOSFilePath" : "psmodeldata$psdataentities/Usr2EditView",
"realModelSubType" : "DEEDITVIEW", "realModelSubType" : "DEEDITVIEW",
"realModelType" : "PSDEVIEWBASE" "realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "IndexView",
"logicName" : "手机实体首页视图",
"mOSFilePath" : "psmodeldata$psdataentities/IndexView",
"name" : "手机实体首页视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/IndexView",
"realModelSubType" : "DEINDEXVIEW",
"realModelType" : "PSDEVIEWBASE"
}, {
"codeName" : "PanelView",
"logicName" : "手机实体面板视图",
"mOSFilePath" : "psmodeldata$psdataentities/PanelView",
"name" : "手机实体面板视图",
"rTMOSFilePath" : "psmodeldata$psdataentities/PanelView",
"realModelSubType" : "DEPANELVIEW",
"realModelType" : "PSDEVIEWBASE"
}, { }, {
"codeName" : "PhoneView", "codeName" : "PhoneView",
"logicName" : "手机实体表格视图", "logicName" : "手机实体表格视图",
......
...@@ -105,6 +105,14 @@ ...@@ -105,6 +105,14 @@
} }
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneIndexView.json",
"viewType" : "DEINDEXVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json",
"viewType" : "DEPANELVIEW"
}, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json",
"viewType" : "DEDATAVIEW" "viewType" : "DEDATAVIEW"
......
{ {
"codeName" : "Main", "codeName" : "Main",
"controlStyle" : "runtime_widget_out",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -20,23 +19,12 @@ ...@@ -20,23 +19,12 @@
"modelref" : true, "modelref" : true,
"id" : "load" "id" : "load"
}, },
"hookEventNames" : [ "LOAD", "SAVE", "REMOVE" ],
"logicName" : "主编辑表单", "logicName" : "主编辑表单",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeform_editforms/Main", "mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdeform_editforms/Main",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
}, },
"getPSControlLogics" : [ {
"eventNames" : "LOAD;SAVE;REMOVE",
"logicTag" : "form",
"logicType" : "APPVIEWENGINE",
"name" : "engine_form",
"getPSAppViewEngine" : {
"modelref" : true,
"id" : "engine"
}
} ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
"hidden" : true, "hidden" : true,
...@@ -665,10 +653,10 @@ ...@@ -665,10 +653,10 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "EDITFORM_RENDER",
"pluginCode" : "runtime_widget_out" "pluginCode" : "RuntimeWidget"
}, },
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneEditView/psappviewctrls/form", "rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phoneIndexView/psappviewctrls/form",
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "remove" "id" : "remove"
......
{
"codeName" : "Panel",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSPANELS/Panel.json",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/pssysviewpanels/Panel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phonePanelView/psappviewctrls/panel",
"modelid" : "4ceb0420583fae01ef4864f843f543ff_panel",
"modeltype" : "PSSYSVIEWPANEL"
}
\ No newline at end of file
{
"accUserMode" : 2,
"caption" : "手机",
"codeName" : "phonePanelView",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json",
"mOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phonePanelView",
"name" : "phonePanelView",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSAppModule" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPMODULES/common.json"
},
"getPSControls" : [ {
"codeName" : "Panel",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone/PSPANELS/Panel.json",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/pssysviewpanels/Panel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "PANEL"
},
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phonePanelView/psappviewctrls/panel",
"name" : "panel",
"modelid" : "4ceb0420583fae01ef4864f843f543ff_panel",
"modeltype" : "PSSYSVIEWPANEL"
} ],
"getPSDEViewCodeName" : "PanelView",
"getPSDEViewId" : "37108429-C64A-4BA6-961B-E7A700483FE4",
"getPSViewLayoutPanel" : {
"codeName" : "Layoutpanel",
"controlStyle" : "APPDEPANELVIEW",
"controlType" : "VIEWLAYOUTPANEL",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/pssysviewlayoutpanels/Layoutpanel",
"name" : "layoutpanel",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : { },
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phonePanelView/psappviewctrls/layoutpanel",
"layoutBodyOnly" : true,
"layoutPanel" : true,
"useDefaultLayout" : true
},
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappdeviews/phonePanelView",
"refFlag" : false,
"title" : "手机面板视图",
"viewStyle" : "DEFAULT",
"viewType" : "DEPANELVIEW",
"enableDP" : true,
"modelid" : "4ceb0420583fae01ef4864f843f543ff",
"modeltype" : "PSAPPDEVIEW"
}
\ No newline at end of file
{
"codeName" : "Test",
"dynaModelFilePath" : "PSSYSAPPS/TemplatePublish/PSAPPMODULES/Test.json",
"mOSFilePath" : "pssysapps/TemplatePublish/psappmodules/Test",
"name" : "测试模块",
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappmodules/Test"
}
\ No newline at end of file
...@@ -808,6 +808,9 @@ ...@@ -808,6 +808,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPMODULES/Ungroup.json" "path" : "PSSYSAPPS/TemplatePublish/PSAPPMODULES/Ungroup.json"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPMODULES/Test.json"
} ], } ],
"getAllPSAppPFPluginRefs" : [ { "getAllPSAppPFPluginRefs" : [ {
"name" : "view插件", "name" : "view插件",
...@@ -928,6 +931,18 @@ ...@@ -928,6 +931,18 @@
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>", "templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}" "templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}"
}, {
"name" : "部件运行时插件测试(编辑表单)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITFORM_RENDER",
"pluginCode" : "RuntimeWidget"
},
"pluginCode" : "RuntimeWidget",
"pluginType" : "EDITFORM_RENDER",
"refMode" : "CONTROL",
"refTag" : "FORM",
"templCode" : "<template>\r\n<div class='plugin'>插件</div>\r\n</template>\r\n<script>\r\nexport default {\r\n\r\n}\r\n</script>\r\n<style>\r\n.plugin {\r\n color: red;\r\n}\r\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"plugin\\\"},[_v(\\\"插件\\\")])}\\n}\",\"script\":\"\\r\\nexport default {\\r\\n\\r\\n}\\r\\n\",\"style\":\"\\r\\n.plugin {\\r\\n color: red;\\r\\n}\\r\\n\"}"
} ], } ],
"getAllPSAppSubViewTypeRefs" : [ { "getAllPSAppSubViewTypeRefs" : [ {
"name" : "PubTest", "name" : "PubTest",
...@@ -962,16 +977,16 @@ ...@@ -962,16 +977,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
...@@ -1027,10 +1042,22 @@ ...@@ -1027,10 +1042,22 @@
"enableRemove" : false "enableRemove" : false
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneIndexView.json",
"viewType" : "DEINDEXVIEW",
"resource" : "Phone",
"view" : "IndexView"
}, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPINDEXVIEWS/AppIndexView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPINDEXVIEWS/AppIndexView.json",
"viewType" : "APPINDEXVIEW", "viewType" : "APPINDEXVIEW",
"view" : "AppIndexView" "view" : "AppIndexView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json",
"viewType" : "DEPANELVIEW",
"resource" : "Phone",
"view" : "PanelView"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json",
...@@ -3716,6 +3743,14 @@ ...@@ -3716,6 +3743,14 @@
} }
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneIndexView.json",
"viewType" : "DEINDEXVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phonePanelView.json",
"viewType" : "DEPANELVIEW"
}, {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json", "path" : "PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneDataView.json",
"viewType" : "DEDATAVIEW" "viewType" : "DEDATAVIEW"
......
...@@ -120,6 +120,18 @@ ...@@ -120,6 +120,18 @@
"refTag" : "FORM", "refTag" : "FORM",
"templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>", "templCode" : "<template>\n <div class='messagecolor'>{{message}}</div>\n</template>\n<script>\nexport default {\n data() {\n return {\n message:'示例-未出来'\n }\n },\n}\n</script>\n<style>\n.messagecolor{\n color:red;\n}\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}" "templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"messagecolor\\\"},[_v(_s(message))])}\\n}\",\"script\":\"\\nexport default {\\n data() {\\n return {\\n message:'示例-未chulai'\\n }\\n },\\n}\\n\",\"style\":\"\\n.messagecolor{\\n color:red;\\n}\\n\"}"
}, {
"name" : "部件运行时插件测试(编辑表单)",
"getPSSysPFPlugin" : {
"pluginType" : "EDITFORM_RENDER",
"pluginCode" : "RuntimeWidget"
},
"pluginCode" : "RuntimeWidget",
"pluginType" : "EDITFORM_RENDER",
"refMode" : "CONTROL",
"refTag" : "FORM",
"templCode" : "<template>\r\n<div class='plugin'>插件</div>\r\n</template>\r\n<script>\r\nexport default {\r\n\r\n}\r\n</script>\r\n<style>\r\n.plugin {\r\n color: red;\r\n}\r\n</style>",
"templCode2" : "{\"template\":\"function anonymous(\\n) {\\nwith(this){return _c('div',{staticClass:\\\"plugin\\\"},[_v(\\\"插件\\\")])}\\n}\",\"script\":\"\\r\\nexport default {\\r\\n\\r\\n}\\r\\n\",\"style\":\"\\r\\n.plugin {\\r\\n color: red;\\r\\n}\\r\\n\"}"
} ], } ],
"cache" : { "cache" : {
"getPSAppViews" : [ ] "getPSAppViews" : [ ]
......
...@@ -723,11 +723,13 @@ ...@@ -723,11 +723,13 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss" "TIMEFMT" : "YYYY-MM-DD HH:mm:ss",
"READONLY" : "true"
}, },
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
"editorWidth" : 160.0, "editorWidth" : 160.0,
"name" : "date" "name" : "date",
"readOnly" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -509,7 +509,7 @@ ...@@ -509,7 +509,7 @@
}, { }, {
"caption" : "文本框", "caption" : "文本框",
"codeName" : "bookname", "codeName" : "bookname",
"enableCond" : 3, "enableCond" : 0,
"ignoreInput" : 0, "ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/bookname", "mOSFilePath" : "psdegridcols/bookname",
"name" : "bookname", "name" : "bookname",
......
...@@ -37,6 +37,23 @@ ...@@ -37,6 +37,23 @@
} }
} ], } ],
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -68,23 +85,6 @@ ...@@ -68,23 +85,6 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -1109,6 +1109,23 @@ ...@@ -1109,6 +1109,23 @@
"id" : "FORM" "id" : "FORM"
}, },
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1140,23 +1157,6 @@ ...@@ -1140,23 +1157,6 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"mOSFilePath" : "pssysvaluerules/ValueRule14",
"name" : "由26个英文字母组成的字符串",
"rTMOSFilePath" : "pssysvaluerules/ValueRule14",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -868,11 +868,13 @@ ...@@ -868,11 +868,13 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss" "TIMEFMT" : "YYYY-MM-DD HH:mm:ss",
"READONLY" : "true"
}, },
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
"editorWidth" : 160.0, "editorWidth" : 160.0,
"name" : "date" "name" : "date",
"readOnly" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -712,7 +712,7 @@ ...@@ -712,7 +712,7 @@
}, { }, {
"caption" : "文本框", "caption" : "文本框",
"codeName" : "bookname", "codeName" : "bookname",
"enableCond" : 3, "enableCond" : 0,
"ignoreInput" : 0, "ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/bookname", "mOSFilePath" : "psdegridcols/bookname",
"name" : "bookname", "name" : "bookname",
......
...@@ -1692,16 +1692,16 @@ ...@@ -1692,16 +1692,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
...@@ -11398,11 +11398,13 @@ ...@@ -11398,11 +11398,13 @@
"getPSEditor" : { "getPSEditor" : {
"dateTimeFormat" : "YYYY-MM-DD HH:mm:ss", "dateTimeFormat" : "YYYY-MM-DD HH:mm:ss",
"editorParams" : { "editorParams" : {
"TIMEFMT" : "YYYY-MM-DD HH:mm:ss" "TIMEFMT" : "YYYY-MM-DD HH:mm:ss",
"READONLY" : "true"
}, },
"editorType" : "DATEPICKER", "editorType" : "DATEPICKER",
"editorWidth" : 160.0, "editorWidth" : 160.0,
"name" : "date" "name" : "date",
"readOnly" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -15208,7 +15210,7 @@ ...@@ -15208,7 +15210,7 @@
}, { }, {
"caption" : "文本框", "caption" : "文本框",
"codeName" : "bookname", "codeName" : "bookname",
"enableCond" : 3, "enableCond" : 0,
"ignoreInput" : 0, "ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/bookname", "mOSFilePath" : "psdegridcols/bookname",
"name" : "bookname", "name" : "bookname",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册