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

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

上级 a2adde52
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
trainsys-app-web: trainsys-app-web:
image: dstimage image: dstimage
ports: ports:
- "50100:80" - "80:80"
networks: networks:
- agent_network - agent_network
environment: environment:
......
...@@ -55,15 +55,6 @@ ...@@ -55,15 +55,6 @@
git clone -b master $para2 trainsys/ git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096 export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/ cd trainsys/
mkdir -p /var/lib/jenkins/appcache/A3064A91-F42D-4D7F-BC1C-4173A4F5772C
if [ -e app_Web/.dynamic ]
then
cd app_Web
else
cd app_Web/app
fi
sed -i "s#dstimage#registry.cn-shanghai.aliyuncs.com/ibizsys/ibizcloud-standardsys-app-webapp:2022.07.29.003#g" swarm.yaml
docker -H $para1 stack deploy --compose-file=swarm.yaml ebsx --with-registry-auth
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</changeSet> </changeSet>
<!--输出实体[PHONE]数据结构 --> <!--输出实体[PHONE]数据结构 -->
<changeSet author="root" id="tab-phone-21-3"> <changeSet author="root" id="tab-phone-23-3">
<createTable tableName="T_PHONE"> <createTable tableName="T_PHONE">
<column name="PHONEID" remarks="" type="VARCHAR(100)"> <column name="PHONEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_PHONE"/> <constraints primaryKey="true" primaryKeyName="PK_PHONE"/>
......
{ {
"getAllPSCodeLists" : [ {
"modelref" : true,
"path" : "PSMODULES/common/PSCODELISTS/PhoneType.json"
} ],
"getAllPSDataEntities" : [ { "getAllPSDataEntities" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json" "path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
......
{
"codeListTag" : "common__PhoneType",
"codeListType" : "STATIC",
"codeName" : "PhoneType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSMODULES/common/PSCODELISTS/PhoneType.json",
"emptyText" : "未定义",
"name" : "手机类型",
"getPSCodeItems" : [ {
"codeName" : "Xiaomi",
"text" : "小米",
"value" : "XiaoMi"
}, {
"codeName" : "Iphone",
"text" : "苹果",
"value" : "Iphone"
} ],
"getPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone.json"
},
"getPSSystemModule" : {
"modelref" : true,
"path" : "PSMODULES/common.json"
},
"refFlag" : true,
"systemTag" : "TrainSys",
"codeItemValueNumber" : false,
"enableCache" : true,
"subSysAsCloud" : false,
"subSysCodeList" : false,
"userScope" : false
}
\ No newline at end of file
...@@ -1073,10 +1073,11 @@ ...@@ -1073,10 +1073,11 @@
"name" : "[PHONETYPE][手机型号]", "name" : "[PHONETYPE][手机型号]",
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTBOX", "editorType" : "DROPDOWNLIST",
"name" : "[PHONETYPE][手机型号]", "name" : "[PHONETYPE][手机型号]",
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT",
"needCodeListConfig" : true
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
}, { }, {
...@@ -1084,11 +1085,12 @@ ...@@ -1084,11 +1085,12 @@
"name" : "[PHONETYPE][手机型号]移动端默认", "name" : "[PHONETYPE][手机型号]移动端默认",
"getPSDEFFormItem" : { "getPSDEFFormItem" : {
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXT", "editorType" : "MOBDROPDOWNLIST",
"name" : "[PHONETYPE][手机型号]移动端默认", "name" : "[PHONETYPE][手机型号]移动端默认",
"stringLength" : 100, "stringLength" : 100,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true,
"needCodeListConfig" : true
}, },
"type" : "MOBILEDEFAULT", "type" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
...@@ -1120,11 +1122,15 @@ ...@@ -1120,11 +1122,15 @@
} ], } ],
"codeName" : "Phonetype", "codeName" : "Phonetype",
"dEFType" : 1, "dEFType" : 1,
"dataType" : "TEXT", "dataType" : "SSCODELIST",
"importOrder" : 1000, "importOrder" : 1000,
"length" : 100, "length" : 100,
"logicName" : "手机型号", "logicName" : "手机型号",
"name" : "PHONETYPE", "name" : "PHONETYPE",
"getPSCodeList" : {
"modelref" : true,
"path" : "PSMODULES/common/PSCODELISTS/PhoneType.json"
},
"getPSDEDBTable" : { "getPSDEDBTable" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json" "path" : "PSMODULES/common/PSDATAENTITIES/Phone/PSDETABLES/Table.json"
......
{
"codeListTag" : "common__PhoneType",
"codeListType" : "STATIC",
"codeName" : "PhoneType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json",
"emptyText" : "未定义",
"name" : "手机类型",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSCodeItems" : [ {
"codeName" : "Xiaomi",
"text" : "小米",
"value" : "XiaoMi"
}, {
"codeName" : "Iphone",
"text" : "苹果",
"value" : "Iphone"
} ],
"enableCache" : true
}
\ No newline at end of file
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
} ], } ],
"getPSDEGridColumns" : [ { "getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "手机型号", "caption" : "手机型号",
"codeName" : "phonetype", "codeName" : "phonetype",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
"excelCaption" : "手机型号", "excelCaption" : "手机型号",
"name" : "phonetype", "name" : "phonetype",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
...@@ -188,11 +192,16 @@ ...@@ -188,11 +192,16 @@
"codeName" : "Phonetype" "codeName" : "Phonetype"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "DROPDOWNLIST",
"maxLength" : 100, "name" : "phonetype",
"name" : "phonetype" "getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"singleSelect" : true
}, },
"allowEmpty" : true "allowEmpty" : true,
"needCodeListConfig" : true
}, { }, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "phoneid", "codeName" : "phoneid",
......
...@@ -456,7 +456,7 @@ ...@@ -456,7 +456,7 @@
}, },
"getPSDEGridColumns" : [ { "getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "手机型号", "caption" : "手机型号",
"codeName" : "phonetype", "codeName" : "phonetype",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -464,6 +464,10 @@ ...@@ -464,6 +464,10 @@
"excelCaption" : "手机型号", "excelCaption" : "手机型号",
"name" : "phonetype", "name" : "phonetype",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
...@@ -617,11 +621,16 @@ ...@@ -617,11 +621,16 @@
"codeName" : "Phonetype" "codeName" : "Phonetype"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "DROPDOWNLIST",
"maxLength" : 100, "name" : "phonetype",
"name" : "phonetype" "getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"singleSelect" : true
}, },
"allowEmpty" : true "allowEmpty" : true,
"needCodeListConfig" : true
}, { }, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "phoneid", "codeName" : "phoneid",
......
{ {
"getAllPSAppCodeLists" : [ { "getAllPSAppCodeLists" : [ {
"codeListTag" : "common__PhoneType",
"codeListType" : "STATIC",
"codeName" : "PhoneType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json",
"emptyText" : "未定义",
"name" : "手机类型",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSCodeItems" : [ {
"codeName" : "Xiaomi",
"text" : "小米",
"value" : "XiaoMi"
}, {
"codeName" : "Iphone",
"text" : "苹果",
"value" : "Iphone"
} ],
"enableCache" : true
}, {
"codeListTag" : "SysOperator", "codeListTag" : "SysOperator",
"codeListType" : "DYNAMIC", "codeListType" : "DYNAMIC",
"codeName" : "SysOperator", "codeName" : "SysOperator",
...@@ -4213,7 +4235,7 @@ ...@@ -4213,7 +4235,7 @@
}, },
"getPSDEGridColumns" : [ { "getPSDEGridColumns" : [ {
"align" : "LEFT", "align" : "LEFT",
"cLConvertMode" : "NONE", "cLConvertMode" : "FRONT",
"caption" : "手机型号", "caption" : "手机型号",
"codeName" : "phonetype", "codeName" : "phonetype",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -4221,6 +4243,10 @@ ...@@ -4221,6 +4243,10 @@
"excelCaption" : "手机型号", "excelCaption" : "手机型号",
"name" : "phonetype", "name" : "phonetype",
"noPrivDisplayMode" : 1, "noPrivDisplayMode" : 1,
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "PHONETYPE", "name" : "PHONETYPE",
"codeName" : "Phonetype" "codeName" : "Phonetype"
...@@ -4374,11 +4400,16 @@ ...@@ -4374,11 +4400,16 @@
"codeName" : "Phonetype" "codeName" : "Phonetype"
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTBOX", "editorType" : "DROPDOWNLIST",
"maxLength" : 100, "name" : "phonetype",
"name" : "phonetype" "getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/PhoneType.json"
},
"singleSelect" : true
}, },
"allowEmpty" : true "allowEmpty" : true,
"needCodeListConfig" : true
}, { }, {
"caption" : "手机标识", "caption" : "手机标识",
"codeName" : "phoneid", "codeName" : "phoneid",
......
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSCODELISTS/CodeList75.json" "path" : "PSCODELISTS/CodeList75.json"
}, {
"modelref" : true,
"path" : "PSMODULES/common/PSCODELISTS/PhoneType.json"
}, { }, {
"modelref" : true, "modelref" : true,
"path" : "PSCODELISTS/CodeList68.json" "path" : "PSCODELISTS/CodeList68.json"
...@@ -551,6 +554,10 @@ ...@@ -551,6 +554,10 @@
"path" : "PSSYSVALUERULES/ValueRule12.json" "path" : "PSSYSVALUERULES/ValueRule12.json"
} ], } ],
"getAllPSSystemModules" : [ { "getAllPSSystemModules" : [ {
"getAllPSCodeLists" : [ {
"modelref" : true,
"path" : "PSMODULES/common/PSCODELISTS/PhoneType.json"
} ],
"getAllPSDataEntities" : [ { "getAllPSDataEntities" : [ {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book.json" "path" : "PSMODULES/common/PSDATAENTITIES/Book.json"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册