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

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

上级 28a36b1d
......@@ -158,6 +158,8 @@
</column>
<column name="FIELD2" remarks="时间测试" type="DATETIME">
</column>
<column name="MONEY" remarks="金额" type="DECIMAL(38,2)">
</column>
<column name="ORGID" remarks="组织机构标识" type="VARCHAR(60)">
</column>
<column name="PHONEID" remarks="手机标识" type="VARCHAR(100)">
......
......@@ -171,7 +171,7 @@
</changeSet>
<!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-255-6">
<changeSet author="root" id="tab-phone-264-6">
<createTable tableName="T_PHONE">
<column name="PHONEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_PHONE"/>
......@@ -196,6 +196,8 @@
</column>
<column name="FIELD2" remarks="" type="DATETIME">
</column>
<column name="MONEY" remarks="" type="DECIMAL(38,2)">
</column>
</createTable>
</changeSet>
......
......@@ -234,6 +234,9 @@
}, {
"name" : "FIELD2",
"codeName" : "Field2"
}, {
"name" : "MONEY",
"codeName" : "Money"
} ],
"codeName" : "Table",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json",
......@@ -1566,6 +1569,80 @@
"serviceCodeName" : "Field2",
"stdDataType" : 5,
"valueFormat" : "%1$tY-%1$tm-%1$td"
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "MONEY",
"dBType" : "MYSQL5",
"name" : "MONEY",
"queryCodeExp" : "t1.`MONEY`",
"standardColumnName" : "`MONEY`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefuimodes/Default",
"name" : "[MONEY][金额]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefformitems/Default",
"name" : "[MONEY][金额]",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefformitems/Default",
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefuimodes/MobileDefault",
"name" : "[MONEY][金额]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefformitems/MobileDefault",
"name" : "[MONEY][金额]移动端默认",
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefformitems/MobileDefault",
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefvaluerules/Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefvaluerules/Default",
"ruleInfo" : "默认规则",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Money",
"dEFType" : 1,
"dataType" : "DECIMAL",
"importOrder" : 1000,
"logicName" : "金额",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY",
"name" : "MONEY",
"getPSDEDBTable" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "MONEY"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY",
"serviceCodeName" : "Money",
"stdDataType" : 6,
"valueFormat" : "%1$s"
} ],
"getAllPSDELogics" : [ {
"codeName" : "PhoneNumber",
......@@ -1706,6 +1783,17 @@
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, {
"logicName" : "金额",
"name" : "Money",
"getPSDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psmodules/common/psdataentities/PHONE/psdemethoddtos/PhoneDTO/psdemethoddtofields/Money",
"sourceType" : "DEFIELD",
"stdDataType" : 6,
"type" : "SIMPLE"
}, {
"logicName" : "组织机构标识",
"name" : "OrgId",
......
......@@ -22,6 +22,9 @@
}, {
"expression" : "t1.`FIELD2`",
"name" : "FIELD2"
}, {
"expression" : "t1.`MONEY`",
"name" : "MONEY"
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
......@@ -41,7 +44,7 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"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",
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`FIELD2`,\nt1.`MONEY`,\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",
"id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/ByIPhone/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -17,6 +17,9 @@
}, {
"expression" : "t1.`FIELD2`",
"name" : "FIELD2"
}, {
"expression" : "t1.`MONEY`",
"name" : "MONEY"
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
......@@ -36,7 +39,7 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"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",
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`FIELD2`,\nt1.`MONEY`,\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",
"id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -17,6 +17,9 @@
}, {
"expression" : "t1.`FIELD2`",
"name" : "FIELD2"
}, {
"expression" : "t1.`MONEY`",
"name" : "MONEY"
}, {
"expression" : "t1.`ORGID`",
"name" : "ORGID"
......@@ -36,7 +39,7 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"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",
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`FIELD`,\nt1.`FIELD2`,\nt1.`MONEY`,\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",
"id" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -81,6 +81,39 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"rTMOSFilePath" : "psdegridcols/money",
"valueFormat" : "%1$s",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"rTMOSFilePath" : "psdegridcols/money1",
"valueFormat" : "%1$s",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"format" : "%1$s",
......@@ -95,6 +128,10 @@
"dataType" : 25,
"name" : "updateman",
"convertToCodeItemText" : true
}, {
"format" : "%1$s",
"dataType" : 6,
"name" : "money"
}, {
"format" : "%1$s",
"dataType" : 25,
......@@ -165,6 +202,21 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -224,6 +224,39 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"rTMOSFilePath" : "psdegridcols/money",
"valueFormat" : "%1$s",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"rTMOSFilePath" : "psdegridcols/money1",
"valueFormat" : "%1$s",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"format" : "%1$s",
......@@ -238,6 +271,10 @@
"dataType" : 25,
"name" : "updateman",
"convertToCodeItemText" : true
}, {
"format" : "%1$s",
"dataType" : 6,
"name" : "money"
}, {
"format" : "%1$s",
"dataType" : 25,
......@@ -308,6 +345,21 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -505,6 +505,39 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"rTMOSFilePath" : "psdegridcols/money",
"valueFormat" : "%1$s",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"rTMOSFilePath" : "psdegridcols/money1",
"valueFormat" : "%1$s",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"format" : "%1$s",
......@@ -519,6 +552,10 @@
"dataType" : 25,
"name" : "updateman",
"convertToCodeItemText" : true
}, {
"format" : "%1$s",
"dataType" : 6,
"name" : "money"
}, {
"format" : "%1$s",
"dataType" : 25,
......@@ -589,6 +626,21 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -982,16 +982,16 @@
"mOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ],
"rTMOSFilePath" : "pssysapps/TemplatePublish/psappviewmsggroups/VMGroup2"
......@@ -2543,6 +2543,39 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"rTMOSFilePath" : "psdegridcols/money",
"valueFormat" : "%1$s",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"rTMOSFilePath" : "psdegridcols/money1",
"valueFormat" : "%1$s",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"format" : "%1$s",
......@@ -2557,6 +2590,10 @@
"dataType" : 25,
"name" : "updateman",
"convertToCodeItemText" : true
}, {
"format" : "%1$s",
"dataType" : 6,
"name" : "money"
}, {
"format" : "%1$s",
"dataType" : 25,
......@@ -2627,6 +2664,21 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -824,6 +824,43 @@
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD"
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psappdefuimodes/Default",
"name" : "[MONEY][金额]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefformitems/Default",
"name" : "[MONEY][金额]",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money/psdefformitems/Default",
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money/psappdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psappdefuimodes/MobileDefault",
"name" : "[MONEY][金额]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefformitems/MobileDefault",
"name" : "[MONEY][金额]移动端默认",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money/psdefformitems/MobileDefault",
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money/psappdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Money",
"logicName" : "金额",
"name" : "MONEY",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money",
"stdDataType" : 6
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
......@@ -895,6 +932,19 @@
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, {
"codeName" : "Money",
"logicName" : "金额",
"name" : "Money",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdemethoddtos/PhoneDTO/psappdemethoddtofields/Money",
"sourceType" : "DEFIELD",
"stdDataType" : 6,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
......
......@@ -132,6 +132,45 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money1",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -154,6 +193,13 @@
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"dataType" : 6,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -251,6 +297,25 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -538,6 +538,45 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money1",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -560,6 +599,13 @@
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"dataType" : 6,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -657,6 +703,25 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -469,6 +469,45 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money1",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -491,6 +530,13 @@
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"dataType" : 6,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -588,6 +634,25 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -602,6 +602,45 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money1",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -624,6 +663,13 @@
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"dataType" : 6,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -721,6 +767,25 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -972,6 +972,45 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money1",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -994,6 +1033,13 @@
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"dataType" : 6,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -1091,6 +1137,25 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......
......@@ -1892,16 +1892,16 @@
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
}, {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup2"
......@@ -4263,6 +4263,45 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money1",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -4285,6 +4324,13 @@
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"dataType" : 6,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -4382,6 +4428,25 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......@@ -11338,6 +11403,45 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money1",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -11360,6 +11464,13 @@
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"dataType" : 6,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -11457,6 +11568,25 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......@@ -27716,6 +27846,45 @@
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money",
"name" : "money",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money",
"width" : 100,
"widthUnit" : "PX",
"enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "金额",
"codeName" : "money1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "money",
"excelCaption" : "金额",
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "psdegridcols/money1",
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ],
"getPSDEGridDataItems" : [ {
"dataType" : 25,
......@@ -27738,6 +27907,13 @@
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"dataType" : 6,
"name" : "money",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -27835,6 +28011,25 @@
"rTMOSFilePath" : "psdegridcols/updateman",
"allowEmpty" : false,
"convertToCodeItemText" : true
}, {
"caption" : "金额",
"codeName" : "money1",
"enableCond" : 3,
"ignoreInput" : 0,
"mOSFilePath" : "psdegridcols/money1",
"name" : "money1",
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"getPSEditor" : {
"editorType" : "TEXTBOX",
"name" : "money1"
},
"rTMOSFilePath" : "psdegridcols/money1",
"unitName" : "元",
"allowEmpty" : true,
"enableUnitName" : true
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
......@@ -32180,6 +32375,43 @@
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Field2",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD"
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psappdefuimodes/Default",
"name" : "[MONEY][金额]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTBOX",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefformitems/Default",
"name" : "[MONEY][金额]",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money/psdefformitems/Default",
"uIMode" : "DEFAULT"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money/psappdefuimodes/Default",
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psappdefuimodes/MobileDefault",
"name" : "[MONEY][金额]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXT",
"mOSFilePath" : "psmodules/common/psdataentities/PHONE/psdefields/MONEY/psdefformitems/MobileDefault",
"name" : "[MONEY][金额]移动端默认",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money/psdefformitems/MobileDefault",
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money/psappdefuimodes/MobileDefault",
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Money",
"logicName" : "金额",
"name" : "MONEY",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdefields/Money",
"stdDataType" : 6
} ],
"getAllPSAppDEMethodDTOs" : [ {
"codeName" : "PhoneDTO",
......@@ -32251,6 +32483,19 @@
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, {
"codeName" : "Money",
"logicName" : "金额",
"name" : "Money",
"orderValue" : 1000,
"getPSAppDEField" : {
"name" : "MONEY",
"codeName" : "Money"
},
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Phone/psappdemethoddtos/PhoneDTO/psappdemethoddtofields/Money",
"sourceType" : "DEFIELD",
"stdDataType" : 6,
"type" : "SIMPLE"
}, {
"codeName" : "OrgId",
"logicName" : "组织机构标识",
......@@ -612,6 +612,14 @@
"rTMOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/FIELD2",
"stdDataType" : 5,
"nullable" : true
}, {
"codeName" : "MONEY",
"logicName" : "金额",
"mOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/MONEY",
"name" : "MONEY",
"rTMOSFilePath" : "pssysdbschemes/A869db62931b97a65fd/pssysdbtables/T_PHONE/pssysdbcolumns/MONEY",
"stdDataType" : 6,
"nullable" : true
}, {
"codeName" : "ORGID",
"length" : 60,
......
......@@ -201,6 +201,20 @@
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "Money",
"codeName2" : "Money",
"logicName" : "金额",
"mOSFilePath" : "pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Money",
"name" : "MONEY",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/TrainSys/psdeserviceapis/Phone/psdeserviceapifields/Money",
"stdDataType" : 6,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
} ],
"getPSDEServiceAPIMethods" : [ {
"dataAccessAction" : "CREATE",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册