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

chitanda 发布系统代码 [TrainSys,模板发布]

上级 59ec6485
...@@ -152,6 +152,10 @@ ...@@ -152,6 +152,10 @@
</column> </column>
<column name="DEPTID" remarks="组织部门标识" type="VARCHAR(60)"> <column name="DEPTID" remarks="组织部门标识" type="VARCHAR(60)">
</column> </column>
<column name="FIELD" remarks="图片上传" type="TEXT(1048576)">
</column>
<column name="FIELD2" remarks="时间测试" type="DATETIME">
</column>
<column name="ORGID" remarks="组织机构标识" type="VARCHAR(60)"> <column name="ORGID" remarks="组织机构标识" type="VARCHAR(60)">
</column> </column>
<column name="PHONEID" remarks="手机标识" type="VARCHAR(100)"> <column name="PHONEID" remarks="手机标识" type="VARCHAR(100)">
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-380-3"> <changeSet author="root" id="tab-book-381-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-206-6"> <changeSet author="root" id="tab-phone-218-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"/>
...@@ -190,6 +190,10 @@ ...@@ -190,6 +190,10 @@
</column> </column>
<column name="PHONETYPE" remarks="" type="VARCHAR(100)"> <column name="PHONETYPE" remarks="" type="VARCHAR(100)">
</column> </column>
<column name="FIELD" remarks="" type="TEXT(1048576)">
</column>
<column name="FIELD2" remarks="" type="DATETIME">
</column>
</createTable> </createTable>
</changeSet> </changeSet>
......
...@@ -228,6 +228,12 @@ ...@@ -228,6 +228,12 @@
}, { }, {
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
}, {
"name" : "FIELD",
"codeName" : "Field"
}, {
"name" : "FIELD2",
"codeName" : "Field2"
} ], } ],
"codeName" : "Table", "codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json", "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json",
...@@ -1394,6 +1400,172 @@ ...@@ -1394,6 +1400,172 @@
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 100,
"valueFormat" : "%1$s" "valueFormat" : "%1$s"
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "FIELD",
"dBType" : "MYSQL5",
"name" : "FIELD",
"queryCodeExp" : "t1.`FIELD`",
"standardColumnName" : "`FIELD`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefuimodes/MobileDefault",
"name" : "[FIELD][图片上传]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBPICTURELIST",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/MobileDefault",
"name" : "[FIELD][图片上传]移动端默认",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/MobileDefault",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefuimodes/Default",
"name" : "[FIELD][图片上传]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "PICTURE",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/Default",
"name" : "[FIELD][图片上传]",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/Default",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefuimodes/Default",
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "FIELD",
"maxValue" : 1048576,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1048576]"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefvaluerules/Default",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Field",
"dEFType" : 1,
"dataType" : "LONGPICTURELIST",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "图片上传",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD",
"name" : "FIELD",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "FIELD"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD",
"serviceCodeName" : "Field",
"stdDataType" : 21,
"stringLength" : 1048576,
"valueFormat" : "%1$s",
"queryColumn" : false
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "FIELD2",
"dBType" : "MYSQL5",
"name" : "FIELD2",
"queryCodeExp" : "t1.`FIELD2`",
"standardColumnName" : "`FIELD2`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefuimodes/Default",
"name" : "[FIELD2][时间测试]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "DATEPICKEREX_NOTIME",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/Default",
"name" : "[FIELD2][时间测试]",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/Default",
"uIMode" : "DEFAULT",
"valueFormat" : "YYYY-MM-DD"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefuimodes/MobileDefault",
"name" : "[FIELD2][时间测试]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBDATE",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/MobileDefault",
"name" : "[FIELD2][时间测试]移动端默认",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/MobileDefault",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefvaluerules/Default",
"ruleInfo" : "默认规则",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Field2",
"dEFType" : 1,
"dataType" : "DATE",
"importOrder" : 1000,
"logicName" : "时间测试",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2",
"name" : "FIELD2",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "FIELD2"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2",
"serviceCodeName" : "Field2",
"stdDataType" : 5,
"valueFormat" : "%1$tY-%1$tm-%1$td"
} ], } ],
"getAllPSDELogics" : [ { "getAllPSDELogics" : [ {
"codeName" : "PhoneNumber", "codeName" : "PhoneNumber",
...@@ -1511,6 +1683,29 @@ ...@@ -1511,6 +1683,29 @@
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60, "stringLength" : 60,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"logicName" : "图片上传",
"name" : "Field",
"getPSDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdemethoddtos/PhoneDTO/psdemethoddtofields/Field",
"sourceType" : "DEFIELD",
"stdDataType" : 21,
"stringLength" : 1048576,
"type" : "SIMPLE"
}, {
"logicName" : "时间测试",
"name" : "Field2",
"getPSDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdemethoddtos/PhoneDTO/psdemethoddtofields/Field2",
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, { }, {
"logicName" : "组织机构标识", "logicName" : "组织机构标识",
"name" : "OrgId", "name" : "OrgId",
......
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
"name" : "查询条件" "name" : "查询条件"
} ], } ],
"getPSDEDataQueryCodeExps" : [ { "getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`FIELD`",
"name" : "FIELD"
}, {
"expression" : "t1.`CREATEDATE`", "expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE" "name" : "CREATEDATE"
}, { }, {
...@@ -16,6 +19,9 @@ ...@@ -16,6 +19,9 @@
}, { }, {
"expression" : "t1.`DEPTID`", "expression" : "t1.`DEPTID`",
"name" : "DEPTID" "name" : "DEPTID"
}, {
"expression" : "t1.`FIELD2`",
"name" : "FIELD2"
}, { }, {
"expression" : "t1.`ORGID`", "expression" : "t1.`ORGID`",
"name" : "ORGID" "name" : "ORGID"
...@@ -35,7 +41,7 @@ ...@@ -35,7 +41,7 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`PHONEID`,\nt1.`PHONENAME`,\nt1.`PHONETYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_PHONE` t1 \n", "queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`FIELD2`,\nt1.`ORGID`,\nt1.`PHONEID`,\nt1.`PHONENAME`,\nt1.`PHONETYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_PHONE` t1 \n",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdedataqueries/ByIPhone/psdedqcodes/MYSQL5", "rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdedataqueries/ByIPhone/psdedqcodes/MYSQL5",
"id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/ByIPhone/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/ByIPhone/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5", "mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5",
"name" : "MySQL5", "name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ { "getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`FIELD`",
"name" : "FIELD"
}, {
"expression" : "t1.`CREATEDATE`", "expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE" "name" : "CREATEDATE"
}, { }, {
...@@ -11,6 +14,9 @@ ...@@ -11,6 +14,9 @@
}, { }, {
"expression" : "t1.`DEPTID`", "expression" : "t1.`DEPTID`",
"name" : "DEPTID" "name" : "DEPTID"
}, {
"expression" : "t1.`FIELD2`",
"name" : "FIELD2"
}, { }, {
"expression" : "t1.`ORGID`", "expression" : "t1.`ORGID`",
"name" : "ORGID" "name" : "ORGID"
...@@ -30,7 +36,7 @@ ...@@ -30,7 +36,7 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`PHONEID`,\nt1.`PHONENAME`,\nt1.`PHONETYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_PHONE` t1 \n", "queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`FIELD2`,\nt1.`ORGID`,\nt1.`PHONEID`,\nt1.`PHONENAME`,\nt1.`PHONETYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_PHONE` t1 \n",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5", "rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5",
"id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
...@@ -11,6 +11,12 @@ ...@@ -11,6 +11,12 @@
}, { }, {
"expression" : "t1.`DEPTID`", "expression" : "t1.`DEPTID`",
"name" : "DEPTID" "name" : "DEPTID"
}, {
"expression" : "t1.`FIELD`",
"name" : "FIELD"
}, {
"expression" : "t1.`FIELD2`",
"name" : "FIELD2"
}, { }, {
"expression" : "t1.`ORGID`", "expression" : "t1.`ORGID`",
"name" : "ORGID" "name" : "ORGID"
...@@ -30,7 +36,7 @@ ...@@ -30,7 +36,7 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`PHONEID`,\nt1.`PHONENAME`,\nt1.`PHONETYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_PHONE` t1 \n", "queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`FIELD`,\nt1.`FIELD2`,\nt1.`ORGID`,\nt1.`PHONEID`,\nt1.`PHONENAME`,\nt1.`PHONETYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_PHONE` t1 \n",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdedataqueries/VIEW/psdedqcodes/MYSQL5", "rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
...@@ -75,6 +75,12 @@ ...@@ -75,6 +75,12 @@
}, { }, {
"id" : "phonetype", "id" : "phonetype",
"dataType" : 25 "dataType" : 25
}, {
"id" : "field",
"dataType" : 21
}, {
"id" : "field2",
"dataType" : 5
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25 "dataType" : 25
...@@ -122,7 +128,7 @@ ...@@ -122,7 +128,7 @@
"mOSFilePath" : "psdeformdetail_grouppanels/group1", "mOSFilePath" : "psdeformdetail_grouppanels/group1",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "手机名称", "caption" : "手机",
"codeName" : "phonename", "codeName" : "phonename",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -203,6 +209,58 @@ ...@@ -203,6 +209,58 @@
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "图片上传",
"codeName" : "field",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field",
"valueFormat" : "%1$s",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "时间测试",
"codeName" : "field2",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field2",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field2",
"valueFormat" : "YYYY-MM-DD",
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -217,7 +275,7 @@ ...@@ -217,7 +275,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : false "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
......
...@@ -1152,6 +1152,12 @@ ...@@ -1152,6 +1152,12 @@
}, { }, {
"id" : "phonetype", "id" : "phonetype",
"dataType" : 25 "dataType" : 25
}, {
"id" : "field",
"dataType" : 21
}, {
"id" : "field2",
"dataType" : 5
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25 "dataType" : 25
...@@ -1199,7 +1205,7 @@ ...@@ -1199,7 +1205,7 @@
"mOSFilePath" : "psdeformdetail_grouppanels/group1", "mOSFilePath" : "psdeformdetail_grouppanels/group1",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "手机名称", "caption" : "手机",
"codeName" : "phonename", "codeName" : "phonename",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -1280,6 +1286,58 @@ ...@@ -1280,6 +1286,58 @@
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "图片上传",
"codeName" : "field",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field",
"valueFormat" : "%1$s",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "时间测试",
"codeName" : "field2",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field2",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field2",
"valueFormat" : "YYYY-MM-DD",
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1294,7 +1352,7 @@ ...@@ -1294,7 +1352,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : false "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1842,6 +1900,12 @@ ...@@ -1842,6 +1900,12 @@
}, { }, {
"id" : "phonetype", "id" : "phonetype",
"dataType" : 25 "dataType" : 25
}, {
"id" : "field",
"dataType" : 21
}, {
"id" : "field2",
"dataType" : 5
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25 "dataType" : 25
...@@ -1889,7 +1953,7 @@ ...@@ -1889,7 +1953,7 @@
"mOSFilePath" : "psdeformdetail_grouppanels/group1", "mOSFilePath" : "psdeformdetail_grouppanels/group1",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "手机名称", "caption" : "手机",
"codeName" : "phonename", "codeName" : "phonename",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -1970,6 +2034,58 @@ ...@@ -1970,6 +2034,58 @@
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "图片上传",
"codeName" : "field",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field",
"valueFormat" : "%1$s",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "时间测试",
"codeName" : "field2",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field2",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field2",
"valueFormat" : "YYYY-MM-DD",
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1984,7 +2100,7 @@ ...@@ -1984,7 +2100,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : false "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
......
...@@ -879,6 +879,32 @@ ...@@ -879,6 +879,32 @@
"templCode2" : "editor2", "templCode2" : "editor2",
"templCode3" : "editor3", "templCode3" : "editor3",
"templCode4" : "editor4" "templCode4" : "editor4"
}, {
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "editor1",
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, {
"name" : "编辑器插件test",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorTest"
},
"pluginCode" : "editorTest",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "editor11111",
"templCode2" : "editor22222",
"templCode3" : "editor3333",
"templCode4" : "editor44444"
}, { }, {
"name" : "编辑器插件test", "name" : "编辑器插件test",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -950,16 +976,16 @@ ...@@ -950,16 +976,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2", "mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/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"
} }
} ], } ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2" "rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......
...@@ -67,6 +67,32 @@ ...@@ -67,6 +67,32 @@
"templCode2" : "editor2", "templCode2" : "editor2",
"templCode3" : "editor3", "templCode3" : "editor3",
"templCode4" : "editor4" "templCode4" : "editor4"
}, {
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "editor1",
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, {
"name" : "编辑器插件test",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorTest"
},
"pluginCode" : "editorTest",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "editor11111",
"templCode2" : "editor22222",
"templCode3" : "editor3333",
"templCode4" : "editor44444"
}, { }, {
"name" : "编辑器插件test", "name" : "编辑器插件test",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -456,7 +456,8 @@ ...@@ -456,7 +456,8 @@
"SRFNAVPARAM.n_state_eq" : "1 ", "SRFNAVPARAM.n_state_eq" : "1 ",
"bbb" : "%ccc%", "bbb" : "%ccc%",
"SRFNAVCTX.device" : "%sv_deviceid%", "SRFNAVCTX.device" : "%sv_deviceid%",
"aaa" : "1" "aaa" : "1",
"READONLY" : "true"
}, },
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
...@@ -472,7 +473,8 @@ ...@@ -472,7 +473,8 @@
"name" : "n_state_eq", "name" : "n_state_eq",
"value" : "1 ", "value" : "1 ",
"rawValue" : true "rawValue" : true
} ] } ],
"readOnly" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -500,9 +502,13 @@ ...@@ -500,9 +502,13 @@
"codeName" : "Field8" "codeName" : "Field8"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : {
"READONLY" : "true"
},
"editorType" : "PASSWORD", "editorType" : "PASSWORD",
"maxLength" : 100, "maxLength" : 100,
"name" : "field8" "name" : "field8",
"readOnly" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -529,12 +535,16 @@ ...@@ -529,12 +535,16 @@
"codeName" : "Field4" "codeName" : "Field4"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : {
"READONLY" : "true"
},
"editorType" : "DROPDOWNLIST", "editorType" : "DROPDOWNLIST",
"name" : "field4", "name" : "field4",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
}, },
"readOnly" : true,
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
......
...@@ -19,35 +19,35 @@ ...@@ -19,35 +19,35 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u1feafb4_click", "name" : "grid_uagridcolumn1_u4c6267d_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_编辑操作" "id" : "表格界面_删除操作"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u4c6267d_click", "name" : "grid_uagridcolumn1_u1feafb4_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_删除操作" "id" : "表格界面_编辑操作"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "表格界面_编辑操作", "name" : "表格界面_删除操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Edit" "id" : "Remove"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "MULTIKEY",
"xDataControlName" : "grid" "xDataControlName" : "grid"
}, { }, {
"name" : "表格界面_删除操作", "name" : "表格界面_编辑操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "Edit"
}, },
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid" "xDataControlName" : "grid"
} ], } ],
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
...@@ -168,40 +168,6 @@ ...@@ -168,40 +168,6 @@
"getPSDEUIActionGroup" : { "getPSDEUIActionGroup" : {
"name" : "界面行为组", "name" : "界面行为组",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u4c6267d", "name" : "u4c6267d",
"getPSUIAction" : { "getPSUIAction" : {
...@@ -235,6 +201,40 @@ ...@@ -235,6 +201,40 @@
"addSeparator" : true, "addSeparator" : true,
"showCaption" : false, "showCaption" : false,
"showIcon" : true "showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ] } ]
}, },
"rTMOSFilePath" : "psdegridcols/uagridcolumn1", "rTMOSFilePath" : "psdegridcols/uagridcolumn1",
......
...@@ -744,6 +744,86 @@ ...@@ -744,6 +744,86 @@
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Phonetype", "rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Phonetype",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psappdefuimodes/MobileDefault",
"name" : "[FIELD][图片上传]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBPICTURELIST",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/MobileDefault",
"name" : "[FIELD][图片上传]移动端默认",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psdefformitems/MobileDefault",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psappdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psappdefuimodes/Default",
"name" : "[FIELD][图片上传]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "PICTURE",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD/psdefformitems/Default",
"name" : "[FIELD][图片上传]",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psdefformitems/Default",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field/psappdefuimodes/Default",
"type" : "DEFAULT"
} ],
"codeName" : "Field",
"logicName" : "图片上传",
"name" : "FIELD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field",
"stdDataType" : 21,
"stringLength" : 1048576
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psappdefuimodes/Default",
"name" : "[FIELD2][时间测试]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "DATEPICKEREX_NOTIME",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/Default",
"name" : "[FIELD2][时间测试]",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psdefformitems/Default",
"uIMode" : "DEFAULT",
"valueFormat" : "YYYY-MM-DD"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psappdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psappdefuimodes/MobileDefault",
"name" : "[FIELD2][时间测试]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBDATE",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/FIELD2/psdefformitems/MobileDefault",
"name" : "[FIELD2][时间测试]移动端默认",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psdefformitems/MobileDefault",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td",
"mobileMode" : true
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2/psappdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Field2",
"logicName" : "时间测试",
"name" : "FIELD2",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD"
} ], } ],
"getAllPSAppDEMethodDTOs" : [ { "getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO", "codeName" : "PhoneDTO",
...@@ -789,6 +869,32 @@ ...@@ -789,6 +869,32 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "Field",
"logicName" : "图片上传",
"name" : "Field",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdemethoddtos/PhoneDTO/psappdemethoddtofields/Field",
"sourceType" : "DEFIELD",
"stdDataType" : 21,
"type" : "SIMPLE"
}, {
"codeName" : "Field2",
"logicName" : "时间测试",
"name" : "Field2",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdemethoddtos/PhoneDTO/psappdemethoddtofields/Field2",
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, { }, {
"codeName" : "OrgId", "codeName" : "OrgId",
"logicName" : "组织机构标识", "logicName" : "组织机构标识",
......
...@@ -95,6 +95,20 @@ ...@@ -95,6 +95,20 @@
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
} }
}, {
"id" : "field",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"id" : "field2",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -170,7 +184,7 @@ ...@@ -170,7 +184,7 @@
"mOSFilePath" : "psdeformdetail_grouppanels/group1", "mOSFilePath" : "psdeformdetail_grouppanels/group1",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "手机名称", "caption" : "手机",
"codeName" : "phonename", "codeName" : "phonename",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -257,6 +271,65 @@ ...@@ -257,6 +271,65 @@
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "图片上传",
"codeName" : "field",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "时间测试",
"codeName" : "field2",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field2",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field2",
"valueFormat" : "YYYY-MM-DD",
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -271,7 +344,7 @@ ...@@ -271,7 +344,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : false "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
......
...@@ -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",
......
...@@ -25,35 +25,35 @@ ...@@ -25,35 +25,35 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "db_sysportlet2_list_field_u1feafb4_click", "name" : "db_sysportlet2_list_field_u4c6267d_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_编辑操作" "id" : "表格界面_删除操作"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "db_sysportlet2_list_field_u4c6267d_click", "name" : "db_sysportlet2_list_field_u1feafb4_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_删除操作" "id" : "表格界面_编辑操作"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "表格界面_编辑操作", "name" : "表格界面_删除操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Edit" "id" : "Remove"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "MULTIKEY",
"xDataControlName" : "db_sysportlet2_list" "xDataControlName" : "db_sysportlet2_list"
}, { }, {
"name" : "表格界面_删除操作", "name" : "表格界面_编辑操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "Edit"
}, },
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "db_sysportlet2_list" "xDataControlName" : "db_sysportlet2_list"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
...@@ -104,40 +104,6 @@ ...@@ -104,40 +104,6 @@
"getPSDEUIActionGroup" : { "getPSDEUIActionGroup" : {
"name" : "界面行为组", "name" : "界面行为组",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u4c6267d", "name" : "u4c6267d",
"getPSUIAction" : { "getPSUIAction" : {
...@@ -171,6 +137,40 @@ ...@@ -171,6 +137,40 @@
"addSeparator" : true, "addSeparator" : true,
"showCaption" : false, "showCaption" : false,
"showIcon" : true "showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ] } ]
}, },
"width" : 150, "width" : 150,
......
...@@ -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",
......
...@@ -601,7 +601,8 @@ ...@@ -601,7 +601,8 @@
"SRFNAVPARAM.n_state_eq" : "1 ", "SRFNAVPARAM.n_state_eq" : "1 ",
"bbb" : "%ccc%", "bbb" : "%ccc%",
"SRFNAVCTX.device" : "%sv_deviceid%", "SRFNAVCTX.device" : "%sv_deviceid%",
"aaa" : "1" "aaa" : "1",
"READONLY" : "true"
}, },
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
...@@ -617,7 +618,8 @@ ...@@ -617,7 +618,8 @@
"name" : "n_state_eq", "name" : "n_state_eq",
"value" : "1 ", "value" : "1 ",
"rawValue" : true "rawValue" : true
} ] } ],
"readOnly" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -645,9 +647,13 @@ ...@@ -645,9 +647,13 @@
"codeName" : "Field8" "codeName" : "Field8"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : {
"READONLY" : "true"
},
"editorType" : "PASSWORD", "editorType" : "PASSWORD",
"maxLength" : 100, "maxLength" : 100,
"name" : "field8" "name" : "field8",
"readOnly" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
...@@ -674,12 +680,16 @@ ...@@ -674,12 +680,16 @@
"codeName" : "Field4" "codeName" : "Field4"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorParams" : {
"READONLY" : "true"
},
"editorType" : "DROPDOWNLIST", "editorType" : "DROPDOWNLIST",
"name" : "field4", "name" : "field4",
"getPSAppCodeList" : { "getPSAppCodeList" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList83.json"
}, },
"readOnly" : true,
"singleSelect" : true "singleSelect" : true
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
......
...@@ -375,35 +375,35 @@ ...@@ -375,35 +375,35 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u1feafb4_click", "name" : "grid_uagridcolumn1_u4c6267d_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_编辑操作" "id" : "表格界面_删除操作"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u4c6267d_click", "name" : "grid_uagridcolumn1_u1feafb4_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "表格界面_删除操作" "id" : "表格界面_编辑操作"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "表格界面_编辑操作", "name" : "表格界面_删除操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Edit" "id" : "Remove"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "MULTIKEY",
"xDataControlName" : "grid" "xDataControlName" : "grid"
}, { }, {
"name" : "表格界面_删除操作", "name" : "表格界面_编辑操作",
"getPSUIAction" : { "getPSUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "Remove" "id" : "Edit"
}, },
"uIActionTarget" : "MULTIKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid" "xDataControlName" : "grid"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
...@@ -611,40 +611,6 @@ ...@@ -611,40 +611,6 @@
"getPSDEUIActionGroup" : { "getPSDEUIActionGroup" : {
"name" : "界面行为组", "name" : "界面行为组",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u4c6267d", "name" : "u4c6267d",
"getPSUIAction" : { "getPSUIAction" : {
...@@ -678,6 +644,40 @@ ...@@ -678,6 +644,40 @@
"addSeparator" : true, "addSeparator" : true,
"showCaption" : false, "showCaption" : false,
"showIcon" : true "showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "u1feafb4",
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto253",
"rTMOSFilePath" : "pslanguageres/Auto253"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"name" : "表格界面_编辑操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/Edit",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT",
"mOSFilePath" : "pslanguageres/Auto130",
"rTMOSFilePath" : "pslanguageres/Auto130"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ] } ]
}, },
"rTMOSFilePath" : "psdegridcols/uagridcolumn1", "rTMOSFilePath" : "psdegridcols/uagridcolumn1",
......
...@@ -1191,6 +1191,20 @@ ...@@ -1191,6 +1191,20 @@
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
} }
}, {
"id" : "field",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"id" : "field2",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -1266,7 +1280,7 @@ ...@@ -1266,7 +1280,7 @@
"mOSFilePath" : "psdeformdetail_grouppanels/group1", "mOSFilePath" : "psdeformdetail_grouppanels/group1",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "手机名称", "caption" : "手机",
"codeName" : "phonename", "codeName" : "phonename",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -1353,6 +1367,65 @@ ...@@ -1353,6 +1367,65 @@
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "图片上传",
"codeName" : "field",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "时间测试",
"codeName" : "field2",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field2",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field2",
"valueFormat" : "YYYY-MM-DD",
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -1367,7 +1440,7 @@ ...@@ -1367,7 +1440,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : false "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
...@@ -1975,6 +2048,20 @@ ...@@ -1975,6 +2048,20 @@
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
} }
}, {
"id" : "field",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"id" : "field2",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -2050,7 +2137,7 @@ ...@@ -2050,7 +2137,7 @@
"mOSFilePath" : "psdeformdetail_grouppanels/group1", "mOSFilePath" : "psdeformdetail_grouppanels/group1",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "手机名称", "caption" : "手机",
"codeName" : "phonename", "codeName" : "phonename",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -2137,6 +2224,65 @@ ...@@ -2137,6 +2224,65 @@
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "图片上传",
"codeName" : "field",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "时间测试",
"codeName" : "field2",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field2",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field2",
"valueFormat" : "YYYY-MM-DD",
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -2151,7 +2297,7 @@ ...@@ -2151,7 +2297,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : false "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
......
...@@ -223,6 +223,20 @@ ...@@ -223,6 +223,20 @@
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
} }
}, {
"id" : "field",
"dataType" : 21,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
}
}, {
"id" : "field2",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -298,7 +312,7 @@ ...@@ -298,7 +312,7 @@
"mOSFilePath" : "psdeformdetail_grouppanels/group1", "mOSFilePath" : "psdeformdetail_grouppanels/group1",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "手机名称", "caption" : "手机",
"codeName" : "phonename", "codeName" : "phonename",
"dataType" : 25, "dataType" : 25,
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
...@@ -385,6 +399,65 @@ ...@@ -385,6 +399,65 @@
"allowEmpty" : true, "allowEmpty" : true,
"convertToCodeItemText" : true, "convertToCodeItemText" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "图片上传",
"codeName" : "field",
"dataType" : 21,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field",
"name" : "field",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "时间测试",
"codeName" : "field2",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/field2",
"name" : "field2",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD2",
"codeName" : "Field2"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "field2",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/field2",
"valueFormat" : "YYYY-MM-DD",
"allowEmpty" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
...@@ -399,7 +472,7 @@ ...@@ -399,7 +472,7 @@
"layout" : "TABLE_24COL" "layout" : "TABLE_24COL"
}, },
"rTMOSFilePath" : "psdeformdetail_grouppanels/group1", "rTMOSFilePath" : "psdeformdetail_grouppanels/group1",
"infoGroupMode" : false, "infoGroupMode" : true,
"showCaption" : false "showCaption" : false
} ], } ],
"getPSLayout" : { "getPSLayout" : {
......
...@@ -91,6 +91,32 @@ ...@@ -91,6 +91,32 @@
"templCode2" : "editor2", "templCode2" : "editor2",
"templCode3" : "editor3", "templCode3" : "editor3",
"templCode4" : "editor4" "templCode4" : "editor4"
}, {
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "editor1",
"templCode2" : "editor2",
"templCode3" : "editor3",
"templCode4" : "editor4"
}, {
"name" : "编辑器插件test",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorTest"
},
"pluginCode" : "editorTest",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE",
"templCode" : "editor11111",
"templCode2" : "editor22222",
"templCode3" : "editor3333",
"templCode4" : "editor44444"
}, { }, {
"name" : "编辑器插件test", "name" : "编辑器插件test",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -587,6 +587,23 @@ ...@@ -587,6 +587,23 @@
"rTMOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/DEPTID", "rTMOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/DEPTID",
"stdDataType" : 25, "stdDataType" : 25,
"nullable" : true "nullable" : true
}, {
"codeName" : "FIELD",
"length" : 1048576,
"logicName" : "图片上传",
"mOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD",
"name" : "FIELD",
"rTMOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD",
"stdDataType" : 21,
"nullable" : true
}, {
"codeName" : "FIELD2",
"logicName" : "时间测试",
"mOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD2",
"name" : "FIELD2",
"rTMOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD2",
"stdDataType" : 5,
"nullable" : true
}, { }, {
"codeName" : "ORGID", "codeName" : "ORGID",
"length" : 60, "length" : 60,
......
...@@ -172,6 +172,35 @@ ...@@ -172,6 +172,35 @@
"enableModify" : true, "enableModify" : true,
"keyField" : false, "keyField" : false,
"majorField" : false "majorField" : false
}, {
"codeName" : "Field",
"codeName2" : "Field",
"logicName" : "图片上传",
"mOSFilePath" : "pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Field",
"name" : "FIELD",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Field",
"stdDataType" : 21,
"stringLength" : 1048576,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "Field2",
"codeName2" : "Field2",
"logicName" : "时间测试",
"mOSFilePath" : "pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Field2",
"name" : "FIELD2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Field2",
"stdDataType" : 5,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
} ], } ],
"getPSDEServiceAPIMethods" : [ { "getPSDEServiceAPIMethods" : [ {
"dataAccessAction" : "CREATE", "dataAccessAction" : "CREATE",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册