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

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

上级 2f95c8f7
......@@ -22,6 +22,16 @@
"getAllPSDEActions" : [ {
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"getBeforePSDEActionLogics" : [ {
"actionLogicType" : 1,
"attachMode" : "BEFORE",
"name" : "附加逻辑",
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/beforecreate.json"
},
"internalLogic" : true
} ],
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Create.json",
"logicName" : "Create",
......@@ -768,8 +778,8 @@
},
"stringLength" : 100,
"allowEmpty" : false,
"enableUserInsert" : false,
"enableUserUpdate" : false
"enableUserInsert" : true,
"enableUserUpdate" : true
}, {
"codeName" : "PhoneName",
"logicName" : "手机名称",
......@@ -959,8 +969,6 @@
"stringLength" : 100,
"valueFormat" : "%1$s",
"allowEmpty" : false,
"enableUICreate" : false,
"enableUIModify" : false,
"keyDEField" : true,
"pasteReset" : true
}, {
......@@ -2510,6 +2518,64 @@
},
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/beforecreate.json",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "空值(NULL) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
}, {
"codeName" : "xxxA",
"debugMode" : 1,
......
{
"actionMode" : "CREATE",
"actionType" : "BUILTIN",
"getBeforePSDEActionLogics" : [ {
"actionLogicType" : 1,
"attachMode" : "BEFORE",
"name" : "附加逻辑",
"getPSDELogic" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/beforecreate.json"
},
"internalLogic" : true
} ],
"codeName" : "Create",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDEACTIONS/Create.json",
"logicName" : "Create",
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:tns="http://www.jboss.org/drools" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.mvel.org/2.0" id="Definition" name="" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes">
<process id="cn.ibizlab.trainsys.core.extensions.service.logic.before" isClosed="false" isExecutable="true" name="common_phone_create_beforeLogic" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.extensions.service.logic.before">
<extensionElements>
<tns:import name="java.util.Map"/>
<tns:import name="org.springframework.util.StringUtils"/>
<tns:import name="cn.ibizlab.trainsys.util.helper.RuleUtils"/>
<tns:import name="cn.ibizlab.trainsys.core.common.domain.Phone"/>
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<endEvent id="prepareparam1_end" name="end"/>
<callActivity activiti:exclusive="true" calledElement="cn.ibizlab.trainsys.core.common.service.logic.phonebeforecreate" id="DCCD46A1-A952-44E7-BE59-2A28670D0E64" name="beforecreate.json.bpmn"/>
<sequenceFlow id="begin_DCCD46A1-A952-44E7-BE59-2A28670D0E64" sourceRef="begin" targetRef="DCCD46A1-A952-44E7-BE59-2A28670D0E64"/>
<sequenceFlow id="DCCD46A1-A952-44E7-BE59-2A28670D0E64_prepareparam1_end" sourceRef="DCCD46A1-A952-44E7-BE59-2A28670D0E64" targetRef="prepareparam1_end"/>
</process>
</definitions>
\ No newline at end of file
{
"codeName" : "beforecreate",
"defaultParamName" : "Default",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDELOGICS/beforecreate.json",
"logicName" : "beforecreate",
"name" : "beforecreate",
"getPSDELogicNodes" : [ {
"codeName" : "Begin",
"leftPos" : 200,
"logicNodeType" : "BEGIN",
"name" : "开始",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
}
} ],
"topPos" : 200,
"parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 190,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicNodeParams" : [ {
"dstFieldName" : "PHONEID",
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"name" : "空值(NULL) ==> Default[PHONEID]",
"paramAction" : "SETPARAMVALUE",
"srcValueType" : "NULLVALUE"
} ],
"topPos" : 340
} ],
"getPSDELogicParams" : [ {
"codeName" : "Default",
"logicName" : "传入变量",
"name" : "传入变量",
"getParamPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"default" : true,
"entityParam" : true
} ],
"getStartPSDELogicNode" : {
"modelref" : true,
"id" : "Begin"
},
"enableBackend" : true,
"enableFront" : false
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:tns="http://www.jboss.org/drools" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.mvel.org/2.0" id="Definition" name="" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes">
<process id="cn.ibizlab.trainsys.core.common.service.logic.phonebeforecreate" isClosed="false" isExecutable="true" name="common_phone_beforecreate_ruleFlow" processType="Private" tns:packageName="cn.ibizlab.trainsys.core.common.service.logic.phonebeforecreate">
<extensionElements>
<tns:import name="java.util.Map" />
<tns:import name="org.springframework.util.StringUtils"/>
<tns:import name="cn.ibizlab.trainsys.util.helper.RuleUtils"/>
<tns:metaData express="" name="phonebeforecreatedefault" type="entity"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.SpringContextHolder).getBean(T(cn.ibizlab.trainsys.core.common.service.IPhoneService))" name="iBzSysPhoneDefaultService" type="service"/>
<tns:metaData express="T(cn.ibizlab.trainsys.util.security.AuthenticationUser).getAuthenticationUser()" name="curuser" type="session"/>
<tns:global identifier="phonebeforecreatedefault" type="cn.ibizlab.trainsys.core.common.domain.Phone" />
</extensionElements>
<startEvent id="begin" isInterrupting="true"/>
<businessRuleTask activiti:exclusive="true" g:ruleFlowGroup="phonebeforecreateprepareparam1" id="prepareparam1" implementation="http://www.jboss.org/drools/rule" name="准备参数"/>
<endEvent id="prepareparam1_end" name="end"/>
<sequenceFlow id="prepareparam1_end_line" sourceRef="prepareparam1" targetRef="prepareparam1_end"/>
<sequenceFlow id="begin_prepareparam1" sourceRef="begin" targetRef="prepareparam1">
</sequenceFlow>
</process>
</definitions>
\ No newline at end of file
package cn.ibizlab.trainsys.common.logic.phonelogic.beforecreate;
import java.util.Map;
import java.util.HashMap;
import com.alibaba.fastjson.JSONObject;
import org.springframework.util.StringUtils;
import org.springframework.util.ObjectUtils;
import cn.ibizlab.trainsys.util.errors.BadRequestAlertException;
global cn.ibizlab.trainsys.core.common.domain.Phone phonebeforecreatedefault;
global cn.ibizlab.trainsys.core.common.service.IPhoneService iBzSysPhoneDefaultService;
global cn.ibizlab.trainsys.util.security.AuthenticationUser curuser;
no-loop
//逻辑处理节点[开始]
rule "begin"
ruleflow-group "phonebeforecreatebegin"
when
then
end
//逻辑处理节点[准备参数]
rule "prepareparam1"
ruleflow-group "phonebeforecreateprepareparam1"
when
then
phonebeforecreatedefault.set("phoneid",null);
update(phonebeforecreatedefault);//更新fact中变量值
end
\ No newline at end of file
......@@ -200,7 +200,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -200,7 +200,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -200,7 +200,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -617,7 +617,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -231,7 +231,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -301,7 +301,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -174,7 +174,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -274,7 +274,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -751,7 +751,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -1228,7 +1228,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -274,7 +274,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -751,7 +751,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -1228,7 +1228,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -1410,7 +1410,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -513,7 +513,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -583,7 +583,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -651,7 +651,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -721,7 +721,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -715,7 +715,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -321,7 +321,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -1313,7 +1313,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -315,7 +315,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -792,7 +792,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -1269,7 +1269,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -315,7 +315,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -792,7 +792,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -1269,7 +1269,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -3646,7 +3646,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -3716,7 +3716,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -844,7 +844,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -914,7 +914,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -618,7 +618,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -217,7 +217,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -217,7 +217,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -273,7 +273,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -343,7 +343,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -162,7 +162,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -162,7 +162,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -872,7 +872,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -942,7 +942,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -872,7 +872,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -942,7 +942,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -1409,7 +1409,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -513,7 +513,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -583,7 +583,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -651,7 +651,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -721,7 +721,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -720,7 +720,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -646,7 +646,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -716,7 +716,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -1514,7 +1514,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -353,7 +353,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -363,7 +363,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -544,7 +544,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -1099,7 +1099,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -1169,7 +1169,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -509,7 +509,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......@@ -4129,7 +4129,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -4199,7 +4199,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......
......@@ -1312,7 +1312,7 @@
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
......
......@@ -8168,7 +8168,7 @@
"getPSDEGridEditItems" : [ {
"caption" : "手机标识",
"codeName" : "phoneid",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "phoneid",
"getPSAppDEField" : {
......@@ -8238,7 +8238,7 @@
}, {
"caption" : "手机标识",
"codeName" : "srfkey",
"enableCond" : 0,
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "srfkey",
"getPSAppDEField" : {
......@@ -13005,16 +13005,16 @@
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
"id" : "ViewMsg6"
}
}, {
"name" : "消息类型-错误信息",
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg5"
}
}, {
"name" : "消息类型-常规信息",
......@@ -13037,12 +13037,6 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-弹出",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -13060,17 +13054,17 @@
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
}
}, {
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -13083,6 +13077,12 @@
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
......@@ -13090,12 +13090,6 @@
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
......@@ -13103,6 +13097,12 @@
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
......@@ -13110,22 +13110,16 @@
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
"id" : "ViewMsg13"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -13137,6 +13131,12 @@
"modelref" : true,
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-无删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
} ]
}, {
"codeName" : "VMGroup6",
......@@ -3786,8 +3786,8 @@
"stdDataType" : 25,
"stringLength" : 100,
"allowEmpty" : false,
"enableCreate" : false,
"enableModify" : false,
"enableCreate" : true,
"enableModify" : true,
"keyField" : true,
"majorField" : false
}, {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册