提交 85f08172 编写于 作者: ibizdev's avatar ibizdev

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

上级 e3405b27
...@@ -19749,6 +19749,68 @@ ...@@ -19749,6 +19749,68 @@
"name" : "SPECIAL", "name" : "SPECIAL",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 100
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[DATE][日期]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "DATEPICKEREX_NOTIME",
"name" : "[DATE][日期]",
"uIMode" : "DEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[DATE][日期]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBDATE",
"name" : "[DATE][日期]移动端默认",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tY-%1$tm-%1$td",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "Date",
"logicName" : "日期",
"name" : "DATE",
"stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD"
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[TIME][时间]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBDATE",
"name" : "[TIME][时间]移动端默认",
"uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$tH:%1$tM:%1$tS",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[TIME][时间]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "DATEPICKEREX_NODAY",
"name" : "[TIME][时间]",
"uIMode" : "DEFAULT",
"valueFormat" : "%1$tH:%1$tM:%1$tS"
},
"type" : "DEFAULT"
} ],
"codeName" : "Time",
"logicName" : "时间",
"name" : "TIME",
"stdDataType" : 5,
"valueFormat" : "HH:mm:ss"
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
...@@ -19963,7 +20025,7 @@ ...@@ -19963,7 +20025,7 @@
"name" : "[AMOUNT][金额]移动端默认", "name" : "[AMOUNT][金额]移动端默认",
"precision" : 2, "precision" : 2,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"valueFormat" : "%1$,.2f", "valueFormat" : "#.##",
"mobileMode" : true "mobileMode" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
...@@ -19979,7 +20041,7 @@ ...@@ -19979,7 +20041,7 @@
"name" : "[AMOUNT][金额]", "name" : "[AMOUNT][金额]",
"precision" : 2, "precision" : 2,
"uIMode" : "DEFAULT", "uIMode" : "DEFAULT",
"valueFormat" : "%1$,.2f" "valueFormat" : "#.##"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
} ], } ],
...@@ -21485,6 +21547,30 @@ ...@@ -21485,6 +21547,30 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "Date",
"jsonFormat" : "yyyy-MM-dd",
"logicName" : "日期",
"name" : "Date",
"getPSAppDEField" : {
"name" : "DATE",
"codeName" : "Date"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, {
"codeName" : "Time",
"jsonFormat" : "HH:mm:ss",
"logicName" : "时间",
"name" : "Time",
"getPSAppDEField" : {
"name" : "TIME",
"codeName" : "Time"
},
"sourceType" : "DEFIELD",
"stdDataType" : 5,
"type" : "SIMPLE"
}, { }, {
"codeName" : "Amount", "codeName" : "Amount",
"logicName" : "金额", "logicName" : "金额",
...@@ -36767,7 +36853,7 @@ ...@@ -36767,7 +36853,7 @@
}, },
"getRefPSDataEntity" : { "getRefPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json" "path" : "PSMODULES/common/PSDATAENTITIES/RawMaterial.json"
}, },
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
...@@ -36907,7 +36993,7 @@ ...@@ -36907,7 +36993,7 @@
}, },
"getRefPSDataEntity" : { "getRefPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST.json" "path" : "PSMODULES/common/PSDATAENTITIES/BookType.json"
}, },
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
...@@ -479,11 +479,11 @@ ...@@ -479,11 +479,11 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Usr01028976MPickupView2_PickupGridView_Grid", "codeName" : "BookMPickupView2_PickupGridView_Grid",
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Usr01028976MPickupView2_PickupGridView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/BookMPickupView2_PickupGridView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch", "id" : "fetch",
...@@ -499,7 +499,7 @@ ...@@ -499,7 +499,7 @@
} }
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "测试多项数据选择视图_选择数据视图_表格", "logicName" : "书实体多项数据选择视图(左右关系)_选择数据视图_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...@@ -752,7 +752,7 @@ ...@@ -752,7 +752,7 @@
"noSort" : false, "noSort" : false,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
"modelid" : "208ECCBB-FA14-4ECF-A3DC-3BC6ACD8B113", "modelid" : "C1701C3B-546C-40FA-B63E-B0558F1C23A8",
"modeltype" : "PSDEGRID" "modeltype" : "PSDEGRID"
}, { }, {
"codeName" : "Usr01022418_SearchForm", "codeName" : "Usr01022418_SearchForm",
......
...@@ -20,11 +20,11 @@ ...@@ -20,11 +20,11 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Usr01028976MPickupView2_PickupGridView_Grid", "codeName" : "BookMPickupView2_PickupGridView_Grid",
"columnEnableFilter" : 2, "columnEnableFilter" : 2,
"columnEnableLink" : 2, "columnEnableLink" : 2,
"controlType" : "GRID", "controlType" : "GRID",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Usr01028976MPickupView2_PickupGridView_Grid.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/BookMPickupView2_PickupGridView_Grid.json",
"getFetchPSControlAction" : { "getFetchPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "fetch", "id" : "fetch",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "测试多项数据选择视图_选择数据视图_表格", "logicName" : "书实体多项数据选择视图(左右关系)_选择数据视图_表格",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
"noSort" : false, "noSort" : false,
"singleSelect" : false, "singleSelect" : false,
"name" : "grid", "name" : "grid",
"modelid" : "208ECCBB-FA14-4ECF-A3DC-3BC6ACD8B113", "modelid" : "C1701C3B-546C-40FA-B63E-B0558F1C23A8",
"modeltype" : "PSDEGRID" "modeltype" : "PSDEGRID"
}, { }, {
"codeName" : "Usr01022418_SearchForm", "codeName" : "Usr01022418_SearchForm",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册