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

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

上级 36b7c29f
...@@ -1690,8 +1690,8 @@ ...@@ -1690,8 +1690,8 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
}, },
"masterOrder" : -1, "masterOrder" : 100,
"masterRS" : 8, "masterRS" : 7,
"getMinorPSDataEntity" : { "getMinorPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
...@@ -1713,8 +1713,7 @@ ...@@ -1713,8 +1713,7 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true, "enableFKey" : true
"nestedRS" : true
} ], } ],
"name" : "BXD", "name" : "BXD",
"getOrgIdPSDEField" : { "getOrgIdPSDEField" : {
......
...@@ -213,6 +213,9 @@ ...@@ -213,6 +213,9 @@
}, { }, {
"name" : "BXDID", "name" : "BXDID",
"codeName" : "BXDId" "codeName" : "BXDId"
}, {
"name" : "BOOKID",
"codeName" : "BookId"
} ], } ],
"codeName" : "Table", "codeName" : "Table",
"name" : "T_BXDMX", "name" : "T_BXDMX",
...@@ -1610,6 +1613,118 @@ ...@@ -1610,6 +1613,118 @@
"viewLevel" : 0, "viewLevel" : 0,
"linkDEField" : true, "linkDEField" : true,
"phisicalDEField" : false "phisicalDEField" : false
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "BOOKID",
"dBType" : "MYSQL5",
"name" : "BOOKID",
"queryCodeExp" : "t1.`BOOKID`",
"standardColumnName" : "`BOOKID`"
} ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_BOOKID_EQ",
"name" : "N_BOOKID_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BOOKID][书标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "HIDDEN",
"name" : "[BOOKID][书标识]",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[BOOKID][书标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "HIDDEN",
"name" : "[BOOKID][书标识]移动端默认",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "BOOKID",
"maxValue" : 100,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[100]"
},
"ruleInfo" : "内容长度必须小于等于[100]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "BookId",
"dEFType" : 1,
"dataType" : "PICKUP",
"importOrder" : 1000,
"length" : 100,
"logicName" : "书标识",
"name" : "BOOKID",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BOOK_BOOKID.json"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "BOOKID"
},
"getRealPSDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"getRealPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"getRelatedPSDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"getRelatedPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"serviceCodeName" : "BookId",
"stdDataType" : 25,
"stringLength" : 100,
"valueFormat" : "%1$s",
"linkDEField" : true
} ], } ],
"getAllPSDEMethodDTOs" : [ { "getAllPSDEMethodDTOs" : [ {
"name" : "BXDMXDTO", "name" : "BXDMXDTO",
...@@ -1669,6 +1784,17 @@ ...@@ -1669,6 +1784,17 @@
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 200, "stringLength" : 200,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"logicName" : "书标识",
"name" : "BookId",
"getPSDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"stringLength" : 100,
"type" : "SIMPLE"
}, { }, {
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "建立时间", "logicName" : "建立时间",
...@@ -1750,6 +1876,20 @@ ...@@ -1750,6 +1876,20 @@
}, { }, {
"name" : "BXDMXFilterDTO", "name" : "BXDMXFilterDTO",
"getPSDEFilterDTOFields" : [ { "getPSDEFilterDTOFields" : [ {
"logicName" : "书标识",
"name" : "N_BOOKID_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_BOOKID_EQ"
},
"getPSDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"logicName" : "报销单标识", "logicName" : "报销单标识",
"name" : "N_BXDID_EQ", "name" : "N_BXDID_EQ",
"getPSDEFSearchMode" : { "getPSDEFSearchMode" : {
...@@ -2153,10 +2293,10 @@ ...@@ -2153,10 +2293,10 @@
"realModelType" : "PSDEFORM" "realModelType" : "PSDEFORM"
} ], } ],
"codeName" : "BXDMX", "codeName" : "BXDMX",
"dEType" : 1, "dEType" : 3,
"dSLink" : "DEFAULT", "dSLink" : "DEFAULT",
"dataAccCtrlArch" : 1, "dataAccCtrlArch" : 1,
"dataAccCtrlMode" : 1, "dataAccCtrlMode" : 2,
"dataChangeLogMode" : 0, "dataChangeLogMode" : 0,
"dataImpExpMode" : 3, "dataImpExpMode" : 3,
"getDefaultPSDEDataQuery" : { "getDefaultPSDEDataQuery" : {
...@@ -2273,6 +2413,31 @@ ...@@ -2273,6 +2413,31 @@
"enableFKey" : true "enableFKey" : true
} ], } ],
"getMinorPSDERs" : [ { "getMinorPSDERs" : [ {
"codeName" : "Book",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BOOK_BOOKID.json",
"fKeyName" : "F4CB9DF55797FB98EF",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"masterOrder" : 100,
"masterRS" : 7,
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BOOK_BOOKID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"pickupDEFName" : "BOOKID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true
}, {
"codeName" : "DER1N_BXDMX_BXD_BXDID", "codeName" : "DER1N_BXDMX_BXD_BXDID",
"dERType" : "DER1N", "dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BXD_BXDID.json", "dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BXD_BXDID.json",
...@@ -2281,8 +2446,8 @@ ...@@ -2281,8 +2446,8 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
}, },
"masterOrder" : -1, "masterOrder" : 100,
"masterRS" : 8, "masterRS" : 7,
"getMinorPSDataEntity" : { "getMinorPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
...@@ -2304,8 +2469,7 @@ ...@@ -2304,8 +2469,7 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true, "enableFKey" : true
"nestedRS" : true
} ], } ],
"name" : "BXDMX", "name" : "BXDMX",
"getOrgIdPSDEField" : { "getOrgIdPSDEField" : {
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
"name" : "查询条件" "name" : "查询条件"
} ], } ],
"getPSDEDataQueryCodeExps" : [ { "getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BOOKID`",
"name" : "BOOKID"
}, {
"expression" : "t1.`BXDID`", "expression" : "t1.`BXDID`",
"name" : "BXDID" "name" : "BXDID"
}, { }, {
...@@ -37,6 +40,6 @@ ...@@ -37,6 +40,6 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `` t11 ON t1.`BXDID` = t11.`BXDID` \n", "queryCode" : "SELECT\nt1.`BOOKID`,\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `` t11 ON t1.`BXDID` = t11.`BXDID` \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/DataQuery2/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/DataQuery2/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
"name" : "查询条件" "name" : "查询条件"
} ], } ],
"getPSDEDataQueryCodeExps" : [ { "getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BOOKID`",
"name" : "BOOKID"
}, {
"expression" : "t1.`BXDID`", "expression" : "t1.`BXDID`",
"name" : "BXDID" "name" : "BXDID"
}, { }, {
...@@ -37,6 +40,6 @@ ...@@ -37,6 +40,6 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `` t11 ON t1.`BXDID` = t11.`BXDID` \n", "queryCode" : "SELECT\nt1.`BOOKID`,\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \nLEFT JOIN `` t11 ON t1.`BXDID` = t11.`BXDID` \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/DataQuery3/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/DataQuery3/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
"dBType" : "MYSQL5", "dBType" : "MYSQL5",
"name" : "MySQL5", "name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ { "getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BOOKID`",
"name" : "BOOKID"
}, {
"expression" : "t1.`BXDID`", "expression" : "t1.`BXDID`",
"name" : "BXDID" "name" : "BXDID"
}, { }, {
...@@ -32,6 +35,6 @@ ...@@ -32,6 +35,6 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \n", "queryCode" : "SELECT\nt1.`BOOKID`,\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
"dBType" : "MYSQL5", "dBType" : "MYSQL5",
"name" : "MySQL5", "name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ { "getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BOOKID`",
"name" : "BOOKID"
}, {
"expression" : "t1.`BXDID`", "expression" : "t1.`BXDID`",
"name" : "BXDID" "name" : "BXDID"
}, { }, {
...@@ -32,6 +35,6 @@ ...@@ -32,6 +35,6 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \n", "queryCode" : "SELECT\nt1.`BOOKID`,\nt1.`BXDID`,\nt1.`BXDMXID`,\nt1.`BXDMXNAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DEPTID`,\nt1.`ORGID`,\nt1.`SN`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXDMX` t1 \n",
"id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
{
"codeName" : "Book",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BOOK_BOOKID.json",
"fKeyName" : "F4CB9DF55797FB98EF",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"masterOrder" : 100,
"masterRS" : 7,
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BOOK_BOOKID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"pickupDEFName" : "BOOKID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true
}
\ No newline at end of file
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXD.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXD.json"
}, },
"masterOrder" : -1, "masterOrder" : 100,
"masterRS" : 8, "masterRS" : 7,
"getMinorPSDataEntity" : { "getMinorPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
...@@ -30,6 +30,5 @@ ...@@ -30,6 +30,5 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true, "enableFKey" : true
"nestedRS" : true
} }
\ No newline at end of file
...@@ -7734,6 +7734,31 @@ ...@@ -7734,6 +7734,31 @@
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true "enableFKey" : true
}, {
"codeName" : "Book",
"dERType" : "DER1N",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BOOK_BOOKID.json",
"fKeyName" : "F4CB9DF55797FB98EF",
"getMajorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"masterOrder" : 100,
"masterRS" : 7,
"getMinorPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BOOK_BOOKID",
"orderValue" : 100,
"getPSPickupDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"pickupDEFName" : "BOOKID",
"removeActionType" : -1,
"removeOrder" : 0,
"enableFKey" : true
}, { }, {
"codeName" : "Book", "codeName" : "Book",
"dERType" : "DER1N", "dERType" : "DER1N",
......
...@@ -1309,16 +1309,16 @@ ...@@ -1309,16 +1309,16 @@
"codeName" : "VMGroup2", "codeName" : "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"
} }
} ] } ]
}, { }, {
......
...@@ -222,6 +222,21 @@ ...@@ -222,6 +222,21 @@
"name" : "newdata", "name" : "newdata",
"getPSAppUILogic" : { "getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT", "actionAfterWizard" : "DEFAULT",
"getBatchAddPSAppViews" : [ {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ],
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
...@@ -231,16 +246,34 @@ ...@@ -231,16 +246,34 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false, "batchAddOnly" : false,
"enableBatchAdd" : false, "enableBatchAdd" : true,
"enableWizardAdd" : false "enableWizardAdd" : false
} }
}, { }, {
...@@ -284,6 +317,23 @@ ...@@ -284,6 +317,23 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "MPICKUPVIEW:BOOK",
"realTitle" : "书数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"name" : "MPICKUPVIEW:DER1N_BXDMX_BXD_BXDID",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "报销单数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
...@@ -517,6 +567,13 @@ ...@@ -517,6 +567,13 @@
"codeName" : "BXDMXId" "codeName" : "BXDMXId"
}, },
"dataAccessAction" : true "dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "bookid",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
...@@ -1142,30 +1199,7 @@ ...@@ -1142,30 +1199,7 @@
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
"modelid" : "38f5239e8d750880f9432815f2e4cc22", "modelid" : "38f5239e8d750880f9432815f2e4cc22",
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW"
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ] ]
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -397,7 +397,8 @@ ...@@ -397,7 +397,8 @@
"logicName" : "编号", "logicName" : "编号",
"name" : "SN", "name" : "SN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 100,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -431,6 +432,7 @@ ...@@ -431,6 +432,7 @@
"name" : "BXDMXID", "name" : "BXDMXID",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 100,
"enableFrontOnly" : true,
"keyField" : true "keyField" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
...@@ -463,6 +465,7 @@ ...@@ -463,6 +465,7 @@
"name" : "BXDMXNAME", "name" : "BXDMXNAME",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 200, "stringLength" : 200,
"enableFrontOnly" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"majorField" : true "majorField" : true
}, { }, {
...@@ -497,7 +500,8 @@ ...@@ -497,7 +500,8 @@
"logicName" : "建立人", "logicName" : "建立人",
"name" : "CREATEMAN", "name" : "CREATEMAN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -530,7 +534,8 @@ ...@@ -530,7 +534,8 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"stdDataType" : 5, "stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD HH:mm:ss" "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -563,7 +568,8 @@ ...@@ -563,7 +568,8 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"stdDataType" : 5, "stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD HH:mm:ss" "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
...@@ -596,7 +602,8 @@ ...@@ -596,7 +602,8 @@
"logicName" : "更新人", "logicName" : "更新人",
"name" : "UPDATEMAN", "name" : "UPDATEMAN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -627,7 +634,8 @@ ...@@ -627,7 +634,8 @@
"logicName" : "组织部门标识", "logicName" : "组织部门标识",
"name" : "DEPTID", "name" : "DEPTID",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -658,7 +666,8 @@ ...@@ -658,7 +666,8 @@
"logicName" : "组织机构标识", "logicName" : "组织机构标识",
"name" : "ORGID", "name" : "ORGID",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -697,7 +706,8 @@ ...@@ -697,7 +706,8 @@
"logicName" : "报销单标识", "logicName" : "报销单标识",
"name" : "BXDID", "name" : "BXDID",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 100,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -750,7 +760,48 @@ ...@@ -750,7 +760,48 @@
"logicName" : "报销单名称", "logicName" : "报销单名称",
"name" : "BXDNAME", "name" : "BXDNAME",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 200 "stringLength" : 200,
"enableFrontOnly" : true
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BOOKID][书标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "HIDDEN",
"name" : "[BOOKID][书标识]",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[BOOKID][书标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "HIDDEN",
"name" : "[BOOKID][书标识]移动端默认",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "BookId",
"logicName" : "书标识",
"name" : "BOOKID",
"stdDataType" : 25,
"stringLength" : 100,
"enableFrontOnly" : true
} ], } ],
"getAllPSAppDEMethodDTOs" : [ { "getAllPSAppDEMethodDTOs" : [ {
"codeName" : "BXDMXDTO", "codeName" : "BXDMXDTO",
...@@ -811,6 +862,17 @@ ...@@ -811,6 +862,17 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "BookId",
"logicName" : "书标识",
"name" : "BookId",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -890,6 +952,17 @@ ...@@ -890,6 +952,17 @@
"codeName" : "BXDMXFilterDTO", "codeName" : "BXDMXFilterDTO",
"name" : "BXDMXFilterDTO", "name" : "BXDMXFilterDTO",
"getPSAppDEMethodDTOFields" : [ { "getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_BOOKID_EQ",
"logicName" : "书标识",
"name" : "N_BOOKID_EQ",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDID_EQ", "codeName" : "N_BXDID_EQ",
"logicName" : "报销单标识", "logicName" : "报销单标识",
"name" : "N_BXDID_EQ", "name" : "N_BXDID_EQ",
...@@ -1440,10 +1513,8 @@ ...@@ -1440,10 +1513,8 @@
"name" : "UPDATE" "name" : "UPDATE"
} ], } ],
"codeName" : "BXDMX", "codeName" : "BXDMX",
"dEAPICodeName" : "BXDMX",
"dEAPITag" : "BXDMX",
"dataAccCtrlArch" : 1, "dataAccCtrlArch" : 1,
"dataAccCtrlMode" : 1, "dataAccCtrlMode" : 2,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json",
"enableUIActions" : 15, "enableUIActions" : 15,
"getKeyPSAppDEField" : { "getKeyPSAppDEField" : {
...@@ -1455,53 +1526,21 @@ ...@@ -1455,53 +1526,21 @@
"name" : "BXDMXNAME", "name" : "BXDMXNAME",
"codeName" : "BXDMXName" "codeName" : "BXDMXName"
}, },
"getMinorPSAppDERSs" : [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ],
"name" : "BXDMX", "name" : "BXDMX",
"getOrgIdPSAppDEField" : { "getOrgIdPSAppDEField" : {
"name" : "ORGID", "name" : "ORGID",
"codeName" : "OrgId" "codeName" : "OrgId"
}, },
"getPSDEName" : "BXDMX", "getPSDEName" : "BXDMX",
"getPSDEServiceAPI" : {
"modelref" : true,
"id" : "BXDMX"
},
"getPSDataEntity" : { "getPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
}, },
"getPSSysServiceAPI" : {
"modelref" : true,
"path" : "PSSYSSERVICEAPIS/TrainSys.json"
},
"getQuickSearchPSAppDEFields" : [ { "getQuickSearchPSAppDEFields" : [ {
"name" : "BXDMXNAME", "name" : "BXDMXNAME",
"codeName" : "BXDMXName" "codeName" : "BXDMXName"
} ], } ],
"storageMode" : 0, "storageMode" : 4,
"sysAPITag" : "TrainSys",
"defaultMode" : true, "defaultMode" : true,
"enableFilterActions" : true, "enableFilterActions" : true,
"enableTempData" : true, "enableTempData" : true,
...@@ -1509,5 +1548,5 @@ ...@@ -1509,5 +1548,5 @@
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : false,
"major" : false "major" : true
} }
\ No newline at end of file
...@@ -143,6 +143,13 @@ ...@@ -143,6 +143,13 @@
"codeName" : "BXDMXId" "codeName" : "BXDMXId"
}, },
"dataAccessAction" : true "dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "bookid",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
......
...@@ -918,6 +918,21 @@ ...@@ -918,6 +918,21 @@
"name" : "newdata", "name" : "newdata",
"getPSAppUILogic" : { "getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT", "actionAfterWizard" : "DEFAULT",
"getBatchAddPSAppViews" : [ {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ],
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
...@@ -927,16 +942,34 @@ ...@@ -927,16 +942,34 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false, "batchAddOnly" : false,
"enableBatchAdd" : false, "enableBatchAdd" : true,
"enableWizardAdd" : false "enableWizardAdd" : false
} }
}, { }, {
...@@ -980,6 +1013,23 @@ ...@@ -980,6 +1013,23 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "MPICKUPVIEW:BOOK",
"realTitle" : "书数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"name" : "MPICKUPVIEW:DER1N_BXDMX_BXD_BXDID",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "报销单数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
...@@ -1213,6 +1263,13 @@ ...@@ -1213,6 +1263,13 @@
"codeName" : "BXDMXId" "codeName" : "BXDMXId"
}, },
"dataAccessAction" : true "dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "bookid",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
...@@ -1838,30 +1895,7 @@ ...@@ -1838,30 +1895,7 @@
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
"modelid" : "38f5239e8d750880f9432815f2e4cc22", "modelid" : "38f5239e8d750880f9432815f2e4cc22",
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW"
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ] ]
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -1107,28 +1107,5 @@ ...@@ -1107,28 +1107,5 @@
"enableDP" : true, "enableDP" : true,
"showDataInfoBar" : true, "showDataInfoBar" : true,
"modelid" : "b8c18362f42caac7c6d5d7b15121d1df", "modelid" : "b8c18362f42caac7c6d5d7b15121d1df",
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW"
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ] ]
} }
\ No newline at end of file
...@@ -26,6 +26,21 @@ ...@@ -26,6 +26,21 @@
"name" : "newdata", "name" : "newdata",
"getPSAppUILogic" : { "getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT", "actionAfterWizard" : "DEFAULT",
"getBatchAddPSAppViews" : [ {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ],
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
...@@ -35,16 +50,34 @@ ...@@ -35,16 +50,34 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false, "batchAddOnly" : false,
"enableBatchAdd" : false, "enableBatchAdd" : true,
"enableWizardAdd" : false "enableWizardAdd" : false
} }
}, { }, {
...@@ -88,6 +121,23 @@ ...@@ -88,6 +121,23 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "MPICKUPVIEW:BOOK",
"realTitle" : "书数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"name" : "MPICKUPVIEW:DER1N_BXDMX_BXD_BXDID",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "报销单数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
...@@ -321,6 +371,13 @@ ...@@ -321,6 +371,13 @@
"codeName" : "BXDMXId" "codeName" : "BXDMXId"
}, },
"dataAccessAction" : true "dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "bookid",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
...@@ -1096,28 +1153,5 @@ ...@@ -1096,28 +1153,5 @@
"loadDefault" : false, "loadDefault" : false,
"rowEditDefault" : false, "rowEditDefault" : false,
"modelid" : "d83ed41fddcd1b729ea6782e7d1dec15", "modelid" : "d83ed41fddcd1b729ea6782e7d1dec15",
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW"
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ] ]
} }
\ No newline at end of file
...@@ -24,6 +24,21 @@ ...@@ -24,6 +24,21 @@
"name" : "newdata", "name" : "newdata",
"getPSAppUILogic" : { "getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT", "actionAfterWizard" : "DEFAULT",
"getBatchAddPSAppViews" : [ {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ],
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
...@@ -33,16 +48,34 @@ ...@@ -33,16 +48,34 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false, "batchAddOnly" : false,
"enableBatchAdd" : false, "enableBatchAdd" : true,
"enableWizardAdd" : false "enableWizardAdd" : false
} }
}, { }, {
...@@ -86,6 +119,23 @@ ...@@ -86,6 +119,23 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "MPICKUPVIEW:BOOK",
"realTitle" : "书数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"name" : "MPICKUPVIEW:DER1N_BXDMX_BXD_BXDID",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "报销单数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
...@@ -319,6 +369,13 @@ ...@@ -319,6 +369,13 @@
"codeName" : "BXDMXId" "codeName" : "BXDMXId"
}, },
"dataAccessAction" : true "dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "bookid",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
...@@ -944,28 +1001,5 @@ ...@@ -944,28 +1001,5 @@
"enableSearch" : true, "enableSearch" : true,
"rowEditDefault" : false, "rowEditDefault" : false,
"modelid" : "38f5239e8d750880f9432815f2e4cc22", "modelid" : "38f5239e8d750880f9432815f2e4cc22",
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW"
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ] ]
} }
\ No newline at end of file
...@@ -785,7 +785,6 @@ ...@@ -785,7 +785,6 @@
"layoutPanel" : true, "layoutPanel" : true,
"useDefaultLayout" : true "useDefaultLayout" : true
}, },
"refFlag" : false,
"title" : "书数据多项选择视图", "title" : "书数据多项选择视图",
"viewStyle" : "DEFAULT", "viewStyle" : "DEFAULT",
"viewType" : "DEMPICKUPVIEW", "viewType" : "DEMPICKUPVIEW",
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json"
}, },
"getPSAppViewMsgGroup" : {
"modelref" : true,
"id" : "VMGroup2"
},
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "AppIndex", "codeName" : "AppIndex",
"controlType" : "APPMENU", "controlType" : "APPMENU",
......
...@@ -464,29 +464,6 @@ ...@@ -464,29 +464,6 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json" "path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/WFExpBar.json"
} ], } ],
"getAllPSAppDERSs" : [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ],
"getAllPSAppDEUIActions" : [ { "getAllPSAppDEUIActions" : [ {
"caption" : "添加全部", "caption" : "添加全部",
"codeName" : "AddAll", "codeName" : "AddAll",
...@@ -3240,31 +3217,31 @@ ...@@ -3240,31 +3217,31 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} ], } ],
"getAllPSAppViewMsgGroups" : [ { "getAllPSAppViewMsgGroups" : [ {
"codeName" : "VMGroup", "codeName" : "VMGroup2",
"name" : "视图消息组test", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息test", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg" "id" : "ViewMsg2"
}, }
"position" : "TOP"
} ]
}, { }, {
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg3"
} }
} ]
}, { }, {
"name" : "视图消息", "codeName" : "VMGroup",
"name" : "视图消息组test",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息test",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg"
} },
"position" : "TOP"
} ] } ]
} ], } ],
"getAllPSAppViewMsgs" : [ { "getAllPSAppViewMsgs" : [ {
...@@ -4930,6 +4907,10 @@ ...@@ -4930,6 +4907,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json" "path" : "PSSYSAPPS/Web/PSAPPMODULES/Ungroup.json"
}, },
"getPSAppViewMsgGroup" : {
"modelref" : true,
"id" : "VMGroup2"
},
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "AppIndex", "codeName" : "AppIndex",
"controlType" : "APPMENU", "controlType" : "APPMENU",
...@@ -13192,6 +13173,21 @@ ...@@ -13192,6 +13173,21 @@
"name" : "newdata", "name" : "newdata",
"getPSAppUILogic" : { "getPSAppUILogic" : {
"actionAfterWizard" : "DEFAULT", "actionAfterWizard" : "DEFAULT",
"getBatchAddPSAppViews" : [ {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ],
"logicType" : "PREDEFINED", "logicType" : "PREDEFINED",
"name" : "新建数据", "name" : "新建数据",
"getNewDataPSAppView" : { "getNewDataPSAppView" : {
...@@ -13201,16 +13197,34 @@ ...@@ -13201,16 +13197,34 @@
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, },
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"getPSAppUILogicRefViews" : [ { "getPSAppUILogicRefViews" : [ {
"getRefPSAppView" : { "getRefPSAppView" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"refMode" : "BOOK",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"refMode" : "DER1N_BXDMX_BXD_BXDID",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"viewLogicType" : "APP_NEWDATA", "viewLogicType" : "APP_NEWDATA",
"batchAddOnly" : false, "batchAddOnly" : false,
"enableBatchAdd" : false, "enableBatchAdd" : true,
"enableWizardAdd" : false "enableWizardAdd" : false
} }
}, { }, {
...@@ -13254,6 +13268,23 @@ ...@@ -13254,6 +13268,23 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json", "path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMXEditView.json",
"viewType" : "DEEDITVIEW" "viewType" : "DEEDITVIEW"
} }
}, {
"name" : "MPICKUPVIEW:BOOK",
"realTitle" : "书数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
}, {
"name" : "MPICKUPVIEW:DER1N_BXDMX_BXD_BXDID",
"realOpenMode" : "POPUPMODAL",
"realTitle" : "报销单数据多项选择视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/BXDMPickupView.json",
"viewType" : "DEMPICKUPVIEW"
}
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
...@@ -13487,6 +13518,13 @@ ...@@ -13487,6 +13518,13 @@
"codeName" : "BXDMXId" "codeName" : "BXDMXId"
}, },
"dataAccessAction" : true "dataAccessAction" : true
}, {
"dataType" : 25,
"name" : "bookid",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfmajortext", "name" : "srfmajortext",
...@@ -14262,30 +14300,7 @@ ...@@ -14262,30 +14300,7 @@
"loadDefault" : false, "loadDefault" : false,
"rowEditDefault" : false, "rowEditDefault" : false,
"modelid" : "d83ed41fddcd1b729ea6782e7d1dec15", "modelid" : "d83ed41fddcd1b729ea6782e7d1dec15",
"modeltype" : "PSAPPDEVIEW", "modeltype" : "PSAPPDEVIEW"
"getPSAppDERSPaths" : [ [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ] ]
}, { }, {
"accUserMode" : 2, "accUserMode" : 2,
"caption" : "书", "caption" : "书",
...@@ -23124,7 +23139,8 @@ ...@@ -23124,7 +23139,8 @@
"logicName" : "编号", "logicName" : "编号",
"name" : "SN", "name" : "SN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 100,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -23158,6 +23174,7 @@ ...@@ -23158,6 +23174,7 @@
"name" : "BXDMXID", "name" : "BXDMXID",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100, "stringLength" : 100,
"enableFrontOnly" : true,
"keyField" : true "keyField" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
...@@ -23190,6 +23207,7 @@ ...@@ -23190,6 +23207,7 @@
"name" : "BXDMXNAME", "name" : "BXDMXNAME",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 200, "stringLength" : 200,
"enableFrontOnly" : true,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"majorField" : true "majorField" : true
}, { }, {
...@@ -23224,7 +23242,8 @@ ...@@ -23224,7 +23242,8 @@
"logicName" : "建立人", "logicName" : "建立人",
"name" : "CREATEMAN", "name" : "CREATEMAN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -23257,7 +23276,8 @@ ...@@ -23257,7 +23276,8 @@
"logicName" : "更新时间", "logicName" : "更新时间",
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"stdDataType" : 5, "stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD HH:mm:ss" "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -23290,7 +23310,8 @@ ...@@ -23290,7 +23310,8 @@
"logicName" : "建立时间", "logicName" : "建立时间",
"name" : "CREATEDATE", "name" : "CREATEDATE",
"stdDataType" : 5, "stdDataType" : 5,
"valueFormat" : "YYYY-MM-DD HH:mm:ss" "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
...@@ -23323,7 +23344,8 @@ ...@@ -23323,7 +23344,8 @@
"logicName" : "更新人", "logicName" : "更新人",
"name" : "UPDATEMAN", "name" : "UPDATEMAN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -23354,7 +23376,8 @@ ...@@ -23354,7 +23376,8 @@
"logicName" : "组织部门标识", "logicName" : "组织部门标识",
"name" : "DEPTID", "name" : "DEPTID",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -23385,7 +23408,8 @@ ...@@ -23385,7 +23408,8 @@
"logicName" : "组织机构标识", "logicName" : "组织机构标识",
"name" : "ORGID", "name" : "ORGID",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -23424,7 +23448,8 @@ ...@@ -23424,7 +23448,8 @@
"logicName" : "报销单标识", "logicName" : "报销单标识",
"name" : "BXDID", "name" : "BXDID",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 100 "stringLength" : 100,
"enableFrontOnly" : true
}, { }, {
"getAllPSAppDEFUIModes" : [ { "getAllPSAppDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -23477,7 +23502,48 @@ ...@@ -23477,7 +23502,48 @@
"logicName" : "报销单名称", "logicName" : "报销单名称",
"name" : "BXDNAME", "name" : "BXDNAME",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 200 "stringLength" : 200,
"enableFrontOnly" : true
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "Default",
"name" : "[BOOKID][书标识]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "HIDDEN",
"name" : "[BOOKID][书标识]",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"stringLength" : 100,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
}, {
"codeName" : "MobileDefault",
"name" : "[BOOKID][书标识]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "HIDDEN",
"name" : "[BOOKID][书标识]移动端默认",
"getRefPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
},
"stringLength" : 100,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
} ],
"codeName" : "BookId",
"logicName" : "书标识",
"name" : "BOOKID",
"stdDataType" : 25,
"stringLength" : 100,
"enableFrontOnly" : true
} ], } ],
"getAllPSAppDEMethodDTOs" : [ { "getAllPSAppDEMethodDTOs" : [ {
"codeName" : "BXDMXDTO", "codeName" : "BXDMXDTO",
...@@ -23538,6 +23604,17 @@ ...@@ -23538,6 +23604,17 @@
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "BookId",
"logicName" : "书标识",
"name" : "BookId",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFIELD",
"stdDataType" : 25,
"type" : "SIMPLE"
}, { }, {
"codeName" : "CreateDate", "codeName" : "CreateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -23617,6 +23694,17 @@ ...@@ -23617,6 +23694,17 @@
"codeName" : "BXDMXFilterDTO", "codeName" : "BXDMXFilterDTO",
"name" : "BXDMXFilterDTO", "name" : "BXDMXFilterDTO",
"getPSAppDEMethodDTOFields" : [ { "getPSAppDEMethodDTOFields" : [ {
"codeName" : "N_BOOKID_EQ",
"logicName" : "书标识",
"name" : "N_BOOKID_EQ",
"getPSAppDEField" : {
"name" : "BOOKID",
"codeName" : "BookId"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
}, {
"codeName" : "N_BXDID_EQ", "codeName" : "N_BXDID_EQ",
"logicName" : "报销单标识", "logicName" : "报销单标识",
"name" : "N_BXDID_EQ", "name" : "N_BXDID_EQ",
...@@ -24167,10 +24255,8 @@ ...@@ -24167,10 +24255,8 @@
"name" : "UPDATE" "name" : "UPDATE"
} ], } ],
"codeName" : "BXDMX", "codeName" : "BXDMX",
"dEAPICodeName" : "BXDMX",
"dEAPITag" : "BXDMX",
"dataAccCtrlArch" : 1, "dataAccCtrlArch" : 1,
"dataAccCtrlMode" : 1, "dataAccCtrlMode" : 2,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json",
"enableUIActions" : 15, "enableUIActions" : 15,
"getKeyPSAppDEField" : { "getKeyPSAppDEField" : {
...@@ -24182,53 +24268,21 @@ ...@@ -24182,53 +24268,21 @@
"name" : "BXDMXNAME", "name" : "BXDMXNAME",
"codeName" : "BXDMXName" "codeName" : "BXDMXName"
}, },
"getMinorPSAppDERSs" : [ {
"actionRSMode" : 1,
"codeName" : "BXDMXes",
"dataRSMode" : 0,
"majorDECodeName" : "BXD",
"majorDEName" : "BXD",
"getMajorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXD.json"
},
"minorDECodeName" : "BXDMX",
"minorDEName" : "BXDMX",
"getMinorPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/BXDMX.json"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getParentPSAppDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"rSMode" : 2
} ],
"name" : "BXDMX", "name" : "BXDMX",
"getOrgIdPSAppDEField" : { "getOrgIdPSAppDEField" : {
"name" : "ORGID", "name" : "ORGID",
"codeName" : "OrgId" "codeName" : "OrgId"
}, },
"getPSDEName" : "BXDMX", "getPSDEName" : "BXDMX",
"getPSDEServiceAPI" : {
"modelref" : true,
"id" : "BXDMX"
},
"getPSDataEntity" : { "getPSDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
}, },
"getPSSysServiceAPI" : {
"modelref" : true,
"path" : "PSSYSSERVICEAPIS/TrainSys.json"
},
"getQuickSearchPSAppDEFields" : [ { "getQuickSearchPSAppDEFields" : [ {
"name" : "BXDMXNAME", "name" : "BXDMXNAME",
"codeName" : "BXDMXName" "codeName" : "BXDMXName"
} ], } ],
"storageMode" : 0, "storageMode" : 4,
"sysAPITag" : "TrainSys",
"defaultMode" : true, "defaultMode" : true,
"enableFilterActions" : true, "enableFilterActions" : true,
"enableTempData" : true, "enableTempData" : true,
...@@ -24236,7 +24290,7 @@ ...@@ -24236,7 +24290,7 @@
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : false,
"major" : false "major" : true
}, { }, {
"getAllPSAppDEACModes" : [ { "getAllPSAppDEACModes" : [ {
"codeName" : "Default", "codeName" : "Default",
...@@ -1046,6 +1046,13 @@ ...@@ -1046,6 +1046,13 @@
"existingModel" : false "existingModel" : false
}, { }, {
"getAllPSSysDBColumns" : [ { "getAllPSSysDBColumns" : [ {
"codeName" : "BOOKID",
"length" : 100,
"logicName" : "书标识",
"name" : "BOOKID",
"stdDataType" : 25,
"nullable" : true
}, {
"codeName" : "BXDID", "codeName" : "BXDID",
"length" : 100, "length" : 100,
"logicName" : "报销单标识", "logicName" : "报销单标识",
...@@ -1117,6 +1124,18 @@ ...@@ -1117,6 +1124,18 @@
"nullable" : true "nullable" : true
} ], } ],
"getAllPSSysDBIndices" : [ { "getAllPSSysDBIndices" : [ {
"getAllPSSysDBIndexColumns" : [ {
"name" : "BOOKID",
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "BOOKID"
}
} ],
"codeName" : "IF_F4CB9DF55797FB9",
"indexType" : "NORMAL",
"name" : "DER1N_BXDMX_BOOK_BOOKID",
"sourceType" : "DER"
}, {
"getAllPSSysDBIndexColumns" : [ { "getAllPSSysDBIndexColumns" : [ {
"name" : "BXDID", "name" : "BXDID",
"getPSSysDBColumn" : { "getPSSysDBColumn" : {
......
...@@ -7,29 +7,6 @@ ...@@ -7,29 +7,6 @@
"dynaModelFilePath" : "PSSYSSERVICEAPIS/TrainSys.json", "dynaModelFilePath" : "PSSYSSERVICEAPIS/TrainSys.json",
"httpPort" : 0, "httpPort" : 0,
"name" : "默认服务接口", "name" : "默认服务接口",
"getPSDEServiceAPIRSs" : [ {
"codeName" : "BXDMXes",
"getMajorPSDEServiceAPI" : {
"modelref" : true,
"id" : "BXD"
},
"getMinorPSDEServiceAPI" : {
"modelref" : true,
"id" : "BXDMX"
},
"name" : "DER1N_BXDMX_BXD_BXDID",
"getPSDER" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX/PSDERS/DER1N_BXDMX_BXD_BXDID.json"
},
"getParentIdPSDEField" : {
"name" : "BXDID",
"codeName" : "BXDId"
},
"enableDataExport" : true,
"enableDataImport" : true,
"id" : "DER1N_BXDMX_BXD_BXDID"
} ],
"getPSDEServiceAPIs" : [ { "getPSDEServiceAPIs" : [ {
"aPIMode" : 1, "aPIMode" : 1,
"codeName" : "SysTodo", "codeName" : "SysTodo",
...@@ -3568,10 +3545,6 @@ ...@@ -3568,10 +3545,6 @@
"aPIMode" : 1, "aPIMode" : 1,
"codeName" : "BXD", "codeName" : "BXD",
"logicName" : "报销单", "logicName" : "报销单",
"getMajorPSDEServiceAPIRSs" : [ {
"modelref" : true,
"id" : "DER1N_BXDMX_BXD_BXDID"
} ],
"name" : "BXD", "name" : "BXD",
"getPSDEServiceAPIFields" : [ { "getPSDEServiceAPIFields" : [ {
"codeName" : "SN", "codeName" : "SN",
...@@ -11752,165 +11725,6 @@ ...@@ -11752,165 +11725,6 @@
"enableDataExport" : true, "enableDataExport" : true,
"enableDataImport" : true, "enableDataImport" : true,
"major" : true "major" : true
}, {
"aPIMode" : 9,
"codeName" : "BXDMX",
"logicName" : "报销单明细",
"getMinorPSDEServiceAPIRSs" : [ {
"modelref" : true,
"id" : "DER1N_BXDMX_BXD_BXDID"
} ],
"name" : "BXDMX",
"getPSDEServiceAPIFields" : [ {
"codeName" : "SN",
"codeName2" : "SN",
"logicName" : "编号",
"name" : "SN",
"orderValue" : 200,
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "BXDMXId",
"codeName2" : "BXDMXId",
"logicName" : "报销单明细标识",
"name" : "BXDMXID",
"orderValue" : 1000,
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : true,
"majorField" : false
}, {
"codeName" : "BXDMXName",
"codeName2" : "BXDMXName",
"logicName" : "报销单明细名称",
"name" : "BXDMXNAME",
"orderValue" : 1000,
"stdDataType" : 25,
"stringLength" : 200,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : true
}, {
"codeName" : "CreateMan",
"codeName2" : "CreateMan",
"logicName" : "建立人",
"name" : "CREATEMAN",
"orderValue" : 1000,
"stdDataType" : 25,
"stringLength" : 60,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "UpdateDate",
"codeName2" : "UpdateDate",
"logicName" : "更新时间",
"name" : "UPDATEDATE",
"orderValue" : 1000,
"stdDataType" : 5,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "CreateDate",
"codeName2" : "CreateDate",
"logicName" : "建立时间",
"name" : "CREATEDATE",
"orderValue" : 1000,
"stdDataType" : 5,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "UpdateMan",
"codeName2" : "UpdateMan",
"logicName" : "更新人",
"name" : "UPDATEMAN",
"orderValue" : 1000,
"stdDataType" : 25,
"stringLength" : 60,
"allowEmpty" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "DeptId",
"codeName2" : "DeptId",
"logicName" : "组织部门标识",
"name" : "DEPTID",
"orderValue" : 1000,
"stdDataType" : 25,
"stringLength" : 60,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "OrgId",
"codeName2" : "OrgId",
"logicName" : "组织机构标识",
"name" : "ORGID",
"orderValue" : 1000,
"stdDataType" : 25,
"stringLength" : 60,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "BXDId",
"codeName2" : "BXDId",
"logicName" : "报销单标识",
"name" : "BXDID",
"orderValue" : 1000,
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "BXDName",
"codeName2" : "BXDName",
"logicName" : "报销单名称",
"name" : "BXDNAME",
"orderValue" : 1000,
"stdDataType" : 25,
"stringLength" : 200,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
} ],
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
},
"enableDataExport" : true,
"enableDataImport" : true,
"major" : false,
"nested" : true
} ], } ],
"serviceCodeName" : "TrainSys", "serviceCodeName" : "TrainSys",
"serviceType" : "DEFAULT", "serviceType" : "DEFAULT",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册