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

fangzhihao 发布系统代码 [TrainSys,Mob]

上级 43d6a9c3
registry=https://registry.npmjs.org/ registry=http://172.16.240.221:8081/repository/ibizsys/
...@@ -7,6 +7,17 @@ ...@@ -7,6 +7,17 @@
## [Unreleased] ## [Unreleased]
## [0.0.18] - 2024-09-25
### Change
- 标签新增支持编辑器参数SHOWMODE用于控制代码表项的显示模式
- drtab默认隐藏默认编辑项
### Fixed
- 修复抽屉和多项选择视图打开异常问题
## [0.0.12] - 2024-01-10 ## [0.0.12] - 2024-01-10
### Fixed ### Fixed
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" class="light"> <html lang="en" theme="light" class="light">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Ionic App</title> <title>Ionic App</title>
......
{ {
"name": "@ibiz-template/next-mob", "name": "@ibiz-template/next-mob",
"private": true, "private": true,
"version": "0.0.16", "version": "0.0.18",
"description": "An Ionic project", "description": "An Ionic project",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
}, },
"dependencies": { "dependencies": {
"@ibiz-template-package/vs-tree-ex": "^0.1.2", "@ibiz-template-package/vs-tree-ex": "^0.1.2",
"@ibiz-template/mob-theme": "^0.2.13", "@ibiz-template/mob-theme": "^0.2.12",
"@ibiz-template/mob-vue3-components": "^0.0.18", "@ibiz-template/mob-vue3-components": "^0.0.23",
"@ibiz-template/core": "0.7.3", "@ibiz-template/core": "0.7.35-alpha.1",
"@ibiz-template/model-helper": "0.7.5", "@ibiz-template/model-helper": "0.7.38-alpha.11",
"@ibiz-template/runtime": "0.7.5", "@ibiz-template/runtime": "0.7.38-alpha.9",
"@ibiz-template/theme": "^0.7.0", "@ibiz-template/theme": "^0.7.0",
"@ibiz-template/vue3-util": "0.7.5", "@ibiz-template/vue3-util": "0.7.38-alpha.10",
"@ibiz/model-core": "^0.1.21", "@ibiz/model-core": "^0.1.55",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"echarts": "^5.4.3", "echarts": "^5.4.3",
......
此差异已折叠。
...@@ -5,7 +5,7 @@ window.Environment = { ...@@ -5,7 +5,7 @@ window.Environment = {
logLevel: 'TRACE', logLevel: 'TRACE',
BaseUrl: '/api', BaseUrl: '/api',
isMob: true, isMob: true,
pluginBaseUrl: 'http://unpkg.zhr.icu:8088', pluginBaseUrl: 'http://172.16.240.221',
// 应用请求基础路径 // 应用请求基础路径
// appId: '/pms__portalwebapp', // appId: '/pms__portalwebapp',
// appId: 'centralstudio__centralstudio', // appId: 'centralstudio__centralstudio',
...@@ -23,8 +23,10 @@ window.Environment = { ...@@ -23,8 +23,10 @@ window.Environment = {
// mockDcSystemId: 'pms', // mockDcSystemId: 'pms',
// appId: 'demosys__mobvue3', // appId: 'demosys__mobvue3',
// mockDcSystemId: 'demosys', // mockDcSystemId: 'demosys',
appId: 'darm__mob', appId: 'ibizplm__plmmob',
mockDcSystemId: 'darm', mockDcSystemId: 'ibizplm',
// appId: 'darm__mob',
// mockDcSystemId: 'darm',
// 创新孵化 // 创新孵化
// appId: 'cxfhmgmt__cxfhappmob', // appId: 'cxfhmgmt__cxfhappmob',
// mockDcSystemId: 'cxfhmgmt', // mockDcSystemId: 'cxfhmgmt',
......
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
trainsys-app-mob: trainsys-app-mob:
image: dstimage image: dstimage
ports: ports:
- "50200:80" - "80:80"
networks: networks:
- agent_network - agent_network
environment: environment:
......
...@@ -153,6 +153,10 @@ export default defineConfig({ ...@@ -153,6 +153,10 @@ export default defineConfig({
target: 'http://172.16.103.158:30200', target: 'http://172.16.103.158:30200',
changeOrigin: true, changeOrigin: true,
}, },
'/api/ibizplm__plmmob':{
target: 'http://172.16.220.130:30515',
changeOrigin: true,
}
}, },
cors: true, cors: true,
fs: { fs: {
......
{ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -50,6 +51,7 @@ ...@@ -50,6 +51,7 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -96,6 +97,7 @@ ...@@ -96,6 +97,7 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
......
...@@ -136,6 +136,7 @@ ...@@ -136,6 +136,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -186,6 +187,7 @@ ...@@ -186,6 +187,7 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
......
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -133,6 +134,7 @@ ...@@ -133,6 +134,7 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
......
...@@ -7769,6 +7769,7 @@ ...@@ -7769,6 +7769,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Mob", "codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL", "controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -7819,6 +7820,7 @@ ...@@ -7819,6 +7820,7 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"logicName" : "MOB", "logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册