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

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

上级 3863424e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<!--输出实体[BXD]数据结构 --> <!--输出实体[BXD]数据结构 -->
<changeSet author="root" id="tab-bxd-31-1"> <changeSet author="root" id="tab-bxd-34-1">
<createTable tableName="T_BXD"> <createTable tableName="T_BXD">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"getAllPSDEACModes" : [ { "getAllPSDEACModes" : [ {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "DEFAULT", "logicName" : "DEFAULT",
"minorSortDir" : "ASC",
"name" : "DEFAULT", "name" : "DEFAULT",
"getPSDEACModeDataItems" : [ { "getPSDEACModeDataItems" : [ {
"dataType" : 25, "dataType" : 25,
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
"getAllPSAppDEACModes" : [ { "getAllPSAppDEACModes" : [ {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "DEFAULT", "logicName" : "DEFAULT",
"minorSortDir" : "ASC",
"getMinorSortPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"name" : "DEFAULT", "name" : "DEFAULT",
"getPSDEACModeDataItems" : [ { "getPSDEACModeDataItems" : [ {
"dataType" : 25, "dataType" : 25,
......
{ {
"codeName" : "Main", "codeName" : "Main",
"controlStyle" : "runtime_widget_out",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -35,21 +35,6 @@ ...@@ -35,21 +35,6 @@
} }
} ], } ],
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"name" : "由26个英文字母组成的字符串",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -79,6 +64,21 @@ ...@@ -79,6 +64,21 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"name" : "由26个英文字母组成的字符串",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -1021,21 +1021,6 @@ ...@@ -1021,21 +1021,6 @@
"id" : "FORM" "id" : "FORM"
}, },
"getPSDEFormItemVRs" : [ { "getPSDEFormItemVRs" : [ {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"name" : "由26个英文字母组成的字符串",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
}, {
"checkMode" : 3, "checkMode" : 3,
"name" : "表单项值规则", "name" : "表单项值规则",
"getPSDEFValueRule" : { "getPSDEFValueRule" : {
...@@ -1065,6 +1050,21 @@ ...@@ -1065,6 +1050,21 @@
}, },
"getPSDEFormItemName" : "StuNo", "getPSDEFormItemName" : "StuNo",
"valueRuleType" : "DEFVALUERULE" "valueRuleType" : "DEFVALUERULE"
}, {
"checkMode" : 3,
"name" : "表单项值规则",
"getPSDEFormItemName" : "Name",
"getPSSysValueRule" : {
"codeName" : "ValueRule14",
"dynaModelFilePath" : "PSSYSVALUERULES/ValueRule14.json",
"name" : "由26个英文字母组成的字符串",
"regExCode" : "[A-Za-z]+",
"ruleInfo" : "内容必须为26个英文字母组成的字符串",
"ruleType" : "REG",
"enableBackend" : true,
"enableFront" : true
},
"valueRuleType" : "SYSVALUERULE"
} ], } ],
"getPSDEFormItems" : [ { "getPSDEFormItems" : [ {
"id" : "srfupdatedate", "id" : "srfupdatedate",
......
...@@ -1594,6 +1594,7 @@ ...@@ -1594,6 +1594,7 @@
"modeltype" : "PSDEFORM_EDITFORM" "modeltype" : "PSDEFORM_EDITFORM"
}, { }, {
"codeName" : "Main", "codeName" : "Main",
"controlStyle" : "runtime_widget_out",
"controlType" : "FORM", "controlType" : "FORM",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -1064,10 +1064,9 @@ ...@@ -1064,10 +1064,9 @@
"pluginCode" : "runtime_widget_out", "pluginCode" : "runtime_widget_out",
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"rTObjectName" : "runtime_widget_out", "rTObjectName" : "runtime_widget_out",
"rTObjectRepo" : "./plugins/suzhou/index.legacy.js",
"refMode" : "CONTROL", "refMode" : "CONTROL",
"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>",
"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\"}",
"runtimeObject" : true "runtimeObject" : true
}, { }, {
"name" : "运行时部件(未出来)", "name" : "运行时部件(未出来)",
...@@ -22383,6 +22382,11 @@ ...@@ -22383,6 +22382,11 @@
"getAllPSAppDEACModes" : [ { "getAllPSAppDEACModes" : [ {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "DEFAULT", "logicName" : "DEFAULT",
"minorSortDir" : "ASC",
"getMinorSortPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"name" : "DEFAULT", "name" : "DEFAULT",
"getPSDEACModeDataItems" : [ { "getPSDEACModeDataItems" : [ {
"dataType" : 25, "dataType" : 25,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册